ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

auto reset table

hello..

i want to put 10 values to a table and then i need a way to auto reset table

to take new data.how can i do that?

 

thanks a lot... 

0 Kudos
Message 1 of 5
(3,233 Views)

Hi Thessaloniki,

 

either write an empty array to the table or make the empty table default and reset to default using property nodes...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(3,218 Views)

thanks for interesting!!

 

could you be more helpful?

i mean... how can i use property  node,in this VI?

 

thanks again! 

0 Kudos
Message 3 of 5
(3,210 Views)

Here's more information about property nodes on NI's site.

 

The short answer is that you right-click on the indicator, select Create_Property Node, select value and place the node on the Block Diagram.  Once it's there you can right-click it and make it to writeable and create an empty array constant on the input terminal.  This replaces the existing data with the 'nothing' contained in the empty array.

Message Edited by jcarmody on 03-15-2009 07:27 PM
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 4 of 5
(3,196 Views)

thessaloniki,

 

jmcbee just outlined how to do this in this thread.  

ColeR
Field Engineer
0 Kudos
Message 5 of 5
(3,167 Views)