Discussion

FORUM LATEST POST # TOPICS
General Discussion

Forum about anything you want to talk about.

No posts yet 0

Recent Activities

    CODESYS Forge

  • dkugler modified a comment on discussion Deutsch 🇩🇪

  • dkugler posted a comment on discussion Deutsch 🇩🇪

    ich meine mich zu erinnern, dass ich schon FB's hatte, die Fehlermeldungen mit löschen des Enable/Execute Bits abgelöscht haben. Dann würde bei dir sobald das Error Bit gesetzt wird, nichts mehr drin stehen. Vielleicht wäre es ein Versuch wert, den String vor dem zurücksetzen des Execute in eine Variable zu speichern, ob dann was drin steht und danach erst ablöschen?

  • dkugler posted a comment on discussion Deutsch 🇩🇪

    ich meine mich zu erinnern, dass ich schon FB's hatte, die Fehlermeldungen mit löschen des Enable/Execute Bits abgelöscht haben. Dann würde bei dir sobald das Error Bit gesetzt wird, nichts mehr drin stehen. Vielleicht wäre es ein Versuch wert, den String vor dem zurücksetzen des Execute in eine Variable zu speichern, ob dann was drin steht und danach erst ablöschen?

  • jzhvymetal77 posted a comment on discussion Engineering 🇬🇧

    I had this code working in a previous version of CoDeSys to read variables from a GVL that were added to the Symbol configuration. The problem now is that when I get the _IBaseTreeNode_Parent, it returns a valid interface, but none of the methods or properties work. If you monitor the _IBaseTreeNode in the watch window, it does show the correct child count. However, it fails at step 30, where the child count incorrectly returns zero. In the image, you can see that the watch window displays the correct...

  • selim posted a comment on discussion Motion 🇬🇧

    Hi everyone, i face the same problem. The G-code doesn’t maintain the feed rate. If you don’t mind. can you share the final code?

  • micky posted a comment on discussion Deutsch 🇩🇪

    Hallo zusammen, ich habe folgendes Problem. Ich möchte mit der Lib Mail_Service_SL ein Mail versenden. Manchmal funktioniert es auch aber nicht zuverlässig. Wenn ich den Funktionsblock sendmail mit den entsprechenden Daten aufrufe bekomme ich die Fehlermeldung CHECK_RESULT_FAILD. Laut Dokumentation sollte im sServerMessage der Grund stehen, dieser ist aber leer. Was kann der Grund hierfür sein? Gibt es eine ander Lib mit der ich Mails versenden kann? Viele Grüße Micky

  • jonasz posted a comment on discussion Visualization 🇬🇧

    So, in my case, the solution is to uncheck the option to support client animation and overlay native elements. Visualisation Manager -> Settings -> General Settings

  • viksym modified a comment on discussion Motion 🇬🇧

    If anybody finds this in the future, I managed to do it like this: scalingValue := EncoderPulseCountPerRev / ABS(AxisName.fScaleFactor); No need to use MC_ReadParameter as I am able to read this value directly from the axis object. Using an absolute value of the fScaleFactor is there in case the axis is set as inverted, in which case it would be a negative value. I was not able to figure out how to get EncoderPulseCountPerRev programatically, but since all my servos use an encoder with pulse count...

  • viksym posted a comment on discussion Motion 🇬🇧

    If anybody finds this in the future, I managed to do it like this: scalingValue := EncoderPulseCountPerRev / ABS(AxisName.fScaleFactor); No need to use MC_ReadParameter as I am able to read this value directly from the axis object. Using an absolute value of the fScaleFactor is there in case the axis is set as inverted, in which case it would be a negative value. I was not able to figure out how to get EncoderPulseCountPerRev programatically, but since all my servos use an encoder with pulse count...

  • jonasz posted a comment on discussion Visualization 🇬🇧

    Hi, Did you find a solution to the problem?