Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

change inputs from single ended to differential at run time

I have a software package written that reads in analog values using a 6014 DAQ board. I want to allow it so that the user can select (at run time) whether the inputs are single ended or differential. This would be stored in a database and saved.

I am reading in the analog values using a CWAIPoint. I don't see anywhere where you can specify the Input Mode for a CWAIPoint at run time?!

Am I missing something?

Any help would be appreciated!

Thanks

CM
0 Kudos
Message 1 of 2
(3,557 Views)
Sorry, just found the answer. First time I've answered my own question.

CWAIPoint1.Channels(X).InputMode =

Where X is the channel string. Intellisense will give you a list of input modes if this is typed in.
0 Kudos
Message 2 of 2
(3,557 Views)