Yes, this is certainly possible! Since the RevPi Connect 5 doesn't have native PROFIBUS hardware, you'll need a PROFINET-to-PROFIBUS gateway. The PROFINET support in CODESYS is very good.
Solution Architecture
RevPi Connect 5 (CODESYS - PROFINET Controller)
↓ Ethernet/PROFINET
Gateway (PROFINET ...
Search found 199 matches
- 27 Jan 2026, 09:50
- Forum: CODESYS
- Topic: Control Sinamics Drive with Codesys
- Replies: 1
- Views: 25933
- 05 Jan 2026, 10:59
- Forum: Software
- Topic: RevPi Connect SE (with codesys) numerous errors 8455 by IoDrvRevPiBridge
- Replies: 6
- Views: 24308
Re: RevPi Connect SE (with codesys) numerous errors 8455 by IoDrvRevPiBridge
Hi,
Update Module Reset Counter state failed is associated with input mode configuration for DI/DIO modules.
Please inspect input mode configured for the input channels. In case of using a counter rising edge/falling edge, check if the counter for the corresponding channel can be set to 0. More ...
Update Module Reset Counter state failed is associated with input mode configuration for DI/DIO modules.
Please inspect input mode configured for the input channels. In case of using a counter rising edge/falling edge, check if the counter for the corresponding channel can be set to 0. More ...
- 03 Dec 2025, 11:54
- Forum: CODESYS
- Topic: RevPi RS485 config for use in CodeSys
- Replies: 10
- Views: 123424
Re: RevPi RS485 config for use in CodeSys
Hello,
Thank you for pointing out the status of documentation for RS-485 configuration in CODESYS.
When using Bookworm image or later
Add following lines in /etc/codesyscontrol/CODESYSControl_User.cfg
[SysCom]
Linux.Devicefile =/dev/ttyRS485-
Under General/Serial Port Configuration tab of the ...
Thank you for pointing out the status of documentation for RS-485 configuration in CODESYS.
When using Bookworm image or later
Add following lines in /etc/codesyscontrol/CODESYSControl_User.cfg
[SysCom]
Linux.Devicefile =/dev/ttyRS485-
Under General/Serial Port Configuration tab of the ...
- 21 Nov 2025, 12:52
- Forum: Software
- Topic: Konfigurierungsfehler Codesys, Beispielprojekt
- Replies: 3
- Views: 18314
Re: Konfigurierungsfehler Codesys, Beispielprojekt
Das piControl Kernelmodul ist nicht geladen! Dieser Fehler scheint nicht mit CODESYS zusammenzuhängen, sondern betrifft die grundlegende RevPi-Systeminitialisierung.
Dies verursacht folgende Probleme:
Fehlendes /dev/piControl0 - Der Device-Node existiert nicht, weil das Kernelmodul nicht geladen ...
Dies verursacht folgende Probleme:
Fehlendes /dev/piControl0 - Der Device-Node existiert nicht, weil das Kernelmodul nicht geladen ...
- 07 Nov 2025, 11:47
- Forum: CODESYS
- Topic: Temperaturmessung mit MIO fehlerhaft
- Replies: 2
- Views: 39498
Re: Temperaturmessung mit MIO fehlerhaft
Hallo,
Bitte testen Sie das MIO-Modul Analogeingang mit einem neuen Testprojekt.
CODESYS_LXmIq7uHmq.png
CODESYS_yI1foyRK7l.png
CODESYS_Szc49LQa0M.png
Legen Sie eine Spannung im Bereich von 0-10V an jeden Analogeingang des MIO an und lesen Sie den Wert sowohl in CODESYS als auch mit PiCtory ...
Bitte testen Sie das MIO-Modul Analogeingang mit einem neuen Testprojekt.
CODESYS_LXmIq7uHmq.png
CODESYS_yI1foyRK7l.png
CODESYS_Szc49LQa0M.png
Legen Sie eine Spannung im Bereich von 0-10V an jeden Analogeingang des MIO an und lesen Sie den Wert sowohl in CODESYS als auch mit PiCtory ...
- 04 Nov 2025, 09:45
- Forum: Software
- Topic: Konfigurierungsfehler Codesys, Beispielprojekt
- Replies: 3
- Views: 18314
Re: Konfigurierungsfehler Codesys, Beispielprojekt
Hallo,
Konfigurationsfehler kann wahrscheinlich auf eine ältere PiCtory-Version zurückzuführen sein.
Stellen Sie sicher, dass Sie PiCtory Version 2.4.0.0 oder höher haben.
Dadurch entfällt die frühere Notwendigkeit, config.rsc PlaceholderFilePath in /etc/CODESYSControl_User.cfg manuell zu ...
Konfigurationsfehler kann wahrscheinlich auf eine ältere PiCtory-Version zurückzuführen sein.
Stellen Sie sicher, dass Sie PiCtory Version 2.4.0.0 oder höher haben.
Dadurch entfällt die frühere Notwendigkeit, config.rsc PlaceholderFilePath in /etc/CODESYSControl_User.cfg manuell zu ...
- 22 Oct 2025, 11:27
- Forum: CODESYS
- Topic: CODESYS: Revolution Pi Library for CODESYS V2.4.0.0 Released
- Replies: 0
- Views: 52855
CODESYS: Revolution Pi Library for CODESYS V2.4.0.0 Released
Update to Our I/O Driver For CODESYS: Revolution Pi Library for CODESYS V2.4.0.0
New Feature:
You can now place your RevPi base module more flexibly in the CODESYS tree. Fieldbus devices (e.g., Ethernet, Modbus, PROFIBUS) can also be placed before the RevPi base module.
Bug Fixes:
- Correction of ...
New Feature:
You can now place your RevPi base module more flexibly in the CODESYS tree. Fieldbus devices (e.g., Ethernet, Modbus, PROFIBUS) can also be placed before the RevPi base module.
Bug Fixes:
- Correction of ...
- 22 Sep 2025, 13:14
- Forum: Hardware
- Topic: AIO RTD 1 funktioniert nicht - zeigt falsche Werte Codesys
- Replies: 2
- Views: 23120
Re: AIO RTD 1 funktioniert nicht - zeigt falsche Werte Codesys
Hallo,
Der Wert für den RTD-Kanal wird nur aktualisiert, wenn er im CODESYS-Programm ausgelesen wird.
Zum Beispiel:
PROGRAM TestApp
VAR
iSensorTmp1: INT;
iSensorTmp2: INT;
END_VAR
iSensorTmp1 := iRTD_CH1; // RTD-Kanal 1 auslesen
iSensorTmp2 := iRTD_CH2; // RTD-Kanal 2 auslesen
Ich habe RTD ...
Der Wert für den RTD-Kanal wird nur aktualisiert, wenn er im CODESYS-Programm ausgelesen wird.
Zum Beispiel:
PROGRAM TestApp
VAR
iSensorTmp1: INT;
iSensorTmp2: INT;
END_VAR
iSensorTmp1 := iRTD_CH1; // RTD-Kanal 1 auslesen
iSensorTmp2 := iRTD_CH2; // RTD-Kanal 2 auslesen
Ich habe RTD ...
- 10 Sep 2025, 09:58
- Forum: CODESYS
- Topic: Issue with DO Channel Control in CODESYS on RevPi Connect 4 with DO/DI Modules
- Replies: 3
- Views: 57120
Re: Issue with DO Channel Control in CODESYS on RevPi Connect 4 with DO/DI Modules
Bit mapping is also now possible with Revolution Pi Library for CODESYS V2.3.0.0
(I/O Driver for the Integration of Revolution Pi Devices in the CODESYS)
(I/O Driver for the Integration of Revolution Pi Devices in the CODESYS)
- 25 Aug 2025, 11:23
- Forum: Hardware
- Topic: Trouble on Using DO in CODESYS
- Replies: 3
- Views: 24583
Re: Trouble on Using DO in CODESYS
Dear Ananda,
Thank you for sharing your sample project configuration.
For the digital output, you are using bit mapping instead of naming the whole digital output word variable.
Output Bit Mapping.png
Your output access should work when you use word mapping for the digital output variable and ...
Thank you for sharing your sample project configuration.
For the digital output, you are using bit mapping instead of naming the whole digital output word variable.
Output Bit Mapping.png
Your output access should work when you use word mapping for the digital output variable and ...