LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

populating table with set values and calculating corresponding values from another column from a 2d data

Solved!
Go to solution

A table like the image attached below should be made. can anyone please help?

0 Kudos
Message 1 of 5
(859 Views)

@BionicRuffian wrote:

A table like the image attached below should be made. can anyone please help?


In a document or on the front panel?

 

In LabVIEW or LabVIEW NXG? You tagged both.

0 Kudos
Message 2 of 5
(817 Views)

Front panel

Labview 

0 Kudos
Message 3 of 5
(801 Views)
Solution
Accepted by topic author BionicRuffian

Hi Ruffian,

 


@BionicRuffian wrote:

Front panel

Labview 


What have you tried and where are you stuck?

Which LabVIEW version?

 

I would start with a MultiColumnListBox (MCLB)…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(795 Views)
Solution
Accepted by topic author BionicRuffian

Listbox, table, or, if it's only for visualization (not interaction) a picture control.

 

Picture controls are nice to get things looking slick, but they don't allow easy user interaction. It's all possible, but it' a can of worms.

 

You can combine things (picture control + listbox). It would fit in a class, library and\or XControl.

0 Kudos
Message 5 of 5
(788 Views)