9
ANNEX
210
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
Get Configuration
Ectn.Tems.TemsManagerCmd.exe <connection info> /config=D:\out.temsXml
Retrieves serial number, version number, IP configuration, and NTP configuration and writes the information to an
XML file.
The XML file contains the following elements:
<
ConfigurationXml
Version
=
"
2
"
RecorderVersion
=
"
2.1.4.5
"
>
<
RecorderConfig
>
<
Product
>
1055102
</
Product
>
<
Version
>
2.1.4.5
</
Version
>
<
SerialNumber
>
12345678
</
SerialNumber
>
<
Name
>
TEMS-1234-5678
</
Name
>
<
HardwareId
>
0123456789AB
</
HardwareId
>
<
AcceptanceTest
>
2002-05-30T09:30:10Z
</
AcceptanceTest
>
<
ExternalDhcpEnabled
>
false
</
ExternalDhcpEnabled
>
<
ExternalIpAddress
>
192.168.10.200
</
ExternalIpAddress
>
<
ExternalSubnetMask
>
255.255.255.0
</
ExternalSubnetMask
>
<
ExternalGateway
/>
<
ExternalDnsServers
/>
<
DevicesIpAddress
>
192.168.20.200
</
DevicesIpAddress
>
<
DevicesSubnetMask
>
255.255.255.0
</
DevicesSubnetMask
>
<
DevicesGateway
/>
<
NtpServers
>
ch.pool.ntp.org
</
NtpServers
>
<
ProcessingPoints
>
8
</
ProcessingPoints
>
<
NtpStatusUpdateFrequency
>
30
</
NtpStatusUpdateFrequency
>
<
NtpStatusUpdatePeerMandatory
>
true
</
NtpStatusUpdatePeerMandatory
>
<
NtpStatusUpdateOffsetLimit
>
0
</
NtpStatusUpdateOffsetLimit
>
<
TemsInfoPort
>
54345
</
TemsInfoPort
>
<
TemsInfoMaximalClientCount
>
10
</
TemsInfoMaximalClientCount
>
</
RecorderConfig
>
</
ConfigurationXml
>
Parameters
Arguments
Default
Config
Output file where the serialized configuration information is stored.
If no output file is specified, the resulting XML document is printed to the console.
Required
Name
Description
ERRORLEVEL
success
The configuration information was successfully written to the output file.
0
Connection Failure
Timeout, network interruption, …
20
Output Write Failure
Invalid output path or access denied
21