08-26-2010 02:53 PM
I am playing with NI-DAQ, USB6501, what I am trying to accomplish is write into the Digital output the "state" of each line?
I saw an example for writing the digital output channels but can't find on how to do the state (high/low).
Anybody?
Thanks!
08-27-2010 08:59 AM
Hi mbda,
Are you refering to setting the "tristate" property of the channel?
If not, when you create the channel to be a digital output, writing a boolean to the channel indicates the state (TRUE = high, FALSE = low).