Dynamic Symbol Toggle Based on One Variable

Discuss issues and ideas you have to configuring displays with PowerVision
hidish
Posts: 9
Joined: Wed Jun 08, 2011 9:51 am

Dynamic Symbol Toggle Based on One Variable

Post by hidish » Fri Dec 16, 2011 9:00 am

I am trying to get dynamic variables to toggle based on the value of a variable. I have 3 nodes in my system that I get error codes from and want the symbol to toggle based on which ones have active errors. I have a state machine for each node to check as an error code comes in. If the error has the address of the node, it sets that particular variable to 1. This works. I have a separate state machine that checks the values of these variables in each state. I get the transition from the initial state (where there are no errors) to one of the other states. Once I get an error on another node, it transitions to that state based on the Event Condition. That works. If I then link the second state back to the first to toggle back, it crashes on me. I think I've put it in a loop or something, but don't know how to fix it. I've tried to use various timers in different positions, but I can't figure out how to get it to work correctly.
bseidl

Re: Dynamic Symbol Toggle Based on One Variable

Post by bseidl » Fri Dec 16, 2011 1:12 pm

Hello hidish

Can you send me your configuration in a personal message so I can take a look? Thanks!

bseidl
bseidl

Re: Dynamic Symbol Toggle Based on One Variable

Post by bseidl » Mon Dec 19, 2011 4:45 pm

This issue has been resolved.

bseidl
hidish
Posts: 9
Joined: Wed Jun 08, 2011 9:51 am

Re: Dynamic Symbol Toggle Based on One Variable

Post by hidish » Tue Dec 20, 2011 7:56 am

Yes, it is resolved. Thanks.