Intern

Node-Redのダッシュボードを活用してLeDMX4 MAXを制御する

使用した機材

  • RGBWテープライト
  • LeDMX4 MAX

前準備その1

eDMX MAX Configurationをインストールする。

https://dmxking.com/downloads-list

上のリンクから使っているOSに合っているバージョンをダウンロードする。今回はWindowsを使用しているためWindows版で例を示す。

ダウンロードしてきたファイルを展開(解凍)する

  • eDMX MAX Configuration Setup.msi
  • setup.exe

のいずれかを起動する

Nextを押下する

変更せずにNextを押下する

Nextを押下するとインストールが開始されるのでしばらく待つ

この画面が出たらインストールが完了しているのでCloseを押下して画面を閉じる

インストールが完了したらeDMX MAX Configurationを起動しておく

前準備その2

LeDMX4 MAXの電源を入れてLANケーブルを接続し、左側面にあるS/Aの値を控えておく。その後、eDMX MAX Configurationの左側にある欄からLeDMX4 MAXを選択する。表示されているNode MAC Addressの欄がS/Aの値と一致していたらLeDMX4 MAXのIP Addressの値を控えておく。

Node-Red側での前準備

「node-red-dashboard」と「node-red-contrib-sacn」を追加しておく。

フロー全体図とフローデータ

[{"id":"772696d0b04f71ff","type":"function","z":"d4c13a142feace45","name":"RED_LED","func":"const ran = flow.get(\"number\");\nvar light = flow.get(\"Red\");\nvar num = flow.get(\"R_Number\")\nfor(let i=0;i<num;i++){\n    ran.push(light,0,0,0);\n    flow.set(\"number\", ran)\n}\nfor (let i=0;i<128-num;i++) {\n    ran.push(0, 0, 0, 0);\n    flow.set(\"number\", ran)\n}\nnode.send({\n    topic: \"1/1\",\n    payload: ran,\n})","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":690,"y":540,"wires":[["67b04bb14dcece79"]]},{"id":"c0884325930aa7df","type":"inject","z":"d4c13a142feace45","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":300,"y":540,"wires":[["0374025c7e8116bc"]]},{"id":"0374025c7e8116bc","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"set","p":"number","pt":"flow","to":"[]","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":540,"wires":[["772696d0b04f71ff"]]},{"id":"cc9ffa86d0e08ce5","type":"inject","z":"d4c13a142feace45","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":300,"y":1100,"wires":[["af64e2e8e3ea6627"]]},{"id":"af64e2e8e3ea6627","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"set","p":"number","pt":"flow","to":"[]","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":1100,"wires":[["349ae7916bb264f7"]]},{"id":"519dffbd6e3be740","type":"inject","z":"d4c13a142feace45","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":300,"y":380,"wires":[["e7caab3da3e2f71a"]]},{"id":"e7caab3da3e2f71a","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"set","p":"number","pt":"flow","to":"[]","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":380,"wires":[["cf304750af47171f"]]},{"id":"cf304750af47171f","type":"function","z":"d4c13a142feace45","name":"BLUE_LED","func":"const ran = flow.get(\"number\");\nvar light = flow.get(\"Blue\");\nvar num = flow.get(\"B_Number\")\nfor(let i=0;i<num;i++){\n    \n    ran.push(0,0,light,0);\n    flow.set(\"number\", ran)\n}\nfor(let i=0;i<128-num;i++){\n    ran.push(0, 0, 0, 0);\n    flow.set(\"number\", ran)\n}\nnode.send({\n    topic: \"1/1\",\n    payload: ran,\n})","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":690,"y":380,"wires":[["67b04bb14dcece79"]]},{"id":"2af431dcbce28814","type":"inject","z":"d4c13a142feace45","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":300,"y":220,"wires":[["e988789c69fb0669"]]},{"id":"e988789c69fb0669","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"set","p":"number","pt":"flow","to":"[]","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":220,"wires":[["c418fef482b7a298"]]},{"id":"26ef9af71dc52d09","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"Green","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":100,"wires":[[]]},{"id":"e5e1373b3e6a42b3","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"Blue","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":260,"wires":[[]]},{"id":"95dd5a2e1f29ab60","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"Red","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":420,"wires":[[]]},{"id":"c418fef482b7a298","type":"function","z":"d4c13a142feace45","name":"GREEN_LED","func":"const ran =flow.get(\"number\");\nvar light = flow.get(\"Green\");\nvar num = flow.get(\"G_Number\");\nfor(let i=0;i<num;i++){\n    ran.push(0,light,0,0);\n    flow.set(\"number\", ran)\n}\nfor(let I=0;I<128-num;I++){\n    ran.push(0, 0, 0, 0);\n    flow.set(\"number\", ran)\n}\nnode.send({\n    topic: \"1/1\",\n    payload: ran,\n})","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":680,"y":220,"wires":[["67b04bb14dcece79"]]},{"id":"b1df8630cb1b746d","type":"ui_button","z":"d4c13a142feace45","name":"","group":"735d35e604a0925a","order":3,"width":9,"height":1,"passthru":false,"label":"Red","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"","payloadType":"str","topic":"topic","topicType":"msg","x":330,"y":500,"wires":[["0374025c7e8116bc"]]},{"id":"2f0d07241fdf9b52","type":"ui_button","z":"d4c13a142feace45","name":"","group":"735d35e604a0925a","order":1,"width":9,"height":1,"passthru":false,"label":"消灯","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"","payloadType":"str","topic":"topic","topicType":"msg","x":330,"y":1060,"wires":[["af64e2e8e3ea6627"]]},{"id":"9b87072fa5a4aea7","type":"ui_button","z":"d4c13a142feace45","name":"","group":"735d35e604a0925a","order":9,"width":9,"height":1,"passthru":false,"label":"Blue","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"","payloadType":"str","topic":"topic","topicType":"msg","x":330,"y":340,"wires":[["e7caab3da3e2f71a"]]},{"id":"c5235b7fc322ad4b","type":"ui_button","z":"d4c13a142feace45","name":"","group":"735d35e604a0925a","order":6,"width":9,"height":1,"passthru":false,"label":"Green","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"Green","payloadType":"flow","topic":"","topicType":"str","x":330,"y":180,"wires":[["e988789c69fb0669"]]},{"id":"069388905c75d465","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"Green","tooltip":"","group":"735d35e604a0925a","order":7,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":330,"y":100,"wires":[["26ef9af71dc52d09"]]},{"id":"bb5c1df31c346778","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"Blue","tooltip":"","group":"735d35e604a0925a","order":10,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":330,"y":260,"wires":[["e5e1373b3e6a42b3"]]},{"id":"aebacb656a471e80","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"Red","tooltip":"","group":"735d35e604a0925a","order":4,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":330,"y":420,"wires":[["95dd5a2e1f29ab60"]]},{"id":"b385979f99dc86b1","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"G_Number","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":140,"wires":[[]]},{"id":"2afab50336cd1ebc","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"G_Number","tooltip":"","group":"735d35e604a0925a","order":8,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":310,"y":140,"wires":[["b385979f99dc86b1"]]},{"id":"349ae7916bb264f7","type":"function","z":"d4c13a142feace45","name":"消灯","func":"const ran = flow.get(\"number\");\nvar number = 0;\n\nfor(let i=0;i<128;i++){\n    ran.push(0,0,0,0);\n}\n\nflow.set(\"number\",ran);\n\nnode.send({\n    topic: \"1/1\",\n    payload: ran,\n})","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":710,"y":1100,"wires":[["67b04bb14dcece79"]]},{"id":"d476f00c4f248f27","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"B_Number","tooltip":"","group":"735d35e604a0925a","order":11,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":310,"y":300,"wires":[["f25deb2cc6086533"]]},{"id":"f25deb2cc6086533","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"B_Number","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":300,"wires":[[]]},{"id":"2131338c84fcd72b","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"R_Number","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":460,"wires":[[]]},{"id":"abfb1d6263f1f003","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"R_Number","tooltip":"","group":"735d35e604a0925a","order":5,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":310,"y":460,"wires":[["2131338c84fcd72b"]]},{"id":"d6f1e855a1034579","type":"inject","z":"d4c13a142feace45","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":300,"y":700,"wires":[["8896bf28305dd844"]]},{"id":"8896bf28305dd844","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"set","p":"number","pt":"flow","to":"[]","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":700,"wires":[["90dc02db1e054141"]]},{"id":"4196fc48d0fcf729","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"White","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":580,"wires":[[]]},{"id":"1968b3f368c0ee94","type":"ui_button","z":"d4c13a142feace45","name":"","group":"735d35e604a0925a","order":12,"width":9,"height":1,"passthru":false,"label":"White","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"","payloadType":"str","topic":"topic","topicType":"msg","x":330,"y":660,"wires":[["8896bf28305dd844"]]},{"id":"7d0cd8d8eaa40c0f","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"White","tooltip":"","group":"735d35e604a0925a","order":13,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":330,"y":580,"wires":[["4196fc48d0fcf729"]]},{"id":"690745ab6b841458","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"W_Number","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":620,"wires":[[]]},{"id":"5b97ead095eefaca","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"W_Number","tooltip":"","group":"735d35e604a0925a","order":14,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":310,"y":620,"wires":[["690745ab6b841458"]]},{"id":"36d5ae3acccf922e","type":"function","z":"d4c13a142feace45","name":"ALL_LED","func":"const ran = flow.get(\"number\");\nvar light = flow.get(\"All\");\nvar num = flow.get(\"A_Number\")\nfor(let i=0;i<num;i++){\n    ran.push(light,light,light,light);\n    flow.set(\"number\", ran)\n}\nfor (let i=0;i<128-num;i++) {\n    ran.push(0, 0, 0, 0);\n    flow.set(\"number\", ran)\n}\nnode.send({\n    topic: \"1/1\",\n    payload: ran,\n})","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":700,"y":1020,"wires":[["67b04bb14dcece79"]]},{"id":"49c91d24e3bfbb1e","type":"inject","z":"d4c13a142feace45","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":300,"y":1020,"wires":[["22f38c4ca22651d9"]]},{"id":"22f38c4ca22651d9","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"set","p":"number","pt":"flow","to":"[]","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":1020,"wires":[["36d5ae3acccf922e"]]},{"id":"9135af775f5fe6dd","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"All","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":900,"wires":[[]]},{"id":"bfc5b6363fac598d","type":"ui_button","z":"d4c13a142feace45","name":"","group":"735d35e604a0925a","order":18,"width":9,"height":1,"passthru":false,"label":"All","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"","payloadType":"str","topic":"topic","topicType":"msg","x":330,"y":980,"wires":[["22f38c4ca22651d9"]]},{"id":"740c6e74cf607662","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"All","tooltip":"","group":"735d35e604a0925a","order":19,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":330,"y":900,"wires":[["9135af775f5fe6dd"]]},{"id":"f1d3f391ce097793","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"A_Number","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":940,"wires":[[]]},{"id":"b0a6fd93f8ff029a","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"A_Number","tooltip":"","group":"735d35e604a0925a","order":20,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":310,"y":940,"wires":[["f1d3f391ce097793"]]},{"id":"550f6c1e88fb5018","type":"function","z":"d4c13a142feace45","name":"RGB_LED","func":"const ran = flow.get(\"number\");\nvar light = flow.get(\"RGB\");\nvar num = flow.get(\"RGB_Number\")\nfor(let i=0;i<num;i++){\n    ran.push(light,light,light,0);\n    flow.set(\"number\", ran)\n}\nfor (let i=0;i<128-num;i++) {\n    ran.push(0, 0, 0, 0);\n    flow.set(\"number\", ran)\n}\nnode.send({\n    topic: \"1/1\",\n    payload: ran,\n})","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":690,"y":860,"wires":[["67b04bb14dcece79"]]},{"id":"b958f5718fb7d1ff","type":"inject","z":"d4c13a142feace45","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":300,"y":860,"wires":[["968996d52eaa4e62"]]},{"id":"968996d52eaa4e62","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"set","p":"number","pt":"flow","to":"[]","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":860,"wires":[["550f6c1e88fb5018"]]},{"id":"ea6cb9dbfa9f4d65","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"RGB","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":740,"wires":[[]]},{"id":"3050ba3b92778f92","type":"ui_button","z":"d4c13a142feace45","name":"","group":"735d35e604a0925a","order":15,"width":9,"height":1,"passthru":false,"label":"RGB","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"","payloadType":"str","topic":"topic","topicType":"msg","x":330,"y":820,"wires":[["968996d52eaa4e62"]]},{"id":"0133a90a8174c973","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"RGB","tooltip":"","group":"735d35e604a0925a","order":16,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":330,"y":740,"wires":[["ea6cb9dbfa9f4d65"]]},{"id":"e3bd9a19da1f46b3","type":"change","z":"d4c13a142feace45","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"RGB_Number","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":780,"wires":[[]]},{"id":"d8fb74cedad60559","type":"ui_text_input","z":"d4c13a142feace45","name":"","label":"RGB_Number","tooltip":"","group":"735d35e604a0925a","order":17,"width":9,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","sendOnBlur":true,"className":"","topicType":"str","x":300,"y":780,"wires":[["e3bd9a19da1f46b3"]]},{"id":"90dc02db1e054141","type":"function","z":"d4c13a142feace45","name":"WHITE_LED","func":"const ran = flow.get(\"number\");\nvar light = flow.get(\"White\");\nvar num = flow.get(\"W_Number\")\nfor(let i=0;i<num;i++){\n    ran.push(0,0,0,light);\n    flow.set(\"number\", ran)\n}\nfor (let i=0;i<128-num;i++) {\n    ran.push(0, 0, 0, 0);\n    flow.set(\"number\", ran)\n}\nnode.send({\n    topic: \"1/1\",\n    payload: ran,\n})","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":690,"y":700,"wires":[["67b04bb14dcece79"]]},{"id":"67b04bb14dcece79","type":"sACN","z":"d4c13a142feace45","server":"","universe":"","channel":"","transition":"instant","transitionRate":50,"transitionTime":1000,"name":"","x":900,"y":220,"wires":[]},{"id":"735d35e604a0925a","type":"ui_group","name":"管理画面","tab":"75321563f9c682ce","order":1,"disp":true,"width":27,"collapse":false,"className":""},{"id":"75321563f9c682ce","type":"ui_tab","name":"照明管理","icon":"dashboard","order":1,"disabled":false,"hidden":false}]Code language: JSON / JSON with Comments (json)

sACNノードのデータ

sACNのsever欄を新規作成する。Host/IP欄にLeDMX4 MAXのIPアドレスを入力する。Port欄は編集せずに追加する。

ダッシュボードのレイアウトの例

数値を入力する欄が各行に2か所ある。中央列の入力欄の最大値は255であり、右列の入力欄の最大値は128である。