Loading…
Loading…
Method Name: meth_device_reset
Method ID: 0x4E67
Method Label: 機器ã®ï¾˜ï½¾ï½¯ï¾„
Method Help: 機器リセット - リセットを実行するようにエレクトロニクスに指示します。これは, フィールド機器の電源の切/入と等価です。
- {
- 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