Ini File

SUMMARY

Datalink4TcpIp.ini contains the configuration for ALPHA-VISION®Datalink4TcpIp

Section [Connection]

Entry Type Description / Example Default
HostIpAdr string
Ip adress of TCP/IP server
Example
					[Connection]
					HostIpAdr=192.168.0.208
					
Port integer
Port for TCP/IP connection
Example
					[Connection]
					Port=2100
					
SendCycle integer
Interval (in seconds) between each cyclic data transfer, measured from last block of the present data transfer to the first block of the following data transfer. If a send cycle less than 2 seconds is required, best set SendCycle to 0 (= send always) and CheckCycle (see below) to the requested interval time.
Example
					[Connection]
					SendCycle=20
					
SendSnooze integer
Interval (in milliseconds) between the sending of each block within one cyclic data transfer.
Example
					[Connection]
					SendSnooze=10
					
0
SendBuffer integer
Size of send buffer (=telegram size) in bytes
Example
					[Connection]
					SendBuffer=512
					
1460
CheckCycle integer
Interval (in milliseconds) between the SendCycle checks.
Example
					[Connection]
					CheckCycle=500
					
1000

Section [AciData]

Entry Type Description / Example Default
Obj.<nnnn> string
PointId entries
Each entry contains any number of PointIds (up to max. string length). The PointIds must be separated by ' ' and/or ',' and/or ';'
Example
					[AciData]
					Obj.0000=AMS_S71_AZG001,AMS_S71_HW1_ANA2_0001 AMS_S71_INT32_ANA1_000;AMS_S71_INT16_ANA1_000,
					Obj.0001=BMS_S71_A1_1
					Obj.0002=BMS_S71_A1_0, BMS_S71_A1_2