Loading…
Loading…
Method Name: SetURV
Method ID: 0x4092
Method Label: Calibrate URV
Method Help: Sets the current Upper Range Value (20mA Ouput) to the present value of the Primary Variable.
- {
- char status[3];
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- ACKNOWLEDGE("|en|\nWARN -Loop should be\nremoved from\nautomatic control");
- ACKNOWLEDGE("|en|Set Primary Variable to desired value and then press OK to calibrate MFTB Upper Range Value.");
- DELAY(3,"|en|\nMFTB URV calibration in process");
- do
- {
- send(36,status);
- if (status[0])
- {
- display_response_status(36,status[0]);
- switch (SELECT_FROM_LIST("|en|A problem was detected","|en|Abort; Fix and Retry"))
- {
- case 0:
Please login for more