Scadao 发表于 2022-1-12 16:13:35

NI Lab分享:LabVIEW定时回调处理器

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.

页: [1]
查看完整版本: NI Lab分享:LabVIEW定时回调处理器