September 24, 2022 2:01 PM CEST
in the topic
circuits don't work in the forum
Support
I've got a quite huge model with many functions and several circuits and discovered that several circuits stopped working.
So I tried a simple profile with 2 sequences, 2 lights and 2 circuits to test turn indicators...
It's a simple thing, if I turn on one indicator, it should deactivate the other one...
circuit12:input "sequence1 - Channel1"; Logic: event: upper limit 0.2 (closed), lower limit -0.2 (closed); target: in: "" (off); out: "sequence2" (off)
circuit21:input "sequence2 - Channel2"; Logic: event: upper limit 0.2 (closed), lower limit -0.2 (closed); target: in: "" (off); out: "sequence1" (off)
I'm familiar with programming (a little bit) but I cannot find my mistake. What did I do wrong? Or is it broken?