Event Handler |
Top Previous Next |
This demonstrates how to call a Phidgets event and how to use them.
For illustration purposes, Phidget Spatial will be used.
Open the diagram of the "Spatial event example.vi" under the "Spatial" folder.
Phidgets Event can be programmed into 3 steps:
<Step1> Create an event handler.
<Step2> Perform any event execution related with the Phidget.
<Step3> Close the related event.
Phidget Error Event:
Another useful example will be "Temp On Error.vi" under "TemperatureSensor" folder.
In this example, the error event is actually located in "Common Functions" folder. It will detect asynchronous errors from Phidgets.
|