LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to simultaneously manipulate the DIO lines on a PCI-MIO-16E-1?

I want to control several external solid state switches with the DIO lines of my PCI-MIO-16E-1. Is it possible to contol the state of multiple DIO lines independently through user boolean controls?
0 Kudos
Message 1 of 2
(2,133 Views)
Yes, you can do it! You just have to write to the digital port continously every time you update one of the user boolean controls (dio lines), and you will be writing to the whole set of dio lines.

If you are going to be using LabVIEW, there are some shipping examples that write to a port or to a digital line, especially designed for E Series boards are yours. In LW/CVI, you can also find similar examples that write to the whole port continuously.

Hope this helps.

L Aguila
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,133 Views)