Hey gents - I've seen a couple of similar threads but couldn't really find a solution
I have an array of data coming into node red on a raspberry pi 4 from an Allen Bradley PLC via Modbus TCP
10/27/2020, 9:19:05 PMnode: 3f5e666f.8851ead84ba55.5267058 : msg.payload : Object
object
data: array[24]
[0 … 9]
0: 61
1: 60
2: 60
3: 60
4: 60
5: 60
6: 60
7: 49
8: 52
9: 47
[10 … 19]
[20 … 23]
buffer: buffer[48]
I'm trying to take this to a barGraph - and it's just not working
funny enough - I can get one element to drive a gauge
I need to put a function in between my Modbus Flex getter and the chart node
I just dont know what script to put in it...