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.