shConfig
2-18
PACSystems* RX3iPROFINET Controller Command Line Interface Manual
– July 2011
GFK-2572
2
shConfig
Global Command
This command sets and displays the Command Line Interface terminal settings for the current
session. Settings include configuration, such as number of rows/columns to display and whether
to wrap the output at screen width. The default row/columns are 24/80 (equivalent to
HyperTerminal defaults). These settings may be used to match the Command Line Interface
output to the display device or program. ShConfig settings do not persist between Command
Line Interface sessions or across power cycles.
shConfig
or
shConfig info
displays the current terminal settings.
shConfig rows <numberOfRows>
sets the number of displayed rows in a page.
shConfig columns <numberOfColumns>
sets the number of columns to use when displaying
information.
shConfig hardwrap
enables wrapping text at the current column setting independent of the
terminal application column setting (such as the HyperTerminal column setting).
shConfig no
hardwrap
turns off the hard wrap feature
. hardwrap
is disabled by default.
shConfig paging
enables paging of output text.
shConfig no paging
disables paging of output text.
paging
is enabled by default.
shConfig retries
enables reprinting of the user input. If the user command input has an error, the
cursor is placed on the error...
shConfig no retries
disables the retries feature
. retries
is enabled by default.
When the
shConfig
command is used to specify a value, the updated terminal settings are
displayed if the command completes successfully.
The number of rows and columns cannot be modified for the HyperTerminal console.
shConfig Command Formats
shConfig [rows <numOfRows> | columns <numOfColumns> ]
[rows <numOfRows> | columns <numOfColumns>]
[[no] hardwrap | info | [no] paging] | [no] retries]
<numOfRows>
Specifies the number of rows for the Command Line Interface to display in a
page. Valid values are 10 to 256 inclusive. The default value is 24.
<numOfColumns> Specifies the number of columns for the Command Line Interface to use when
displaying data. Valid values are 20 to 255 inclusive. The default value is 80.
<hardwrap>
Enables wrapping output at the display column width. The default is off.
<info>
Displays the active shConfig settings
<paging>
Enables lengthy output to be paused when a page (set by the number of rows)
has been displayed. The default is on.
<retries>
Enables re-displaying erroneous command line input, so it may be corrected and
resubmitted. The default is on.