User Guide User Manual

FactoryTalk Historian To Historian Interface User Guide 73
.BAT
.INI
Description
/sec_src=
node :port
Required
--
Name or IP address of the secondary source
Historian Server.
/sec_src=node_name:tcpip_port
The port number is 5450 (PI3). PI2 is not supported
for source Historian Server failover.
/ssu1=tag
Required
--
Historian Interface Status Utility tag name for the
/src_host source Historian Server.
/ssu1=<tagname>
Required for monitoring source data quality (current
or stale data).
/ssu2=tag
Required
--
Historian Interface Status Utility tag name for the
/sec_src source Historian Server.
/ssu2=<tagname>
Required for monitoring source data quality (current
or stale data).
Sample Startup Configuration Files
The startup files for the interface reside in the directory PIHOME\Interfaces\PItoPI
where PIHOME is defined in %WINDIR%\pipc.ini by the installation program. Typically,
PIHOME is c:\pipc. The startup files consist of PItoPI.bat and PItoPI.ini.
Sample PItoPI.bat File
REM===============================================================
REM
REM PItoPI.bat
REM
REM Sample startup file for the PItoPI TCP/IP Interface
REM
REM===============================================================
REM
REM Rockwell Automation strongly recommends using ICU to modify startup
files.
REM
REM Sample command line
REM
.\PItoPI.exe ^
/host=XXXXXX:5450 ^
/src_host=XXXXXX:5450 ^
/ps=PItoPI ^
/id=1 ^
/f=10
REM End of PItoPI.bat File