sundaysfantasy Posted February 28, 2016 Report 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.
MVP 2023 Flex727 Posted February 29, 2016 MVP 2023 Report 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.
Kikis Posted March 1, 2016 Report 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now