Loading…

Method Name: select_alarm_code

Method ID: 0x4019

Method Label: Select alarm code

Method Help: This command performs the function of setting the PV Analog Output Current Failure Alarm mode of the device to allow a prespecified current condition upon a hardware failure condition as indicated by an over pressure condition, sensor malfunction or other condition requiring notification to the analog control system


  • {
  • char status[3];
  • int alarm_setting;
  • char disp_string1[60];
  • long ids[1];
  • long x;
  • int slen1;
  • slen1 = 60;
  • alarm_setting = SELECT_FROM_LIST(literal_string(269),literal_string(270));
  • if (alarm_setting == 2)
  • {


Please login for more