Multiple Data Points on Fuel Stream


#1

How can you use multiple data points for fuel streams. I’d like to use three different temperature sensors to chart the comparison but after adding all three I’ve only got one line on my chart.


#2

You just need to break them down into individual lines like this:

temp

(The only time I put multiple temps in the same line, is when I want the average temp)


#3

I put all my devices into a device variable, then I loop through the variable and store the data to the fuel stream.