Hi,
To set and get values from any teststand array you use the form MyArray[x] and not MyArray(x) as this will be treated as calling a function.
Not sure I understand what you are meaning by using a DLL interface.
If you are calling a dll function from your labVIEW VI to get the values of some TestStand variables then I dont understand the logic in doing. If you what to use a DLL Interface then cut out the labVIEW and call the DLL direct from TestStand via the DLL adapter and do your task in C / C++. (If that's an option)
The example I provided was an old subVI I had. I probalby would use a custom step now to handle that situation so that all the information was contained within the step.
Anyway, Good Luck with what you are trying to achiev
e.
Regards
Ray Farmer
Regards
Ray Farmer
