Loading…

方法名称: reset_valve_stuck_method

方法ID: 0x4340

方法标签: Reset Valve Stuck Alert

方法描述: Allows the user to reset the valve stuck alert that occured during a Partial Stroke Test.


  • {
  • float qa, qb, qc, qd, qe; int q, q0, q1, q2, q3; char S[3];
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(1);
  • _set_resp_code((8),0);
  • _set_resp_code((16),0);
  • send_trans(157,1,S);
  • if(16 == S[0])
  • {
  • ACKNOWLEDGE("|en|Access restricted\n\nInstrument was set to 'Out of Service' by another master.");
  • }
  • else
  • {
  • DELAY(3,"|en|Resetting the Valve Stuck Alert.");


请登录以获得完整内容