Personal Data

Username:
pavel-entry
Joined:
2020-11-09 09:43:07

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    Hello, I am trying to connect STM32 (slave) and raspberry pi (master) via I2C. I need Codesys running on raspberry pi to be able to read data from I2C using an interrupt. Is it possible? Is there any example? I would appreciate any help. I currently use the I2C_master.read library to read data in Codesys. Thanks Pavel

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    Hello, I am using Codesys V3.5 SP16 and Codesys Control for Raspberry PI version 3.5.16.20 I would like to connect to my mySQL database. When I try to connect from raspberry pi using python, the connection works fine. But if I want to connect to mysql in codesys using the following library: https://store.codesys.com/mysql-library-sl.html?___store=en#1 I can't connect. Code is following: VAR _sHost:STRING:='192.168.0.1'; _uiPort:UINT:=3306; _sDatabase:STRING:='database'; _sUsername:STRING:='user';...

View All