Loading…
Loading…
方法名称: AlarmAck
方法ID: 0x405C
方法标签: Alarm Acknowledge
方法描述: Acknowledges latched alarms in the device
- {
- char status[3];
- int slen1;
- int retry;
- char disp_string1[135];
- slen1 = 135;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _add_abort_method(4118);
- DELAY(5,literal_string(345));
- send(185,status);
- retry = 1;
- DELAY(5,literal_string(346));
- do {
- if (status[0])
- {
- if (status[0] != 32)
- {
请登录以获得完整内容