Please enable JavaScript to view this site.

CWT User Interface Design Handbook

Navigation: Appendices

Event management

Scroll Prev Top Next More

Events can be generated from the User Interface or be set via different inputs.

 

IO port input

<TFT:PiezoButton Size="0,0" Visible="true" ButtonLocationName="StartButton" Name=”Out of order signal from external unit" Click="OnTriggerTotalErrorEvent" IndexValue=”50"/>

The button in the example above will be clicked when a signal comes in via IOport 1 because the index value is set to 50

The button attribute "Name" specifies the event than will be send to WebOffice where it will be placed in the events description (Max 61 characters).

Using event forwarding this event can than be sent to a service technician.

The Hardware Unit will be the TFT Display.

The Following click functions are supported:

OnTriggerInfoEvent

OnTriggerInfoEventDirect

OnTriggerPartialEvent

OnTriggerRecoverEvent

OnTriggerTotalErrorEvent

OnTriggerWarningEvent