Loading…

方法名称: pv_zero

方法ID: 0x424B

方法标签: Set PV to Zero

方法描述: 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(16439,0.0);
  • send(134,status);
  • if (status[0])
  • {
  • display_response_status(134,status[0]);
  • process_abort();
  • }
  • else
  • {
  • process_abort();
  • }


请登录以获得完整内容