10-07-2013 05:50 AM - edited 10-07-2013 05:51 AM
hi,i whant to update the changed value at out put of same variable used at the input. how to do that thanks in advance
Solved! Go to Solution.
10-07-2013 06:41 AM
You can use local variables. But beware of race conditions
10-07-2013 06:54 AM
Can you give an example of what you are looking for? Because it is sounding like you are trying to avoid data flow, where the wire is the variable.
10-07-2013 10:00 PM
Can you upload the VI with data required as default value as suggested or some image? Helping then will be much better
10-09-2013 01:10 AM
ya i got it. by using property node (and selecting value) we can do it. thans for reply