First page Back Continue Last page Graphics
Chart the Pump Current
- ScanEngine Explorer Script
- Assign well = 0.007166667*Object.AdcValues0
- Assign booster = 0.007166667*Object.AdcValues1
- >Assign LogFilename = "Amps Last Hour“ //chart pump circuit amps
- >Assign ChartSeconds = 10
- >Assign ChartType1 = MaxValue
- >Assign ChartType2 = MaxValue
- >Assign ChartLegend1 = Well
- >Assign ChartLegend2 = Booster
- >Assign ChartAutoscale1 = 25
- >Assign ChartAutoscale2 = 25
- Chart well , booster
-
- >Assign LogFilename = "Amps Last 10 hrs"
- >Assign ChartSeconds = 100
- Chart well , booster
-
- >Assign LogFilename = "Amps Last 2 days"
- >Assign ChartSeconds = 500
- Chart well , booster
-
- >Assign LogFilename = "Amps Last 10 days"
- >Assign ChartSeconds = 2000
- Chart well , booster
- Define a 2 value chart
- Autoscale for 25 Amps max value
- Define 10 seconds per point
- Make similar charts for 100 seconds per point, 500 seconds per point, and 2000 seconds per point
- Once the measurements have been scaled to current (A), the currents can be charted
- View the produced charts on the next slide