CECHO parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Added meaning of zero)
Line 18: Line 18:
<table>
<table>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr><th align="right"><var>0</var></th><td>No lines received from your input terminal are echoed.</td></tr>
<tr><th align="right"><var>1</var></th><td>Echo lines received from your input terminal.</td></tr>
<tr><th align="right"><var>1</var></th><td>Echo lines received from your input terminal.</td></tr>
<tr><th align="right"><var>4</var></th><td>Echo lines received from included procedures.</td></tr>
<tr><th align="right"><var>4</var></th><td>Echo lines received from included procedures.</td></tr>

Revision as of 22:29, 6 November 2017

Card echo

Summary

Default value
0
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The type of echoing of user input at the physical line level

Valid settings of CECHO are shown in the following table. Settings can be summed.

SettingMeaning
0No lines received from your input terminal are echoed.
1Echo lines received from your input terminal.
4Echo lines received from included procedures.