NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

remove local variables

Solved!
Go to solution
I have created a custom edit step (LabVIEW VI) in which the user can create a Local, StationGlobal or FileGlobal variable to store some data in.  When the user hits the "add" button an event is triggered and the variable is created.  I want the user to be able to hit the "remove" button and cause an event to be triggered that removes the variable.  Is this possible, or do I need to specify that the user removes the variable manually?  The front panel and add portion of the block diagram is attached.
Download All
0 Kudos
Message 1 of 3
(3,197 Views)
Solution

Hi,

 

Try to use DeleteSubProperty

Check out example

 

Hope this helps

 

juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Message 2 of 3
(3,190 Views)

Thank you, Juergen!  I added to my VI and it works like a charm.

0 Kudos
Message 3 of 3
(3,173 Views)