Changing OEE Downtime Table or OEE Time Chart colors 3.0 Vision

You want to highlight specific Events in the Downtime Table or change the Default color for Equipment State in the OEE Time Chart

Step-by-step guide


  1. For OEE Downtime Table use (Enable) the Component Scripting Function configureCell with code like:

    Code
    	if colName == 'Reason':
    		if value == 'Deeper':
    			return {'background': '#FF8C00'}
    		elif value == 'E-Stop Pulled':			
    			return {'background': '#FD1800'}		


  2. For OEE Time Chart use (Enable) Scripting Function getStateColor 

    (in this example the State Disabled default (DARK) color is changed to ORANGE)

Related articles

OEE Time Chart - Vision

OEE Downtime Table - Vision