Sample PIPing.bat file
- Last UpdatedApr 25, 2023
- 1 minute read
- PI System
- PI Interface for Ping 2.1.2.49
- Interfaces
The following is an example file:
REM======================================================================
REM
REM PIPing.bat
REM
REM Sample startup file for the Ping Interface
REM
REM=======================================================================
REM
REM OSIsoft strongly recommends using PI ICU to modify startup files.
REM
REM Sample command line
REM
.\PIPing.exe ^
-f=00:30:00 ^
-host=XXXXXX:5450 ^
-ps=PING
-id=1 ^
-stopstat="Intf Shut"
REM
REM End of PIPing.bat File