Loading…
Loading…
方法名称: PV_reset_values
方法ID: 0x4203
方法标签: Reset PV Tracking Values
方法描述: Reset PV Tracking Values
- {
- unsigned int loc_reset_no;
- char status[3];
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- loc_reset_no = SELECT_FROM_LIST("|en|Choose the Reset option","|en|Reset All;Reset High Value;Reset Low Value;Reset High Alarm Count;Reset Low Alarm Count");
- loc_reset_no += 1;
- _iassign(16679,(loc_reset_no));
- send(240, status);
- if (status[0])
- {
- display_response_status(240,status[0]);
- process_abort();
- }
请登录以获得完整内容