Hello,
I am using a cRIO-9074 and labview 2012. Ive run into a issue that I haven't seen before where recently added shared variables, don't appear to work while the cRIO is running from start up. I have added some shared variables; two array of doubles and a integer, to my project which are being sent through a data stream to a HMI, When I deploy the VI to the cRIO from the project the variables in question work perfectly. I am able to see the data on the HMI. However, when I build and deploy my RT executable, the recently added shared variables do not work yet other shared variables work fine.
I'm at a loss as to how to tackle this problem.