Jump to content

Enum Constant not so constant


Recommended Posts

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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.