Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help/w programing PCI-DIO-96

I have a 24 channel tx/rx Fiber Optics Control Box with a DIO interface for a PCI-DIO-96. The DIO tx/rx simply controls / monitors OPen/close conditions of valves via FO cable ... injput from DIO 96 will be simply Logic 0 or Logic 1 TTL
It's been a while since I have worked with labview programing and I was looking
for some sample programs that I may play with/ modify that could possibly assist in my programming.

Please forward me links to sample programming, help notes ect that would best fit my situation.
thanks

NI Software : LabVIEW version 6.0
0 Kudos
Message 1 of 2
(3,252 Views)
Scott,

Here is an example I found from searching the National Instruments example program database. It allows for simultaneous writing to 5 or more ports, and is for use with the PCI-DIO-96.

Write to Multiple Ports on 6507 and 6508 Devices


Here is another that demonstrates how to write to a single line:

Write One Point to a Digital Line Using a 653X Device


The following example is a counterpart to the previous one and allows for reading from one digital line:


Read One Point from a Digital Line


I hope these example programs will be helpful in developing your application.

John M
National Instruments
0 Kudos
Message 2 of 2
(3,252 Views)