07-24-2010 10:50 AM
07-24-2010 10:54 AM
sorry ,forget to attach the picture
07-24-2010 11:23 AM - edited 07-24-2010 11:24 AM
Race condition between the two property nodes?
You have no control over which one executes first. If you wire up the error wires, then you can control the execution order. You are probably reading the old value in the lower portion, before the upper portion as executed.
Beyond that, I'm not sure you are using the property nodes correctly. I haven't used those properties before. But the way I interpret them, you are reading the binding of the front panel control on the lower portion. But setting the binding of the shared variable on the upper portion. A shared variable is not the same thing as a front panel control, even though you gave them the same name.
07-24-2010 12:37 PM
07-24-2010 12:40 PM
07-24-2010 07:52 PM
can not attach the zip file?
07-25-2010 01:03 AM
You have a file attached, but it is corrupt. That .zip file will not open.
07-26-2010 12:16 AM
Hi~
Actually theattached project achieved changing URLs for shared variable, you can check this in "Distributed System Manager" from Windows start->all programs->National Instrument->Distributed System Manager
Xiaojian Wang
07-28-2010 08:25 AM
hello all,
Yes,I have succeed to change the URL according to the introduction of that link
thanks again.