Loading…
Loading…
Method Name: ramc_self_test
Method ID: 0x402E
Method Label: セルフ テスト
Method Help: Commands the RAMC electronic to perform a selftest. Reports any errors that occured.
- {
- char status[3];
- char xmtr_status[2];
- char disp_string[60];
- int x;
- int len;
- {
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- }
- ;
- len = 60;
- _get_dictionary_string(19791875,disp_string,len);
- ACKNOWLEDGE(literal_string(666));
- send_command(41);
- DELAY(5,literal_string(667));
- get_more_status(status,xmtr_status);
- if (xmtr_status[0] || xmtr_status[1])
- {
Please login for more