Rate running operation

I have a machine that I read the electric current from.
The amount of current used translates to certain running conditions.
“Stopped”, “1 motor running”, “2 motors running”.
I can see a few ways of doing this.
In the end I want to show running condition type as a pie chart of the viewable time.
What do you suggest?

Hi @Lars_Andersson,

Are you trying to visualize the amount of time each condition (stopped, 1 motor, 2 motors) is true, or are you storing this time length already? I would probably recommend a Custom Chart Block as the Pie Chart Block would only assist here if you are storing the total time run for each condition, configuring the duration for the total time, and reporting it as state.

Thanks!
Julia