05-18-2010 11:16 AM
Hallo,
I have a boolean button with "latch when released" behaviour. I would like to increment a numeric value (starting from 1) of a certain other value (for example 0.5), everytime I click on the button.
Thanks for help
05-18-2010 11:37 AM
05-18-2010 11:41 AM
How about using an event structure instead of polling? This should reduce CPU overhead.
Cheers, m
05-18-2010 11:43 AM - edited 05-18-2010 11:44 AM
Many ways to skin cat.
05-18-2010 12:01 PM
05-18-2010 12:11 PM - edited 05-18-2010 12:14 PM
johnsold wrote:Here is a slightly cleaner way to implement Broken Arrow's idea.