Loading…
Loading…
Method Name: Handbetrieb_Ausschalten
Method ID: 0x4091
Method Label: Deact man mode
Method Help:
- {
- char status[3];
- _set_xmtr_comm_status(0x7F,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_comm_status(0xFF,0);
- _set_comm_status(0x7F,0);
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_comm_status(0xFF,0);
- _iassign(16453,0);
- _iassign(16432,1);
- send_command(147);
- send(166,status);
- if (status[0] != 0)
- {
- display_response_status(166,status[0]);
- }
Please login for more