Loading…

方法名称: metAlmAck

方法ID: 0x4014

方法标签: Acknowledge Alarms

方法描述: Reset latched alarms.


  • {
  • char status[3];
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • send(152,status);
  • if (status[0] != 0)
  • {
  • display_response_status(152,status[0]);
  • }
  • else
  • {
  • ACKNOWLEDGE(literal_string(633));
  • }


请登录以获得完整内容