ecl-logo Documentation
ECL`

PlotWeighingTimeline

PlotWeighingTimeline[TransferUnitOperations]Plots

provides graphical Plots of the weight log and weighing events (taring balance, empty container weight, etc.) during batched TransferUnitOperations.

Details

    Input
    Output
    Plot Style Options
    Secondary Data Options
    General Options

Examples

open allclose all

Example Setup

These expressions are used in the examples to follow:

Basic Examples  (2)

When provided a batched transfer unit operation, a timeline of weighing events is plotted:

When provided multiple batched transfer unit operations, timelines of the weighing events for each transfer unit operation are plotted:

Options  (21)

AspectRatio  (1)

When provided a batched transfer unit operation and an AspectRatio, the aspect ratio will be used for the plotted weighing timeline:

ImageSize  (1)

When provided a batched transfer unit operation and an ImageSize, the plotted weighing timeline will be plotted at the indicated size:

PlotLabel  (1)

When provided a batched transfer unit operation and a PlotLabel, the provided label will be used for the plotted weighing timeline:

PlotRange  (1)

When provided a batched transfer unit operation and a PlotRange, the provided range will be used for the plotted weighing timeline:

SecondaryData  (2)

When provided a batched transfer unit operation and SecondaryData is set to RelativeHumidity, relative humidity data will be plotted with weight data on the weighing timeline:

When provided a batched transfer unit operation and SecondaryData is set to Temperature, temperature data will be plotted with weight data on the weighing timeline:

SecondYColor  (1)

When provided a batched transfer unit operation, SecondaryData is specified, and SecondaryYColor is set to a color, the secondary data will be plotted with the specified color:

SecondYRange  (1)

When provided a batched transfer unit operation, SecondaryData is specified, and SecondYRange is set, the secondary data will be plotted with the specified range:

SecondYStyle  (1)

When provided a batched transfer unit operation, SecondaryData is specified, and SecondYStyle is set, the secondary data will be plotted with the specified style:

SummaryTable  (2)

When provided a batched transfer unit operation and SummaryTable is set to False, only the weighing event plot will be returned:

When provided a batched transfer unit operation and SummaryTable is set to True, a table summarizing plotted weighing events is presented below the weighing event plot:

WeighingEventIndices  (4)

When provided a batched transfer unit operation and when WeighingEventIndices is set All, every weighing events will be plotted:

When provided a batched transfer unit operation and when WeighingEventIndices is set None, no weighing events will be plotted:

When provided a batched transfer unit operation and when WeighingEventIndices is set to a certain number, that number of weighing events, starting with the first weighing event, will be plotted:

When provided a batched transfer unit operation and when WeighingEventIndices is set to a list of indices, weighing events matching those indices, starting with the first weighing event, will be plotted:

WeighingEventTypes  (4)

When provided a batched transfer unit operation and when WeighingEventTypes is set to All, every weighing event will be plotted:

When provided a batched transfer unit operation and when WeighingEventTypes is set to a weighing event, only that weighing event will be plotted:

When provided a batched transfer unit operation and when WeighingEventTypes is set to multiple weighing events, only the specified weighing events will be plotted:

When provided a batched transfer unit operation and when WeighingEventTypes is set to None, no weighing events will be plotted:

Zoomable  (2)

When provided a batched transfer unit operation and Zoomable is set to False, an interactive weighing timeline plot will be displayed:

When provided a batched transfer unit operation and Zoomable is set to False, a static (non-interactive) weighing timeline plot will be displayed:

Messages  (6)

Warning::IncompleteUnitOperations  (1)

If the input transfer unit operation is not yet complete, then a warning will be displayed and the weighing timeline will not be plotted:

Warning::InvalidWeighingIndices  (2)

If any requested weighing event indices indicated by WeighingEventIndices is greater than the number of weighing events in the transfer unit operation, then a warning will be displayed and only available weighing events will be plotted:

If the requested number of plotted weighing events indicated by WeighingEventIndices is greater than the number of weighing events in the transfer unit operation, then a warning will be displayed and only available weighing events will be plotted:

Warning::MissingWeighingEventData  (1)

If the input transfer unit operation is missing a requested weighing event, then a warning will be displayed and that particular weighing event or weighing event(s) will not be plotted:

Warning::NoWeighingToPlot  (1)

If the input transfer unit operation did not use a balance, and therefore did not weigh any material, then a warning will be displayed and the weighing timeline will not be plotted:

Warning::UnitOperationTypeNotSupported  (1)

If the input transfer unit operation is not a Batched unit operation, such as an Output or Calculated unit operation, then a warning will be displayed and the weighing timeline will not be plotted:

Last modified on Wed 26 Nov 2025 14:49:54