07-30-2013 05:37 AM
Hi. I tried to realize the VI suggested in the tutorial
http://www.ni.com/white-paper/7595/en
but as you can see from the VI attached it doesn't work.
In particular, watching at the tutorial, it says:
9. Right-click the case box at the top of the case structure and select Add Case for Every Value.
I haven't found this option. (i'm using lab2012).
Where is the error?
Another question is he use the same indicator "Money Deposited" everywhere. How is it possible without generating multiple indicators? (I suppose that the indicator is only 1 since he shows only 1 in the first picture).
07-30-2013 05:44 AM
Try to change the input to Typedef .
07-30-2013 05:51 AM
mmm i haven't understood.. could you explain it better plz?
Ty
07-30-2013 05:58 AM
Problem solved.
For the String Indicator should be setted the create local variable. Right click on the String indicator connected to the 0 value, create, local variable.
I have also solved the problem with the case structure also if I don't understand why before it didn't work.
By the way thank you
07-30-2013 06:03 AM
@inuyasha84 wrote:
9. Right-click the case box at the top of the case structure and select Add Case for Every Value.
"Add case .." works for Enums, in which case it creates a case for every value in the enum.
/Y