Progress Bar

Here, we’ll show you how to use Progress Bar with ECA.

The progress bar is initialised with the “Initialize ProgressBar” event.

It requires at least two values to function.

name: Which is the title written on the progressbar .
maxValue: Which is the maximum value the progressbar should have.

To set a new value on the progressBar use the “Set MetaData” event. to change the value of “progress”.

Example of how to use the ProgressBar – In this example it counts the number of shakes of a vial

Table of Contents