Activity for Hismoon

  • Hismoon Hismoon posted a comment on discussion Deutsch 🇩🇪

    Mir ist nicht bekannt, dass CODESYS CAN FD in nächster Zeit für Prozessdaten anbieten will. Müsste ein CDS Supporter beantworten. Aber ab SP22 ist es zumindest für die Service-Verbindung verfügbar (Download/Debugging...). Soviel weiß ich.

  • Hismoon Hismoon modified a comment on discussion Engineering 🇬🇧

    Using a UNION instead of a STRUCT alone should give you that flexibility and only occupy memory once. And if you want to be really elegant, you could use an FB, which only holds PUBLIC VAR. Because a POU can use "EXTENDS"/inheritance. In CODESYS V3, an FB has a lot in common with C++ classes. Using ANY or ALIAS is rarely a good idea. It neither won't be pretty, nor have good readability and requires you to create a lot of error-prone things around it.

  • Hismoon Hismoon modified a comment on discussion Engineering 🇬🇧

    --- deleted. Was a bug.

  • Hismoon Hismoon modified a comment on discussion Engineering 🇬🇧

    --- deleted. Was a bug.

  • Hismoon Hismoon modified a comment on discussion Engineering 🇬🇧

    --- deleted. Was a bug.

  • Hismoon Hismoon modified a comment on discussion Engineering 🇬🇧

    --- deleted. Was a bug.

  • Hismoon Hismoon modified a comment on discussion Engineering 🇬🇧

    --- deleted. Was a bug.

  • Hismoon Hismoon posted a comment on discussion Engineering 🇬🇧

    Using a UNION instead of a STRUCT alone should give you that flexibility and only occupy memory once. And if you want to be really elegant, you could use an FB, which only holds PUBLIC VAR. Because a POU can use "EXTENDS"/inheritance. In CODESYS V3, an FB has a lot in common with C++ classes. Using ANY or ALIAS is rarely a good idea. It neither won't be pretty, nor have good readability and requires you to create a lot of error-prone things around it.

  • Hismoon Hismoon posted a comment on discussion Engineering 🇬🇧

    Using a UNION instead of a STRUCT alone should give you that flexibility and only occupy memory once. And if you want to be really elegant, you could use an FB, which only holds PUBLIC VAR. Because a POU can use "EXTENDS"/inheritance. In CODESYS V3, an FB has a lot in common with C++ classes. Using ANY or ALIAS is rarely a good idea. It neither won't be pretty, nor have good readability and requires you to create a lot of error-prone things around it.

  • Hismoon Hismoon posted a comment on discussion Engineering 🇬🇧

    Using a UNION instead of a STRUCT alone should give you that flexibility and only occupy memory once. And if you want to be really elegant, you could use an FB, which only holds PUBLIC VAR. Because a POU can use "EXTENDS"/inheritance. In CODESYS V3, an FB has a lot in common with C++ classes. Using ANY or ALIAS is rarely a good idea. It neither won't be pretty, nor have good readability and requires you to create a lot of error-prone things around it.

  • Hismoon Hismoon posted a comment on discussion Engineering 🇬🇧

    Using a UNION instead of a STRUCT alone should give you that flexibility and only occupy memory once. And if you want to be really elegant, you could use an FB, which only holds PUBLIC VAR. Because a POU can use "EXTENDS"/inheritance. In CODESYS V3, an FB has a lot in common with C++ classes. Using ANY or ALIAS is rarely a good idea. It neither won't be pretty, nor have good readability and requires you to create a lot of error-prone things around it.

  • Hismoon Hismoon posted a comment on discussion Engineering 🇬🇧

    Using a UNION instead of a STRUCT alone should give you that flexibility and only occupy memory once. And if you want to be really elegant, you could use an FB, which only holds PUBLIC VAR. Because a POU can use "EXTENDS"/inheritance. In CODESYS V3, an FB has a lot in common with C++ classes. Using ANY or ALIAS is rarely a good idea. It neither won't be pretty, nor have good readability and requires you to create a lot of error-prone things around it.

  • Hismoon Hismoon posted a comment on discussion Engineering 🇬🇧

    Using a UNION instead of a STRUCT alone should give you that flexibility and only occupy memory once. And if you want to be really elegant, you could use an FB, which only holds PUBLIC VAR. Because a POU can use "EXTENDS"/inheritance. In CODESYS V3, an FB has a lot in common with C++ classes. Using ANY or ALIAS is rarely a good idea. It neither won't be pretty, nor have good readability and requires you to create a lot of error-prone things around it.

  • Hismoon Hismoon modified a comment on discussion Deutsch 🇩🇪

    Das CODESYS SVN AddOn hat Minimal-Versions-Vorgaben. In SP9 funktioniert wohl die neueste SVN Version nicht. Da mal am besten im Store auf die Release Notes auf der Download-Seite schauen. Da steht meistens, ab wann Minimal-Versionen erhöht wurden. (Required CODESYS version) V4.2.6.0 vom SVN AddOn scheint die letzte zu sein, die mit SP9 offiziell funktioniert. Eigentlich sollte das der CODESYS Installer / Package Manager abfangen, aber hmm.

  • Hismoon Hismoon modified a comment on discussion Deutsch 🇩🇪

    Das CODESYS SVN AddOn hat Minimal-Versions-Vorgaben. In SP9 funktioniert wohl die neueste SVN Version nicht. Da mal am besten im Store auf die Release Notes auf der Download-Seite schauen. Da steht meistens, ab wann Minimal-Versionen erhöht wurden. (Required CODESYS version) V4.2.6.0 vom SVN AddOn scheint die letzte zu sein, die mit SP9 offiziell funktioniert. Eigentlich sollte da der CODESYS Installer / Package Manager abfangen, aber hmm.

  • Hismoon Hismoon posted a comment on discussion Deutsch 🇩🇪

    Das CODESYS SVN AddOn hat Minimal-Versions-Vorgaben. In Sp9 funktioniert wohl die neueste SVN Version icht. Da mal am besten im Store auf die Release Notes auf der Download-Seite schauen. Da steht meistens, ab wann Minimal-Versionen erhöht wurden. (Required CODESYS version) V4.2.6.0 vom SVN AddOn scheint die letzte zu sein, die mit SP9 offiziell funktioniert. Eigentlich sollte da der CODESYS Installer / Package Manager abfangen, aber hmm.

  • Hismoon Hismoon posted a comment on discussion Deutsch 🇩🇪

    Nur für die Nachwelt. Ja, Ressourcen wie Files sollte man optimalerweise nur aus 1 Task schreiben. Typischerweise nimmt man da eine nieder-priore, die sich um solche langsamen File- oder Logging-Geschichten kümmert. Dann gibt es auch keine Synchronisations-Probleme. Aus mehreren Tasks das zu tun braucht eben diese Synchronisation. Sonst passieren schlimme Dinge.

  • Hismoon Hismoon posted a comment on discussion Deutsch 🇩🇪

    Nur der Vollständigkeit halber: Das sollte seit SP15 behoben sein in CODESYS.

1