how to switch a relay to LOGIC 0?
ice-egoz
Posts: 55
how do i set the pin to LOW and that will switch the relay to 0?
I did LOW 8 but it doesnt make the pin 0V therefore wont switch the relay.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I need all ya guidance Masters. [noparse]:)[/noparse]
I did LOW 8 but it doesnt make the pin 0V therefore wont switch the relay.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I need all ya guidance Masters. [noparse]:)[/noparse]
Comments
rel1 VAR OUT8
Main:
rel1 = 1 will turn relay on
rel1 = 0 will turn relay off
LOW 8
will indeed make P8 go to 0v, no matter what is connected to it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
rox on
nick B