LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic captions for textbox

Solved!
Go to solution

An oft over-looked feature that is helpful when getting a handle on how LabVIEW REALLY works is the "light-bulb" execution highlighting.

 

It will show when data moves from one node to another and what values are being transferred.

 

As you learn and grow in the world of graphical programming you will eventually be able to predict what will happen next in execution highlighting mode. At that point you will not need execution highlighting and you will be "LabVIEW Literate".

 

Spoiler

 

OK, I confess. I sometimes watch code run just for fun. Smiley Embarassed

 

 

 

Ben 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 11 of 14
(346 Views)

@Yamaeda - sorry it may not be that easy for me after all.  I've created a 2d array (circled in red) that holds a 'table' index in one column and the data in the other column.  I'm not sure where you are suggesting to split the array.  I must have misinterpreted your original suggestion.  You can revoke your kudos now Smiley Wink

 

2019-08-28_15-36-36.jpg

 

0 Kudos
Message 12 of 14
(325 Views)

It's still not clear what you are trying to do and what determines what goes into which table.  Is that what you are referring to when you say "table index".  Like there is a column that has a 1 or 2 to tell whether that row goes into table 1 or table 2?

 

I don't know why you have so many Insert Into Array's in there, particularly the one where you insert an empty array into the array.

 

I would keep all data in a single array, then do whatever decision making there is to sort that data into two different arrays that go to each table.

Message 13 of 14
(314 Views)

Thanks for the suggestion RavensFan.  This version works well when I simplified things.

 

two-textbox.png

 

 

0 Kudos
Message 14 of 14
(303 Views)