Disguise (D3) Control Dashboard
This flow is for controlling and observing Disguise (D3) Media Servers via NodeRed's web based Dashboard UI.
Prerequisites needed to run this flow:
Within Disguise the following must be enabled for this to work properly:
- Multitransport Player Device.
- Multitransport JSON Controller
- JSON Device Controller: Found under Devices > JSONMachineControlDevice
- OSC Transport Device
Futher needed:
- The IP Address of the master server.
- The Port numbers for the all of the above devices.
Functionality:
- Utilizes Multitransport JSON Control, JSONMachineControl, and OSC.
- Allows selection of player, track, and cue playback.
- Allows query of all connected servers for status.
- Allows for Player read out via OSC.
All functionality was validated under Disguise R17.1.3 and NodeRed V1.0.4.
Thanks to additons from Benjamin Ryle, and help from @knolleary on the NodeRed Slack
[{"id":"a25f02c4.5a36b","type":"tab","label":"D3 Dashboard","disabled":false,"info":""},{"id":"609be790.4b8678","type":"ui_dropdown","z":"a25f02c4.5a36b","name":"","label":"Track Select","tooltip":"","place":"","group":"943b5060.e547c","order":3,"width":0,"height":0,"passthru":true,"options":[],"payload":"","topic":"","x":1010,"y":1880,"wires":[["8d3a1833.66caa8","25842ce0.a03cc4","c62aa1ca.db6e08"]]},{"id":"66b7886f.3be18","type":"switch","z":"a25f02c4.5a36b","name":"Ouput if Not Empty","property":"results.track","propertyType":"jsonata","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":470,"y":1880,"wires":[["d6cb0935.ef4b08"]]},{"id":"a4bdaf18.1b9878","type":"debug","z":"a25f02c4.5a36b","name":"TRANSMIT: Track List Query","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1800,"y":1820,"wires":[]},{"id":"c62aa1ca.db6e08","type":"debug","z":"a25f02c4.5a36b","name":"Dropdown: Track List Select","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1260,"y":1820,"wires":[]},{"id":"d6cb0935.ef4b08","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"set","p":"results","pt":"msg","to":"results.track","tot":"jsonata"},{"t":"move","p":"results","pt":"msg","to":"options","tot":"msg"},{"t":"set","p":"topic","pt":"msg","to":"tracklist","tot":"str"},{"t":"delete","p":"payload","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":670,"y":1880,"wires":[["96ef28dc.383648"]]},{"id":"96ef28dc.383648","type":"json","z":"a25f02c4.5a36b","name":"","property":"payload","action":"","pretty":false,"x":850,"y":1880,"wires":[["609be790.4b8678"]]},{"id":"945fb7ff.5fbe4","type":"tcp request","z":"a25f02c4.5a36b","server":"","port":"","out":"time","splitc":"0","name":"","x":1190,"y":1220,"wires":[["c30bddd0.51ad","8580ffa5.a47f78"]]},{"id":"b805ef43.294c68","type":"ui_text_input","z":"a25f02c4.5a36b","name":"","label":"D3 IP","tooltip":"","group":"a3e0a9c0.f65668","order":1,"width":0,"height":0,"passthru":true,"mode":"text","delay":300,"topic":"","x":870,"y":360,"wires":[["9379c942.ad4768"]]},{"id":"1a1e7891.5d920f","type":"ui_text_input","z":"a25f02c4.5a36b","name":"","label":"D3 Port","tooltip":"Default Port is 54321","group":"a3e0a9c0.f65668","order":2,"width":0,"height":0,"passthru":true,"mode":"text","delay":300,"topic":"","x":880,"y":420,"wires":[["831f09e.549f978"]]},{"id":"159de0f5.7a1377","type":"change","z":"a25f02c4.5a36b","name":"Msg.enabled","rules":[{"t":"move","p":"payload","pt":"msg","to":"enabled","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":670,"y":440,"wires":[["b805ef43.294c68","1a1e7891.5d920f","831f09e.549f978","9379c942.ad4768","5ce8de94.ade7c","3b938e3e.dbdcca","276ff594.8bb072","33b07364.cef3cc","a7e7023.ea66e","9993d1be.08c2e","61008b8.2576574"]]},{"id":"4576b553.fd7ca4","type":"ui_switch","z":"a25f02c4.5a36b","name":"","label":"Lock IP","tooltip":"","group":"a3e0a9c0.f65668","order":7,"width":0,"height":0,"passthru":true,"decouple":"false","topic":"","style":"","onvalue":"false","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"true","offvalueType":"bool","officon":"","offcolor":"","x":360,"y":440,"wires":[["159de0f5.7a1377"]]},{"id":"831f09e.549f978","type":"function","z":"a25f02c4.5a36b","name":"Store Port","func":"\nif (msg.enabled === false)\n{\n flow.set(\"port\",msg.payload) || 0;\n}\n\nreturn\n","outputs":1,"noerr":0,"x":1130,"y":440,"wires":[[]]},{"id":"5c993138.c50bf8","type":"debug","z":"a25f02c4.5a36b","name":"Stored Variables Check","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":830,"y":140,"wires":[]},{"id":"9379c942.ad4768","type":"function","z":"a25f02c4.5a36b","name":"Store Host","func":"\nif (msg.enabled === false)\n{\n flow.set(\"host\",msg.payload) || 0;\n}\n\nreturn\n","outputs":1,"noerr":0,"x":1110,"y":380,"wires":[[]]},{"id":"c4ee532e.f545b","type":"function","z":"a25f02c4.5a36b","name":"Transmit Msg w/IP & Port","func":"msgin = msg.payload;\nmsgtopic = msg.topic;\nmsglocked = flow.get(\"locked\")\n\nmsg = {topic: msgtopic, payload: msgin, host: flow.get(\"host\"), port: flow.get(\"port\")};\nreturn msg;\n\n/*\nif (msglocked===false && msgin === true)\n{\n msg = {topic: \"\", payload: msgin, host: flow.get(\"host\"), port: flow.get(\"port\")};\n return msg; \n}\n*/","outputs":1,"noerr":0,"x":990,"y":1220,"wires":[["945fb7ff.5fbe4","e2e81ffb.cffda","9eb75516.daeeb"]]},{"id":"e2e81ffb.cffda","type":"debug","z":"a25f02c4.5a36b","name":"Transport: TCP Sent","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1740,"y":1060,"wires":[]},{"id":"5ce8de94.ade7c","type":"function","z":"a25f02c4.5a36b","name":"Store Lock State","func":"\n{\n flow.set(\"locked\",msg.enabled) || 0;\n}\n\nreturn\n","outputs":1,"noerr":0,"x":1150,"y":720,"wires":[[]]},{"id":"9823ca4f.8ca95","type":"link in","z":"a25f02c4.5a36b","name":"in_tcp_mulitransport-send","links":["73698099.a61b7","98e61103.506c2","abd5981a.1fafc"],"x":435,"y":1220,"wires":[["57d59fa1.59802"]]},{"id":"eb50dcdd.d4a8a8","type":"ui_dropdown","z":"a25f02c4.5a36b","name":"","label":"Cue Select 2","tooltip":"","place":"","group":"943b5060.e547c","order":4,"width":0,"height":0,"passthru":true,"options":[],"payload":"","topic":"","x":1230,"y":2240,"wires":[["31b6e625.544e52","7d8dcfb9.90ea7"]]},{"id":"edef5fc0.9a40d","type":"switch","z":"a25f02c4.5a36b","name":"Ouput if Not Empty","property":"results.startTime","propertyType":"jsonata","rules":[{"t":"gte","v":"0","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":490,"y":2240,"wires":[["d0f57744.f2654","ee858bad.98957"]]},{"id":"1758c992.c5315e","type":"debug","z":"a25f02c4.5a36b","name":"TRANSMIT: Cue List Query","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":1820,"y":2220,"wires":[]},{"id":"7d8dcfb9.90ea7","type":"debug","z":"a25f02c4.5a36b","name":"Dropdown: Cue List Select","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1460,"y":2180,"wires":[]},{"id":"41c2af89.3be768","type":"json","z":"a25f02c4.5a36b","name":"","property":"payload","action":"","pretty":false,"x":1070,"y":2240,"wires":[["eb50dcdd.d4a8a8"]]},{"id":"6939520d.22dbd4","type":"link out","z":"a25f02c4.5a36b","name":"out_tcp_mulitransport-receive","links":["709c7546.341d9c","736bd846.f73d9","a1c27392.cc1918"],"x":1655,"y":1220,"wires":[]},{"id":"736bd846.f73d9","type":"link in","z":"a25f02c4.5a36b","name":"in_tracklist-query","links":["6939520d.22dbd4"],"x":315,"y":1880,"wires":[["66b7886f.3be18"]]},{"id":"709c7546.341d9c","type":"link in","z":"a25f02c4.5a36b","name":"in_cuelist-query","links":["6939520d.22dbd4"],"x":335,"y":2240,"wires":[["edef5fc0.9a40d"]]},{"id":"600094e1.b20d24","type":"function","z":"a25f02c4.5a36b","name":"Query Selected Tracklist","func":"msgin = msg.payload;\nmsgtopic = msg.topic;\nmsglocked = flow.get(\"locked\")\n\nmsg = {topic: msgtopic, payload: {\"query\":{\"q\":\"cueList \"+msgin}} };\nreturn msg;\n\n/*\nif (msglocked===false && msgin === true)\n{\n msg = {topic: \"\", payload: msgin, host: flow.get(\"host\"), port: flow.get(\"port\")};\n return msg; \n}\n*/","outputs":1,"noerr":0,"x":1450,"y":1880,"wires":[["a4bdaf18.1b9878","73698099.a61b7"]]},{"id":"73698099.a61b7","type":"link out","z":"a25f02c4.5a36b","name":"out_query_tracklist-selected","links":["9823ca4f.8ca95"],"x":1695,"y":1880,"wires":[]},{"id":"51ca7ecf.dbaa5","type":"debug","z":"a25f02c4.5a36b","name":"Transport: TCP Return","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1740,"y":1140,"wires":[]},{"id":"57d59fa1.59802","type":"json","z":"a25f02c4.5a36b","name":"JSON to String","property":"payload","action":"","pretty":false,"x":560,"y":1220,"wires":[["558ce6b9.9d1dc8"]]},{"id":"558ce6b9.9d1dc8","type":"function","z":"a25f02c4.5a36b","name":"Add Character Return","func":" msg.payload = msg.payload + '\\n';\nreturn msg; \n\n","outputs":1,"noerr":0,"x":760,"y":1220,"wires":[["c4ee532e.f545b"]]},{"id":"c30bddd0.51ad","type":"function","z":"a25f02c4.5a36b","name":"Reconstruct TCP Data","func":"msg = JSON.parse(msg.payload);\nreturn msg;","outputs":1,"noerr":0,"x":1380,"y":1260,"wires":[["51ca7ecf.dbaa5","6939520d.22dbd4"]]},{"id":"f1de2cb6.167b08","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"set","p":"results","pt":"msg","to":"results.{location:startTime}","tot":"jsonata"},{"t":"move","p":"results","pt":"msg","to":"options","tot":"msg"},{"t":"set","p":"topic","pt":"msg","to":"cuelist","tot":"str"},{"t":"delete","p":"payload","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":920,"y":2240,"wires":[["41c2af89.3be768"]]},{"id":"9cd8b3b4.0534b","type":"debug","z":"a25f02c4.5a36b","name":"TRANSMIT: Transport Command w/Play Mode","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1480,"y":2520,"wires":[]},{"id":"6a929e83.0b6cd8","type":"function","z":"a25f02c4.5a36b","name":"Construct JSON Array w/Count","func":"command = msg.command; // play mode\ntracksel = flow.get(\"trackselected\"); // track\nlocation = flow.get(\"cueselected\"); // timecode of cue or CUE #\nplayer = flow.get(\"playerselected\"); // player to select\ntransition = msg.transition; // transition mode\n\nvar count = context.get('count')||0;\ncount += 1;\ncontext.set('count',count);\n\n\nif (tracksel !== null && location !== null)\n{\nmsg.payload= \n\n {\n \"request\":count,\n \"track_command\": {\n \"player\":player,\n \"command\":command,\n \"track\":tracksel,\n \"location\":location\n }\n }\n}\n\nreturn msg;\n\n","outputs":1,"noerr":0,"x":990,"y":2580,"wires":[["9cd8b3b4.0534b","abd5981a.1fafc"]]},{"id":"4ee25062.6d38c","type":"change","z":"a25f02c4.5a36b","name":"Flow.cueselected","rules":[{"t":"move","p":"payload","pt":"msg","to":"cueselected","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":1790,"y":2280,"wires":[[]]},{"id":"3b938e3e.dbdcca","type":"ui_text_input","z":"a25f02c4.5a36b","name":"","label":"D3 Machine Status Port","tooltip":"Default is 9864","group":"a3e0a9c0.f65668","order":3,"width":0,"height":0,"passthru":true,"mode":"text","delay":300,"topic":"","x":930,"y":480,"wires":[["a7e7023.ea66e"]]},{"id":"a7e7023.ea66e","type":"function","z":"a25f02c4.5a36b","name":"Store Machine Port","func":"\nif (msg.enabled === false)\n{\n flow.set(\"portmachine\",msg.payload) || 0;\n}\n\nreturn\n","outputs":1,"noerr":0,"x":1150,"y":520,"wires":[[]]},{"id":"9993d1be.08c2e","type":"function","z":"a25f02c4.5a36b","name":"Store OSC Trans Port","func":"\nif (msg.enabled === false)\n{\n flow.set(\"portosctransmit\",msg.payload) || 0;\n}\n\nreturn\n","outputs":1,"noerr":0,"x":1160,"y":600,"wires":[[]]},{"id":"276ff594.8bb072","type":"ui_text_input","z":"a25f02c4.5a36b","d":true,"name":"","label":"D3 OSC: Transmit Port","tooltip":"Default is 7401","group":"a3e0a9c0.f65668","order":4,"width":0,"height":0,"passthru":true,"mode":"text","delay":300,"topic":"","x":920,"y":560,"wires":[["9993d1be.08c2e"]]},{"id":"33b07364.cef3cc","type":"ui_text_input","z":"a25f02c4.5a36b","d":true,"name":"","label":"D3 OSC: Receive Port","tooltip":"Default is 7400","group":"a3e0a9c0.f65668","order":5,"width":0,"height":0,"passthru":true,"mode":"text","delay":300,"topic":"","x":920,"y":640,"wires":[["61008b8.2576574"]]},{"id":"61008b8.2576574","type":"function","z":"a25f02c4.5a36b","name":"Store OSC Rec Port","func":"\nif (msg.enabled === false)\n{\n flow.set(\"portoscreceive\",msg.payload) || 0;\n}\n\nreturn\n","outputs":1,"noerr":0,"x":1160,"y":680,"wires":[[]]},{"id":"366184c3.99e5cc","type":"function","z":"a25f02c4.5a36b","name":"Stored Settings Check","func":"\nmsg.payload= \n\n {\n \"Stored IP Settings\": {\n \"Host IP\":flow.get(\"host\"),\n \"JSON Port\":flow.get(\"port\"),\n \"Machine Status Port\":flow.get(\"portmachine\"),\n \"OSC Transmit Port\":flow.get(\"portosctransmit\"),\n \"OSC Recive Port\":flow.get(\"portoscreceive\"),\n \"Is Enabled Lock\":flow.get(\"locked\")\n },\n \"Stored Transport Variables\":{\n \"Player Device Selected\":flow.get(\"playerselected\"),\n \"Track Selected\":flow.get(\"trackselected\"),\n \"Cue Selected\":flow.get(\"cueselected\")\n },\n \"Stored Machine Variables\":{\n \"Macine List\":flow.get(\"machinelist\"),\n \"Machine Selected\":flow.get(\"machineselected\")\n }\n}\n\nreturn msg;\n\n","outputs":1,"noerr":0,"x":580,"y":140,"wires":[["5c993138.c50bf8"]]},{"id":"4a2fa967.c87938","type":"inject","z":"a25f02c4.5a36b","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":390,"y":140,"wires":[["366184c3.99e5cc"]]},{"id":"17bc442b.782d6c","type":"ui_button","z":"a25f02c4.5a36b","name":"Play Section","group":"943b5060.e547c","order":6,"width":3,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"","icon":"play_circle_outline","payload":"playSection","payloadType":"str","topic":"","x":470,"y":2580,"wires":[["16d96ded.a67732"]]},{"id":"16d96ded.a67732","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"command","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":730,"y":2580,"wires":[["6a929e83.0b6cd8"]]},{"id":"ee9bd9d9.e8d3e8","type":"ui_button","z":"a25f02c4.5a36b","name":"Play","group":"943b5060.e547c","order":7,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"","icon":"play_arrow","payload":"play","payloadType":"str","topic":"","x":450,"y":2540,"wires":[["16d96ded.a67732"]]},{"id":"505ea4bd.16ce1c","type":"ui_button","z":"a25f02c4.5a36b","name":"Loop","group":"943b5060.e547c","order":8,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"","icon":"loop","payload":"loop","payloadType":"str","topic":"","x":450,"y":2620,"wires":[["16d96ded.a67732"]]},{"id":"2e6a90b5.ed606","type":"ui_button","z":"a25f02c4.5a36b","name":"Stop","group":"943b5060.e547c","order":9,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"","icon":"stop","payload":"stop","payloadType":"str","topic":"","x":450,"y":2660,"wires":[["16d96ded.a67732"]]},{"id":"9eb75516.daeeb","type":"ui_text","z":"a25f02c4.5a36b","group":"8ae2a1f7.85f73","order":1,"width":6,"height":3,"name":"","label":"Message Sent","format":"{{msg.payload}}","layout":"col-center","x":1600,"y":1100,"wires":[]},{"id":"5ab6576c.7a30e","type":"comment","z":"a25f02c4.5a36b","name":"IP Settings & Multitransport Query","info":"","x":300,"y":320,"wires":[]},{"id":"5a610f2c.6ab558","type":"comment","z":"a25f02c4.5a36b","name":"Validate Stored Variables","info":"","x":270,"y":80,"wires":[]},{"id":"22909d92.38abaa","type":"comment","z":"a25f02c4.5a36b","name":"Multitransport: TCP Send & Receive","info":"","x":300,"y":1060,"wires":[]},{"id":"19706b42.43360d","type":"comment","z":"a25f02c4.5a36b","name":"Track List Query","info":"","x":260,"y":1720,"wires":[]},{"id":"797faebc.bf65b8","type":"comment","z":"a25f02c4.5a36b","name":"Cue List Query","info":"","x":260,"y":2100,"wires":[]},{"id":"639392a2.78b004","type":"comment","z":"a25f02c4.5a36b","name":"Transport Controls","info":"","x":270,"y":2420,"wires":[]},{"id":"abd5981a.1fafc","type":"link out","z":"a25f02c4.5a36b","name":"out_query_transport-command","links":["9823ca4f.8ca95"],"x":1315,"y":2580,"wires":[]},{"id":"91560ab.52108f8","type":"ui_text","z":"a25f02c4.5a36b","group":"8ae2a1f7.85f73","order":3,"width":6,"height":3,"name":"","label":"Message Received","format":"{{msg.payload}}","layout":"col-center","x":1610,"y":1180,"wires":[]},{"id":"fa54c085.64b878","type":"comment","z":"a25f02c4.5a36b","name":"Machine List","info":"","x":250,"y":3260,"wires":[]},{"id":"632b757a.54ece4","type":"comment","z":"a25f02c4.5a36b","name":"OSC Status Receive Section","info":"","x":320,"y":4180,"wires":[]},{"id":"28feb468.d5b104","type":"ui_button","z":"a25f02c4.5a36b","name":"","group":"37b125e7.c87ce2","order":8,"width":0,"height":0,"passthru":true,"label":"Force Query Machines","tooltip":"","color":"","bgcolor":"","icon":"","payload":"true","payloadType":"bool","topic":"","x":620,"y":3000,"wires":[["9e8aa61a.763e4"]]},{"id":"d8785a17.196dc","type":"link out","z":"a25f02c4.5a36b","name":"out_ui_button_machinequery","links":["2da4d549.f0715a"],"x":955,"y":3000,"wires":[]},{"id":"55586d77.221a7c","type":"osc","z":"a25f02c4.5a36b","name":"","path":"","metadata":false,"x":510,"y":4380,"wires":[["884597a6.1a5bf","f3b63463.89e408"]]},{"id":"99b22bdc.cc5e48","type":"udp in","z":"a25f02c4.5a36b","name":"","iface":"","port":"7400","ipv":"udp4","multicast":"false","group":"","datatype":"buffer","x":360,"y":4380,"wires":[["55586d77.221a7c"]]},{"id":"884597a6.1a5bf","type":"switch","z":"a25f02c4.5a36b","name":"","property":"topic","propertyType":"msg","rules":[{"t":"eq","v":"/d3/showcontrol/heartbeat","vt":"str"},{"t":"eq","v":"/d3/showcontrol/trackposition","vt":"str"},{"t":"eq","v":"/d3/showcontrol/trackname","vt":"str"},{"t":"eq","v":"/d3/showcontrol/currentsectionname","vt":"str"},{"t":"eq","v":"/d3/showcontrol/playmode","vt":"str"},{"t":"eq","v":"/d3/showcontrol/brightness","vt":"str"},{"t":"eq","v":"/d3/showcontrol/volume","vt":"str"}],"checkall":"true","repair":false,"outputs":7,"x":650,"y":4380,"wires":[["75a85ee4.f63048"],["fd14d2bd.0e003"],["5b5ed6b8.4de808"],["a22a21d3.25d358"],["d988eab9.5bc228"],["59a662a.8f6c91c"],["d5b60103.e2dc6"]]},{"id":"5b5ed6b8.4de808","type":"change","z":"a25f02c4.5a36b","name":"trackname","rules":[{"t":"set","p":"topic","pt":"msg","to":"meptik/f/d3_trackname","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":850,"y":4420,"wires":[["ff651ff7.29ee58"]]},{"id":"fd14d2bd.0e003","type":"change","z":"a25f02c4.5a36b","name":"trackposition","rules":[{"t":"set","p":"topic","pt":"msg","to":"meptik/f/d3_trackposition","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":850,"y":4380,"wires":[["b72354.cb2ce4b"]]},{"id":"a22a21d3.25d358","type":"change","z":"a25f02c4.5a36b","name":"currentsectionname","rules":[{"t":"set","p":"topic","pt":"msg","to":"meptik/f/d3_currentsectionname","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":880,"y":4460,"wires":[["29bc0db8.42488a"]]},{"id":"59a662a.8f6c91c","type":"change","z":"a25f02c4.5a36b","name":"brightness","rules":[{"t":"set","p":"topic","pt":"msg","to":"meptik/f/d3_brightness","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":850,"y":4560,"wires":[["5c14e4d7.4c31a4"]]},{"id":"d988eab9.5bc228","type":"change","z":"a25f02c4.5a36b","name":"playmode","rules":[{"t":"set","p":"topic","pt":"msg","to":"meptik/f/d3_playmode","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":4500,"wires":[["e0736987.1f61c8"]]},{"id":"75a85ee4.f63048","type":"change","z":"a25f02c4.5a36b","name":"heartbeat","rules":[{"t":"set","p":"topic","pt":"msg","to":"meptik/f/d3_heartbeat","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":4340,"wires":[["615fe3df.b3d1dc","4863bc36.89b484"]]},{"id":"615fe3df.b3d1dc","type":"ui_text","z":"a25f02c4.5a36b","group":"94adf17f.297fa8","order":2,"width":0,"height":0,"name":"","label":"Heartbeat","format":"{{msg.payload}}","layout":"row-spread","x":1100,"y":4340,"wires":[]},{"id":"b72354.cb2ce4b","type":"ui_text","z":"a25f02c4.5a36b","group":"94adf17f.297fa8","order":3,"width":0,"height":0,"name":"","label":"Track Position","format":"{{msg.payload}}","layout":"row-spread","x":1120,"y":4380,"wires":[]},{"id":"ff651ff7.29ee58","type":"ui_text","z":"a25f02c4.5a36b","group":"94adf17f.297fa8","order":4,"width":0,"height":0,"name":"","label":"Track Name","format":"{{msg.payload}}","layout":"row-spread","x":1110,"y":4420,"wires":[]},{"id":"29bc0db8.42488a","type":"ui_text","z":"a25f02c4.5a36b","group":"94adf17f.297fa8","order":5,"width":0,"height":0,"name":"","label":"Current Section Name","format":"{{msg.payload}}","layout":"row-spread","x":1140,"y":4460,"wires":[]},{"id":"e0736987.1f61c8","type":"ui_text","z":"a25f02c4.5a36b","group":"94adf17f.297fa8","order":6,"width":0,"height":0,"name":"","label":"Current Playmode","format":"{{msg.payload}}","layout":"row-spread","x":1130,"y":4500,"wires":[]},{"id":"d5b60103.e2dc6","type":"change","z":"a25f02c4.5a36b","name":"brightness","rules":[{"t":"set","p":"topic","pt":"msg","to":"meptik/f/d3_volume","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":850,"y":4600,"wires":[["394d7a19.82d416"]]},{"id":"5c14e4d7.4c31a4","type":"ui_text","z":"a25f02c4.5a36b","group":"94adf17f.297fa8","order":7,"width":0,"height":0,"name":"","label":"System Brightness","format":"{{msg.payload}}","layout":"row-spread","x":1130,"y":4560,"wires":[]},{"id":"394d7a19.82d416","type":"ui_text","z":"a25f02c4.5a36b","group":"94adf17f.297fa8","order":8,"width":0,"height":0,"name":"","label":"System Volume","format":"{{msg.payload}}","layout":"row-spread","x":1120,"y":4600,"wires":[]},{"id":"f3b63463.89e408","type":"debug","z":"a25f02c4.5a36b","name":"RECEIVE: OSC Debug","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1300,"y":4240,"wires":[]},{"id":"8d3a1833.66caa8","type":"switch","z":"a25f02c4.5a36b","name":"Ouput if Not Empty","property":"payload","propertyType":"msg","rules":[{"t":"nnull"}],"checkall":"true","repair":false,"outputs":1,"x":1230,"y":1880,"wires":[["600094e1.b20d24"]]},{"id":"31b6e625.544e52","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$string(payload)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":1420,"y":2240,"wires":[["26a2fed7.7649f2"]]},{"id":"26a2fed7.7649f2","type":"function","z":"a25f02c4.5a36b","name":"Seconds to TC","func":"var totalSeconds = msg.payload;\n\nvar hours = parseFloat(totalSeconds.substring(0,2)) * 3600;\nvar minutes = parseFloat(totalSeconds.substring(3,5)) * 60;\nvar seconds = parseFloat(totalSeconds.substring(6,8));\nvar frames = parseFloat(totalSeconds.substring(9,11)) / 30;\n\n\n\nhours = Math.floor(totalSeconds / 3600);\ntotalSeconds %= 3600;\nminutes = Math.floor(totalSeconds / 60);\ntotalSeconds %= 60;\nseconds = Math.floor(totalSeconds);\ntotalSeconds -= seconds\nframes = Math.floor(totalSeconds * 30);\n\nminutes = String(minutes).padStart(2, \"0\");\nhours = String(hours).padStart(2, \"0\");\nseconds = String(seconds).padStart(2, \"0\");\nframes = String(frames).padStart(2, \"0\");\nmsg.payload = hours + \":\" + minutes + \":\" + seconds + \":\" + frames;\n\nreturn msg;\n\n","outputs":1,"noerr":0,"x":1600,"y":2240,"wires":[["4ee25062.6d38c","1758c992.c5315e"]]},{"id":"4aa8bcf4.908c0c","type":"ui_dropdown","z":"a25f02c4.5a36b","name":"","label":"Machine Select","tooltip":"","place":"Select Track","group":"37b125e7.c87ce2","order":1,"width":0,"height":0,"passthru":true,"options":[],"payload":"","topic":"","x":1060,"y":3460,"wires":[["99f6a0ba.596df8","546a97be.ebb6d8"]]},{"id":"21960b4e.ef094c","type":"switch","z":"a25f02c4.5a36b","name":"Ouput if Not Empty","property":"results.hostname","propertyType":"jsonata","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":490,"y":3460,"wires":[["3bcd896b.e98f6e"]]},{"id":"fd66fd6b.8de72","type":"debug","z":"a25f02c4.5a36b","name":"Track List Query","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1700,"y":3380,"wires":[]},{"id":"3bcd896b.e98f6e","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"set","p":"results","pt":"msg","to":"results.name","tot":"jsonata"},{"t":"move","p":"results","pt":"msg","to":"options","tot":"msg"},{"t":"set","p":"topic","pt":"msg","to":"machinelist","tot":"str"},{"t":"delete","p":"payload","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":690,"y":3460,"wires":[["ccae2337.d8e78"]]},{"id":"ccae2337.d8e78","type":"json","z":"a25f02c4.5a36b","name":"","property":"payload","action":"str","pretty":false,"x":870,"y":3460,"wires":[["4aa8bcf4.908c0c"]]},{"id":"c96a7601.b018f8","type":"link in","z":"a25f02c4.5a36b","name":"in_machinelist-query","links":["95d5b193.927878"],"x":365,"y":3460,"wires":[["21960b4e.ef094c"]]},{"id":"115c64d9.d9877b","type":"function","z":"a25f02c4.5a36b","name":"Query Selected Machine","func":"msgin = msg.payload;\nmsgtopic = msg.topic;\nmsglocked = flow.get(\"locked\")\n\nmsg = {topic: msgtopic, payload: {\"query\":{\"q\":\"machineStatus \"+msgin}} };\nreturn msg;\n\n/*\nif (msglocked===false && msgin === true)\n{\n msg = {topic: \"\", payload: msgin, host: flow.get(\"host\"), port: flow.get(\"port\")};\n return msg; \n}\n*/","outputs":1,"noerr":0,"x":1550,"y":3460,"wires":[["fd66fd6b.8de72","48fddf37.e9517"]]},{"id":"48fddf37.e9517","type":"link out","z":"a25f02c4.5a36b","name":"out_query_machinelist-selected","links":["2da4d549.f0715a","a5b91547.3af74"],"x":1735,"y":3460,"wires":[]},{"id":"99f6a0ba.596df8","type":"change","z":"a25f02c4.5a36b","name":"Flow.macineselected","rules":[{"t":"move","p":"payload","pt":"msg","to":"machineselected","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":1340,"y":3520,"wires":[[]]},{"id":"d274cb3d.5c0cf","type":"comment","z":"a25f02c4.5a36b","name":"Machine Status Query","info":"","x":280,"y":3680,"wires":[]},{"id":"25842ce0.a03cc4","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$string(payload)","tot":"jsonata"},{"t":"move","p":"payload","pt":"msg","to":"trackselected","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":1220,"y":1940,"wires":[[]]},{"id":"6f35ea2b.b479ac","type":"ui_text","z":"a25f02c4.5a36b","group":"a3e0a9c0.f65668","order":6,"width":0,"height":0,"name":"","label":"OSC receive is Port 7400.","format":"{{msg.payload}}","layout":"row-spread","x":930,"y":760,"wires":[]},{"id":"eabacd0f.b8cce","type":"tcp request","z":"a25f02c4.5a36b","server":"","port":"","out":"time","splitc":"0","name":"","x":1130,"y":3120,"wires":[["ea5097bb.571e68"]]},{"id":"337def83.fac8f","type":"function","z":"a25f02c4.5a36b","name":"Transmit Msg w/IP & Port","func":"msgin = msg.payload;\nmsgtopic = msg.topic;\nmsglocked = flow.get(\"locked\")\n\nmsg = {topic: msgtopic, payload: msgin, host: flow.get(\"host\"), port: flow.get(\"portmachine\")};\nreturn msg;\n\n/*\nif (msglocked===false && msgin === true)\n{\n msg = {topic: \"\", payload: msgin, host: flow.get(\"host\"), port: flow.get(\"port\")};\n return msg; \n}\n*/","outputs":1,"noerr":0,"x":930,"y":3120,"wires":[["eabacd0f.b8cce","306b9faa.ae0e3","cf8707f5.9c4368","945f52b1.448ce8"]]},{"id":"306b9faa.ae0e3","type":"debug","z":"a25f02c4.5a36b","name":"Machine: TCP Sent","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1530,"y":2900,"wires":[]},{"id":"7ef12895.d3cbf8","type":"debug","z":"a25f02c4.5a36b","name":"Machine: TCP Return","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1540,"y":3020,"wires":[]},{"id":"4fe0b366.39b98c","type":"json","z":"a25f02c4.5a36b","name":"JSON to String","property":"payload","action":"","pretty":false,"x":480,"y":3120,"wires":[["c26cbeaf.e34d7"]]},{"id":"c26cbeaf.e34d7","type":"function","z":"a25f02c4.5a36b","name":"Add Character Return","func":" msg.payload = msg.payload + '\\n';\nreturn msg; \n\n","outputs":1,"noerr":0,"x":680,"y":3120,"wires":[["337def83.fac8f"]]},{"id":"ea5097bb.571e68","type":"function","z":"a25f02c4.5a36b","name":"Reconstruct TCP Data","func":"msg = JSON.parse(msg.payload);\nreturn msg;","outputs":1,"noerr":0,"x":1320,"y":3120,"wires":[["7ef12895.d3cbf8","47ffac69.14bf44","95d5b193.927878","231de1b.8c09d1e"]]},{"id":"cf8707f5.9c4368","type":"ui_text","z":"a25f02c4.5a36b","d":true,"group":"8ae2a1f7.85f73","order":2,"width":6,"height":3,"name":"","label":"Message Sent","format":"{{msg.payload}}","layout":"col-center","x":1520,"y":2980,"wires":[]},{"id":"2dc34343.7e8d64","type":"comment","z":"a25f02c4.5a36b","name":"Machine Device: TCP Send & Receive","info":"","x":330,"y":2820,"wires":[]},{"id":"47ffac69.14bf44","type":"ui_text","z":"a25f02c4.5a36b","d":true,"group":"8ae2a1f7.85f73","order":4,"width":6,"height":3,"name":"","label":"Message Received","format":"{{msg.raw}}","layout":"col-center","x":1530,"y":3100,"wires":[]},{"id":"2da4d549.f0715a","type":"link in","z":"a25f02c4.5a36b","name":"in_tcp_devicequery-send","links":["48fddf37.e9517","d8785a17.196dc"],"x":360,"y":3120,"wires":[["4fe0b366.39b98c"]]},{"id":"95d5b193.927878","type":"link out","z":"a25f02c4.5a36b","name":"out_tcp_jsondevice-received","links":["c46d7b24.3466b8","c53861f0.07114","c96a7601.b018f8"],"x":1455,"y":3060,"wires":[]},{"id":"945f52b1.448ce8","type":"link out","z":"a25f02c4.5a36b","name":"out_tcp_jsondevice-sent","links":["874e0dda.20a248"],"x":1455,"y":2940,"wires":[]},{"id":"c53861f0.07114","type":"link in","z":"a25f02c4.5a36b","name":"in_ui_machinestatus_tcpreceivedmsg","links":["95d5b193.927878"],"x":1215,"y":1160,"wires":[["8580ffa5.a47f78"]]},{"id":"874e0dda.20a248","type":"link in","z":"a25f02c4.5a36b","name":"in_ui_machinestatus_tcpsentmsg","links":["945f52b1.448ce8"],"x":1215,"y":1100,"wires":[["9eb75516.daeeb"]]},{"id":"546a97be.ebb6d8","type":"switch","z":"a25f02c4.5a36b","name":"Ouput if Not Empty","property":"payload","propertyType":"msg","rules":[{"t":"nnull"}],"checkall":"true","repair":false,"outputs":1,"x":1330,"y":3460,"wires":[["115c64d9.d9877b"]]},{"id":"d7d62d82.37a34","type":"ui_text","z":"a25f02c4.5a36b","group":"37b125e7.c87ce2","order":5,"width":0,"height":0,"name":"","label":"Active","format":"{{msg.payload.results[0].active}}","layout":"row-spread","x":1050,"y":3920,"wires":[]},{"id":"cad898e4.ebc598","type":"ui_text","z":"a25f02c4.5a36b","group":"37b125e7.c87ce2","order":6,"width":0,"height":0,"name":"","label":"Failed","format":"{{msg.payload.results[0].failed}}","layout":"row-spread","x":1050,"y":3960,"wires":[]},{"id":"32b76b67.c63904","type":"ui_text","z":"a25f02c4.5a36b","group":"37b125e7.c87ce2","order":7,"width":0,"height":0,"name":"","label":"FPS","format":"{{msg.payload.results[0].fps}}","layout":"row-spread","x":1050,"y":4000,"wires":[]},{"id":"c46d7b24.3466b8","type":"link in","z":"a25f02c4.5a36b","name":"in_ui_machinelist-recieved-2","links":["95d5b193.927878"],"x":355,"y":3960,"wires":[["43478ea6.d0469"]]},{"id":"e34fb99a.c6607","type":"ui_text","z":"a25f02c4.5a36b","group":"37b125e7.c87ce2","order":2,"width":0,"height":0,"name":"","label":"Hostname","format":"{{msg.payload[0].hostname}}","layout":"row-spread","x":1070,"y":3740,"wires":[]},{"id":"5f641865.f4e558","type":"ui_text","z":"a25f02c4.5a36b","group":"37b125e7.c87ce2","order":3,"width":0,"height":0,"name":"","label":"Role","format":"{{msg.payload[0].role}}","layout":"row-spread","x":1050,"y":3780,"wires":[]},{"id":"75ea9604.6e00b","type":"ui_text","z":"a25f02c4.5a36b","group":"37b125e7.c87ce2","order":4,"width":0,"height":0,"name":"","label":"Type","format":"{{msg.payload[0].type}}","layout":"row-spread","x":1050,"y":3820,"wires":[]},{"id":"43478ea6.d0469","type":"switch","z":"a25f02c4.5a36b","name":"Ouput if Not Empty","property":"results.active","propertyType":"jsonata","rules":[{"t":"nnull"}],"checkall":"true","repair":false,"outputs":1,"x":510,"y":3960,"wires":[["6e65ee2d.7d0568"]]},{"id":"57070c1b.bf7014","type":"change","z":"a25f02c4.5a36b","name":"Msg.enabled","rules":[{"t":"move","p":"payload","pt":"msg","to":"enabled","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":610,"y":1420,"wires":[["c22241f8.aa3b78"]]},{"id":"6542060.ff852f8","type":"ui_switch","z":"a25f02c4.5a36b","name":"","label":"Lock Transport","tooltip":"","group":"943b5060.e547c","order":1,"width":0,"height":0,"passthru":true,"decouple":"false","topic":"","style":"","onvalue":"false","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"true","offvalueType":"bool","officon":"","offcolor":"","x":340,"y":1420,"wires":[["57070c1b.bf7014"]]},{"id":"b40d6c3d.1ab2f8","type":"comment","z":"a25f02c4.5a36b","name":"Note: In D3, set OSC to send only changes & bundle messages = No","info":"","x":440,"y":4220,"wires":[]},{"id":"e7248065.448dd8","type":"debug","z":"a25f02c4.5a36b","name":"Machine Status Query","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1100,"y":3680,"wires":[]},{"id":"1374f9d7.b9f53e","type":"change","z":"a25f02c4.5a36b","name":"Flow.machinelist","rules":[{"t":"move","p":"results","pt":"msg","to":"machinelist","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":1530,"y":3180,"wires":[[]]},{"id":"231de1b.8c09d1e","type":"switch","z":"a25f02c4.5a36b","name":"Ouput if Not Empty","property":"results.name","propertyType":"jsonata","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":1330,"y":3180,"wires":[["1374f9d7.b9f53e"]]},{"id":"9edaaafb.f1236","type":"function","z":"a25f02c4.5a36b","name":"Filter JSON Data","func":"machine = flow.get(\"machineselected\");\nmsg.payload = flow.get(\"machinelist\");\n\nvar filteredList = msg.payload.filter(item => (item.name === machine));\nmsg.payload = filteredList;\nreturn msg;","outputs":1,"noerr":0,"x":750,"y":3780,"wires":[["e34fb99a.c6607","5f641865.f4e558","75ea9604.6e00b","e7248065.448dd8"]]},{"id":"9a3c5737.7263","type":"switch","z":"a25f02c4.5a36b","name":"","property":"payload","propertyType":"msg","rules":[{"t":"nnull"}],"checkall":"true","repair":false,"outputs":1,"x":550,"y":3780,"wires":[["9edaaafb.f1236"]]},{"id":"6e65ee2d.7d0568","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"move","p":"results","pt":"msg","to":"payload.results","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":730,"y":3960,"wires":[["d7d62d82.37a34","cad898e4.ebc598","32b76b67.c63904"]]},{"id":"8580ffa5.a47f78","type":"function","z":"a25f02c4.5a36b","name":"Reconstruct TCP Data","func":"msg.payload = JSON.parse(msg.payload);\nreturn msg;","outputs":1,"noerr":0,"x":1380,"y":1220,"wires":[["91560ab.52108f8"]]},{"id":"16d9b5f.a3cfd4a","type":"ui_dropdown","z":"a25f02c4.5a36b","name":"","label":"Player Select","tooltip":"","place":"","group":"943b5060.e547c","order":2,"width":0,"height":0,"passthru":true,"options":[],"payload":"","topic":"","x":990,"y":1540,"wires":[["44b467ac.1b4b38","f271732b.d29f48"]]},{"id":"cd194942.2afff8","type":"switch","z":"a25f02c4.5a36b","name":"Ouput if Not Empty","property":"results.player","propertyType":"jsonata","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":450,"y":1540,"wires":[["c3ca353e.c4a768"]]},{"id":"f271732b.d29f48","type":"debug","z":"a25f02c4.5a36b","name":"Dropdown: Track List Select","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1220,"y":1500,"wires":[]},{"id":"c3ca353e.c4a768","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"set","p":"results","pt":"msg","to":"results.player","tot":"jsonata"},{"t":"move","p":"results","pt":"msg","to":"options","tot":"msg"},{"t":"set","p":"topic","pt":"msg","to":"playerlist","tot":"str"},{"t":"delete","p":"payload","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":650,"y":1540,"wires":[["2341fca1.18355c"]]},{"id":"2341fca1.18355c","type":"json","z":"a25f02c4.5a36b","name":"","property":"payload","action":"","pretty":false,"x":830,"y":1540,"wires":[["16d9b5f.a3cfd4a"]]},{"id":"a1c27392.cc1918","type":"link in","z":"a25f02c4.5a36b","name":"in_player-query","links":["6939520d.22dbd4"],"x":295,"y":1540,"wires":[["cd194942.2afff8"]]},{"id":"44b467ac.1b4b38","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$string(payload)","tot":"jsonata"},{"t":"move","p":"payload","pt":"msg","to":"playerselected","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":1200,"y":1600,"wires":[[]]},{"id":"c411fb47.42bac","type":"comment","z":"a25f02c4.5a36b","name":"Player Query","info":"","x":270,"y":1360,"wires":[]},{"id":"c19d9bf3.b2aa5","type":"inject","z":"a25f02c4.5a36b","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":410,"y":3000,"wires":[["28feb468.d5b104"]]},{"id":"9e8aa61a.763e4","type":"change","z":"a25f02c4.5a36b","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"query\":{\"q\":\"machineList\"}}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":820,"y":3000,"wires":[["d8785a17.196dc"]]},{"id":"98e61103.506c2","type":"link out","z":"a25f02c4.5a36b","name":"out_ui_force-query","links":["9823ca4f.8ca95"],"x":1115,"y":920,"wires":[]},{"id":"3adaffda.2465d","type":"change","z":"a25f02c4.5a36b","name":"playerList","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"query\":{\"q\":\"playerList\"}}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":780,"y":900,"wires":[["98e61103.506c2"]]},{"id":"3027541a.332cdc","type":"ui_button","z":"a25f02c4.5a36b","name":"","group":"a3e0a9c0.f65668","order":8,"width":0,"height":0,"passthru":true,"label":"Force Query Server","tooltip":"","color":"","bgcolor":"","icon":"","payload":"true","payloadType":"bool","topic":"","x":590,"y":900,"wires":[["3adaffda.2465d","e0dbe031.0f58d8"]]},{"id":"e0dbe031.0f58d8","type":"change","z":"a25f02c4.5a36b","name":"trackList","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"query\":{\"q\":\"trackList\"}}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":780,"y":940,"wires":[["5fabd7ef.6f5bb8"]]},{"id":"6ac5ea29.958e8c","type":"inject","z":"a25f02c4.5a36b","name":"Force Query","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":390,"y":900,"wires":[["3027541a.332cdc"]]},{"id":"5fabd7ef.6f5bb8","type":"delay","z":"a25f02c4.5a36b","name":"","pauseType":"delay","timeout":".2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":940,"y":940,"wires":[["98e61103.506c2"]]},{"id":"a5b91547.3af74","type":"link in","z":"a25f02c4.5a36b","name":"in_ui_machinelist-recieved-1","links":["48fddf37.e9517"],"x":355,"y":3780,"wires":[["9a3c5737.7263"]]},{"id":"4863bc36.89b484","type":"ui_chart","z":"a25f02c4.5a36b","d":true,"name":"","group":"94adf17f.297fa8","order":1,"width":0,"height":0,"label":"Heartbeat Graph","chartType":"line","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":"1","removeOlderPoints":"","removeOlderUnit":"60","cutout":0,"useOneColor":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"outputs":1,"x":1130,"y":4300,"wires":[[]]},{"id":"c22241f8.aa3b78","type":"link out","z":"a25f02c4.5a36b","name":"out_ui_lockswitch_transport","links":["45189f1f.64d74","5880190d.c04c78","7421a376.1c1064","df3ba45e.303828"],"x":755,"y":1420,"wires":[]},{"id":"7421a376.1c1064","type":"link in","z":"a25f02c4.5a36b","name":"in_transport-controls","links":["c22241f8.aa3b78"],"x":295,"y":2600,"wires":[["ee9bd9d9.e8d3e8","17bc442b.782d6c","505ea4bd.16ce1c","2e6a90b5.ed606"]]},{"id":"5880190d.c04c78","type":"link in","z":"a25f02c4.5a36b","name":"in_ui_player-select","links":["c22241f8.aa3b78"],"x":855,"y":1480,"wires":[["16d9b5f.a3cfd4a"]]},{"id":"45189f1f.64d74","type":"link in","z":"a25f02c4.5a36b","name":"in_ui_track-select","links":["c22241f8.aa3b78"],"x":875,"y":1820,"wires":[["609be790.4b8678"]]},{"id":"df3ba45e.303828","type":"link in","z":"a25f02c4.5a36b","name":"in_ui_cue-select","links":["c22241f8.aa3b78"],"x":1095,"y":2180,"wires":[["eb50dcdd.d4a8a8"]]},{"id":"f2a948ee.d605d","type":"comment","z":"a25f02c4.5a36b","name":"Query: Player, Track, & Cues: this auto triggers the query of the server","info":"","x":410,"y":800,"wires":[]},{"id":"c2935297.032918","type":"inject","z":"a25f02c4.5a36b","name":"","topic":"","payload":"54321","payloadType":"str","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":590,"y":500,"wires":[["1a1e7891.5d920f"]]},{"id":"7f110af4.afd224","type":"inject","z":"a25f02c4.5a36b","name":"","topic":"","payload":"9864","payloadType":"str","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":590,"y":540,"wires":[["3b938e3e.dbdcca"]]},{"id":"d0f57744.f2654","type":"function","z":"a25f02c4.5a36b","name":"Replace Blank Cue Name","func":"msg.results = msg.results.map(function(v) {\n if (v.location === \"\") {\n v.location = \"[Unnamed]\"\n }\n return v;\n});\nreturn msg;","outputs":1,"noerr":0,"x":710,"y":2240,"wires":[["f1de2cb6.167b08"]]},{"id":"ee858bad.98957","type":"debug","z":"a25f02c4.5a36b","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":580,"y":2120,"wires":[]},{"id":"943b5060.e547c","type":"ui_group","z":"","name":"Cue Selection","tab":"b3cdb674.4d5fe8","order":1,"disp":true,"width":"6","collapse":true},{"id":"a3e0a9c0.f65668","type":"ui_group","z":"","name":"IP Settings","tab":"b3cdb674.4d5fe8","order":6,"disp":true,"width":"6","collapse":true},{"id":"8ae2a1f7.85f73","type":"ui_group","z":"","name":"Console","tab":"b3cdb674.4d5fe8","order":5,"disp":true,"width":"6","collapse":true},{"id":"37b125e7.c87ce2","type":"ui_group","z":"","name":"Server Status","tab":"b3cdb674.4d5fe8","order":3,"disp":true,"width":"6","collapse":true},{"id":"94adf17f.297fa8","type":"ui_group","z":"","name":"OSC Transport Status","tab":"b3cdb674.4d5fe8","order":4,"disp":true,"width":"6","collapse":true},{"id":"b3cdb674.4d5fe8","type":"ui_tab","z":"","name":"DISGUISE","icon":"dashboard","order":1,"disabled":false,"hidden":false}]