Loading…
Loading…
Method Name: leave_analog_fixed_current_mode
Method ID: 0x1009
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];
- long var_id[1];
- int slen1;
- slen1 = 60;
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- dynamic_variables[0].DAQ.ANALOG_VALUE = 0.0;
- do {
Please login for more