ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

programmatically add ring items in an array delete items

Solved!
Go to solution

Hello,

 

I have an 2d array of numeric data. I want to add the data of colum 1 to a Ring (without duplicates). I have used the Strings and values[] property node and it works properly. Now I want to create a button to delete al those values in the ring to add different ones. How can I make it?

 

 

 

 

0 Kudos
Message 1 of 3
(1,226 Views)
Solution
Accepted by electronic_lab

Create an Event structure with a value change event for your button. Then within that event case, simply wire the new data to the Strings and Values[] property of the ring.

Message 2 of 3
(1,173 Views)
Solution
Accepted by electronic_lab

You would just rewrite the "strings and values[]" property with the new values. No need to delete anything first.

Message 3 of 3
(1,141 Views)