IdleTrigger

MLModule
genre Fields
status stable
author Wolf Spindler
package MeVisLab/Standard
dll MLMiscModulesInv
definition MLMiscModulesInv.def
keywords trigger, idle, time, periodically, autostart, loop, cycle

Purpose

The module IdleTrigger notifies the Trigger Output field periodically.

So other modules can be started/notified periodically.

Windows

Default Panel

../../../Modules/ML/MLMiscModulesInv/mhelp/Images/Screenshots/IdleTrigger._default.png

Parameter Fields

Visible Fields

Update Frequency (msecs)

name: minIntermediateTime, type: Integer, default: 500, minimum: 5, maximum: 10000, deprecated name: MinIntermediateTime

Sets the minimum time between notifications in ms.

Trigger Output

name: triggerOutput, type: Trigger, deprecated name: TriggerOutput

This field is notified peridiodically if the On field is enabled.

Connect it to the field which you want to be notified periodically.

On

name: on, type: Bool, default: FALSE, deprecated name: On

If checked, the field Trigger Output is touched periodically.