Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Interface for SNMP

Learn about the startup command file

  • Last UpdatedJan 27, 2025
  • 1 minute read

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 AVEVA 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