9
ANNEX
208
8017768/12AX/2019-05-31|SICK
O P E R A T I N G I N S T R U C T I O N S | TIC
Subject to change without notice
Connect to TEMS Recorder via IP Address
Ectn.Tems.TemsManagerCmd.exe /address=127.0.0.1 [ /port=1234 ]
Connects to a TEMS Recorder that is specified by an IP address or a host name (DNS) and optionally a TCP Port
number.
Parameters
Arguments
Default
Address
IP Address or Host Name
Required
Port
TCP Port
59801
Name
Description
ERRORLEVEL
Argument Error
Address is invalid or port number is out of range [1… 65535]
Neither /address nor /discover are present.
5
No Connection
No connection could be established. Exception details are written to the error console.
6
Connect to TEMS Recorder via Discovery
Ectn.Tems.TemsManagerCmd.exe /discover=12345678
Connects to a TEMS Recorder on the local LAN using AutoIP discovery.
Parameters
Arguments
Default
Discover
8-digit serial number of the TEMS Recorder with which a connection should be
established.
Required
Name
Description
ERRORLEVEL
Discovery Failed
Auto IP couldn’t be started because the port was already in use.
7
Not Found
The discovery couldn’t find a TEMS Recorder with the indicated serial number
8
Multiple Results
The discovery found more than one TEMS Recorder with the same serial number.
9
Provide Password
Ectn.Tems.TemsManagerCmd.exe <connection info> [/password=<password> ]
[ /userlevel=<userlevel> ]
Example
Ectn.Tems.TemsManagerCmd.exe <connection info> /password=client
/userlevel=AuthorizedClient
All commands that change the site configuration or the settings of TEMS Recorder require a higher access level.
By default, “Service” user level is assumed. Thus only a password parameter needs to be provided – i.e.,
“/password”. To explicitly alter access rights the following switch: /userlevel=xxx with its corresponding password
is required.
Parameters
Arguments
Default
UserLevel
The name of a user level that the user wishes to log on to. Available user levels are:
Operator
AuthorizedClient
Servicing
Servicing
Password
Secret password, provided in plain text without quotation marks. The default
passwords are:
User level “Operator” = <none>
User level “AuthorizedClient” = client
User level “Service” = servicelevel
Service level
Name
Description
ERRORLEVEL
Bad Credentials
The given password for specific user level was incorrect.
3
Connection Failure
The given user level has insufficient access rights to perform the operation.
70