Loading…

Method Name: BASIC_leave_fixed_current_mode1

Method ID: 0x411B

Method Label: Leaving fixed crnt mode

Method Help: Leaving Fixed Current Mode- Takes the selected Analog Output out of a mode where the output was a constant value, and returns the output to a mode where the output then tracks the input


  • {
  • char status[3];
  • char disp_string1[60];
  • int slen1;
  • slen1 = 60;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _fassign(resolve_record_ref(16666,193),0.0);
  • do {
  • _get_dictionary_string(19726361,disp_string1,slen1);
  • DELAY(3,disp_string1);
  • send(66,status);
  • if (status[0])
  • display_response_status(66,status[0]);
  • }
  • while (status[0]);
  • _get_dictionary_string(19726362,disp_string1,slen1);


Please login for more