Declare
Status
,
PortHdl
DeclareOnce
epIP
=
'192.168.1.1'
; Initialize communication port
RC_TelnetPortSet
PortHdl
,
epIP
If
Status
==
0
Then
Abort
"Failed to open IP="
$
epIP
; Re-route Tx and Rx messages to the HTML communication log
RC_RouteToFile
Status
,
PortHdl
,
1
,
"c:\ETS_Workspaces\CLI_1.html"
,
3
; Bookmarks will be added to the communication log at any Error Message
RC_RegisterToMainLog
Status
,
PortHdl
,
0
,
0
,
1
End