04-14-2008 11:20 PM
04-15-2008 12:02 AM - edited 04-15-2008 12:03 AM
Hi Josh,
if you use a state machine instead of your sequences, you could use everytime the same indicator. With sequences i think you could use property nodes or local variables, but i recommend the state machine structure.
Mike
04-15-2008 09:19 AM
the indicator on the front panel will only display the correct values if the program is in the same structure as the indicatorWhat are you using the monitoring for? Are you supposed to perform some action based on the value, or is it just for diplay on the front panel? If it's just for display, a "hack" would be to have an independent while loop that simply updates the value of the indicator. Without seeing your code, and what you mean by the above statement, it's a little hard to offer specific suggestions.
04-15-2008 09:38 AM
04-15-2008 09:49 AM
04-15-2008 09:50 AM
04-15-2008 11:56 AM
04-15-2008 12:32 PM