Advertisement
Guest User

Untitled

a guest
Aug 1st, 2021
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.94 KB | None | 0 0
  1. [{"id":"98714863.006c68","type":"ui_text","z":"89f03bbf.93f678","group":"242d1b9c.039d64","order":15,"width":7,"height":1,"name":"1 lap time","label":"<font size=15>Lap time","format":"<font size=15>{{msg.laptime}} ","layout":"row-spread","x":4640,"y":980,"wires":[]},{"id":"65f8eb04.e95e44","type":"ui_text","z":"89f03bbf.93f678","group":"242d1b9c.039d64","order":4,"width":5,"height":1,"name":"1 Best lap","label":"<font size =6>Best lap","format":"<font size =6>{{msg.bestlap}} ","layout":"row-spread","x":4640,"y":920,"wires":[]},{"id":"f25b4b9b.3d9fb8","type":"json","z":"89f03bbf.93f678","name":"","property":"payload","action":"","pretty":false,"x":2510,"y":840,"wires":[["a4402f3f.681db","1ed1b267.5ef75e"]]},{"id":"4e2bb78a.e7a408","type":"dsm","z":"89f03bbf.93f678","name":"Lab time","sm_config":"{\n \"currentState\": \"stopped\",\n \"states\": {\n \"stopped\": {\n \"on\": \"started\"\n },\n \"started\": {\n \"inc\": \"counting\",\n \"off\": \"stopped\"\n },\n \"counting\": {\n \"inc\": \"counting\",\n \"off\": \"stopped\"\n }\n },\n \"data\": {\n \"prev_time\": null,\n \"time\": 0,\n \"seconds\": 0,\n \"interval\": 1,\n \"interval_output\": true,\n \"hms_format\": true\n },\n \"methods\": {\n \"init\": [\n \"sm.calc_time = function() {\",\n \" var now = Date.now();\",\n \" sm.data.time += now - sm.data.prev_time;\",\n \" sm.data.prev_time = now;\",\n \" sm.data.seconds = Math.round(sm.data.time / 1000);\",\n \"};\",\n \"sm.sec2hhmmss = function(sec) {\",\n \"var t = {};\",\n \"t.h = pad(Math.floor(sec / 3600));\",\n \"sec %= 3600;\",\n \"t.m = pad(Math.floor(sec / 60));\",\n \"t.s = pad(sec % 60);\",\n \"return t.h+':'+t.m+':'+t.s;\",\n \"};\"\n ],\n \"on\": [\n \"if (sm.currentState === 'started') {\",\n \" sm.data.prev_time = Date.now();\",\n \" resume('inc', msg);\",\n \"}\",\n \"output = false;\"\n ],\n \"inc\": [\n \"timeout.interval = setTimeout(function() {\",\n \" sm.calc_time();\",\n \" msg.data = sm.data;\",\n \" if (sm.data.interval_output) {\",\n \" msg.payload = sm.data.hms_format ? sm.sec2hhmmss(sm.data.seconds): sm.data.seconds;\",\n \" node.send(msg);\",\n \" }\",\n \" resume('inc', msg);\",\n \"}, sm.data.interval*1000);\",\n \"output = false;\"\n ],\n \"off\": [\n \"clearTimeout(timeout.interval);\",\n \"sm.calc_time();\",\n \"msg.payload = sm.data.hms_format ? sm.sec2hhmmss(sm.data.seconds): sm.data.seconds;\"\n ],\n \"reset\": [\n \"sm.data.time = 0;\",\n \"sm.data.seconds = 0;\"\n ],\n \"status\": {\n \"fill\": {\n \"get\": \"sm.currentState === 'counting' ? 'green' : 'grey';\"\n },\n \"shape\": \"dot\",\n \"text\": {\n \"get\": \"'time ' + (sm.data.hms_format ? sm.sec2hhmmss(sm.data.seconds): sm.data.seconds);\"\n }\n }\n }\n}\n","x":3730,"y":820,"wires":[["fe1e2ca4.9cf67"]]},{"id":"42cf11e4.50a0f","type":"ui_text","z":"89f03bbf.93f678","group":"242d1b9c.039d64","order":10,"width":6,"height":1,"name":"1 Lap tilbage","label":"<font size = 6>{{msg.label}} ","format":"<font size = 6> {{msg.lap}} ","layout":"row-center","x":4650,"y":720,"wires":[]},{"id":"fe1e2ca4.9cf67","type":"change","z":"89f03bbf.93f678","name":"Set laptime","rules":[{"t":"set","p":"laptime","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":3890,"y":820,"wires":[[]]},{"id":"a4402f3f.681db","type":"switch","z":"89f03bbf.93f678","name":"Hvis color GREEN","property":"payload.color","propertyType":"msg","rules":[{"t":"eq","v":"GREEN","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":2710,"y":840,"wires":[["7c50b757.34a5f8","a02af1f4.83fba"]]},{"id":"a02af1f4.83fba","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"on","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"","tot":"date"}],"action":"","property":"","from":"","to":"","reg":false,"x":3180,"y":880,"wires":[["4e2bb78a.e7a408"]]},{"id":"c46399ac.38afb8","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"laptime","pt":"msg","to":"00:00","tot":"str"},{"t":"set","p":"bestlap","pt":"msg","to":"00:00","tot":"str"},{"t":"set","p":"payload","pt":"msg","to":"0","tot":"str"},{"t":"set","p":"topic","pt":"msg","to":"off","tot":"str"},{"t":"set","p":"bestlap","pt":"msg","to":"00:00","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":2700,"y":920,"wires":[["7c50b757.34a5f8","554bf1a4.54c68","98714863.006c68","65f8eb04.e95e44"]]},{"id":"a6576c1d.b4879","type":"switch","z":"89f03bbf.93f678","name":"Hvis reset","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"00:00","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":2500,"y":940,"wires":[["c46399ac.38afb8"]]},{"id":"7c50b757.34a5f8","type":"counter","z":"89f03bbf.93f678","inc":1,"name":"","x":2980,"y":820,"wires":[["98affaa3.9023d8","26730b2f.297494"]]},{"id":"98affaa3.9023d8","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"greencount{{msg.topic}}","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":3190,"y":720,"wires":[[]]},{"id":"26730b2f.297494","type":"switch","z":"89f03bbf.93f678","name":"GREEN count >1","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"1","vt":"num"},{"t":"eq","v":"2","vt":"num"},{"t":"gt","v":"2","vt":"num"}],"checkall":"true","repair":false,"outputs":3,"x":3150,"y":1000,"wires":[["a7fa64fd.888e28"],["e573dd34.5c17c","4073525.8fc2dac","18b660ea.8915cf"],["be3bdc77.8942e","a7fa64fd.888e28","198b7bb7.ef4804","4073525.8fc2dac"]]},{"id":"198b7bb7.ef4804","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"laptime","pt":"msg","to":"laptime","tot":"flow"},{"t":"set","p":"lastlaptime","pt":"flow","to":"laptime","tot":"flow"},{"t":"delete","p":"payload","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":3580,"y":1060,"wires":[["a7fa64fd.888e28","1babf561.326eeb"]]},{"id":"5b19c0e3.d604","type":"switch","z":"89f03bbf.93f678","name":"stop","property":"topic","propertyType":"msg","rules":[{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":2490,"y":980,"wires":[["49d991ed.5b74d"]]},{"id":"a7fa64fd.888e28","type":"change","z":"89f03bbf.93f678","name":"reset","rules":[{"t":"set","p":"topic","pt":"msg","to":"reset","tot":"str"},{"t":"set","p":"lastlap","pt":"flow","to":"laptime","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":3550,"y":960,"wires":[["4e2bb78a.e7a408"]]},{"id":"554bf1a4.54c68","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"reset","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":2730,"y":980,"wires":[["49d991ed.5b74d"]]},{"id":"26540916.c606e6","type":"switch","z":"89f03bbf.93f678","name":"start","property":"topic","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":2430,"y":1040,"wires":[["49d991ed.5b74d"]]},{"id":"be3bdc77.8942e","type":"switch","z":"89f03bbf.93f678","name":"","property":"lastlap","propertyType":"flow","rules":[{"t":"gt","v":"laptime","vt":"flow"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":3330,"y":1100,"wires":[["f91a6129.aee56"],[]]},{"id":"5671b7a0.a9a128","type":"switch","z":"89f03bbf.93f678","name":"start","property":"gameon","propertyType":"msg","rules":[{"t":"true"}],"checkall":"true","repair":false,"outputs":1,"x":2270,"y":1000,"wires":[["26540916.c606e6"]]},{"id":"4bdfaff1.bcae2","type":"link in","z":"89f03bbf.93f678","name":"laptime","links":["49d991ed.5b74d"],"x":3595,"y":880,"wires":[["4e2bb78a.e7a408"]]},{"id":"49d991ed.5b74d","type":"link out","z":"89f03bbf.93f678","name":"to laptime","links":["4bdfaff1.bcae2"],"x":2955,"y":1060,"wires":[]},{"id":"f91a6129.aee56","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"bestlap","pt":"msg","to":"laptime","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":3580,"y":1120,"wires":[["77875ba4.da75f4"]]},{"id":"77875ba4.da75f4","type":"moment","z":"89f03bbf.93f678","name":"Format time","topic":"","input":"bestlap","inputType":"msg","inTz":"Africa/Abidjan","adjAmount":0,"adjType":"milliseconds","adjDir":"add","format":"mm:ss","locale":"en-US","output":"bestlap","outputType":"msg","outTz":"Europe/Copenhagen","x":3870,"y":1160,"wires":[["65f8eb04.e95e44"]]},{"id":"1babf561.326eeb","type":"moment","z":"89f03bbf.93f678","name":"Format time","topic":"","input":"laptime","inputType":"msg","inTz":"Africa/Abidjan","adjAmount":0,"adjType":"milliseconds","adjDir":"add","format":"mm:ss","locale":"en-US","output":"laptime","outputType":"msg","outTz":"Europe/Copenhagen","x":3870,"y":1060,"wires":[["98714863.006c68"]]},{"id":"33e31061.12b0b","type":"moment","z":"89f03bbf.93f678","name":"Format time","topic":"","input":"bestlap","inputType":"msg","inTz":"Africa/Abidjan","adjAmount":0,"adjType":"milliseconds","adjDir":"add","format":"mm:ss","locale":"en-US","output":"bestlap","outputType":"msg","outTz":"Europe/Copenhagen","x":3870,"y":1020,"wires":[["2e5de3fc.ab5dbc","65f8eb04.e95e44"]]},{"id":"e573dd34.5c17c","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"bestlap","pt":"msg","to":"laptime","tot":"flow"},{"t":"set","p":"bestlap","pt":"flow","to":"laptime","tot":"flow"},{"t":"set","p":"lastlap","pt":"flow","to":"laptime","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":3580,"y":1020,"wires":[["33e31061.12b0b","a7fa64fd.888e28"]]},{"id":"2e5de3fc.ab5dbc","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"laptime","pt":"msg","to":"bestlap","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":4080,"y":1020,"wires":[["98714863.006c68"]]},{"id":"30c9aa7.c19cf56","type":"calculator","z":"89f03bbf.93f678","name":"","inputMsgField":"payload","outputMsgField":"lap","operation":"sub","constant":"1","round":false,"decimals":0,"x":3700,"y":740,"wires":[["ef28cea9.529e7"]]},{"id":"4073525.8fc2dac","type":"change","z":"89f03bbf.93f678","name":"#","rules":[{"t":"set","p":"payload","pt":"msg","to":"lap{{flow.cart}}","tot":"flow"},{"t":"set","p":"label","pt":"msg","to":"Lap to go","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":3470,"y":740,"wires":[["30c9aa7.c19cf56"]]},{"id":"c8a5b99c.752e58","type":"link in","z":"89f03bbf.93f678","name":"","links":["4b26016a.99d0d","601531b0.57082","b6928b4b.f88f88","a0bd9de7.f63e3"],"x":2095,"y":880,"wires":[["5671b7a0.a9a128","5b19c0e3.d604","a6576c1d.b4879","6d8a9bce.c5c9e4"]]},{"id":"1cd461bc.4ca82e","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"lap{{flow.cart}}","pt":"flow","to":"lap","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":4060,"y":700,"wires":[["42cf11e4.50a0f"]]},{"id":"ef28cea9.529e7","type":"switch","z":"89f03bbf.93f678","name":">=0","property":"lap","propertyType":"msg","rules":[{"t":"gte","v":"1","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":3850,"y":700,"wires":[["1cd461bc.4ca82e"],["5fd0c19e.a7153"]]},{"id":"5fd0c19e.a7153","type":"change","z":"89f03bbf.93f678","name":"#","rules":[{"t":"set","p":"label","pt":"msg","to":"Finish","tot":"str"},{"t":"set","p":"lap","pt":"msg","to":"","tot":"str"},{"t":"set","p":"teamnumber","pt":"msg","to":"teamnumber{{flow.cart}}","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":3990,"y":740,"wires":[["42cf11e4.50a0f","53997ab0.5c2e74"]]},{"id":"53997ab0.5c2e74","type":"calculator","z":"89f03bbf.93f678","name":"","inputMsgField":"teamnumber","outputMsgField":"teamnumber","operation":"sub","constant":"1","round":false,"decimals":0,"x":4200,"y":760,"wires":[["3815230c.b9e87c"]]},{"id":"3815230c.b9e87c","type":"change","z":"89f03bbf.93f678","name":"set new teamnumber#","rules":[{"t":"set","p":"teamnumber{{flow.cart}}","pt":"flow","to":"teamnumber","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":4120,"y":800,"wires":[["52397604.053dd8"]]},{"id":"52397604.053dd8","type":"switch","z":"89f03bbf.93f678","name":"","property":"teamnumber","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":4290,"y":800,"wires":[["9b99b7db.de6f88"]]},{"id":"bf1b6cb5.6520f","type":"link out","z":"89f03bbf.93f678","name":"Kill timer","links":["cc91426d.12d25"],"x":4555,"y":840,"wires":[]},{"id":"9b99b7db.de6f88","type":"change","z":"89f03bbf.93f678","name":"KILL","rules":[{"t":"set","p":"kill.text","pt":"msg","to":"START","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":4110,"y":860,"wires":[["bf1b6cb5.6520f"]]},{"id":"6d8a9bce.c5c9e4","type":"switch","z":"89f03bbf.93f678","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"1","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":2290,"y":840,"wires":[[],["f25b4b9b.3d9fb8"]]},{"id":"80d37794.a58608","type":"debug","z":"89f03bbf.93f678","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":2830,"y":640,"wires":[]},{"id":"18b660ea.8915cf","type":"debug","z":"89f03bbf.93f678","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":4150,"y":580,"wires":[]},{"id":"1ed1b267.5ef75e","type":"switch","z":"89f03bbf.93f678","name":"","property":"topic","propertyType":"msg","rules":[{"t":"cont","v":"Cart","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":2390,"y":700,"wires":[["fc074752.d15ea8"]]},{"id":"604147cb.73b8f8","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"test_topic","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":2720,"y":720,"wires":[["80d37794.a58608"]]},{"id":"fc074752.d15ea8","type":"change","z":"89f03bbf.93f678","name":"","rules":[{"t":"delete","p":"payload","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":2550,"y":640,"wires":[["604147cb.73b8f8"]]},{"id":"39602f4.3d137d","type":"group","z":"89f03bbf.93f678","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["82c01ca0.9292f","98989634.04f938","38939246.5d981e","91aaa463.b23588","80913453.d01c58","c457fbab.146e48","a3c84dce.79787","a544af86.110f5","cc1df795.560f68"],"x":2228,"y":1759,"w":578,"h":348},{"id":"82c01ca0.9292f","type":"ui_button","z":"89f03bbf.93f678","g":"39602f4.3d137d","name":"5 Cust","group":"bf8cde26.f227","order":1,"width":6,"height":1,"passthru":false,"label":"<font size = 20> 5: {{msg.payload}}","tooltip":"","color":"","bgcolor":"dark grey","icon":"","payload":"","payloadType":"str","topic":"","x":2470,"y":1800,"wires":[[]]},{"id":"98989634.04f938","type":"ui_text_input","z":"89f03bbf.93f678","g":"39602f4.3d137d","name":"5 Cust name","label":"<font size = 5> Hold navn","tooltip":"","group":"bf8cde26.f227","order":2,"width":3,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","x":2330,"y":1800,"wires":[["82c01ca0.9292f"]],"info":"<font size = 20>"},{"id":"38939246.5d981e","type":"ui_text","z":"89f03bbf.93f678","g":"39602f4.3d137d","group":"bf8cde26.f227","order":12,"width":5,"height":1,"name":"5 antal boost","label":"<font size = 8>Antal boost","format":"<font size = 8>{{msg.payload}}","layout":"row-spread","x":2470,"y":1840,"wires":[]},{"id":"91aaa463.b23588","type":"ui_text","z":"89f03bbf.93f678","g":"39602f4.3d137d","group":"bf8cde26.f227","order":8,"width":4,"height":1,"name":"5 Pos","label":"<font size = 15>Pos:","format":"<font size = 15>{{msg.pos}}","layout":"row-spread","x":2310,"y":1840,"wires":[]},{"id":"80913453.d01c58","type":"ui_text","z":"89f03bbf.93f678","g":"39602f4.3d137d","group":"bf8cde26.f227","order":6,"width":6,"height":1,"name":"5 Driving mode","label":"<font size =10>Driving mode","format":"{{msg.payload}}","layout":"row-spread","x":2440,"y":1900,"wires":[]},{"id":"c457fbab.146e48","type":"ui_text","z":"89f03bbf.93f678","g":"39602f4.3d137d","group":"bf8cde26.f227","order":15,"width":7,"height":1,"name":"5 lap time","label":"<font size=15>Lap time","format":"<font size=15>{{msg.laptime}} ","layout":"row-spread","x":2700,"y":1880,"wires":[]},{"id":"a3c84dce.79787","type":"ui_text","z":"89f03bbf.93f678","g":"39602f4.3d137d","group":"bf8cde26.f227","order":4,"width":5,"height":1,"name":"5 Best lap","label":"<font size =6>Best lap","format":"<font size =6>{{msg.bestlap}} ","layout":"row-spread","x":2720,"y":1960,"wires":[]},{"id":"a544af86.110f5","type":"ui_text","z":"89f03bbf.93f678","g":"39602f4.3d137d","group":"bf8cde26.f227","order":10,"width":6,"height":1,"name":"5 Lap tilbage","label":"<font size = 6>{{msg.label}} ","format":"<font size = 6> : {{msg.lap}} ","layout":"row-center","x":2710,"y":1800,"wires":[]},{"id":"cc1df795.560f68","type":"group","z":"89f03bbf.93f678","g":"39602f4.3d137d","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["e8c44d03.517ec","15ece663.54b05a","fc495a02.c6d688","cde81cb.e9b3fe"],"x":2254,"y":1959,"w":312,"h":122},{"id":"e8c44d03.517ec","type":"ui_text","z":"89f03bbf.93f678","g":"cc1df795.560f68","group":"bf8cde26.f227","order":13,"width":1,"height":1,"name":"5 Yellow count","label":"","format":"<font size = 10>{{msg.payload}}","layout":"row-spread","x":2460,"y":2000,"wires":[]},{"id":"15ece663.54b05a","type":"link in","z":"89f03bbf.93f678","g":"cc1df795.560f68","name":"1 Yellow count","links":["1d7c2752.a57839"],"x":2295,"y":2000,"wires":[["e8c44d03.517ec"]]},{"id":"fc495a02.c6d688","type":"ui_button","z":"89f03bbf.93f678","g":"cc1df795.560f68","name":"5 driving Mode","group":"bf8cde26.f227","order":7,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"{{msg.background}}","icon":"","payload":"","payloadType":"str","topic":"","x":2460,"y":2040,"wires":[[]]},{"id":"cde81cb.e9b3fe","type":"link in","z":"89f03bbf.93f678","g":"cc1df795.560f68","name":"","links":["a1e4ac4d.fb143","2ed29fc2.8c723"],"x":2295,"y":2040,"wires":[["fc495a02.c6d688"]]},{"id":"bf8cde26.f227","type":"ui_group","name":"GOKART 5","tab":"9ebba496.680ec8","order":6,"disp":true,"width":30,"collapse":false},{"id":"9ebba496.680ec8","type":"ui_tab","name":"Race board","icon":"dashboard","disabled":false,"hidden":false},{"id":"55610e79.eed96","type":"group","z":"89f03bbf.93f678","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["5622c750.2ec6e8","92065922.f91ce8","b9e4c4fb.c68c78","21a63815.67b9e8","e46e4ef8.758e2","1ce0dfb3.34b62","10ab41d1.3aae6e","e3f847df.83c6e8","2f7fa3b9.2a389c"],"x":2948,"y":1739,"w":578,"h":348},{"id":"5622c750.2ec6e8","type":"ui_button","z":"89f03bbf.93f678","g":"55610e79.eed96","name":"6 Cust","group":"95436cf9.41356","order":1,"width":6,"height":1,"passthru":false,"label":"<font size = 20> 6: {{msg.payload}}","tooltip":"","color":"","bgcolor":"dark grey","icon":"","payload":"","payloadType":"str","topic":"","x":3190,"y":1780,"wires":[[]]},{"id":"92065922.f91ce8","type":"ui_text_input","z":"89f03bbf.93f678","g":"55610e79.eed96","name":"6 Cust name","label":"<font size = 5> Hold navn","tooltip":"","group":"95436cf9.41356","order":2,"width":3,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","x":3050,"y":1780,"wires":[["5622c750.2ec6e8"]],"info":"<font size = 20>"},{"id":"b9e4c4fb.c68c78","type":"ui_text","z":"89f03bbf.93f678","g":"55610e79.eed96","group":"95436cf9.41356","order":12,"width":5,"height":1,"name":"6 antal boost","label":"<font size = 8>Antal boost","format":"<font size = 8>{{msg.payload}}","layout":"row-spread","x":3190,"y":1820,"wires":[]},{"id":"21a63815.67b9e8","type":"ui_text","z":"89f03bbf.93f678","g":"55610e79.eed96","group":"95436cf9.41356","order":8,"width":4,"height":1,"name":"6 Pos","label":"<font size = 15>Pos:","format":"<font size = 15>{{msg.pos}}","layout":"row-spread","x":3030,"y":1820,"wires":[]},{"id":"e46e4ef8.758e2","type":"ui_text","z":"89f03bbf.93f678","g":"55610e79.eed96","group":"95436cf9.41356","order":6,"width":6,"height":1,"name":" 6 Driving mode","label":"<font size =10>Driving mode","format":"{{msg.payload}}","layout":"row-spread","x":3160,"y":1880,"wires":[]},{"id":"1ce0dfb3.34b62","type":"ui_text","z":"89f03bbf.93f678","g":"55610e79.eed96","group":"95436cf9.41356","order":15,"width":7,"height":1,"name":"6 lap time","label":"<font size=15>Lap time","format":"<font size=15>{{msg.laptime}} ","layout":"row-spread","x":3420,"y":1860,"wires":[]},{"id":"10ab41d1.3aae6e","type":"ui_text","z":"89f03bbf.93f678","g":"55610e79.eed96","group":"95436cf9.41356","order":4,"width":5,"height":1,"name":"6 Best lap","label":"<font size =6>Best lap","format":"<font size =6>{{msg.bestlap}} ","layout":"row-spread","x":3440,"y":1940,"wires":[]},{"id":"e3f847df.83c6e8","type":"ui_text","z":"89f03bbf.93f678","g":"55610e79.eed96","group":"95436cf9.41356","order":10,"width":6,"height":1,"name":"6 Lap tilbage","label":"<font size = 6>{{msg.label}} ","format":"<font size = 6> : {{msg.lap}} ","layout":"row-center","x":3430,"y":1780,"wires":[]},{"id":"2f7fa3b9.2a389c","type":"group","z":"89f03bbf.93f678","g":"55610e79.eed96","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["d9dafe2a.e11d","be0a2491.9ffa98","23f44c89.255794","34a2f353.85087c"],"x":2974,"y":1939,"w":312,"h":122},{"id":"d9dafe2a.e11d","type":"ui_text","z":"89f03bbf.93f678","g":"2f7fa3b9.2a389c","group":"95436cf9.41356","order":13,"width":1,"height":1,"name":"6 Yellow count","label":"","format":"<font size = 10>{{msg.payload}}","layout":"row-spread","x":3180,"y":1980,"wires":[]},{"id":"be0a2491.9ffa98","type":"link in","z":"89f03bbf.93f678","g":"2f7fa3b9.2a389c","name":"1 Yellow count","links":["1d7c2752.a57839"],"x":3015,"y":1980,"wires":[["d9dafe2a.e11d"]]},{"id":"23f44c89.255794","type":"ui_button","z":"89f03bbf.93f678","g":"2f7fa3b9.2a389c","name":"6 driving Mode","group":"95436cf9.41356","order":7,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"{{msg.background}}","icon":"","payload":"","payloadType":"str","topic":"","x":3180,"y":2020,"wires":[[]]},{"id":"34a2f353.85087c","type":"link in","z":"89f03bbf.93f678","g":"2f7fa3b9.2a389c","name":"","links":["a1e4ac4d.fb143","2ed29fc2.8c723"],"x":3015,"y":2020,"wires":[["23f44c89.255794"]]},{"id":"95436cf9.41356","type":"ui_group","name":"GOKART 6","tab":"9ebba496.680ec8","order":7,"disp":true,"width":30,"collapse":false},{"id":"cb1bf4e3.96c498","type":"group","z":"89f03bbf.93f678","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["3afd9e18.eab912","46820b6f.81b0c4","6d833e24.8ba7b","73c43eb2.16788","d71a827.5fdd68","9d8bc8d.efe5938","e399ff84.583b7","c403b85c.c118d8","59848efc.e4312"],"x":2968,"y":1359,"w":578,"h":348},{"id":"3afd9e18.eab912","type":"ui_button","z":"89f03bbf.93f678","g":"cb1bf4e3.96c498","name":"4 Cust","group":"7ad0ea.bbfe1f18","order":1,"width":6,"height":1,"passthru":false,"label":"<font size = 20> 4: {{msg.payload}}","tooltip":"","color":"","bgcolor":"dark grey","icon":"","payload":"","payloadType":"str","topic":"","x":3210,"y":1400,"wires":[[]]},{"id":"46820b6f.81b0c4","type":"ui_text_input","z":"89f03bbf.93f678","g":"cb1bf4e3.96c498","name":"4 Cust name","label":"<font size = 5> Hold navn","tooltip":"","group":"7ad0ea.bbfe1f18","order":2,"width":3,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","x":3070,"y":1400,"wires":[["3afd9e18.eab912"]],"info":"<font size = 20>"},{"id":"6d833e24.8ba7b","type":"ui_text","z":"89f03bbf.93f678","g":"cb1bf4e3.96c498","group":"7ad0ea.bbfe1f18","order":12,"width":5,"height":1,"name":"4 antal boost","label":"<font size = 8>Antal boost","format":"<font size = 8>{{msg.payload}}","layout":"row-spread","x":3210,"y":1440,"wires":[]},{"id":"73c43eb2.16788","type":"ui_text","z":"89f03bbf.93f678","g":"cb1bf4e3.96c498","group":"7ad0ea.bbfe1f18","order":8,"width":4,"height":1,"name":"4 Pos","label":"<font size = 15>Pos:","format":"<font size = 15>{{msg.pos}}","layout":"row-spread","x":3050,"y":1440,"wires":[]},{"id":"d71a827.5fdd68","type":"ui_text","z":"89f03bbf.93f678","g":"cb1bf4e3.96c498","group":"7ad0ea.bbfe1f18","order":6,"width":6,"height":1,"name":"4 Driving mode","label":"<font size =10>Driving mode","format":"{{msg.payload}}","layout":"row-spread","x":3180,"y":1500,"wires":[]},{"id":"9d8bc8d.efe5938","type":"ui_text","z":"89f03bbf.93f678","g":"cb1bf4e3.96c498","group":"7ad0ea.bbfe1f18","order":15,"width":7,"height":1,"name":"4 lap time","label":"<font size=15>Lap time","format":"<font size=15>{{msg.laptime}} ","layout":"row-spread","x":3440,"y":1480,"wires":[]},{"id":"e399ff84.583b7","type":"ui_text","z":"89f03bbf.93f678","g":"cb1bf4e3.96c498","group":"7ad0ea.bbfe1f18","order":4,"width":5,"height":1,"name":"4 Best lap","label":"<font size =6>Best lap","format":"<font size =6>{{msg.bestlap}} ","layout":"row-spread","x":3460,"y":1560,"wires":[]},{"id":"c403b85c.c118d8","type":"ui_text","z":"89f03bbf.93f678","g":"cb1bf4e3.96c498","group":"7ad0ea.bbfe1f18","order":10,"width":6,"height":1,"name":"4 Lap tilbage","label":"<font size = 6>{{msg.label}} ","format":"<font size = 6> : {{msg.lap}} ","layout":"row-center","x":3450,"y":1400,"wires":[]},{"id":"59848efc.e4312","type":"group","z":"89f03bbf.93f678","g":"cb1bf4e3.96c498","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["ae09a067.6fa68","ee8afe32.20cb8","fef2197c.e3dc88","8e07b33d.70b13"],"x":2994,"y":1559,"w":312,"h":122},{"id":"ae09a067.6fa68","type":"ui_text","z":"89f03bbf.93f678","g":"59848efc.e4312","group":"7ad0ea.bbfe1f18","order":13,"width":1,"height":1,"name":"4 Yellow count","label":"","format":"<font size = 10>{{msg.payload}}","layout":"row-spread","x":3200,"y":1600,"wires":[]},{"id":"ee8afe32.20cb8","type":"link in","z":"89f03bbf.93f678","g":"59848efc.e4312","name":"1 Yellow count","links":["1d7c2752.a57839"],"x":3035,"y":1600,"wires":[["ae09a067.6fa68"]]},{"id":"fef2197c.e3dc88","type":"ui_button","z":"89f03bbf.93f678","g":"59848efc.e4312","name":"4 driving Mode","group":"7ad0ea.bbfe1f18","order":7,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"{{msg.background}}","icon":"","payload":"","payloadType":"str","topic":"","x":3200,"y":1640,"wires":[[]]},{"id":"8e07b33d.70b13","type":"link in","z":"89f03bbf.93f678","g":"59848efc.e4312","name":"","links":["a1e4ac4d.fb143","2ed29fc2.8c723"],"x":3035,"y":1640,"wires":[["fef2197c.e3dc88"]]},{"id":"7ad0ea.bbfe1f18","type":"ui_group","name":"GOKART 4","tab":"9ebba496.680ec8","order":5,"disp":true,"width":30,"collapse":false},{"id":"e186b716.baab48","type":"group","z":"89f03bbf.93f678","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["795901fd.d2326","ddda208a.2dda","cd4de8d3.cfe9b8","48b374b1.00b5ac","faf67cfe.164e6","edd49cbf.35c73","81fc6d2e.3b111","28092889.1bd528","d16a08f1.6cc938"],"x":2248,"y":2139,"w":578,"h":348},{"id":"795901fd.d2326","type":"ui_button","z":"89f03bbf.93f678","g":"e186b716.baab48","name":"7 Cust","group":"a56abf94.386da","order":1,"width":6,"height":1,"passthru":false,"label":"<font size = 20> 7: {{msg.payload}}","tooltip":"","color":"","bgcolor":"dark grey","icon":"","payload":"","payloadType":"str","topic":"","x":2490,"y":2180,"wires":[[]]},{"id":"ddda208a.2dda","type":"ui_text_input","z":"89f03bbf.93f678","g":"e186b716.baab48","name":"7 Cust name","label":"<font size = 5> Hold navn","tooltip":"","group":"a56abf94.386da","order":2,"width":3,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","x":2350,"y":2180,"wires":[["795901fd.d2326"]],"info":"<font size = 20>"},{"id":"cd4de8d3.cfe9b8","type":"ui_text","z":"89f03bbf.93f678","g":"e186b716.baab48","group":"a56abf94.386da","order":12,"width":5,"height":1,"name":"7 antal boost","label":"<font size = 8>Antal boost","format":"<font size = 8>{{msg.payload}}","layout":"row-spread","x":2490,"y":2220,"wires":[]},{"id":"48b374b1.00b5ac","type":"ui_text","z":"89f03bbf.93f678","g":"e186b716.baab48","group":"a56abf94.386da","order":8,"width":4,"height":1,"name":"7 Pos","label":"<font size = 15>Pos:","format":"<font size = 15>{{msg.pos}}","layout":"row-spread","x":2330,"y":2220,"wires":[]},{"id":"faf67cfe.164e6","type":"ui_text","z":"89f03bbf.93f678","g":"e186b716.baab48","group":"a56abf94.386da","order":6,"width":6,"height":1,"name":"7 Driving mode","label":"<font size =10>Driving mode","format":"{{msg.payload}}","layout":"row-spread","x":2460,"y":2280,"wires":[]},{"id":"edd49cbf.35c73","type":"ui_text","z":"89f03bbf.93f678","g":"e186b716.baab48","group":"a56abf94.386da","order":15,"width":7,"height":1,"name":"7 lap time","label":"<font size=15>Lap time","format":"<font size=15>{{msg.laptime}} ","layout":"row-spread","x":2720,"y":2260,"wires":[]},{"id":"81fc6d2e.3b111","type":"ui_text","z":"89f03bbf.93f678","g":"e186b716.baab48","group":"a56abf94.386da","order":4,"width":5,"height":1,"name":"7 Best lap","label":"<font size =6>Best lap","format":"<font size =6>{{msg.bestlap}} ","layout":"row-spread","x":2740,"y":2340,"wires":[]},{"id":"28092889.1bd528","type":"ui_text","z":"89f03bbf.93f678","g":"e186b716.baab48","group":"a56abf94.386da","order":10,"width":6,"height":1,"name":"7 Lap tilbage","label":"<font size = 6>{{msg.label}} ","format":"<font size = 6> : {{msg.lap}} ","layout":"row-center","x":2730,"y":2180,"wires":[]},{"id":"d16a08f1.6cc938","type":"group","z":"89f03bbf.93f678","g":"e186b716.baab48","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["dc53d44a.84bd88","dc4675a3.2318e8","992a3d32.e60f8","23759ecd.1073f2"],"x":2274,"y":2339,"w":312,"h":122},{"id":"dc53d44a.84bd88","type":"ui_text","z":"89f03bbf.93f678","g":"d16a08f1.6cc938","group":"a56abf94.386da","order":13,"width":1,"height":1,"name":"7 Yellow count","label":"","format":"<font size = 10>{{msg.payload}}","layout":"row-spread","x":2480,"y":2380,"wires":[]},{"id":"dc4675a3.2318e8","type":"link in","z":"89f03bbf.93f678","g":"d16a08f1.6cc938","name":"1 Yellow count","links":["1d7c2752.a57839"],"x":2315,"y":2380,"wires":[["dc53d44a.84bd88"]]},{"id":"992a3d32.e60f8","type":"ui_button","z":"89f03bbf.93f678","g":"d16a08f1.6cc938","name":"7 driving Mode","group":"a56abf94.386da","order":7,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"{{msg.background}}","icon":"","payload":"","payloadType":"str","topic":"","x":2480,"y":2420,"wires":[[]]},{"id":"23759ecd.1073f2","type":"link in","z":"89f03bbf.93f678","g":"d16a08f1.6cc938","name":"","links":["a1e4ac4d.fb143","2ed29fc2.8c723"],"x":2315,"y":2420,"wires":[["992a3d32.e60f8"]]},{"id":"a56abf94.386da","type":"ui_group","name":"GOKART 7","tab":"9ebba496.680ec8","order":8,"disp":true,"width":30,"collapse":false},{"id":"fdf4aae6.8a16a8","type":"group","z":"89f03bbf.93f678","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["e09c48e4.d44658","a9103740.710868","3c4f295.8d8ebd6","dd8244ee.d02658","27cb37f3.f411f8","1eb6c83d.7e1db8","c9ef1b27.ed58a8","475ff320.c5374c","e3b71e34.1868e","ade796e5.cf8298"],"x":2248,"y":1279,"w":578,"h":428},{"id":"e09c48e4.d44658","type":"ui_button","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","name":"3 Cust","group":"5122d3b2.61539c","order":1,"width":6,"height":1,"passthru":false,"label":"<font size = 20> 3: {{msg.payload}}","tooltip":"","color":"","bgcolor":"{{background}}","icon":"","payload":"","payloadType":"str","topic":"","x":2710,"y":1320,"wires":[[]]},{"id":"a9103740.710868","type":"ui_text_input","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","name":"3 Cust name","label":"<font size = 5> Hold navn","tooltip":"","group":"5122d3b2.61539c","order":2,"width":3,"height":1,"passthru":true,"mode":"text","delay":300,"topic":"","x":2350,"y":1400,"wires":[["e09c48e4.d44658"]],"info":"<font size = 20>"},{"id":"3c4f295.8d8ebd6","type":"ui_text","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","group":"5122d3b2.61539c","order":12,"width":5,"height":1,"name":"3 antal boost","label":"<font size = 8>Antal boost","format":"<font size = 8>{{msg.payload}}","layout":"row-spread","x":2490,"y":1440,"wires":[]},{"id":"dd8244ee.d02658","type":"ui_text","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","group":"5122d3b2.61539c","order":8,"width":4,"height":1,"name":"3 Pos","label":"<font size = 15>Pos:","format":"<font size = 15>{{msg.pos}}","layout":"row-spread","x":2330,"y":1440,"wires":[]},{"id":"27cb37f3.f411f8","type":"ui_text","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","group":"5122d3b2.61539c","order":6,"width":6,"height":1,"name":"3 Driving mode","label":"<font size =10>Driving mode","format":"{{msg.payload}}","layout":"row-spread","x":2460,"y":1500,"wires":[]},{"id":"1eb6c83d.7e1db8","type":"ui_text","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","group":"5122d3b2.61539c","order":15,"width":7,"height":1,"name":"3 lap time","label":"<font size=15>Lap time","format":"<font size=15>{{msg.laptime}} ","layout":"row-spread","x":2720,"y":1480,"wires":[]},{"id":"c9ef1b27.ed58a8","type":"ui_text","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","group":"5122d3b2.61539c","order":4,"width":5,"height":1,"name":"3 Best lap","label":"<font size =6>Best lap","format":"<font size =6>{{msg.bestlap}} ","layout":"row-spread","x":2740,"y":1560,"wires":[]},{"id":"475ff320.c5374c","type":"ui_text","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","group":"5122d3b2.61539c","order":10,"width":6,"height":1,"name":"3 Lap tilbage","label":"<font size = 6>{{msg.label}} ","format":"<font size = 6> : {{msg.lap}} ","layout":"row-center","x":2730,"y":1400,"wires":[]},{"id":"e3b71e34.1868e","type":"group","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["4ea52716.643478","f07dd8ba.eef028","447afff6.00431","44825de1.c5bf14"],"x":2274,"y":1559,"w":312,"h":122},{"id":"4ea52716.643478","type":"ui_text","z":"89f03bbf.93f678","g":"e3b71e34.1868e","group":"5122d3b2.61539c","order":13,"width":1,"height":1,"name":"3 Yellow count","label":"","format":"<font size = 10>{{msg.payload}}","layout":"row-spread","x":2480,"y":1600,"wires":[]},{"id":"f07dd8ba.eef028","type":"link in","z":"89f03bbf.93f678","g":"e3b71e34.1868e","name":"1 Yellow count","links":["1d7c2752.a57839"],"x":2315,"y":1600,"wires":[["4ea52716.643478"]]},{"id":"447afff6.00431","type":"ui_button","z":"89f03bbf.93f678","g":"e3b71e34.1868e","name":"3 driving Mode","group":"5122d3b2.61539c","order":7,"width":1,"height":1,"passthru":false,"label":"","tooltip":"","color":"","bgcolor":"{{msg.background}}","icon":"","payload":"","payloadType":"str","topic":"","x":2480,"y":1640,"wires":[[]]},{"id":"44825de1.c5bf14","type":"link in","z":"89f03bbf.93f678","g":"e3b71e34.1868e","name":"","links":["a1e4ac4d.fb143","2ed29fc2.8c723"],"x":2315,"y":1640,"wires":[["447afff6.00431"]]},{"id":"ade796e5.cf8298","type":"inject","z":"89f03bbf.93f678","g":"fdf4aae6.8a16a8","name":"","props":[{"p":"enabled","v":"false","vt":"bool"},{"p":"background","v":"","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":2360,"y":1320,"wires":[["e09c48e4.d44658"]]},{"id":"5122d3b2.61539c","type":"ui_group","name":"GOKART 3","tab":"9ebba496.680ec8","order":4,"disp":true,"width":30,"collapse":false},{"id":"242d1b9c.039d64","type":"ui_group","name":"GOKART 1","tab":"9ebba496.680ec8","order":2,"disp":true,"width":"30","collapse":true}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement