07-31-2011 02:55 PM
I have USB - 6509 which is only DIO, and I want to generate digital pattern, "10110001110010" something like that.
Could you help me how I can generate?
Thanks
07-31-2011 09:14 PM
07-31-2011 09:39 PM
Initially, I want to do single pin, and I am using Labview English version.
Thanks
08-01-2011 09:37 AM
You could simply have a DAQmx Write (Digital Boolean 1Line 1Point) inside a for loop with an array of Booleans outside. Wire through to the Data input.
08-01-2011 10:50 AM
Thanks for help.
I am a real beginner for using Labview, and could you give me the block diagram. I am using labview 2009.
I know how to generate DAQ assistant input and output.
So line 0 for port 0 physically wired to line 0 for port 3. So I want to check the input patterns.
To check the input patterns can I see by waveform or table?
How can I array inputs - 1011011011 or 1010101010?
Thanks
08-01-2011 10:56 AM - edited 08-01-2011 10:58 AM
Simple as this. You can use either a Boolean or numeric array.
08-01-2011 10:14 PM
how do you generate that input array?
Programming- boolen-true and false constant?
Thanks
08-02-2011 12:06 PM
Drop an array constant and place a numeric constant or a boolean constant inside the array void (blank space in the right pane).
08-02-2011 12:07 PM