01-22-2009 07:25 AM
I`m trying to programmatically bind shared variables but I can't get it working properly. My goal is to reuse a front panel to work with several groups of shared variables (implementing faceplates in a SCADA solution).
Somebody knows what is the right solution to achieve success?.
Find attached my last failed attempt, no errors but not working.
Some help or examples will be appreciated. Thanks.
Solved! Go to Solution.
01-23-2009 03:06 AM
Hi MMCDAT:
If you have the DSC module for LabVIEW, the answer is in this link: http://digital.ni.com/public.nsf/allkb/2E8BAD0EA218A7558625712E0003F044?OpenDocument
However, if you don't have this module the change is a bit more difficult. As I could read in a document... "You can programmatically change the data binding of global shared variables by opening the library reference and using property nodes.
library nodes.jpg
Variable URL.jpg
01-23-2009 11:06 AM
Hi Sendia,
Thank you for your quick reply. I have the DSC module, and following indications in the above-mentioned link I have achieved the next results:
* If executing the application from LabView, that solution runs but no properly, every time I change a shared variable binding the next error appears (one time), see SV_Binding_Error.PNG
* If executing the standalone application compiled (.exe), every time I change a shared variable binding no error appears but there is no change in data binding.
Best regards.