Post Configuration Example

Post Configuration File Example for the TM251MESE

# TM251MESE / FTP Encryption 
# 1=encryption enforced, 0 otherwise 
.param[1106] = 1
# TM251MESE / OPCUA server name
# Only ASCII letters, digits, '-' and '_', 30 char max 
.param[1204] = '' 
# TM251MESE / Ethernet_1 / IPAddress
# Ethernet IP address
id[45000].pos[2].id[45111].param[0] = [192, 168, 1, 20]
# TM251MESE / Ethernet_1 / SubnetMask 
# Ethernet IP mask 
id[45000].pos[2].id[45111].param[1] = [255, 255, 255, 0] 
# TM251MESE / Ethernet_1 / GatewayAddress 
# Ethernet IP gateway address
id[45000].pos[2].id[45111].param[2] = [192, 168, 1, 1] 
# TM251MESE / Ethernet_1 / IPConfigMode
# IP configuration mode: 0:FIXED 1:BOOTP 2:DHCP 
id[45000].pos[2].id[45111].param[4] = 0 
# TM251MESE / Ethernet_1 / DeviceName 
# Name of the device on the Ethernet network 
id[45000].pos[2].id[45111].param[5] = 'my_Device' 
# TM251MESE / Ethernet_2 / IPAddress
# Ethernet IP address 
id[45000].pos[3].id[111].param[0] = [85, 100, 108, 241] 
# TM251MESE / Ethernet_2 / SubnetMask
# Ethernet IP mask 
id[45000].pos[3].id[111].param[1] = [255, 0, 0, 0] 
# TM251MESE / Ethernet_2 / GatewayAddress
# Ethernet IP gateway address 
id[45000].pos[3].id[111].param[2] = [0, 0, 0, 0]
# TM251MESE / Ethernet_2 / IPConfigMode 
# IP configuration mode: 0:FIXED 1:BOOTP 2:DHCP 
id[45000].pos[3].id[111].param[4] = 0 
# TM251MESE / Ethernet_2 / DeviceName 
# Name of the device on the Ethernet network
id[45000].pos[3].id[111].param[5] = 'my_Device' 
# TM251MESE / Serial_Line_1 / Serial Line Configuration / Baudrate 
# Serial Line Baud Rate in bit/s
id[45000].pos[4].id[40101].param[10000].Bauds = 115200 
# TM251MESE / Serial_Line_1 / Serial Line Configuration / Parity 
# Serial Line Parity (0=None, 1=Odd, 2=Even) 
id[45000].pos[4].id[40101].param[10000].Parity = 0 
# TM251MESE / Serial_Line_1 / Serial Line Configuration / DataBits 
# Serial Line Data bits (7 or 8) id[45000].pos[4].id[40101]
.param[10000].DataFormat = 8 
# TM251MESE / Serial_Line_1 / Serial Line Configuration / StopBits
# Serial Line Stop bits (1 or 2)
id[45000].pos[4].id[40101].param[10000].StopBit= 1

Post Configuration File Example for the TM251MESC

# TM251MESC / FTP Encryption 
# 1=encryption enforced, 0 otherwise 
.param[1106] = 1
# TM251MESC / OPCUA server name 
# Only ASCII letters, digits, '-' and '_', 30 char max 
.param[1204] = 1
# TM251MESC / Ethernet_1 / IPAddress
# Ethernet IP address
id[45000].pos[2].id[45111].param[0] = [192, 168, 1, 2]
# TM251MESC / Ethernet_1 / SubnetMask
# Ethernet IP mask
id[45000].pos[2].id[45111].param[2] = [255, 255, 255, 0]
# TM251MESC / Ethernet_1 / GatewayAddress
# Ethernet IP gateway address
id[45000].pos[2].id[45111].param[2] = [192, 168, 1, 1]
# TM251MESC / Ethernet_1 / IPConfigMode
# IP configuration mode: 0:FIXED 1:BOOTP 2:DHCP
id[45000].pos[2].id[45111].param[4] = 0
# TM251MESC / Ethernet_1 / DeviceName
# Name of the device on the Ethernet network
id[45000].pos[2].id[45111].param[5] = 'my_Device'
# TM251MESC / Serial_Line_1 / Serial Line Configuration / Baudrate
# Serial Line Baud Rate in bit/s
id[45000].pos[3].id[40101].param[10000].Bauds = 115200
# TM251MESC / Serial_Line_1 / Serial Line Configuration / Parity
# Serial Line Parity (0=None, 1=Odd, 2=Even)
id[45000].pos[3].id[40101].param[10000].Parity = 0
# TM251MESC / Serial_Line_1 / Serial Line Configuration / DataBits
# Serial Line Data bits (7 or 8)
id[45000].pos[3].id[40101].param[10000].DataFormat = 8
# TM251MESC / Serial_Line_1 / Serial Line Configuration / StopBits
# Serial Line Stop bits (1 or 2)
id[45000].pos[3].id[40101].param[10000].StopBit = 1