Sample PIDNP3.bat file
- Last UpdatedSep 28, 2022
- 1 minute read
- PI System
- PI Interface for DNP3 3.3.1.38
- Interfaces
The following is an example file:
REM ==================================================================
REM PIDNP3.bat
REM
REM Sample startup file for the PI DNP3 Interface
REM
REM ==================================================================
REM
REM OSIsoft strongly recommends using PI ICU to modify startup files.
REM
REM Sample command line
REM
PIDNP3.exe ^
/host=XXXXXX:5450 ^
/ps=P ^
/id=1 ^
/xml=C:\PIPC\Interfaces\PIDNP3\PIDNP3.xml ^
/f=5 /f=10 /f=00:10:00
REM
REM End of PIDNP3.bat File