Personal Data

Username:
magnusstril
Joined:
2021-01-23 18:14:15

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§ on CODESYS Forge

    I'm currently developing a proof of concept system using RaspberryPi with Pixtend. And now I realize I don't understand how the end users of the system is supposed to load the sw updates. For embedded systems, which I'm used to, there is commonly a small tool allowing end users to update the software without having to install a complete developer environment. Or at times some helpers to allow upgrade from within the application itself (like a http upload, or tftp transfer).

  • Posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§ on CODESYS Forge

    It's Codesys 3.5 If I have 10 different clients running their own instance of a system can they each manage it themselves over Automation Server if I make new softwares available?. There is no small codesys_sw_loader.exe which I can send to the client along with the software so they can upgrade themselves locally? E.g in a situation where the system is running without Internet connectivity.

  • Posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§ on CODESYS Forge

    Is there a small software which can be used to deploy applications to a device? E.g.If I send updated applications to customers can they upload it to their local PLC with a tool less complex than the whole codesys development platform? Or is this thinking outdated and this is now managed in the automation server?

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    I'm trying to make a textbox for flexible generic input/output to a TIME variable. What is the placeholder to display the time in T# format? Preferably without the actual 'T#'. Tried: %t but displays nothing, %t[] displays itself, %t['T#'] displays just 'T#'. E.g I want variables values T#1d5h2s to be represented as "1d5h2s" and "T#5s" as 5s in the same box. And allow similar flexible input as well. Can it be done without ST code string processing of the textfield?

  • Modified a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    I'm controlling 16 relays over a serial connection and would like a GUI component to allow individually override each relay for diagnostics. But I can not find a three-state-switch-array GUI component. In fact there doesn't even seem to be a single three state switch. I would like to avoid manually placing and configuring 32 "on/off + "override". What is the best way? Make and place 32 buttons by code? Use the Table component and monitor clicks inside it?

  • Modified a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    I'm controlling 16 relays over a serial connection and would like a GUI component to allow individually override each relay for diagnostics. But I can not find a three-state-switch-array GUI component. There doesn't seem to be a single three state switch. I would like to avoid manually placing and configuring 32 "on/off + "override". What is the best way? Make and place 32 buttons by code? Use the Table component and monitor clicks inside it?

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    I'm controlling 16 relays over a serial connection and would like a GUI component to allow individually override each relay for diagnostics. But I can not find a TRI-state-switch-array GUI component. There doesn't seem to be a single tri state switch. I would like to avoid manually placing and configuring 32 "on/off + "override". What is the best way? Make and place 32 buttons by code? Use the Table component and monitor clicks inside it?

View All