07-26-2005 11:24 AM
07-26-2005 11:32 AM
07-26-2005 11:37 AM
07-26-2005 11:59 AM
07-26-2005 12:53 PM
Just as a side question, I'm
wondering why you're passing a reference just to get access to the array
values. Passing the array itself would be a much more efficient means.
Property nodes cause data copies and the execution engine to switch to
the user interface thread. It's best to try and avoid them if all
you're doing is reading the data.
A wire is always the best route. (pun intended)![]()
Ed

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.07-27-2005 02:34 AM
07-27-2005 04:21 AM
07-27-2005 09:40 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.