|
LabVIEW定时回调处理器
Includes- Timer Notification.lvclass
- Initialize.vi: Configure the object with a Callback VI Path, the Frequency of the timer, as well as optional data to pass to the Callback VI.
- Start.vi: Starts the timer and waits for the timer trigger.
- Stop.vi: Stops the timer from waiting.
- Uninitialize.vi: Cleans up the object and releases the Callback VI.
- Get Current State.vi: Gets the current state of the object.
- Two documented examples
- Example which demonstrates using multiple timers objects.
- Example which demonstrates passing complex data to the Callback VI, as well as sharing state information between runs.
- All public API VIs have context help and icons.
|
|