06-30-2010 09:44 AM
Hello,
1. About Message Queues and Shared Variable.
2. Passing values between two GUI screens (VIs).
3. Passing data values between two cases in an event case structure.
From the Master Slave Example given in the forum what is the meaning of 1 & 2 marked in teh attached figure.
How this can be implemented?
Anyboby please comment on this.
-mfp.
06-30-2010 10:20 AM
Those are local variables. You can right-click a terminal on your block diagram and navigate to Create -> Local Variable. Right-click on the variable to choose 'Change to Read' or 'Change to Write'.
06-30-2010 10:26 AM
A good example of a message queue and how to pass data from one case to another is the JKI State Machine. Google it, or search the forums.
07-01-2010 09:07 AM - edited 07-01-2010 09:08 AM
Thanks for the Reply.
-mfp.