Timer

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)

Member No 1

Well-Known Member
View Badges
Joined
Dec 17, 2017
Messages
625
Reaction score
430
Location
Rehoboth, MA
Rating - 0%
0   0   0
When setting up a timer, let's say for 1 minute, does it run for only that minute or until the end of the minute?

Current controller, basic programming as an example.
Fallback OFF
Set OFF
If Time 12:00 to 12:01 Then ON - This will turn the outlet on from 12:00pm until 12:01:59. Not jut the one minute you programmed in.
It will run until the end (59 seconds) of the second minute.

My question is, when setting the same time schedule in the P4, will it run for 1 minute or 1 minute and 59 seconds?

1585234816939.png
 

Vinny@GHLUSA

Valuable Member
View Badges
Joined
Jul 27, 2016
Messages
1,149
Reaction score
1,507
Rating - 0%
0   0   0
It works like any standard timer and runs to how ever long you tell it to run.
12:00 PM - 12:01 PM will run for 1 minute.
 

Vinny@GHLUSA

Valuable Member
View Badges
Joined
Jul 27, 2016
Messages
1,149
Reaction score
1,507
Rating - 0%
0   0   0
That is not the correct Timer mode to use.

You need to use the mode SHORT. That will allow you to specify the times and duration of the timer when you want to activate for only a few seconds.

More info on the timer modes can be found in the P4 Programming Manual.
 
OP
OP
Member No 1

Member No 1

Well-Known Member
View Badges
Joined
Dec 17, 2017
Messages
625
Reaction score
430
Location
Rehoboth, MA
Rating - 0%
0   0   0
That is not the correct Timer mode to use.

You need to use the mode SHORT. That will allow you to specify the times and duration of the timer when you want to activate for only a few seconds.

More info on the timer modes can be found in the P4 Programming Manual.
Thanks Vinny, that was much easier. The other was an example I saw here.
 
Back
Top