Loading…

Method Name: zero_set

Method ID: 0x4054

Method Label: Zero Set

Method Help: Perform only at '0' flow and with completely filled tube.


  • {
  • char status[3];
  • char xmtr_status[6];
  • int choice;
  • char cmd_status;
  • long ids[1];
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • SET_NUMBER_OF_RETRIES(3);
  • ids[0] = 16406;
  • choice = SELECT_FROM_LIST(literal_string(385),literal_string(386));
  • if (choice != 0)
  • {
  • send(135,status);
  • if (status[0])
  • {
  • display_response_status(48,status[0]);
  • return;
  • }
  • _add_abort_method(16500);


Please login for more