Loading…
Loading…
Method Name: SetLRV
Method ID: 0x4091
Method Label: Calibrate LRV
Method Help: Sets the current Lower Range Value (4mA 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 Lower Range Value.");
- DELAY(3,"|en|\nMFTB LRV calibration in process");
- do
- {
- send(37,status);
- if (status[0])
- {
- display_response_status(37,status[0]);
- switch (SELECT_FROM_LIST("|en|A problem was detected","|en|Abort; Fix and Retry"))
- {
- case 0:
Please login for more