PDA

View Full Version : Programable Logic help



xenon
01.03.2009, 19:21
I need to have Timer1 turn off when I hit the feeding pause and resume when the feeding pause is over.

How exactly do I accomplish that? :confused:

xenon
01.03.2009, 22:45
Would this work?

Function AND
Input 1 = Timer 1
Input 2 = Filter (inverted)

kidney514
01.03.2009, 23:34
Yes it would work with this small correction

Function AND
Input 1 = Timer 1
Input 2 = Filter


If you invert it will be on when the feeding pause is active!

kidney514
01.03.2009, 23:35
Yes it would work with this small correction

Function AND
Input 1 = Timer 1
Input 2 = Filter


If you invert it will be on when the feeding pause is active!

xenon
01.03.2009, 23:44
SWEET!

Thanks kidney!!!

xenon
02.03.2009, 19:54
I removed the invert on Filter.

I just hit the feeding pause and the timer1 is still on.

What else could I try?

Matthias
03.03.2009, 09:11
the timer is still on, this is normal, but the "programmable logic" is off during feeding pause

assign the function "programmable logic x" instead of "timer x" to the socket

xenon
03.03.2009, 10:01
the timer is still on, this is normal, but the "programmable logic" is off during feeding pause

assign the function "programmable logic x" instead of "timer x" to the socket

BINGO!

Damn, that was cool. This programable logic is pretty powerful stuff.

Thanks Matthias!