Loading…

Method Name: pv_zero_stat

Method ID: 0x4270

Method Label: Set PV to Zero

Method Help: Enable the setting of the PV = 0.0 operation


  • {
  • char status[3];
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _fassign(16461,0.0);
  • send(143,status);
  • if (status[0])
  • {
  • display_response_status(143,status[0]);
  • process_abort();
  • }
  • else
  • {
  • process_abort();
  • }


Please login for more