Personal Data

Username:
captaincookie
Joined:
2021-01-27 10:00:39

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Deutsch 🇩🇪 on CODESYS Forge

    Hallo, das konkrete Problem konnte ich seither leider nicht lösen, allerdings habe ich mit SP19 Patch 4 einen Workaround gefunden, der zumindest für meine Anwendung funktioniert: Zunächst besteht das Problem nicht für alle Funktionalitäten gleichermaßen. Die Anzeige einer .bmp oder .tiff-Datei im Visu-Elementtyp Bild beispielsweise funktioniert aus dem lokalen Dateisystem. Die Anzeige von .cnc-Dateien in einer Tabelle dagegen nicht. Allerdings funktioniert das wiederum, wenn der Dateipfad in den...

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    I solved it by creating a new element of IElement according to the ElementExample (MyElement) in the ElementCollectionsExamples project. The variables in this element can then be defined in any properties as needed.

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    Hello, I'm using Codesys V3.5 SP18 Patch 4. In the ElementCollectionExample Project from Codesys, I test the SimpleQueueExample in a Control Win V3 x64 environment. I try to add a string of 95 characters length to a queue. The default length of strings is defined as 80 characters. In the initialization of a string variable, it is possible to increase the length by the definition of e.g. STRING(1000). But when I write the string defined like this to the queue, only 80 characters are written to it...

  • Posted a comment on discussion Deutsch 🇩🇪 on CODESYS Forge

    Hallo, ich habe meine Projekt von Codesys V3.5 SP18 Patch 4 auf SP19 aktualisiert. Mein Projekt beinhaltet eine Funktion, die, angelehnt an das Beispiel-Projekt CNC3DEditor (https://store.codesys.com/de/cnc-3d-editor.html), auf das lokale Dateisystem des Host PCs zugreift und von dort CNC-Dateien einliest. In SP18 hat das funktioniert. Mit dem Update auf SP19 funktioniert dieser Zugriff bei mir nicht mehr. Ich bekomme keine Fehlermeldung angezeigt, sondern die Tabelle mit den Einträgen bleibt einfach...

  • Posted a comment on discussion Runtime 🇬🇧 on CODESYS Forge

    Hello, I'm using Codesys V3.5 SP18 Patch 4 and created a simple project with one program including only a watchdog variable to toggle. This program is running in a cyclic time of 500 ms. Furthermore, this watchdog variable is added as opc ua variable in the symbol configuration. The used runtime is Control RTE V3 x64 and it is running directly on an industrial PC with Windows environment (64-Bit, Windows 10 Pro, version 22H2). With UA Expert a connection to the PLC Opc Ua server is established. UA...

  • Posted a comment on discussion Motion 🇬🇧 on CODESYS Forge

    Hello, I'm using Codesys SP18 Patch 2 for a Control RTE Project on a Windows 10 system. I try to move a 3 axis system using G-Code. Therefore, I wrote a pretty simple script (.cnc file in the local file system). LET #lrXpos : LREAL := 2 LET #lrYpos : LREAL := 2 LET #lrZpos : LREAL := 2 N0 G90 N10 G1 X#lrXpos Y#lrYpos Z#lrZpos F100 E15 In my code I implemented the SMC_ReadNCFile2 and the SMC_NCInterpreter of the SM3_CNC library. The ReadNCFile functionblock is working well. The file is read sucessfully...

  • Posted a comment on discussion Visualization 🇬🇧 on CODESYS Forge

    Hey, Danke, das habe ich voll übersehen. Jetzt funktioniert es :D Viele Grüße.

  • Posted a comment on discussion Visualization 🇬🇧 on CODESYS Forge

    here is the screenshot, I missed it in the previous post

View All