Loading…

方法名称: methodReadRawData

方法ID: 0x4146

方法标签: Read Raw Data

方法描述: 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));


请登录以获得完整内容