Moog Animatics SmartMotor™ Developer's Guide,Rev. L
Page 400 of 909
ECHO_OFF
Turn Off Echo on Communications Port 0
APPLICATION: Communications control
DESCRIPTION: Disable motor echo of received channel 0 serial data
EXECUTION: Immediate; remains in effect until otherwise commanded
CONDITIONAL TO: N/A
LIMITATIONS: N/A
READ/REPORT: N/A
WRITE: N/A
LANGUAGE ACCESS: N/A
UNITS: N/A
RANGE OF VALUES: N/A
TYPICAL VALUES: N/A
DEFAULT VALUE: Motor defaults to ECHO_OFF (non-echo)
FIRMWARE VERSION: 5.x and later
COMBITRONIC: N/A
DETAILED DESCRIPTION:
The ECHO_OFF command causes the SmartMotor™ channel 0 COM port to stop echoing. This
is the default power-up state of any SmartMotor. No incoming channel 0 characters are
retransmitted.
In order to automatically detect and differentiate between multiple motors on a serial daisy-
chain cable, the ECHO state can be alternately turned on and off to ensure the motors are
properly addressed.
NOTE: It is not possible to maintain communications on a serial chain without
issuing ECHO.
EXAMPLE:
ECHO_OFF 'Remove echo from channel 0
EIGN(W,0) 'Make all onboard I/O inputs
ZS 'Clear errors
RELATED COMMANDS:
ECHO Echo Incoming Data on Communications Port 0 (see page 396)
ECHO1 Echo Incoming Data on Communications Port 1 (see page 399)
ECHO_OFF1 Turn Off Echo on Communications Port 1 (see page 402)
Part 2: Commands: ECHO_OFF