Loading…

Method Name: Refresh_History_table

Method ID: 0x40EF

Method Label: View History

Method Help: Displays current status and run time as well as a history of most recent faults and warnings. For each event, the run time when the event occurred and the duration of the event are shown. The run time is the time since power up or a history reset. The table of history events displays the most recent event at the top with successively preceding events in descending order.


  • {
  • char status[3];
  • int i;
  • int number_of_events;
  • _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);
  • number_of_events = 0;
  • send_command(218);


Please login for more