- Debian Package for Edge PC equals 752-94xx
- Working for nativ and virtual CoDeSys Runtimes
-
Open ssh connection, use putty or integratet terminal inside cockpit
1a. On older devices <FW4 please install "sudo":apt-get install sudo
-
Goto home folder:
cd /home
-
If you device had internet access, download the package direct to your device:
3b. If not, download from repo via Laptop and copy package via scp to the home folder
3a. Download directly:
-
Install package:
apt-get install /home/vendorcheck-0.1.3.deb
dpkg -i /home/vendorcheck-0.1.3.deb
-
Check installation:
apt list | grep vendorcheck
dpkg -l | grep vendorcheck
-
Check service is running:
systemctl status vendor_daemon.service
-
In case of use a virtual runtime
7a. Mount "tmp" folder to your docker container: /tmp:/tmp,
7b. (Re)start your container via CoDeSys IDE
- In case of use a nativ runtime
8a. Restart your runtime:/etc/init.d/codesyscontrol restart
- Dowload CoDeSys library from this repo and install inside your IDE
https://github.com/WAGO/edge-pc-vendorcheck/tree/main/codesys%20library - Use the library inside your CoDeSys project
- If you like to uninstall the package:
dpkg -r vendorcheck