TELNET TUTORIAL
CONFIGURE THE PC
Install this setup.
In the file c:\x64\config.ini
<TELNET_START_ADDRESS>127.0.0.1</TELNET_START_ADDRESS>
Change the IP ADDRESS to your site.
Change the next lines:
<PC_NAME>BAS00
</PC_NAME>
<DELAY_BETWEEN_SENDING_BLOCKS>50</DELAY_BETWEEN_SENDING_BLOCKS>
Run the program telnet server.
CONFIGURE THE TERMINAL
Use terminal function keys as F1, F2, F3,F4,F6,F7,F8
SHIFT+UP -> Scroll Screen UP
SHIFT+DOWN->Scroll Screen Down
SHIFT+RIGHT: You can configure the behavior of this sequence in the operative system.
If operative system configuration (( Shift + del ) Password 1111) 'Shift+right=right' = Yes THEN RIGHT
If operative system configuration (( Shift + del ) Password 1111) 'Shift+right=right' = No THEN Scroll RIGHT
SHIFT+LEFT: You can configure the behavior of this sequence in the operative system.
If operative system configuration (( Shift + del ) Password 1111) 'Shift+right=right' = Yes THEN LEFT
If operative system configuration (( Shift + del ) Password 1111) 'Shift+right=right' = No THEN Scroll LEFT
To configure any key:
Type any text you want.
Press SHIFT+F1
Press the key you want to configure.
To switch between “line mode” and “character mode” use operative system configuration (( Shift + del ) Password 1111) 'local echo'=yes/no
Cursor right is used to turn Barcode On.
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)
Install the configuration software .
Change “OP_Mode” to TCP_SERVER.
“More Settings” change: “Transmit Timeout” 1 ms, Port 45678.
“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>