Loading…

方法名称: SetLRV

方法ID: 0x4091

方法标签: Calibrate LRV

方法描述: 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:


请登录以获得完整内容