The Program, System, and Driver modules contain built-in module events that are called when special actions occur, such as when a task is started (OnInitTask event) or ended (OnEndTask event). This chapter describes module events and includes the following topics:
Topic |
Description |
An introductory explanation of module events. |
|
Describes how to use module events. |
|
Describes how to view module events. |
|
Describes the calling sequence of module events |
|
Describes the purpose of OnInit events, and explains when they are called in ATEasy applications. |
|
Describes the purpose of OnEnd events, and explains when they are called in ATEasy applications. |
|
Describes the purpose of OnReset events, and explains when they are called in ATEasy applications. |
|
Describes the purpose of OnAbort events, and explains when they are called in ATEasy applications. |
|
Describes the purpose of OnError events, and explains when they are called in ATEasy applications. |
|
Describes how a change in condition in a driver interface can trigger an OnInterface Event. |