Ik ben bezig aan de sturing te ontwerpen voor mijn rolluiken en dit doe ik met logo.
Alles is mij ( na wat zoekwerk ) aardig gelukt.
Nu heb ik een probleem.
Ik werk met drukknoppen voor de lokale en de centrale bediening,dit omdat ik dat mooier vind dan die vergrendelbare toetsen.
Nu zou ik dit alles graag sturen met een schemerschakelaar, maar nu blijkt dat die schemerschakelaar in feite een schakelaar is en geen puls kan geven.
Nu ben ik op zoek naar een schema die het volgende doet.
schakelaar hoog = een puls op een uitgang
schakelaar laag = terug een puls op dezelfde uitgang.
Nie simpel zulle.
Kan er mij iemand helpen please??
greetz
christof
schema logo.
Moderator: Domotix-Moderators
AND met pijltje??
wat doet die AND poort met een pijltje ernaast eigenlijk?
ken dit symbool niet....
normaa moeten alle ingangen toch hoog zijn als die AND poort iets moet doorgeven?
THX
Grtzzz
ken dit symbool niet....
normaa moeten alle ingangen toch hoog zijn als die AND poort iets moet doorgeven?
THX
Grtzzz
uit de logo manual:
4.2.2 AND with edge evaluation
Symbol in LOGO!: &^
The output of an edge triggered AND is only 1 if all inputs
are 1 and if at least one input was low in the previous cycle.
At an unused block input (x): x = 1.
4.2.4 NAND with edge evaluation
Symbol in LOGO!: &v
The output status of the NAND with edge evaluation is only
1 if at least one input is 0 and if all inputs were 1 in the
previous cycle.
At an unused block input (x): x = 1.
Timing diagram for the NAND with edge evaluation
4.2.2 AND with edge evaluation
Symbol in LOGO!: &^
The output of an edge triggered AND is only 1 if all inputs
are 1 and if at least one input was low in the previous cycle.
At an unused block input (x): x = 1.
4.2.4 NAND with edge evaluation
Symbol in LOGO!: &v
The output status of the NAND with edge evaluation is only
1 if at least one input is 0 and if all inputs were 1 in the
previous cycle.
At an unused block input (x): x = 1.
Timing diagram for the NAND with edge evaluation
tuurlijk
logo site : http://www.automation.siemens.com/logo/index_76.html
duw op Techincal Info > Manuals > Logo Manual
logo site : http://www.automation.siemens.com/logo/index_76.html
duw op Techincal Info > Manuals > Logo Manual