127 wait, 127wait, Wait – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 229: Motload commands

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

229

3.1.127 wait

Name

wait—waits until all running tests have completed or specific time duration has elapsed. This
command is useful to ensure that a power up test suite has completed prior to starting OS
boot. It is also useful for implementing specific time delays that might be needed prior to OS
startup.

Synopsis

wait [-n] [-t]

Parameters

-n Pd: Delay time in Seconds)

-t O: Wait for all tests to complete

When neither parameter is specified, the wait command delays for 1 second.

Example

MOTLoad> wait -n5

(delays for 5 seconds)

MOTLoad> wait -t

(delays until all running tests complete)

MOTLoad> wait -n14 -t

(delays until either all tests complete or 14 seconds elapses

MOTLoad> wait

(delays 1 second)

See Also

waitProbe

Advertising