Search found 156 matches

by Amar
27 Mar 2024, 09:50
Forum: CODESYS
Topic: Funny behaviour of inputs
Replies: 3
Views: 128

Re: Funny behaviour of inputs

Hi, Are you using 1.4.1.99 beta version of Revolution Pi Library for CODESYS? For Connect 4 with RevPi Bullseye Image (64 bit) you need to use CODESYS Control Linux ARM 64 bit. There may be some incorrect device tree combination in your configured project. I would recommend to first create a new Con...
by Amar
26 Mar 2024, 11:14
Forum: CODESYS
Topic: CODESYS DIO Ausgänge und Eingänge 1..8 ok, 9..14 funktionieren nicht
Replies: 1
Views: 57

Re: CODESYS DIO Ausgänge und Eingänge 1..8 ok, 9..14 funktionieren nicht

Hallo, Möglicherweise liegt es an einem fehlerhaften Bitzugriff im konfigurierten Projekt. Verwend die neueste Version der RevPi Codesys-Bibliothek. Überprüf mal, ob das richtige DIO-Modul im Codesys-Gerätebaum konfiguriert ist. (Verwendest du die Blinklicht-Demo, um einzelne Bits des Digitalausgang...
by Amar
19 Feb 2024, 10:28
Forum: Software
Topic: piBridge with CODESYS Control for Raspberry PI 4.8.0.0 does not work
Replies: 8
Views: 24027

Re: piBridge with CODESYS Control for Raspberry PI 4.8.0.0 does not work

It is recommended to use latest Codesys control runtime.(CODESYS Control for Raspberry Pi MC V 4.10.0) https://store.codesys.com/en/softplcs-for-applicationbased-licenses Some other configuration (probably 1-Wire Busmaster) occupied the placeholder path on your configured device. When you install a ...
by Amar
19 Feb 2024, 09:47
Forum: Software
Topic: Codesys with touch screen
Replies: 10
Views: 3307

Re: Codesys with touch screen

Hi Francois, There is traditional touch panel based HMI soulution from CODESYS ecosystem https://www.codesys.com/products/codesys-visualization/hmi.html https://store.codesys.com/en/codesys-hmi-sl-bundle.html More economical option is using a browser based HMI option usaing CODESYS WebVisu which is ...
by Amar
15 Feb 2024, 15:57
Forum: Software
Topic: RevPi Compact & Codesys
Replies: 9
Views: 560

Re: RevPi Compact & Codesys

Analog Input channel should be configured to 0-10V in CODESYS Compact Parameters as in your test case. Codesys Configuration overwrites pictory configuration.Pictory configuration is independent and not used together with codesys. The combination with pictory and piTest was an alternate option sugge...
by Amar
15 Feb 2024, 14:55
Forum: Software
Topic: RevPi Compact & Codesys
Replies: 9
Views: 560

Re: RevPi Compact & Codesys

Hi Vaggelis, It works at my side as shown in screenshots below: Compact Test.png Compact Test 2.png Test Project: CompactTestAI.zip Attached project is tested with: revolutionpibridge-V1.4.1.0 CODESYS Control for Raspberry PI 4.10.0.0 You can try other Analog inputs. Test if Analog inputs can be rea...
by Amar
15 Feb 2024, 10:18
Forum: Software
Topic: RevPi Compact & Codesys
Replies: 9
Views: 560

Re: RevPi Compact & Codesys

The previous picture shows wiring to Analog input CH 6.
Also, the input variable declared in CODESYS should be called in program in order to be updated cyclically.This can be done as shown in screenshots below.
Compact 2.png
Compact 1.png
Regards, Amar
by Amar
24 Nov 2023, 08:44
Forum: CODESYS
Topic: RevPi Connect 4 + DIO - Strange IO beaviour and crazy LED colors (A1-A5)
Replies: 12
Views: 19014

Re: RevPi Connect 4 + DIO - Strange IO beaviour and crazy LED colors (A1-A5)

Hello Sigmund, Thank you for bringing the issue to notice.The strange behaviour for controlling RevPiLED for Connect 4 is due to missing parameter RevPiOutput in I/O mapping of Connect4 which was adapted in PiCtory. This resulted in writing the RevPiLED at incorrect offset in process image.This will...
by Amar
06 Oct 2023, 11:31
Forum: Software
Topic: Issue - Revolution Pi Library for CODESYS V1.4.0.0
Replies: 3
Views: 2499

Re: Issue - Revolution Pi Library for CODESYS V1.4.0.0

Try creating a new Connect 4 project with CODESYS Control for Raspberry Pi MC SL V4.8.0.0 and CODESYS Development System V3.5.19.0

In libarry manager remove any previous references to libarry KunbusIoDrvRevPiBridge, 1.3.0.0 (Kunbus GmbH)

codesys.png
codesys.png (134.98 KiB) Viewed 2489 times
Regards, Amar
by Amar
30 Aug 2023, 15:56
Forum: Software
Topic: MIO module driver not found by CODESYS
Replies: 10
Views: 4430

Re: MIO module driver not found by CODESYS

Perhaps you have not configured the PlaceholderFilePath for pictory in /etc/CODESYSControl_User.cfg. A config.rsc is not being created in that case. Refer release notes RevolutionPiBridgeV1.4.0.0 In the Revolution Pi Library for Codesys, file write access under the following folder, /etc/revpi/, is ...