Specifications

C E N T A U R U S P R I M E
12
1212
12
// --------------------------------------------------------------------------
//
//BACNET_NETWORK” is used for what BACnet network number we are on
//
BACNET_NETWORK, 1042
//
//BACNET_OFFSET” is what we will add to the local device numbers (1..240)
// to yield the BACnet object_ID instances of each mapped BACnetdevice
//
BACNET_OFFSET, 1042000
//
Creating and Downloading the SOCKET.CFG file
The following is an example of the SOCKET.CFG file that must be edited to match
your particular installation, if you are using the Modbus/TCP or BACnet/IP
protocols. If you are not doing an Ethernet connection, this text file is irrelevant, and
can be ignored and left as it comes from the factory.
ONLY ONE LINE SHOULD BE CHANGED—the line that begins with “ip
address”. Here is an example:
C:\>type socket.cfg
# SOCKET.CFG is the configuration file to be executed by SOCKETP.EXE
ip address 192.168.0.72
interface pdr if0 dix 1500 10 0x60
# The following line will just display the info for easy verification:
ip address
# The following lines set TCP/IP parameters (commented out in this case):
#ip ttl 15
#tcp mss 1460
#tcp window 2920
The ip address 192.168.0.72” line should be modified to be whatever static IP address
that the Trane-485 Gateway will have. Note that DHCP is not an option; this device
requires a static, fixed, IP address.