Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum and Minimum voltage values setting

Greetings:

 

I am using an 6289 DAQ Card in c#.

 

I was wondering if there was a way to retreive the maximum and minimum voltage value that was previously set.

 

using var analogVoltageTask = new Task();

//Set to -1V to 1V.

analogVoltageTask.AIChannels.CreateVoltageChannel(name, "", AiTerminalConfig, -1.0, 1.0, AIVoltageUnits.Volts);

.

.

.

analogVoltageTask.Control(TaskAction.Verify);

//Reads Sample Rate

var maxSampleRate = analogVoltTask.Timing.SampleClockMaximumRate;

.

.

 I do not see a way to retreive the maximum and minimum voltage set by the analog input channel.

Is there a way to do this?

 

Thank you.

0 Kudos
Message 1 of 3
(357 Views)

See C:\Users\Public\Documents\National Instruments\NI-DAQ\Documentation\NINETDAQmxFx40Ref.chm

ZYOng_0-1746069737835.png

 

-------------------------------------------------------

Applications Engineer | TME Systems

https://tmesystems.net/

-------------------------------------------------------

https://github.com/ZhiYang-Ong
0 Kudos
Message 2 of 3
(332 Views)

Thank you so much.

0 Kudos
Message 3 of 3
(293 Views)