Events: Proficy.ALC_Autolog Control

ProductUpdated

Purpose

Fired when the event value has changed.

 

Syntax

Event ProductUpdated(Product As String, StartTime As String, EndTime As String, UnitName As String)

TimeRangeChanged

Purpose

The absolute values of the display's time range have changed.

 

Syntax

Event TimeRangeChanged(StartTime As String, EndTime As String)

ValueUpdated

Purpose

Alerts control users that a value has been updated. As a result users can react, for example, change the color of the screen or set an alarm.

 

Syntax

Event ValueUpdated(Row As Long, Column As Long)

Top