Loading…
Loading…
Method Name: ejx_method_master_test
Method ID: 0x4024
Method Label: Тест узла
Method Help: Master Reset- Commands the EJX electronics to reset and perform a selftest. Reports any errors that occured.
- {
- char status[3];
- char xmtr_status[25];
- int number_of_tries;
- int slen1;
- char disp_string1[60];
- { _set_all_resp_code(0); _set_device_status(0xFF,0); _set_xmtr_device_status(0xFF,0); _set_xmtr_all_resp_code(0); };
- if( SELECT_FROM_LIST("|en|It will reset the master CPU, OK ?","|en|Exit;Execute" ) == 0 ) {
- process_abort();
- }
- slen1 = 60;
- _get_dictionary_string(19726337,(disp_string1),(slen1 ));
- ACKNOWLEDGE( disp_string1 );
- _iassign(16740,(0));
- _add_abort_method(16742);
- send( 42, status );
Please login for more