EdgeLink Container Deployment Instructions
EdgeLink Container Deployment Instructions
Revision History
2
TABLE OF CONTENTS
3
1. EdgeLink (Container Version)
4
1.3 Instructions
Step 2: Install the Agent package. (If failed, repeat this step after Step 5)
Apt install ./CONTAINER-edgelink-docker-2.8.0-202112290544-amd64.deb
Note: CONTAINER-edgelink-docker-2.8.0-202112290544-amd64.deb is your file name.
Step 3:Set up soft links for serial ports
For EdgeLink, /dev/ttyAP0 is COM1, /dev/ttyAP1 is COM2 and so on.
For example, I want /dev/ttyS0 to be EdgeLink COM1. I should use “sudo ln -s /dev/ttyS0
/dev/ttyAP0” to set up the soft link. (Please make sure there is no /dev/ttyAP0 in you system
before you set up the soft link)
5
The IP address is the Ubuntu OS IP running the Docker environment.
2) Configure the required functions in the project. (For help, refer to the Project Implementation
section).
The following is an example of collecting data from a Modbus/TCP slave device:
It simulates a Modbus/TCP device by Modsim on the PC, and then collects data by EdgeLink
(Container version).
6
3. View the results
7
3) Enter the container in the host computer.
Because container share the network with the host computer (this Ubuntu). Needs the
command below to enter.
docker exec -it edgelink /bin/bash
4) Check the system log of container (you should enter the container first)
tail -F /var/log/syslog