An open API service indexing awesome lists of open source software.

https://github.com/emaddeve20/ethercat_r1-ec_io_modules

an ui for controll and check R1-EC I/O Delta Modules
https://github.com/emaddeve20/ethercat_r1-ec_io_modules

cpp etherca qt5 qt6 soem soem-library

Last synced: 5 months ago
JSON representation

an ui for controll and check R1-EC I/O Delta Modules

Awesome Lists containing this project

README

          

# ethercat_R1-EC_IO_Modules

This is a simple UI for controlling and monitoring your R1-EC I/O modules.
Like [R1-EC-5500](https://cdn.delta-emea.com/cs/download/file/4569491_1_DELTA_IA-IPC_R1-EC5500_UM_EN_20140905.pdf)

![MainWindow](./img/mainwindow.png) ![MonitoringWindow](./img/monitoring_window.png)

## Build

do run the build script:

``` ./build.bash ```

after that you will see a build folder!

## Run

after build, you can go to the build directory and run the *ethercat_R1-EC_IO_Modules* executable :

```
cd build
sudo ./ethercat_R1-EC_IO_Modules
```

*Note*: You must run it with sudo!

then you will see a window to get your own ethernet interface so select your interface:

![input_ifname_dialog](./img/input_ifname_window.png)

if you select the correct ethernet interface and everything is ok, the main window will show.