Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

USB 6509 - Digital Pattern Generation

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

0 Kudos
Message 1 of 9
(4,263 Views)
Is that for a single pin or multiple? what language?
0 Kudos
Message 2 of 9
(4,254 Views)

Initially, I want to do single pin, and I am using Labview English version.

 

Thanks

0 Kudos
Message 3 of 9
(4,251 Views)

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.

0 Kudos
Message 4 of 9
(4,245 Views)

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

0 Kudos
Message 5 of 9
(4,235 Views)

Simple as this. You can use either a Boolean or numeric array.

 

 

0 Kudos
Message 6 of 9
(4,233 Views)

how do you generate that input array?

 

Programming- boolen-true and false constant?

 

Thanks

0 Kudos
Message 7 of 9
(4,219 Views)

Drop an array constant and place a numeric constant or a boolean constant inside the array void (blank space in the right pane).

Applications Engineering Specialist - Semiconductor Test
National Instruments
0 Kudos
Message 8 of 9
(4,210 Views)

Yes,

 

I would suggest taking the basic LabVIEW tutorial.

0 Kudos
Message 9 of 9
(4,209 Views)