PDA

View Full Version : Normaly Open and Normaly Close



ashlight
03.05.2011, 16:22
I'd like to make one soket to work all the time unless a secened one is working
so I gave the secened soket a timer1 and made a program1 where 1st inpot is alweays on secend is the timer1 condition OR and assigned program1 to soket 1 but... it remain alweays on regardless?

thus any one know what I did wrong?
thanx

Blahenazo
04.05.2011, 19:09
to work all the time unless a second one is working ?
So you want the inverse of that socket ?

use the same logic as socket 1 and then use the NOT function and you will have the inverse ?

ashlight
05.05.2011, 07:21
Works! Great! Thanks!