| EO | Echo | System Config |
| _EO | ||
| The EO command turns the echo on or off | ||
| EO value,value,... | Arguments specified with an implicit comma-separated order |
The EO command turns the echo on or off. If the echo is off, characters input over the bus will not be echoed back.
Serial only, no Ethernet.
where
n = 0 0 turns echo off
n = 1 1 turns echo on.
| Usage | Value |
|---|---|
| While Moving (No RIO) | Yes |
| In a Program | Yes |
| Command Line | Yes |
| Controller Usage | All |
| Default Value (PCI-based controllers) | 0 |
| Default Value (Stand Alone controllers) | 1 (Galil software will set EO 0 upon connection) |
| Default Format | 1.0 |
_EO contains the state of the echo; 0 is off, 1 is on
EO 0;' Turns echo off EO 1;' Turns echo on