[{"id":"69adde37.42636","type":"tab","label":"EIP_TagError","disabled":false,"info":""},{"id":"57f9dae4.fbcfc4","type":"debug","z":"69adde37.42636","name":"EIP_Debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":670,"y":260,"wires":[]},{"id":"b6fcfc11.0173d","type":"function","z":"69adde37.42636","name":"EIP DATA SIM","func":"\n \nmsg.payload = {\n\"TestTag1\":1.11,\n\"TestTag2\":2.22,\n\"ActiveRecipe.Ingredient[0]\":3.33,\n\"ActiveRecipe.Ingredient[1]\":4.44,\n\"ActiveRecipe.Ingredient[2]\":5.55\n }\n \n \nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":440,"y":260,"wires":[["57f9dae4.fbcfc4","e680d9b2.5de2a8"]]},{"id":"6e7b7fee.901cd","type":"inject","z":"69adde37.42636","name":"PokeTest","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":240,"y":260,"wires":[["b6fcfc11.0173d"]]},{"id":"e680d9b2.5de2a8","type":"function","z":"69adde37.42636","name":"Structure","func":"\nlet Test1=msg.payload.TestTag1;\nlet Test2=msg.payload.TestTag2;\n\n//let Test3=msg.payload.ActiveRecipe.Ingredient[0];\n//let Test4=msg.payload.ActiveRecipe.Ingredient[1];\n//let Test5=msg.payload.ActiveRecipe.Ingredient[2];\n\n\nmsg.payload={\n \"WarpSpeedEfficiencyFactor\":Test1,\n \"HyperDriveSuperConductorTemperature (K)\":Test2,\n// \"SimpleTest1\":Test3,\n// \"SimpleTest2\":Test4,\n// \"SimpleTest3\":Test5\n}\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":660,"y":320,"wires":[["3a1826a2.a6a26a"]]},{"id":"3a1826a2.a6a26a","type":"debug","z":"69adde37.42636","name":"Structure_Debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":890,"y":320,"wires":[]}]