Sample PItoPI.bat file
- Last UpdatedOct 06, 2025
- 1 minute read
- PI System
- PI to PI Interface 3.10.3
- Interfaces
The following is an example PI to PI.bat file:
REM===============================================================
REM
REM PItoPI.bat
REM
REM 'a0 Sample startup file for the PI to PI Interface
REM
REM===============================================================
REM
REM AVEVA strongly recommends using PI 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