Skip to content

Instantly share code, notes, and snippets.

@dceejay
Last active January 2, 2016 18:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dceejay/8342629 to your computer and use it in GitHub Desktop.
Save dceejay/8342629 to your computer and use it in GitHub Desktop.
Range node simple test flow

Range Node Tester

Simple example to exercise the range node...

[{"id":"c30a2cce.10573","type":"debug","name":"","active":true,"complete":"true","x":502.1668281555176,"y":224.16670036315918,"z":"fe9ce837.0e8448","wires":[]},{"id":"5c572894.5adb88","type":"range","minin":"0","maxin":"100","minout":"0","maxout":"255","action":"scale","round":true,"name":"","x":337.1665840148926,"y":163.16661643981934,"z":"fe9ce837.0e8448","wires":[["c30a2cce.10573"]]},{"id":"bed13b36.7d7cb8","type":"inject","name":"","topic":"","payload":"20","repeat":"","crontab":"","once":false,"x":111.16667175292969,"y":108.16669273376465,"z":"fe9ce837.0e8448","wires":[["5c572894.5adb88"]]},{"id":"47d099c3.f5ab1","type":"inject","name":"","topic":"","payload":"90","repeat":"","crontab":"","once":false,"x":113.16665267944336,"y":162.16667652130127,"z":"fe9ce837.0e8448","wires":[["5c572894.5adb88"]]},{"id":"4be18cd4.4f4974","type":"inject","name":"","topic":"","payload":"-20","repeat":"","crontab":"","once":false,"x":111.1666488647461,"y":207.16666221618652,"z":"fe9ce837.0e8448","wires":[["5c572894.5adb88"]]},{"id":"9668312d.7a4d28","type":"inject","name":"","topic":"","payload":"110","repeat":"","crontab":"","once":false,"x":110.16664123535156,"y":251.16664600372314,"z":"fe9ce837.0e8448","wires":[["5c572894.5adb88"]]},{"id":"e88ff187.9cd388","type":"inject","name":"","topic":"","payload":"100","repeat":"","crontab":"","once":false,"x":110.16666030883789,"y":292.16664600372314,"z":"fe9ce837.0e8448","wires":[["5c572894.5adb88"]]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment