Skip to content

UniSwarm Tools for UDT interface and CANOpen in Qt5/6

License

Notifications You must be signed in to change notification settings

wjyrich/UDTStudio

 
 

Repository files navigation

UDTStudio

License: GPL v3 Build Status Build status

CANOpen tools for UniSwarm products.

Screenshot UMC

Screenshot PDO

dependencies

Qt > 5.9

Qt module used :

  • core
  • gui
  • widgets
  • charts

QT5 for UDTStudio : charts

sudo apt install git make g++ qtbase5-dev libqt5charts5-dev

Build

Do not forget to init and update submodule before build ore clone recursively.

git clone https://github.com/UniSwarm/UDTStudio.git --recursive
cd UDTStudio
mkdir build
cd build
qmake ../src
make -j`nproc`

Binaries will be placed in bin/ directory.

EDS files

UDTStudio use an environment variable EDS_PATH to read EDS files :

export EDS_PATH="pathToEdsRepertory"

You can permanently set it by pushing it to your ~/.profile file.

A directory is provided with eds files of all UniSwarm products.

About

UniSwarm Tools for UDT interface and CANOpen in Qt5/6

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • QMake 1.2%
  • Other 0.3%