Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I perform a diagnostic test on a PXI-6508. The board I have does not performs the Read Write operation for port number 9 to 11 (i.e. PPI D port A,B and C.

When I configure the ports 9 to 11 for DIO write and write '0' the output still gives me a 5.00V high.
0 Kudos
Message 1 of 2
(3,182 Views)
Andy


What programming language are you using? Are you using LabVIEW?

If you are trying to write to more than one digital port (and you are using LabVIEW), you will need to use a Port Config VI for each port, thus generating a task ID for each port. Same goes for reading from more than one digital port.

Please see this link for example code.

Another thing you can do is check your ports using Measurement and Automation Explorer (MAX). If your ports behave as expected in MAX, then the problem is most likely in your program.

Russell G.
Applications Engineer
National Instruments

0 Kudos
Message 2 of 2
(3,182 Views)