Talk

FORUM LATEST POST # TOPICS
Engineering πŸ‡¬πŸ‡§

Discussions about the CODESYS Development System, IEC programming, CODESYS Professional Developer Edition

Login problem with FileTransfer on Raspberry Pi 5
by lmarmonti
2 days ago
6042
Runtime πŸ‡¬πŸ‡§

Related questions to SoftPLCs e.g. Raspberry Pi, Beaglebone, IoT2000 and other platforms

Reset device password Festo PLC
by eschwellinger
7 days ago
2312
Visualization πŸ‡¬πŸ‡§

Realizing operator screens with CODESYS HMI, Targetvisu, Webvisu

Cartesian XY Chart β€” 2-D array binding: "Element to use" enumerates the ...
by hammer
6 days ago
1070
Motion πŸ‡¬πŸ‡§

Realizing single or multi axis motion control, CAM, CNC and Robotic applications

Limit Axis CNC Jerk using SMC_Polynomial_AbsMaxLocs
by gseidel
2026-07-09
574
Codesys V2.3 πŸ‡¬πŸ‡§

Forum about V2.3

Where Can I download the latest Version of CoDeSys V
by yueqiqi
2026-06-15
2245
Deutsch πŸ‡©πŸ‡ͺ

German forum

SysTimeRtcHighResGet --> Millisekunden mit Zeitzone verrechnet
by thomas-k
2026-07-31
4593
Automation Server πŸ‡¬πŸ‡§

The Industry 4.0 administration platform for users and operators of CODESYS compatible controllers

Gateway in China - "Gateway not connected"
by pernockham
2026-03-18
81
Forge πŸ‡¬πŸ‡§

Discussions about CODESYS Forge projects and features of the CODESYS Forge website

WebVisu scaling regression in V3.5.22 P2: frame size jumps when switchin...
by charly29160
2026-06-15
232

Recent Activities

    CODESYS Forge

  • lmarmonti modified a comment on discussion Engineering πŸ‡¬πŸ‡§

  • lmarmonti posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thanks. If I understand correctly, this is a known historical CODESYS bug

  • lmarmonti posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thanks. If I understand correctly, this is a known historical CODESYS bug

  • eschwellinger eschwellinger modified a comment on discussion Engineering πŸ‡¬πŸ‡§

    seems to be an accident but there is a workaround in the Configfile: [CmpSocketCanDrv] AsyncSend=1 and will be solved with 4.22.0.0 Release

  • eschwellinger eschwellinger posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    seems to be an accident but there is a workaround: [CmpSocketCanDrv] AsyncSend=1

  • rossanoparis rossanoparis posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Environment: Target: Revolution Pi (Kunbus RevPi), armv7l 32-bit OS: Raspbian GNU/Linux 9 (Stretch), kernel 4.19.95-rt38-v7 (SMP PREEMPT RT, built 2022-03-22) CAN: via SocketCAN (can0) Runtime: CODESYS Control for Raspberry Pi SL IDE: CODESYS V3.5 SP22 + patch 3 (previously V3.5 SP22 + patch 2, where everything worked with runtime 4.18.0.0) Library: CANBusAPI from the "CAN API" package, version 1.0.0.3 Summary: The setup worked correctly with V3.5 SP22 + patch 2 and runtime 4.18.0.0. After updating...

  • jasonhogan posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    That’s a classic CODESYS quirk. As soon as you enable AllowFileTransferServices=1, the web server locks down and demands authentication for everything, including WebVisu sessions. Since you're on a Raspberry Pi / Linux, trying to make the built-in CODESYS web server do both secure file handling and unauthenticated kiosk visu is usually a losing battle. A couple of ways to get around this: The cleaner route (separate the jobs): Turn AllowFileTransferServices back off in the config so your kiosk WebVisu...

  • hammer posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Title: Cartesian XY Chart β€” 2-D array binding: "Element to use" enumerates the wrong dimension; documented example (Dialog: XY Chart Configuration, "Two-dimensional array of base type REAL") appears transposed Product / version: CODESYS Development System V3.5 SP21 Patch 40 (3.5.21.40). Cartesian XY Chart visualization element (System_VisuElemXYChart / VisuElemXYChart). Summary: When a curve's Data X/Data Y is bound to a two-dimensional array, the element treats the last array dimension as the per-point...

  • lmarmonti posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello everyone, I have the same problem. I have a Linux-based system with CODESYS 3.6.22.20, and I need to download some files from the external web panel. I have enabled: [CmpWebServerHandlerV3] AllowFileTransferServices=1 In this case, I can see the login page when the web panel connects to the device. I can't disable the device user management access because I need to prevent software modifications. Do you have any ideas? Regards,

  • eschwellinger eschwellinger posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    these credentials are saved in the plc - you need to ask Festo how to do this.