03-15-2015 07:30 PM
LabVIEW 2012 with DSC.
On computer A I have a.lvlib with a boolean shared variable with alarms defined. On computer B I have the same a.lvlib which I set the data binding to point to the shared variable on computer A. Is it normal that the properties, like the "Ack" are not updated on computer B?
Thanks,
Michel
03-15-2015 08:00 PM
I believe only values are transferred when doing data binding between bound libraries. I doubt all the other properties would transfer.
03-15-2015 08:45 PM - edited 03-15-2015 08:45 PM
Ok, that's what I though.
Here's an exerpt of what I'm currently trying to do. I want to create a redundant system (running on Computer B) that would take over from Computer A (critical system) and I'd like computer B to managed the acknowledge alarms instead of putting them back in "Alarms" when it's taking over...
Michel