HELP
An object that waits a specified period of
time before activating its sequence out pin.

USE
Use Delay to delay execution of a thread
segment for a specified number of seconds.

LOCATION
Device ==> Delay

EXAMPLE
Use Delay as a time out in a dialog box
created in a UserObject.

OPEN VIEW PARAMETERS
Enter the number of seconds delay in the
recessed rectangle or as an input.

NOTES
The delay value is specified in seconds and
has a resolution dependent on the system
clock and the nature of the model in which
the Delay is operating.  You can add the
value for the Delay as a data input.

The delay interval is measured from the
time when the sequence input pin is
activated.  After the specified interval, the
sequence output pin is activated.  Note that
Delay is "asleep" while it is waiting,
thereby allowing other objects the
opportunity to operate.

SEE ALSO
OK, On Cycle, and Wait for SRQ.
