jcabrer Posted May 26, 2005 Report Share Posted May 26, 2005 I'm using an unamed queue to store states in the order I want them to execute, so I have an INIT state where I pump 10 states into the queue. The application recieves the initial state from an Enum constant wired from outside the main while loop. The problem is that when the application runs, the first Enum inside the init state, which has a numerical value of (4), changes to (0) INIT all by itself. There are no property nodes or anything else that I can think of that might be affecting this. If I remove the constant, and replace it with a control, and then change the control to a constant, the problem disappears! Download File:post-2308-1117130742.vi Quote Link to comment
i2dx Posted May 27, 2005 Report Share Posted May 27, 2005 i agree there is a bug ... very strange ! take a look at the attatched VI, there is a solution how to avoid this .... best regards, cb Download File:post-885-1117173419.vi Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.