Loading…
Loading…
Method Name: transmitter_loop_test_method
Method ID: 0x4D4E
Method Label: Prueba de lazo
Method Help: Permite que el usuario manipule la salida analogica a un valor constante deseado.
- {
- char status[3];
- int use_abort_method;
- int choice;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- ACKNOWLEDGE(literal_string(1577));
- _add_abort_method(19703);
- use_abort_method = 0;
- do {
- choice = SELECT_FROM_LIST(literal_string(1761),literal_string(1762));
- switch (choice)
- {
- case 0:
Please login for more