Loading…

Method Name: dec_response_test_method_old

Method ID: 0x4080

Method Label: Response test

Method Help: This test holds the analog output at 4mA and prevents the alarm relays from activating when gas is applied. Gas response is indicated by the PV.


  • {
  • int read_pv;
  • int sendcommand;
  • char status[3];
  • char disp_string1[60];
  • int slen1;
  • long var_ids[3];
  • slen1=60;
  • ACKNOWLEDGE("|en| Setting fld dev output to 4mA.\n Proceed?|fr| R�glage de la sortie de l'instrument � 4mA.\n Ex�cuter?|de| Setzen Ausg.Feldger�t auf 4mA.\n Weiter?");
  • _add_abort_method(16510);
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • send(151,status);
  • if ( status[0])
  • {
  • display_response_status(151,status[0]);
  • _get_dictionary_string(19726342,(disp_string1),(slen1));
  • DELAY(2,disp_string1);
  • process_abort();
  • }


Please login for more