JSL - Applying the same scale on GraphBuilder with varying number of Pages
The snippet's goal below is to plot Current against Time. I have multiple devices differentiated by Serial.On GraphBuilder, I group the Serial by "pages". Since I have a variable number of devices, I have a variable number of pages. In setting the scale, I have a "dispatch" line per number of page (device) -- so below I have four dispatch lines to update the four charts for each device.How do I go...