Loading…

Method Name: methodReadRawData

Method ID: 0x4146

Method Label: Read Raw Data

Method Help: Returns information from the SVI2AP that is useful to Masoneilan technicians for diagnostic purposes. The information includes the input current on the auxiliary input channel, the A/D values from the pressure, signal, and position measurements, the D/A value of the signal to the I/P, and the internal SVI2AP temperature.


  • {
  • char status[3];
  • long ids[10];
  • int result;
  • do {
  • send(141,status);
  • _fassign(16700,_ivar_value(16483) * 0.01);
  • _fassign(16698,_ivar_value(16484) * 0.01);
  • _fassign(16699,_ivar_value(16485) * 0.01);
  • _iassign(16684,_ivar_value(16486));
  • _iassign(16685,_ivar_value(16487));
  • _iassign(16686,_ivar_value(16477));
  • _iassign(16687,_ivar_value(16490));
  • _iassign(16688,_ivar_value(16491));
  • _iassign(16689,_ivar_value(16488));


Please login for more