LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use port A in input mode and port C in output mode in DIO 6533

How can I use handshaking in a DIO 6533, using port A in input mode and port C in output mode to the same time?
0 Kudos
Message 1 of 4
(2,979 Views)
You should be able to do this with no problem. There should be some DIO calls that allow you to configure a port for input and output. If you put them together, and configure the two ports, it should work.
0 Kudos
Message 2 of 4
(2,979 Views)
Hello;

The 6533 DAQ board has two handshake groups that are completely independent from each other. That means you can configure up to two tasks to run on the same board.

You can use two independent examples, each one regarding the task you need, and set each example to work on a different group (groups 0 and 1). Then, you can combine those two examples to work on the same peace of code.

Hope this helps.
Filipe A.
Applications Engineer
National Instruments
0 Kudos
Message 3 of 4
(2,979 Views)
I need to synchronize two task. In the port C, I need to read a number and process with my aplication, and after to give the result in the port A. And again to read the next number etc. I am using Labview 6.0.
0 Kudos
Message 4 of 4
(2,979 Views)