Loading…
Loading…
Method Name: ejx_method_error_log_view
Method ID: 0x40DD
Method Label: Error log view
Method Help:
- {
- int choice;
- char xmtr_status[25];
- { _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(16574,(choice ));
- send_command( 190 );
- xmtr_status[0] = _ivar_value(16575);
- xmtr_status[1] = _ivar_value(16576);
- xmtr_status[2] = _ivar_value(16577);
- xmtr_status[3] = _ivar_value(16578);
Please login for more