Kennt sich hier jemand mit #profibus oder #profinet aus? Brauche ich dafuer wirklich irgendwelche besonderen Switche, oder kann ich das ueber jeden Ethernet-Switch laufen lassen?

Was gibt es da fuer Einschraenkungen?

Dass natuerlich Siemens erzaehlt, dass man deren Produkte einsetzen muss, ist schon klar... aber was ist da dran?

There is this torque load cycle testing machine I built a while back and then never did much with. I decided I can at least publish the software as an example for profirust (a PROFIBUS communication stack) and document the project a tiny bit:

https://git.rahix.de/rahix/Test-Jig-Software

#profibus #rust

Реверс-инжиниринг, цифровой двойник и ESP32 — что эти трое забыли на производстве? Задачка со звездочкой

Здравствуйте ХАБР. В этой, мной первый раз написанной статье, я попытаюсь рассказать про свой опыт проектирования и разработки устройства на контроллере ESP32 для мониторинга закрытой разработчиком промышленного оборудования, который является важным производственным процессом в изготовлении пластин для свинцово-кислотных аккумуляторов, что местные называют "Кюринг".

https://habr.com/ru/articles/1040304/

#реверсинжиниринг #profibus #arduino #цифровой_двойник #разработка #esp32

Реверс-инжиниринг, цифровой двойник и ESP32 — что эти трое забыли на производстве? Задачка со звездочкой

Здравствуйте ХАБР. В этой, мной первый раз написанной статье, я попытаюсь рассказать про свой опыт проектирования и разработки устройства на контроллере ESP32 для мониторинга закрытой разработчиком...

Хабр

Another release of my #rust powered #PROFIBUS stack! https://github.com/rahix/profirust/releases/tag/v0.5.0

profirust has gained cross-platform compatibility, you can now run it on Windows if you so desire. Also, a lot of work has gone into making the timing behavior more watertight, especially for use on non-realtime systems.

Release Version 0.5.0 · Rahix/profirust

profirust Added Added a SerialPortPhy implementation (feature phy-serial) which uses an arbitrary OS serial device. This is a portable PHY for using USB-RS485 converters on any platform. Added a ...

GitHub

New release of "profirust", my #PROFIBUS communication stack in #rust: https://github.com/rahix/profirust/releases/tag/v0.4.0

I'm feeling confident enough at this point to start using it in my automation projects. Let's see how it goes

Release Version 0.4.0 · Rahix/profirust

profirust Added Reimplemented the FDL layer for correct multi-master operation. Added more checks to the Linux PHY implementation to catch serial devices that did not accept the required configura...

GitHub

Let's announce it here as well: I've been working on an open-source #PROFIBUS communication stack in #rust!

https://blog.rahix.de/profirust/

profirust - Rahix' Blog

Blog post about the 'profirust' PROFIBUS-DP compatible communication stack.