Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

Weekly mode example

Required For example, we are required to open the door lock on the following schedule:
Monday - Friday:                10 - 17
Saturday:                            10 - 13

The door is opened by turning on the relay Outlet 1.

For this we need to create two timers:

...

Defining the door release logic:

...

And Defining door locking logic:

...

The pulse function must be set accordingly if the door is unlocking with a voltage pulse.

...