LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simultaneous digital input output with a PCI-6503 and LabView?

How can I read and write Digital Signals simultaneously? I have a PCI-6503-Card and want to write with Port A and B and will read with port C.
0 Kudos
Message 1 of 2
(3,081 Views)
The best place to start would be to look at the LabVIEW examples for Digital Input and Output operations. In LabVIEW, go to Search Examples then Hardware Input and Ouput>>DAQ(or Data Acquisition)>> Digital Input and Output>>8255. Here you will find examples using the 8255 chip which is the chip on the PCI-6503. I would recommend looking at 'Write to 2 Dig Ports(8255) VI' and the 'Read from 1 Dig Port(8255)VI.'


You will simply need to combine the two together. One note: you will want to make sure that both port config VI are called before either Port Read or Port Write VIs.

I hope this helps.

Regards,

Todd D.
NI Applications Engineer
Message 2 of 2
(3,081 Views)