Sample PItoPI configuration file
- Last UpdatedOct 06, 2025
- 1 minute read
- PI System
- PI to PI Interface 3.10.3
- Interfaces
;------------------------------------------------------------------
; Purpose:
; This file is used in conjunction with PItoPI.bat. It is required when
; configuring multiple PI to PI interface instances and when collecting
; data from multiple source servers using a single copy of the interface.
;
; the headings read [PItoPI-x.y] where;
; x = interface id
; y = scan class (if specified)
;------------------------------------------------------------------
;
[PItoPI-1]
;EventCounter=1
;MaxArcTimespan=24
;
[PItoPI-1.1]
;SourceHost=XXXXXX:5450
;HistRecovery=48
;
[PItoPI-1.2]
;SourceHost=XXXXXX:5450
;HistRecovery=72
;
;-------------------------------------------------------------------
; List of possible parameters
;
;SourceHost=XXXXXX:5450 Name of source PI Data Archive,
; port=5450 for PI Data Archive 3.x
;ReceivingHost=XXXXXX:5450 Name of the target PI Data Archive,
; port=5450 for PI Data Archive 3.x
;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