09-23-2013 05:08 PM
All,
I have been using Shared Variable and References in an RT application (both on the RT and XP side)
Now I created some shared variables and I can not get the data passed from different vi's. I tried making global references, No Go.
LabView 2011.
Anyone have any idea what might be going on.
thanks,
Carmine
09-23-2013 05:26 PM
You don't give enough information to troubleshoot the problem. Can you show us some simplified code? Thanks!
09-23-2013 05:52 PM
Basically:
I have a program that runs on its own and stores data in an array. I created a global reference and init it with the reference of the array.
Then I have a second program that runs on its own. This one happens to start and stop. When it starts, it uses the global reference to get the data.
I am also haviong problems with shared variables. My app has shared vars that I created before and run fine. But when I create new ones, the value is not shared between different vi's.
Right now I am seeing this problem on the Hypervisor side. The RT is running fine.
Make more sense?
thanks