Loading…
Loading…
Method Name: PV_reset_values
Method ID: 0x4203
Method Label: Reset PV Tracking Values
Method Help: 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();
- }
Please login for more