LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

datatable like in lookout

Hello!

Is there a possibility to creat an datatable (or similar) in Labview like in Lookout?
For example i would calculate with Cell Coordinates like C1=A1*B1.
0 Kudos
Message 1 of 3
(2,544 Views)
Hello MrSieb

You cant't create datatables in LV but you
can work with arrays.
Its not so comfortable like in Lookout but it must be work.

regards

Manuel Wielander
NI
0 Kudos
Message 2 of 3
(2,525 Views)
Hi!

I am allready using arrays at the moment.

I try to creat a ordinary Table. With this table the User should be able to change the formula how the Value had to calculate and the link between cells.
For example 10 Cells in one Colume represent REAL AI Channels,
other Cells are values the are calculatet from the REAL Value and some factors or what ever.
The main problem is, cells in a Labview Table are limited to strings only.
So i had to do many type conversion operations from string to double, double to string.
I also have to write a parser for Cell "name" and his real variable name to send it to the "Formularnode".
And it is very hard to creat dynamic links between cells and creat a deterministic flow in witch order the values had to calculate.
I must use Arrays to manage my "Valuetable" but the are never so confortable (like an lookout table) not even approximately.
0 Kudos
Message 3 of 3
(2,510 Views)