Page 1 of 1

COMPARE PREVIOUS VALUE

Posted: Thu Aug 25, 2016 8:53 am
by Mcfly
Hi, i'm wondering how to code an if fuction. Let's say If the value of a pot is different than its previous value then go to an specific part of the routine.

I tried using the SKP function but it has no such condition (if ACC is not equal as PACC).

Posted: Fri Aug 26, 2016 6:16 pm
by frank
Subtract them and do a skip on zero so you skip over the change routine.