Loading…
Loading…
Method Name: meth_device_reset
Method ID: 0x4E67
Method Label: Device Reset
Method Help: Reinicio del dispositivo: Ordena a la electrónica a que realice un reinicio. Esto equivale a apagar la alimentación del dispositivo de campo y luego volver a encenderla.
- {
- char status[3];
- char xmtr_status[25];
- char disp_string1[60];
- long x;
- int number_of_tries;
- int slen1;
- int user_selection;
- int loop_choice;
- int command_status;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- send(48,status);
- send(230,status);
- if (feature_key & 0x0001 == 1 && (xmtr_specific_status_3 & 0x08) != 0x08)
- {
Please login for more