Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Talk

FAQ - Frequently asked Questions about CODESYS
FORUM LATEST POST # TOPICS
Engineering πŸ‡¬πŸ‡§

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

Password to POU
by kumareasu
31 minutes ago
5040
Runtime πŸ‡¬πŸ‡§

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

cmDongle Raspberry Pi issue
by fontrap
4 hours ago
2096
Visualization πŸ‡¬πŸ‡§

Realizing operator screens with CODESYS HMI, Targetvisu, Webvisu

Alarm State Icon
by dkugler
2 hours ago
885
Motion πŸ‡¬πŸ‡§

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

SMC_REGULATOR_OR_START_NOT_SET issue
by chir
2 days ago
432
Codesys V2.3 πŸ‡¬πŸ‡§

Forum about V2.3

Set several bits in WORD
by stdenits
22 hours ago
2155
Deutsch πŸ‡©πŸ‡ͺ

German forum

Example_PackML.project benΓΆtigt
by jw97ke
23 hours ago
4436
Automation Server πŸ‡¬πŸ‡§

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

File transfer via visu and codesys automation server
by eschwellinger
2024-03-11
30
Forge πŸ‡¬πŸ‡§

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

Could not be resolved - Library error
by codesysjupiter
2024-04-13
172

Recent Activities

    CODESYS Forge

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

    How to protect POU( Function or Function block or Program ) with a password.

  • dkugler modified a comment on discussion Visualization πŸ‡¬πŸ‡§

    thank you for pointing me to this "bug"!! I haven't recognized, the bit is reset after the first alarm is gone. I use this only for warnings, so it's not a drama, but was not correct in the past. I solved it now simply stupid by counting up a variable every time an alarm appears and decreasing it if an alarm is gone. The "warning lamp" is activated by checking the counter is > 0 The nice side effect, i'm able to show the number of active alarms in the state line now.

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

    thank you for pointing me to this "bug"!! I haven't recognized, the bit is reset after the first alarm is gone. I use this only for warnings, so it's not a drama, but was not correct in the past. I solved it now simply stupid by counting up a variable every time an alarm appears and decreasing it if an alarm is gone. The nice effekt, i'm able to show in the state line much alarms are active.!

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

    Good morning @eschwellinger, After some research I found out that the problem is the preinstalled CodeMeter on Raspberry Pi. As I mentioned the CodeMeter was installed on the Raspberry because I use a license from other vendor that needs the CodeMeter to be installed. The problem is that when I uninstall the CodeMeter from Raspberry I am able to detect the dongle from CODESYS and everything works as it should be but now the other product can not detect its own license. When I reinstall the CodeMeter...

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

    Hi, I can't compile my code with SP20, but when I use the "read current metrics from device" with SP20 I get the following, with "not yet supported" for the visualization part Is it supposed to be like this ?

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

    I am trying to create an icon on an overview screen that depicts if an alarm group has active alarms, active acknowledged alarms, or inactive unacknowledged alarms (waiting for confirmation). I've attempted to set up Notification Actions in the Alarm Class to set variables based on state changes but have been unable to find a clean and effective way to do this. Because an action on any alarm will trigger the variable to be set as instructed, I'm struggling to find a way to configure it for what I...

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

    with xDoubleStorage enabled setting? https://content.helpme-codesys.com/en/CODESYS%20Application%20Composer/ac_pm_storage_module.html

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

    with xDoubleStorage enabled? https://content.helpme-codesys.com/en/CODESYS%20Application%20Composer/ac_pm_storage_module.html

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

    with xDoubleStorage enabled?

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

    Hello, I am trying to control shift registers 74HC596 and 74HC165 via Raspberry PI with SPI interface. So far I did it with a Microcontroller and now I wanna upgrade my Projekt with Raspberry Pi and Codesys Software to be more flexible. I tried to adapt PiFace Function Block to just send or recive a 8 bit via SPI interface of the my Raspberry Pi. With following code (see attached screenshots) * PLC_PRG * PiFaceDigital * PiFaceDigital.write8 * PiFaceDigital.read8 I have a signal at SCK and MOSI pin...