LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA: IO Node

Solved!
Go to solution

 

Under my FPGA target, I have a 9485 module.  I have all the 8 channels in my project, and I have a channel called "CH7:0".  What is that?  I assume I can select anyone of the channl with that?  How do I use it?

 

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 3
(2,087 Views)
Solution
Accepted by topic author jyang72211

This is the U8 integer that you want to write for all the channels from bit 0 to 7 at the same time. For example, to turn all bits on, you have to write 255 which corresponds to FF hex and 1111 1111 binary.

Message 2 of 3
(2,079 Views)

ahhhh.  That didn't cross my mind for some reason.  A pretty good feature.  Thanks!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 3 of 3
(2,066 Views)