05-10-2013 03:02 AM
Are you referring to the one in the black circle?
05-10-2013 03:04 AM
@augustg wrote:
Are you referring to the one in the black circle?
No, none of those. See the image I attached above.
05-10-2013 08:35 PM
great,the code seems working now but now im faced with a problem. If the delay time is longer than the time the boolean is activated, the code will not delay. im trying to figure out a code at the moment a true boolean is detected, no matter how short it is at the true state(0.1sec), it will call the 1sec delay
05-11-2013 09:52 AM
Please attach your new code. Currently you have a 5000ms delay in the main loop (why???), meaning that this is you polling inteval. That seems way too long. You probably should use an event structure.