Loading…

Method Name: Zero_Power_Test

Method ID: 0x4226

Method Label: Zero Power Test

Method Help: This test checks that the resistances of the temperature sensors have not changed. The test should be performed either in a water bath or under flowing conditions. During the test, the heater drive current is shut off. The measured ambient temperature should match the actual ambient temperature. See the TA2 Installation and Operations Manual for other details of the test.


  • {
  • char status[3];
  • char disp_string1[60];
  • int use_abort_method;
  • int slen1;
  • int lcl_check_status;
  • float lcl_amb_temp;
  • float lcl_dt_temp;
  • slen1 = 60;
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • ACKNOWLEDGE(literal_string(652));
  • _get_dictionary_string(19726337,disp_string1,slen1);
  • ACKNOWLEDGE(disp_string1);
  • _add_abort_method(4118);
  • _add_abort_method(16957);
  • send_command_trans(246,0);
  • DELAY(1,literal_string(737));
  • do {
  • send(245,status);


Please login for more