03-15-2009 01:35 PM
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...
03-15-2009 03:26 PM
03-15-2009 03:51 PM
thanks for interesting!!
could you be more helpful?
i mean... how can i use property node,in this VI?
thanks again!
03-15-2009 07:27 PM - edited 03-15-2009 07:27 PM
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.
03-16-2009 12:20 PM