Hello,
I am a student using labview to simulate a water treatment plant. When creating my VI I used local variables to simulate the tanks filling and emptying. When I build my IO server in my DSC project I get a warning saying that data from local variables will not be published. When I continue and build my shared variable library and my new VI, the tanks fill but do not empty. In the original VI the primary variable is used to fill and the local is used to empty.
Can anyone tell me is it possible to use local variables with DSC or do I totally need to rewrite my original VI ????
All help appreciated.