Loading…
Loading…
Method Name: lock_unlock_device_ABB
Method ID: 0x4439
Method Label: Lock/Unlock Device
Method Help: Блокировка/разблокировка устройства - переводит устройство в заблокированное или разблокированное положение
- {
- char status[3];
- char disp_string1[60];
- char disp_string2[60];
- long var_id[1];
- int use_abort_method;
- int choice;
- int result;
- int locked;
- int slen1;
- int slen2;
- slen1 = 60;
- slen2 = 60;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _add_abort_method(17462);
- send(76,status);
- if (status[0] == 7)
- {
Please login for more