Hi all,
We're planning on developing a system bench. The idea is to use Labview vi's for reading from/writing to the hardware, and to use a scripting language (TDB) for the user interface. To pass data between them, we'd like to use common variables, i.e. script <-> common variables <-> vi's. These common variables would likely be stored in another file. Is it possible and how?
For example: we have variables called voltage_a and voltage_b. Also, we have a vi that uses voltage_a as input and produces voltage_b as output.
So, when we specify in the script something like: set voltage_a = 5, we can then, at a later time, read variable voltage_b to determine the result. Is this possible?
Thanks,
-Ep