Display Popup icon Display Popup Full-screen popup display for ARC: show custom text with configurable timeout, font, text/background color, size and position via controlCommand(). Try it →
 

Wait

Digital.wait(port, valueToWaitFor, [frequencyMs], [ezbIndex], [timeoutMS])

Parameters

port Digital port to set the value of.
valueToWaitFor Digital value to wait for as boolean or integer.
frequencyMs (optional) How often the port is checked in milliseconds.
ezbIndex (optional) Board index of the EZB to read from.
timeoutMS (optional) Number of milliseconds to wait before timeout.

Returns

Nothing

Description

Suspends execution of the script until the value read from the specified digital port is equal to valueToWaitFor. If frequencyMs is provided the port is checked every frequencyMs milliseconds. Otherwise the port is checked as often as possible.