From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,085 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,077 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,064 Views)