LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change data table while event structure is running

Hello, I have a program where an event structure is continually running inside a while loop. I want to be able to manually edit the data in this table while this is going on, but it doesn't let me change anything.  Is there a way to do this or do I have to stop the event strucure to edit it.  The VI I am using is attached.

0 Kudos
Message 1 of 2
(2,593 Views)

Your table is an indicator. If you want to enter data while the program is running, make it a control.

Message 2 of 2
(2,586 Views)