Loading…

Method Name: SecondaryAnalogOutputConfiguration_Method

Method ID: 0x40D5

Method Label: SV A/O Select

Method Help: Sets the Secondary Analog Output mode to either 4-20 mA, 0-20 mA or 0-5 Volts.


  • {
  • int locValue;
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • locValue = SELECT_FROM_LIST(literal_string(596),literal_string(582));
  • if (locValue == 1)
  • {
  • DELAY(2,literal_string(583));
  • }
  • else


Please login for more