View and change the elements of the array

Hello

I'm using LabVIEW to read a set of parameters of an instrument and display them in a table indicator. This first part is pretty easy and works very well. I want to be able to do (so far unsuccessfully) is to change certain values directly on the table indicator and then ironing the new values on the table indicator to the LabVIEW. I would be really grateful if someone could help me understand if this is possible and how?

Thank you very much

Gianni

Make the table a control and writing program with a local variable. Be aware of race conditions. For example, in this case, you have two writers: the instrument and the user, and one who writes last, wins.

Tags: NI Software

Similar Questions

Maybe you are looking for