BEGIN

The BEGIN command disconnects all connected sensors and controls, re-initializes all sensor/control memory within the sketch, and resets the sensor average default value, error formatting, and flow control defaults. Additionally, all INn port pins, and the breadboard connector (BBn) pins are set to the INPUT pin mode. All OUTn port pins are set to the INPUT state, and allowed to float, including OUT3 which will read as high due to a pullup resistor from the 5V supply on this pin.

When the entire process completes, a response of READY is sent to the host system.  This response must be waited for by the host before any further operations are performed.  Additional commands may be in the command queue to be executed, but will not be acted upon until this command completes.

BEGIN

Command:

BEGIN

Command Syntax:

SEND("BEGIN"

Describe:

Disassociates sensors from ports or pins, and resets all settings back to defaults.

Disconnects any connected sensor objects and restores system to state as if RESET button pressed.

Result:

Responds with a "READY" when completed.

Type or
Addressable Component:

Not Applicable

Note: The [ : ] is used to sequence command lines on one command line. The Manage… menu pastes a convenient set of commands to then display the information in Str0 on the home screen.