PerMalmberg / node-red-contrib-boolean-logic

Node-RED nodes to perform Boolean logic
MIT License
11 stars 7 forks source link

Gates in chain #4

Closed GeoffreyPkz closed 7 years ago

GeoffreyPkz commented 7 years ago

Hello,

I would like to know why when i put several gate in chain ( a more complex logic circuit), i'm not able to make some gates work (unknown logic status). It happens when I create another gates after the result of two And's gates. (I had parameter gates with proper entries).

Thanks

PerMalmberg commented 7 years ago

Based on the little information provided, that happens when the previous gates don't have a known output, because they in turn have unknown input levels.