Skip to content

WAGO/edge-pc-vendorcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wago logo

Debian package to activate CoDeSys [WAGO] libraries on the Edge Computer

  • Debian Package for Edge PC equals 752-94xx
  • Working for nativ and virtual CoDeSys Runtimes

Edge-PC

- Howto use

  1. Open ssh connection, use putty or integratet terminal inside cockpit
    1a. On older devices <FW4 please install "sudo":

    apt-get install sudo

  2. Goto home folder:

    cd /home

  3. If you device had internet access, download the package direct to your device:
    3a. Download directly:

    3b. If not, download from repo via Laptop and copy package via scp to the home folder

  4. Install package:

    apt-get install /home/vendorcheck-0.1.3.deb

    OR

    dpkg -i /home/vendorcheck-0.1.3.deb

  5. Check installation:

    apt list | grep vendorcheck

    OR

    dpkg -l | grep vendorcheck

  6. Check service is running:

    systemctl status vendor_daemon.service

  7. 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

CAA

  1. In case of use a nativ runtime
    8a. Restart your runtime:
    /etc/init.d/codesyscontrol restart
  2. Dowload CoDeSys library from this repo and install inside your IDE
    https://github.com/WAGO/edge-pc-vendorcheck/tree/main/codesys%20library

  3. Use the library inside your CoDeSys project

  • If you like to uninstall the package:
dpkg -r vendorcheck

About

Use Wago CoDeSys Libraries on the Wago Edge-PC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published