11-16-2010 04:34 AM
It will hold the data until you drop the VI from memory. So close Labview down, close that VI and ALL it's callers and you'll lose the data, otherwise it stays there. These values are iteration based not time based.
02-20-2020 04:13 PM
what is the ornage exactly element ?
02-20-2020 06:09 PM
@Youcef wrote:
what is the ornage exactly element ?
Please translate that to English.
Is your question relevant to a 10 year old message thread?
02-20-2020 11:58 PM
02-21-2020 07:49 AM
@altenbach wrote:
@Youcef wrote:
what is the ornage exactly element ?
The orange element here Is a feedback node as described.
If you put the feedback node on your block diagram you can right click and choose Change Direction to change the direction of the arrow. The color of the feedback node will change depending upon the type of data that you connect.
02-21-2020 09:13 AM
In the last 10 years there have been changes to LabVIEW and one of them is through the advent of VIMs, and the "Is Value Changed.vim" on the Comparison palette in 2017 and newer. That being said there is a catch when it comes to NaN comparisons. Nothing is equal to NaN, even NaN, so the Is Value Changed may not behave as you expect for this double value.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord