Loading…
Loading…
Method Name: self_test
Method ID: 0x402B
Method Label: セルフ テスト
Method Help: Self-test - Transmitter self-test in progress. The analog output is frozen. Recognised failures are displayed.
- {
- char status[3];
- char xmtr_status[25];
- int anzahl_der_versuche;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- ACKNOWLEDGE(literal_string(241));
- send_command(41);
- if (status[0])
- {
- display_response_status(41,status[0]);
- ACKNOWLEDGE(literal_string(242));
- process_abort();
- }
- DELAY(3,literal_string(243));
- anzahl_der_versuche = 0;
- do {
- get_more_status(status,xmtr_status);
- }
- while (status[0] == 32 && anzahl_der_versuche++ < 2);
- if (status[0] == 32)
Please login for more