Loading…

Method Name: set_lrv_actual_method

Method ID: 0x4065

Method Label: Set LRV(Actual)

Method Help: Set LRV(Actual)- Sets the Lower Range Value so that the present output value is used as the preset value.


  • {
  • char status[3];
  • char disp_string[60];
  • int slen;
  • int choice;
  • float set_val;
  • float pv_range;
  • float pv_val;
  • float pv_lrv;
  • float pv_urv;
  • float new_lrv;
  • float new_urv;
  • int pv_xfer;
  • long ids[3];
  • int result;
  • slen = 60;
  • choice = 0;
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • send(15,status);


Please login for more