Sample PIModbusE.bat file
- Last UpdatedNov 05, 2024
- 1 minute read
The following is an example file:
REM===============================================================
REM
REM PIModbusE.bat
REM
REM Sample startup file for the Modbus Ethernet Interface
REM
REM===============================================================
REM
REM We strongly recommend using PI ICU to modify startup files.
REM
REM Sample command line
REM
.\PIModbusE.exe ^
/ID = 1 ^
/PS=ModbusE ^
/host=XXXXXX:5450 ^
/ICF="C:\Program Files\PIPC\Interfaces\ModbusE\ModbusE1.csv" ^
/sio ^
/f=5 ^
/f=8
REM
REM End of PIModbusE.bat File