Chapter 8
8.2 Connecting to the controller
# ethernet settings: DHCP
# - uncomment the following line to activate DHCP
#SETNET="dhcp"
# ethernet settings: fix IP address and subnet mask
# - uncomment the following line to set a fix IP address and subnet mask
#SETNET="ip 192.168.0.1 255.255.255.0"
# ethernet and routing settings: fix IP address, subnet mask and corresponding gateway
# - only use if destination for tracking data or DTrack2 frontend is in a different network than ATC
# - note: gateway must be an IP number in same network/netmask as ATC!
# - uncomment the following line to set a fix IP address, subnet mask and gateway IP address
#SETNET="ip 192.168.0.1 255.255.255.0 192.168.0.253"
# name settings: host name
# - uncomment the following line to set the host name
#SETHOSTNAME="atc"
# name settings: domain name
# - uncomment the following line to set the domain name
#SETDOMAINNAME="art.site"
# name settings: domain name server
# - uncomment one of the following lines to set (or clear) a domain name server
#SETNAMESERVER="192.168.0.254" # set DNS (IP or hostname)
#SETNAMESERVER="-" # clear DNS
# factory reset of all other settings:
# - CAUTION: use with care, all your settings will be lost!
# - uncomment the following line to reset all other Controller settings
# - additionally your ethernet settings will be set to DHCP if no fix IP is set above
# - CAUTION: also all license settings will be reset!
# - export ’system informations’ (DTrack2->Configuration) to save your license codes;
# or see ’ART_Controller_X_licenses.txt’ (will be written to USB stick during factory reset)
# - re-enter all license codes after factory reset under DTrack2->Licenses
#RESETSETTINGS="yes"
Example:
If you would like to set a static IP you have to remove the ’#’ sign and enter the desired IP
address (here e.g.: 123.123.0.1)
before:
#SETNET="ip 192.168.0.1 255.255.255.0"
after:
SETNET="ip 123.123.0.1 255.255.255.0"
8.2.5 Remote command strings
The following commands may be used in combination with DTrackSDK to control the
tracking system remotely (e.g. with your media control) and without the DTrack2 frontend.
129