Start or stop a component
- Last UpdatedFeb 28, 2025
- 1 minute read
Complete the following steps to either start or stop an adapter or EDS component.
Note: The examples in this topic are using the default port number 5590. If you specified a different port number for your adapter or EDS, you need to add it in the command. For example:
edgecmd -port 5591 <RestOfTheCommand>
-
Access EdgeCmd utility through the command line.
-
Type one of the following in the command line, replacing <componentId> with the ID of the component, and press Enter.
-
edgecmd stop -cid <ComponentId>
Example - Stop the OpcUa1 component
edgecmd stop -cid OpcUa1
-
edgecmd start -cid <ComponentId>
Example - Start the OpcUa1 component
edgecmd start -cid OpcUa1
-