LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a matrix-view on the panel? (crossed lines)

Hello,

i have PCI-card which is a matrix with lets say 50 rows and 10 columns. How can i show this on a labview panel?

I have there lines of course and can place 50 horizontal and 10 vertikal together, but how can i do this that i can click on the position where to lines are crossed that after this there is a point shown (to represent a closed switch)?

The only workaround currently is to use 500 small buttons and put them very near together.

 

Thanks for help

 

using LV2012

0 Kudos
Message 1 of 3
(2,293 Views)

Hi One,

 

create an array of boolean buttons.

Customize the button to show an open/closed contact in the corresponding states...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,288 Views)

Hi,
I think you should use a table control : create an event "table : mouse down", and convert the position given (using an invoke node) to the cell clicked.
Then connect the two channels, and color the cell in green to show that this point is connected. You can add a text in the cell like X1-Y30 to be sure to click on the good cell.

 

I hope this wil help you to find your solution.

 

Best regards,

V-F
Message 3 of 3
(2,287 Views)