Sample pitopi.ini file – Rockwell Automation FactoryTalk Historian SE 3.0 H2H Interface User Guide User Manual
Page 80
![background image](/manuals/581554/80/background.png)
Startup Command File
74
Sample PItoPI.ini File
; Sample PItoPI.ini
;
;------------------------------------------------------------------
; Purpose:
; This file should be used in conjunction with PItoPI.bat. It is only
; required when a user wishes to collect data from multiple source
; servers with a single copy of the interface.
;
; the headings read [FT-PItoPI-x.y] where;
; x = interface id
; y = scan class (if specified)
;------------------------------------------------------------------
;
[FT-PItoPI-1]
;EventCounter=1
;MaxArcTimespan=24
;
[FT-PItoPI-1.1]
;SourceHost=XXXXXX:5450
;HistRecovery=48
;
[FT-PItoPI-1.2]
;SourceHost=XXXXXX:5450
;HistRecovery=72
;
;-------------------------------------------------------------------
; List of possible parameters
;
;SourceHost=XXXXXX:5450 Name of source Historian Server,
; port=5450 for PI3 and 545 for PI2. This
;
field MUST BE an IP address.
;ReceivingHost=XXXXXX:5450 Name of the receiving Historian Server,
; port=5450 for PI3 and 545 for PI2. This
;
field MUST BE an IP address.
;SecurityFile=securityfile Required if PI2,
; PItoPI
;SourceLogin=userid PI2 PI user name
;SourcePassword=password PI2 PI user password
;EventCounter=# Number of event counter defined in
; \dat\iorates.dat file
;HistRecovery=# total hours of history recovery, default=8hrs
;MaxArcTimespan=# history recovery increment, divided into total
; hours of history recovery (HistRecovery),
; default=24hrs
;HistPause=# pause between history recovery increments in
; milliseconds
;HistOnly=# flag to disable exception data collection
; (0=off, 1=on)
;DebugFlags=#,#,#,#... Generates additional messages for
troubleshooting
; comma separated list: 1,2,3,4,5,6,7
;-------------------------------------------------------------------
; end of sample PItoPI.ini