Hi there. I am sharing my flow json, maybe that would help identify the issue?:
[
{
"id": "72206b283865743e",
"type": "tab",
"label": "Knitting-150[18]",
"disabled": false,
"info": "",
"env": []
},
{
"id": "fef411574e293b72",
"type": "function",
"z": "72206b283865743e",
"name": "0/1 (True/False)",
"func": "// Log the incoming payload for debugging purposes\nnode.warn(\"Incoming payload: \" + JSON.stringify(msg.payload));\n\n// Check if the payload has a 'data' property that is an array\nif (msg.payload.hasOwnProperty(\"data\") && Array.isArray(msg.payload.data)) {\n // Get the value at index 0 of the 'data' array and convert it to 0 or 1\n var valueAtZero = msg.payload.data[0] || false; // Default to false if undefined\n msg.payload = valueAtZero ? 1 : 0;\n} else {\n // Handle the case where 'data' property does not exist or is not an array\n node.error(\"'data' property is missing or not an array in the payload\", msg);\n // Set msg.payload to undefined or handle error case as needed\n msg.payload = undefined;\n}\n\n// Return the modified message\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 140,
"y": 160,
"wires": [
[
"49e09a5b88378a7d"
]
]
},
{
"id": "3c0829a71190a046",
"type": "function",
"z": "72206b283865743e",
"name": "0/1 (True/False)",
"func": "// Log the incoming payload for debugging purposes\nnode.warn(\"Incoming payload: \" + JSON.stringify(msg.payload));\n\n// Check if the payload has a 'data' property that is an array\nif (msg.payload.hasOwnProperty(\"data\") && Array.isArray(msg.payload.data)) {\n // Get the value at index 0 of the 'data' array and convert it to 0 or 1\n var valueAtZero = msg.payload.data[0] || false; // Default to false if undefined\n msg.payload = valueAtZero ? 1 : 0;\n} else {\n // Handle the case where 'data' property does not exist or is not an array\n node.error(\"'data' property is missing or not an array in the payload\", msg);\n // Set msg.payload to undefined or handle error case as needed\n msg.payload = undefined;\n}\n\n// Return the modified message\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 140,
"y": 280,
"wires": [
[
"c12cffdd82ef039c"
]
]
},
{
"id": "034dc427145241e5",
"type": "function",
"z": "72206b283865743e",
"name": "0/1 (True/False)",
"func": "// Log the incoming payload for debugging purposes\nnode.warn(\"Incoming payload: \" + JSON.stringify(msg.payload));\n\n// Check if the payload has a 'data' property that is an array\nif (msg.payload.hasOwnProperty(\"data\") && Array.isArray(msg.payload.data)) {\n // Get the value at index 0 of the 'data' array and convert it to 0 or 1\n var valueAtZero = msg.payload.data[0] || false; // Default to false if undefined\n msg.payload = valueAtZero ? 1 : 0;\n} else {\n // Handle the case where 'data' property does not exist or is not an array\n node.error(\"'data' property is missing or not an array in the payload\", msg);\n // Set msg.payload to undefined or handle error case as needed\n msg.payload = undefined;\n}\n\n// Return the modified message\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 600,
"y": 180,
"wires": [
[
"55be600b01caae1a"
]
]
},
{
"id": "1b433f8ce505b22e",
"type": "function",
"z": "72206b283865743e",
"name": "0/1 (True/False)",
"func": "// Log the incoming payload for debugging purposes\nnode.warn(\"Incoming payload: \" + JSON.stringify(msg.payload));\n\n// Check if the payload has a 'data' property that is an array\nif (msg.payload.hasOwnProperty(\"data\") && Array.isArray(msg.payload.data)) {\n // Get the value at index 0 of the 'data' array and convert it to 0 or 1\n var valueAtZero = msg.payload.data[0] || false; // Default to false if undefined\n msg.payload = valueAtZero ? 1 : 0;\n} else {\n // Handle the case where 'data' property does not exist or is not an array\n node.error(\"'data' property is missing or not an array in the payload\", msg);\n // Set msg.payload to undefined or handle error case as needed\n msg.payload = undefined;\n}\n\n// Return the modified message\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 600,
"y": 280,
"wires": [
[
"42d2925d35e9b3f3"
]
]
},
{
"id": "0db5ba55f895da01",
"type": "function",
"z": "72206b283865743e",
"name": "0/1 (True/False)",
"func": "// Log the incoming payload for debugging purposes\nnode.warn(\"Incoming payload: \" + JSON.stringify(msg.payload));\n\n// Check if the payload has a 'data' property that is an array\nif (msg.payload.hasOwnProperty(\"data\") && Array.isArray(msg.payload.data)) {\n // Get the value at index 0 of the 'data' array and convert it to 0 or 1\n var valueAtZero = msg.payload.data[0] || false; // Default to false if undefined\n msg.payload = valueAtZero ? 1 : 0;\n} else {\n // Handle the case where 'data' property does not exist or is not an array\n node.error(\"'data' property is missing or not an array in the payload\", msg);\n // Set msg.payload to undefined or handle error case as needed\n msg.payload = undefined;\n}\n\n// Return the modified message\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 1060,
"y": 180,
"wires": [
[
"45aef32ceed04997"
]
]
},
{
"id": "38faaeb179e7335f",
"type": "function",
"z": "72206b283865743e",
"name": "0/1 (True/False)",
"func": "// Log the incoming payload for debugging purposes\nnode.warn(\"Incoming payload: \" + JSON.stringify(msg.payload));\n\n// Check if the payload has a 'data' property that is an array\nif (msg.payload.hasOwnProperty(\"data\") && Array.isArray(msg.payload.data)) {\n // Get the value at index 0 of the 'data' array and convert it to 0 or 1\n var valueAtZero = msg.payload.data[0] || false; // Default to false if undefined\n msg.payload = valueAtZero ? 1 : 0;\n} else {\n // Handle the case where 'data' property does not exist or is not an array\n node.error(\"'data' property is missing or not an array in the payload\", msg);\n // Set msg.payload to undefined or handle error case as needed\n msg.payload = undefined;\n}\n\n// Return the modified message\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 1060,
"y": 280,
"wires": [
[
"186fea92d08d0b27"
]
]
},
{
"id": "9dcc4eaf2ae0e9db",
"type": "function",
"z": "72206b283865743e",
"name": "RPM",
"func": "// Access the array within the payload's 'data' property\nif (msg.payload && Array.isArray(msg.payload.data) && msg.payload.data.length > 0) {\n msg.payload = msg.payload.data[0]; // Extract the first element\n} else {\n msg.payload = undefined; // Handle invalid payloads\n}\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 1470,
"y": 180,
"wires": [
[
"4fa7f6b7afd5752f"
]
]
},
{
"id": "0fc2cd7d066deb78",
"type": "function",
"z": "72206b283865743e",
"name": "RPM",
"func": "// Access the array within the payload's 'data' property\nif (msg.payload && Array.isArray(msg.payload.data) && msg.payload.data.length > 0) {\n msg.payload = msg.payload.data[0]; // Extract the first element\n} else {\n msg.payload = undefined; // Handle invalid payloads\n}\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 1470,
"y": 280,
"wires": [
[
"e1536e1e544b6ba0"
]
]
},
{
"id": "49e09a5b88378a7d",
"type": "function",
"z": "72206b283865743e",
"name": "START",
"func": "// Assuming msg.payload contains your data\n// Modify the payload to add \"START\" as a field name\nmsg.payload = {\n START: msg.payload\n};\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 140,
"y": 160,
"wires": [
[
"6f228ae9ee638864"
]
]
},
{
"id": "c12cffdd82ef039c",
"type": "function",
"z": "72206b283865743e",
"name": "START",
"func": "// Assuming msg.payload contains your data\n// Modify the payload to add \"START\" as a field name\nmsg.payload = {\n START: msg.payload\n};\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 140,
"y": 280,
"wires": [
[
"bfe91caa1489cd83"
]
]
},
{
"id": "55be600b01caae1a",
"type": "function",
"z": "72206b283865743e",
"name": "YARN",
"func": "// Assuming msg.payload contains your data\n// Modify the payload to add \"START\" as a field name\nmsg.payload = {\n YARN: msg.payload\n};\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 590,
"y": 180,
"wires": [
[
"6f228ae9ee638864"
]
]
},
{
"id": "42d2925d35e9b3f3",
"type": "function",
"z": "72206b283865743e",
"name": "YARN",
"func": "// Assuming msg.payload contains your data\n// Modify the payload to add \"START\" as a field name\nmsg.payload = {\n YARN: msg.payload\n};\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 590,
"y": 280,
"wires": [
[
"bfe91caa1489cd83"
]
]
},
{
"id": "45aef32ceed04997",
"type": "function",
"z": "72206b283865743e",
"name": "NEEDLE",
"func": "// Assuming msg.payload contains your data\n// Modify the payload to add \"START\" as a field name\nmsg.payload = {\n NEEDLE: msg.payload\n};\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 1060,
"y": 180,
"wires": [
[
"6f228ae9ee638864"
]
]
},
{
"id": "186fea92d08d0b27",
"type": "function",
"z": "72206b283865743e",
"name": "NEEDLE",
"func": "// Assuming msg.payload contains your data\n// Modify the payload to add \"START\" as a field name\nmsg.payload = {\n NEEDLE: msg.payload\n};\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 1060,
"y": 280,
"wires": [
[
"bfe91caa1489cd83"
]
]
},
{
"id": "4fa7f6b7afd5752f",
"type": "function",
"z": "72206b283865743e",
"name": "RPM Field",
"func": "// Assuming msg.payload contains your data\n// Modify the payload to add \"START\" as a field name\nmsg.payload = {\n RPM : msg.payload\n};\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 1510,
"y": 200,
"wires": [
[
"6f228ae9ee638864"
]
]
},
{
"id": "e1536e1e544b6ba0",
"type": "function",
"z": "72206b283865743e",
"name": "RPM Field",
"func": "// Assuming msg.payload contains your data\n// Modify the payload to add \"START\" as a field name\nmsg.payload = {\n RPM : msg.payload\n};\n\nreturn msg;\n",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 1510,
"y": 300,
"wires": [
[
"bfe91caa1489cd83"
]
]
},
{
"id": "6f228ae9ee638864",
"type": "influxdb out",
"z": "72206b283865743e",
"influxdb": "b9d9fff5425e5aa3",
"name": "",
"measurement": "FRIB100",
"precision": "",
"retentionPolicy": "",
"database": "database",
"precisionV18FluxV20": "ms",
"retentionPolicyV18Flux": "",
"org": "test",
"bucket": "Knitting-150",
"x": 2110,
"y": 120,
"wires": []
},
{
"id": "bfe91caa1489cd83",
"type": "influxdb out",
"z": "72206b283865743e",
"influxdb": "b9d9fff5425e5aa3",
"name": "",
"measurement": "FRIB101",
"precision": "",
"retentionPolicy": "",
"database": "database",
"precisionV18FluxV20": "ms",
"retentionPolicyV18Flux": "",
"org": "TYNOR",
"bucket": "Knitting-150",
"x": 2110,
"y": 240,
"wires": []
},
{
"id": "530b1dec92c7eee0",
"type": "influxdb out",
"z": "72206b283865743e",
"influxdb": "b9d9fff5425e5aa3",
"name": "",
"measurement": "FRIB102",
"precision": "",
"retentionPolicy": "",
"database": "database",
"precisionV18FluxV20": "ms",
"retentionPolicyV18Flux": "",
"org": "TYNOR",
"bucket": "Knitting-150",
"x": 2110,
"y": 340,
"wires": []
},
{
"id": "981592084687e402",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 390,
"y": 120,
"wires": []
},
{
"id": "45d55d079432478e",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 850,
"y": 120,
"wires": []
},
{
"id": "7ad5750b04c47dc8",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 1270,
"y": 120,
"wires": []
},
{
"id": "2fbe8479069f0ad2",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 1730,
"y": 120,
"wires": []
},
{
"id": "dec5ae7950797f91",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 390,
"y": 240,
"wires": []
},
{
"id": "a3b01e21ddbce8e7",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 850,
"y": 240,
"wires": []
},
{
"id": "bf88ed0d0d8b9df0",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 1270,
"y": 240,
"wires": []
},
{
"id": "3b793efc3d3c22ad",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 1730,
"y": 240,
"wires": []
},
{
"id": "7c57c56768dbb00d",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 390,
"y": 340,
"wires": []
},
{
"id": "6bf993e1ca7bd102",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 850,
"y": 340,
"wires": []
},
{
"id": "fd6d343281a179de",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 1270,
"y": 340,
"wires": []
},
{
"id": "108f9c7d5a57243a",
"type": "modbus-response",
"z": "72206b283865743e",
"name": "",
"registerShowMax": 20,
"x": 1730,
"y": 340,
"wires": []
},
{
"id": "7a56c500931d8b24",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB100",
"topic": "RUN",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "Coil",
"adr": "0095",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 140,
"y": 100,
"wires": [
[],
[
"981592084687e402",
"fef411574e293b72"
]
]
},
{
"id": "9806d9e5e19cf103",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB100",
"topic": "YARN",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "Coil",
"adr": "2095",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 600,
"y": 100,
"wires": [
[],
[
"45d55d079432478e",
"034dc427145241e5"
]
]
},
{
"id": "d3ac6ab3ac65a727",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB100",
"topic": "NEEDLE",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "Coil",
"adr": "3095",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 1060,
"y": 100,
"wires": [
[],
[
"7ad5750b04c47dc8",
"0db5ba55f895da01"
]
]
},
{
"id": "234ab9e6c8829ce4",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB100",
"topic": "RPM",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "HoldingRegister",
"adr": "0095",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 1480,
"y": 100,
"wires": [
[],
[
"2fbe8479069f0ad2",
"9dcc4eaf2ae0e9db"
]
]
},
{
"id": "49d84aa47a05e024",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB101",
"topic": "RUN",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "Coil",
"adr": "0096",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 140,
"y": 220,
"wires": [
[],
[
"dec5ae7950797f91",
"3c0829a71190a046"
]
]
},
{
"id": "12a72fdd886cb02e",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB101",
"topic": "YARN",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "Coil",
"adr": "2096",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 600,
"y": 220,
"wires": [
[],
[
"a3b01e21ddbce8e7",
"1b433f8ce505b22e"
]
]
},
{
"id": "5d09dd380ff1dbd8",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB101",
"topic": "NEEDLE",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "Coil",
"adr": "3096",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 1060,
"y": 220,
"wires": [
[],
[
"bf88ed0d0d8b9df0",
"38faaeb179e7335f"
]
]
},
{
"id": "c973090a077b4655",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB101",
"topic": "RPM",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "HoldingRegister",
"adr": "0096",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 1480,
"y": 220,
"wires": [
[],
[
"3b793efc3d3c22ad",
"0fc2cd7d066deb78"
]
]
},
{
"id": "bdd9fadca3d71b26",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB102",
"topic": "RUN",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "Coil",
"adr": "0097",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 140,
"y": 320,
"wires": [
[],
[
"7c57c56768dbb00d"
]
]
},
{
"id": "9d3c4fce2c5b1347",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB102",
"topic": "YARN",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "Coil",
"adr": "2097",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 600,
"y": 320,
"wires": [
[],
[
"6bf993e1ca7bd102"
]
]
},
{
"id": "0782bd87fd81ffc9",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB102",
"topic": "NEEDLE",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "Coil",
"adr": "3097",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 1060,
"y": 320,
"wires": [
[],
[
"fd6d343281a179de"
]
]
},
{
"id": "b820c017e484def6",
"type": "modbus-read",
"z": "72206b283865743e",
"name": "FRIB102",
"topic": "RPM",
"showStatusActivities": false,
"logIOActivities": false,
"showErrors": false,
"showWarnings": true,
"unitid": "1",
"dataType": "HoldingRegister",
"adr": "0097",
"quantity": "1",
"rate": "30",
"rateUnit": "s",
"delayOnStart": false,
"startDelayTime": "",
"server": "0524ea2fd47ca0d4",
"useIOFile": false,
"ioFile": "",
"useIOForPayload": false,
"emptyMsgOnFail": false,
"x": 1480,
"y": 320,
"wires": [
[],
[
"108f9c7d5a57243a"
]
]
},
{
"id": "b9d9fff5425e5aa3",
"type": "influxdb",
"z": "72206b283865743e",
"hostname": "127.0.0.1",
"port": "8086",
"protocol": "http",
"database": "database",
"name": "",
"usetls": false,
"tls": "",
"influxdbVersion": "2.0",
"url": "http://localhost:8086/",
"timeout": "10",
"rejectUnauthorized": true
},
{
"id": "0524ea2fd47ca0d4",
"type": "modbus-client",
"name": "Knitting [150]",
"clienttype": "tcp",
"bufferCommands": true,
"stateLogEnabled": false,
"queueLogEnabled": false,
"failureLogEnabled": true,
"tcpHost": "192.168.178.150",
"tcpPort": "502",
"tcpType": "TCP-RTU-BUFFERED",
"serialPort": "/dev/ttyUSB",
"serialType": "RTU-BUFFERD",
"serialBaudrate": "9600",
"serialDatabits": "8",
"serialStopbits": "1",
"serialParity": "none",
"serialConnectionDelay": "100",
"serialAsciiResponseStartDelimiter": "0x3A",
"unit_id": 1,
"commandDelay": 1,
"clientTimeout": 1000,
"reconnectOnTimeout": true,
"reconnectTimeout": 2000,
"parallelUnitIdsAllowed": true,
"showWarnings": true,
"showLogs": true
}
]