TELNET TUTORIAL



CONFIGURE THE PC

  1. Install this setup.

  2. In the file c:\x64\config.ini

    <TELNET_START_ADDRESS>127.0.0.1</TELNET_START_ADDRESS>

    Change the IP ADDRESS to your site.

  3. Change the next lines:

    <PC_NAME>BAS00 </PC_NAME>
    <DELAY_BETWEEN_SENDING_BLOCKS>50</DELAY_BETWEEN_SENDING_BLOCKS>

  4. Run the program telnet server.



CONFIGURE THE TERMINAL

  1. Use terminal function keys as F1, F2, F3,F4,F6,F7,F8

  2. SHIFT+UP -> Scroll Screen UP

  3. SHIFT+DOWN->Scroll Screen Down

  4. SHIFT+RIGHT: You can configure the behavior of this sequence in the operative system.

  1. SHIFT+LEFT: You can configure the behavior of this sequence in the operative system.

  1. To configure any key:

      1. Type any text you want.

      2. Press SHIFT+F1

      3. Press the key you want to configure.

  2. To switch between “line mode” and “character mode” use operative system configuration (( Shift + del ) Password 1111) 'local echo'=yes/no

  3. Cursor right is used to turn Barcode On.

  4. Use the “Ins” button if you want to write alpha characters. Just press it in the start of the line.

CONFIGURE THE MOXA (Adapter TCPIP <-> Serie)

  1. Install the configuration software .

  2. Change “OP_Mode” to TCP_SERVER.

  3. “More Settings” change: “Transmit Timeout” 1 ms, Port 45678.

  4. “Serial Settings” change: “Baud Rate” 57600, “Flow Control“ None.



Change the c:\x64\config.ini:

To install second serial adapter MOXA:

<BASE_PROGRAM1>

<BASE1>
<ALLOWKILLPROGRAMS>YES</ALLOWKILLPROGRAMS>
<ALLOWSENDPROGRAMS>YES</ALLOWSENDPROGRAMS>
<TCPIP>192.168.1.90</TCPIP>
<BASENAME>BAS00</BASENAME>
<TERMINAL1>DEFAULT_</TERMINAL1>
<TCPIP_PORT>45678</TCPIP_PORT>
</BASE1>

<BASE2>
<ALLOWKILLPROGRAMS>YES</ALLOWKILLPROGRAMS>
<ALLOWSENDPROGRAMS>NO</ALLOWSENDPROGRAMS>
<TCPIP>192.168.1.91</TCPIP>
<BASENAME>BAS10</BASENAME>
<TERMINAL1>DEFAULT_</TERMINAL1>
<TCPIP_PORT>45678</TCPIP_PORT>
</BASE2>

</BASE_PROGRAM1>