set bsc

Options for polling settings

code_set={asciiebcdic}

Specifies whether the bisync terminal uses the ASCII or EBCDIC code set. This option determines the control characters used for serial communication and the format of text data if the “text_conversion” option is “on.”

This option must match the setting used by the connected device. The default value is “ebcdic.”

text_conversion={onoff}

Specifies if data sent to and received from the bisync terminal should be converted to the opposite code set as selected by the “code_set” option.

If “text_conversion=on” and “code_set=ascii,” text data sent to the connected device is converted from EDCDIC to ASCII, and data received from the connected device is converted from ASCII to EBCDIC.

If “text_conversion=on” and “code_set=ebcdic,” text data sent to the connected device is converted from ASCII to EDCDIC, and data received from the connected device is converted from EBCDIC to ASCII.

If “text_conversion=off,” text data is not changed. The default value is “on.”

polling_address=0x followed by 2 hex digits

Specifies the 8-bit control unit address used to poll the bisync terminal. Polling is used to receive data from the connected device. This address determines which device responds to polling when multiple devices are connected to the serial line.

This option must match the value expected on the serial line by the connected device. It should be in the code set specified by the “code_set” option. The default value is “0xC1,” which is used to poll control unit 1 in the EBCDIC code set.

selection_address=0x followed by 2 hex digits

Specifies the 8-bit control unit address used to select the bisync terminal. Selection is used to send data to the connected device. This address determines which device responds to selection when multiple devices are connected to the serial line.

This option must match the value expected on the serial line by the connected device. It should be in the code set specified by the “code_set” option. The default value is “0x61,” which is used to select control unit 1 in the EBCDIC code set.

device_id=0x followed by 2 hex digits

Specifies the 8-bit device address used to poll and select the bisync terminal. This address determines which sub device responds when multiple sub devices are controlled by a single control unit.

This option must match the value expected on the serial line by the bisync terminal. It should be in the code set selected by the “code_set” option. The default value is “0x40,” which is indicates device 0 in the EBCDIC code set.

Chapter 2 Command Descriptions

87

Page 87
Image 87
Digi 90000566_H manual Codeset=asciiebcdic, Textconversion=onoff, Pollingaddress=0x followed by 2 hex digits