Loading…
Loading…
方法名称: DisplayEventLog
方法ID: 0x4060
方法标签: Display Event Log
方法描述: Displays history of significant events such as Power On, Faults, and All Faults Cleared. The time interval displayed with a particular event is the time elapsed since the previous event. The interval associated with a Power On event is always 0.
- {
- char status[3];
- int elapsed_time;
- int fault_status_age;
- long var_id[2];
- char faultflags;
- int evt_interval;
- int interval_secs;
- int key_selected;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(32,1);
- send_command(199);
请登录以获得完整内容