All Neighborhoods

CODESYS Talk

    CODESYS Forge

  • 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...