Hi,
It works great, thank you so much.
Sergei
Khalid wrote:
> .
>
> Hi,
>
> If all you need is a True signal when the current time equals a preset
> time (set by your Pot), you can use a TimeOfDay timer for this.
>
> Here's how: Create a TimeOfDay Timer with the following properties:
>
> Name = Timer1
> On/Off signal = True
> Timer Offset = PotClockSet
> Timer durations = 0:05
> Display format HH:MM:SS
>
> Where PotClockSet is your pot used to set the time. Its properties
> are as you described in your question except the Resolution, which I
> made 1 second, i.e., 0:01.
>
> Now, set the PotClockSet to whatever time you want the Alarm to go
> off. If you insert an expression on Timer1.status, you'll see that it
> is counting down to your Alarm time. A
nd the implicit member Timer1
> will go high for 5 seconds when the current time equals the set time.
>
> Hope this helps.
>
> khalid 🙂