LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

get table items

Hi,

I am trying to reproduce the picture below.

could anyone tell me how to get the tool in yellow "GET TABLE ITEMS" ?
I have Labview 8.5 and i didn't find it...
Thx,
Samer,
0 Kudos
Message 1 of 6
(2,720 Views)
Hi,

this is (probably) linked to this thread, even when the pic is missing...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(2,717 Views)
here is the picture...

Thx
Samer,
0 Kudos
Message 3 of 6
(2,711 Views)
Hi Samer,

wow, a downscaled pic of the block diagram making it hard to recognize elementsSmiley Sad
Why not attach the vi?

As far as I can recognize you're talking about this little vi icon at the left. Well, it seems to be a user-written vi. Do you know anything more about it? Path, real name, description?
I would guess this vi serves as a FGV (functional global variable)...


Message Edited by GerdW on 07-07-2008 10:44 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(2,705 Views)
Unforntunately i don't have the VI, I have just the picture....

It is indeed the little toll which has some yellow color on the top...

I don't know anything about it...but it seems vey useful...it permets to get the content values of tables Smiley Wink

Is there a VI that permit to get the content of tables ?
Samer,
0 Kudos
Message 5 of 6
(2,698 Views)
Hi Samer,

without knowing that particular vi we can only guess what it will do... And you even can't give a name of this viSmiley Sad

In general:
To get the "content of tables" (tables are just 2d arrays of strings!) you simply read the table terminal or (as shown in the pic) you use a "value" property node...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(2,694 Views)