countdown goes negative

Hello, I made a simple countdown (seconds and milliseconds) however, it goes negative and I don’t want that, how can I fix that issue?

Also,I would like to trigger an alarm when the countdown reaches 0. I tried to put a condition but it won’t work.

An


y help is appreciated, thank you very much!!

Hi,seems what you’re looking for is a timer.

2 Likes

Thank you for your answer! I’m not sure I understand what you did. I need a countdown form 10 second to 0 and I want it to stop at 0 then I want the alarm to start when the timer (countdown) is at 0.

Hey @jodebelle!

A few questions so we know exactly what you are trying to achieve:

  • Are you displaying the time left on your countdown?
  • If so, how accurate does the timer need to be?
  • Are you needing help setting up your alarm event after your timer completes, or are you just having trouble with your event triggering?
  • Can you share the rest of your blueprints so we can see what is calling your countdown as well as your alarm conditions?

Any additional specifics you provide may go a long way in solving your problem!

Hi,you could click the reply icon to reply.otherwise others don’t receive a notification.
and what the ‘set timer by event’ does is creating a timer and you give it a time.then it executes an event after the time runs out.it’s a handy tool.

Thank you for your reply! I fixed it, thanks a lot

1 Like

Hey @jodebelle!

That’s great! Can you share your solution so that if someone runs into the same problem they can look to your solution for help?

1 Like


Yes of course, thank you for reminding me!! Here it is :slight_smile: