Loading…
Loading…
方法名称: meth_device_reset
方法ID: 0x4E67
方法标签: 设备å¤ä½
方法描述: 设备复位——命令电子设备执行复位。该操作相当于将现场设备电源关闭然后再打开。
- {
- 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)
- {
请登录以获得完整内容