09-27-2006 07:22 PM
09-27-2006 09:32 PM
Feed your data in a shift register or feedback node to have the current value and the value from the previous iteration available.
The rest is could just be boolean logic (IF "current=5 AND previous=4" ) to be fed to a case structure containing your special code. There are many possible ways to do this.
09-28-2006 12:55 AM
ah ok that makes sense, thanks. Is there any way to specify more than one conditions such as like you said IF something AND something with one case structure? or would I need to use one case structure layer for every condition. sorry I'm kind of new to the program
thanks
09-28-2006 02:00 AM - edited 09-28-2006 02:00 AM

Message Edited by altenbach on 09-28-2006 12:01 AM
09-28-2006 02:41 AM
lol you make it look so easy.
thanks man