Startup command file
- Last UpdatedFeb 13, 2023
- 1 minute read
- PI System
- PI Interface for SNMP 1.7.0.37
- Interfaces
Command-line parameters can begin with a forward slash (/) or with a dash (-). For example, the /ps=M and -ps=M command-line parameters are equivalent.
Example Startup batch file:
REM=======================================================================
REM
REM PISNMP.bat
REM
REM Sample startup file for the PI SNMP Interface to the PI System
REM
REM=======================================================================
REM
REM OSIsoft strongly recommends using PI ICU to modify startup files.
REM
REM Sample command line
REM
.\PISNMP.exe -f=00:10:00 ^
-f=00:00:10 ^
-host=XXXXXX:5450 ^
-ps=SNMP ^
-id=1 ^
-stopstat="Intf Shut"
REM
REM End of pisnmp.bat File