Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

NI Max Scales and VB

Hi,

I created a few table scales in NI-Max and couldn't find a examples on how to access the tables from VB or MS6.
Does anyone know how?

Thanks

Curt
0 Kudos
Message 1 of 2
(5,765 Views)
Hi Curt,

The NI-DAQmx C Reference Help (located under at Start >> Programs >> National Instruments >> NI-DAQ) shows that the DAQmxCreateAIVoltageChan function has a customScaleName parameter. Most Analog Input configuration functions also have this parameter. This is how you access scales built in MAX. Please see the NI-DAQmx C Reference Help for more information. Specifically, look under NI-DAQmx C Functions >> Channel Configuration/Creation >> Create Analog Input Channels.

Let me know if you have any further questions.

Regards,

Sean C.
0 Kudos
Message 2 of 2
(5,755 Views)