sundaysfantasy Posted February 28, 2016 Report Share Posted February 28, 2016 Hi, Is there any way to test when a value of an MI changes? I need to use some conditions for something, and if after a certain amount of time the value of an MI doesn't change, it has to reset some stuff. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted February 29, 2016 MVP 2022 Report Share Posted February 29, 2016 Yes, it takes 3 steps, in this order: 1) Compare your MI to another MI used to temporarily store the value, and if equal, run a TD timer set for the "certain amount of time" you need. 2) Store Direct the first MI to the temporary MI. 3) A Positive Transition of the timer initiates the stuff you want to do. Quote Link to comment Share on other sites More sharing options...
Kikis Posted March 1, 2016 Report Share Posted March 1, 2016 Hello, The following example shows how to detect change in MI value. When MI5 value changes, MB8 will be on for one scan. 1 Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.