Loading…

Method Name: ejx_method_error_log_view

Method ID: 0x414A

Method Label: Error log view

Method Help: Error log view- Displays the error records from log1(latest) to log4.


  • {
  • int choice;
  • char xmtr_status[25];
  • 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); };
  • while( 1 ) {
  • choice = SELECT_FROM_LIST("|en|Show the:","|en|Log1(Latest);Log2;Log3;Log4(Oldest);Exit" );
  • if( choice >= 4 ) {
  • break;
  • }
  • _iassign(16595,(choice ));
  • send( 190, status );
  • if( status[0] ) {
  • display_response_status( 190, status[0] );
  • abort();
  • }
  • xmtr_status[0] = _ivar_value(16596);


Please login for more