02-29-2016 03:26 PM
02-29-2016 03:33 PM
Forgot the attachment
02-29-2016 03:37 PM
Sorry, My Internet Conection is bad.. Here is the attachment..
02-29-2016 03:45 PM - edited 02-29-2016 03:46 PM
Looks like you have the basic idea.
I would use an Event Structure and a shift register with an array of 4 U8 numbers.
EDIT: And another shift register to keep track of which digit you are performing operations on.
02-29-2016 04:17 PM
The problem is that I have another program with a event structure where I use the same ok buttons and some conflicts appear due to the large number of iterations, then I need an idea without event structure ..
02-29-2016 04:25 PM
I'm not sure I understand.
Why don't you modify your existing event structure to handle this? You may need an additional shift register to identify whether you are in "Frequency" mode or another mode but you should be able to work within the existing event structure.