LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA Digital Channel Read

I am using the PCI-7831R, and the signal is connected to Channel 2.

Using the FPGA I/O Node to read in 12 pins.  My question is, is it a serial read or a parallel read?
0 Kudos
Message 1 of 3
(5,248 Views)
You define your signals as either a digital line (serial read/write) or a digital port (parallel read/write). This can be seen if you add FPGA I/O to your target. Here's some screenshots of both single and port signals:




Note the "resolver" data is composed of two ports of 8 bits each whereas the BITE ENABLE lines are individual signals. You can tell if you are using digital line or port by the type, lines are shown as booleans, ports are shown as unsigned 8 bit integers.

Message Edited by Bill@NGC on 07-20-2007 06:53 PM

Download All
Message 2 of 3
(5,241 Views)
Thanks
0 Kudos
Message 3 of 3
(5,158 Views)