Question about RBE

Hello,

Shouldn't I just have rising values at the exit?

In other words, just something like 1, 2, 3?
Never 3, 2, 1 (or decreasing combinations of these numbers)?

[{"id":"ca451102.306ac","type":"inject","z":"cdf5d921.06e7d8","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"1","payloadType":"num","x":570,"y":580,"wires":[["65cb7261.df48dc"]]},{"id":"65cb7261.df48dc","type":"rbe","z":"cdf5d921.06e7d8","name":"","func":"deadband","gap":"1%","start":"","inout":"out","property":"payload","x":800,"y":640,"wires":[["973d95cc.7680f8"]]},{"id":"973d95cc.7680f8","type":"debug","z":"cdf5d921.06e7d8","name":"RBE Output","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":970,"y":640,"wires":[]},{"id":"f26dd767.7da698","type":"inject","z":"cdf5d921.06e7d8","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"2","payloadType":"num","x":570,"y":640,"wires":[["65cb7261.df48dc"]]},{"id":"8ef0b7e1.59125","type":"inject","z":"cdf5d921.06e7d8","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"3","payloadType":"num","x":570,"y":700,"wires":[["65cb7261.df48dc"]]}]

I believe it works on amount of change (absolute / plus -or- minus) not increasing values (since there is no "decreasing" option in the RBE settings)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.