Beispiel für eine Post-Konfiguration
Beispiel einer Post-Konfigurationsdatei
# TM262M25MESS8T / Ethernet_1 / IPAddress
# Ethernet IP address
id[45000].pos[5].id[111].param[0] = [192, 168, 1, 3]]
# TM262M25MESS8T / Ethernet_1 / SubnetMask
# Ethernet IP mask
id[45000].pos[5].id[111].param[1] = [255, 255, 255, 0]]
# TM262M25MESS8T / Ethernet_1 / GatewayAddress
# Ethernet IP gateway address
id[45000].pos[5].id[111].param[2] = [0, 0, 0, 0]]
# TM262M25MESS8T / Ethernet_1 / IPConfigMode
# IP configuration mode: 0:FIXED 1:BOOTP 2:DHCP
id[45000].pos[5].id[111].param[4] = 0
# TM262M25MESS8T / Ethernet_1 / DeviceName
# Name of the device on the Ethernet network
id[45000].pos[5].id[111].param[5] = 'my_Device'
# TM262M25MESS8T / Ethernet_2 / IPAddress
# Ethernet IP address
id[45000].pos[6].id[45111].param[0] = [192, 168, 102, 2]
# TM262M25MESS8T / Ethernet_2 / SubnetMask
# Ethernet IP mask
id[45000].pos[6].id[45111].param[1] = [255, 255, 255, 0]
# TM262M25MESS8T / Ethernet_2 / GatewayAddress
# Ethernet IP gateway address
id[45000].pos[6].id[45111].param[2] = [0, 0, 0, 0]
# TM262M25MESS8T / Ethernet_2 / IPConfigMode
# IP configuration mode: 0:FIXED 1:BOOTP 2:DHCP
id[45000].pos[6].id[45111].param[4] = 0
# TM262M25MESS8T / Ethernet_2 / DeviceName
# Name of the device on the Ethernet network
id[45000].pos[6].id[45111].param[5] = 'my_Device'
# TM262M25MESS8T / Serial_Line / Serial Line Configuration / Baudrate
# Serial Line Baud Rate in bit/s
id[45000].pos[7].id[40101].param[10000].Bauds = 19200
# TM262M25MESS8T / Serial_Line / Serial Line Configuration / Parity
# Serial Line Parity (0=None, 1=Odd, 2=Even)
id[45000].pos[7].id[40101].param[10000].Parity = 2
# TM262M25MESS8T / Serial_Line / Serial Line Configuration / DataBits
# Serial Line Data bits (7 or 8)
id[45000].pos[7].id[40101].param[10000].DataFormat = 8
# TM262M25MESS8T / Serial_Line / Serial Line Configuration / StopBits
# Serial Line Stop bits (1 or 2)
id[45000].pos[7].id[40101].param[10000].StopBit = 1