Start and stop an adapter
- Last UpdatedFeb 04, 2025
- 1 minute read
- PI System
- Adapter for DNP3 1.2
- Adapters
Complete the procedure appropriate for your operating system to start or stop an adapter service:
Windows
-
Open Windows services.
-
Select AVEVA Adapter for <Adapter Name>.
-
Depending on whether your adapter is running or not, select either Start or Stop.
Linux
-
Open command line.
-
Depending on whether your adapter is running or not, type one of the following commands:
Example:
Start AVEVA Adapter for <Adapter Name>
sudo systemctl start aveva.adapter.<adapterType>.service
Example:
Stop AVEVA Adapter for <Adapter Name>
sudo systemctl stop aveva.adapter.<adapterType>.service
-
Select Enter.