Activity for eddykl

  • eddykl eddykl modified a comment on discussion Runtime 🇬🇧

  • eddykl eddykl modified a comment on discussion Runtime 🇬🇧

  • eddykl eddykl modified a comment on discussion Runtime 🇬🇧

  • eddykl eddykl modified a comment on discussion Runtime 🇬🇧

  • eddykl eddykl modified a comment on discussion Runtime 🇬🇧

  • eddykl eddykl posted a comment on discussion Runtime 🇬🇧

    Falls das Problem noch nicht gelöst wurde, ich habe nach wie vor/auch das Problem. Ich benutze einen Pi4. Die GPIO Inputs sind dauerhaft by default auf true. Ich kann diese leider nicht ändern. Gibt es schon eine Lösung? Grüße, Eddy

  • eddykl eddykl posted a comment on discussion Runtime 🇬🇧

    Falls das Problem noch nicht gelöst wurde, ich habe nach wie vor/auch das Problem. Ich benutze einen Pi4. Die GPIO Inputs sind dauerhaft by default auf true. Ich kann diese leider nicht ändern. Gibt es schon eine Lösung? Grüße, Eddy

  • eddykl eddykl posted a comment on discussion Runtime 🇬🇧

    Falls das Problem noch nicht gelöst wurde, ich habe nach wie vor/auch das Problem. Ich benutze einen Pi4. Die GPIO Inputs sind dauerhaft by default auf true. Ich kann diese leider nicht ändern. Gibt es schon eine Lösung? Grüße, Eddy

  • eddykl eddykl posted a comment on discussion Runtime 🇬🇧

    Falls das Problem noch nicht gelöst wurde, ich habe nach wie vor/auch das Problem. Ich benutze einen Pi4. Die GPIO Inputs sind dauerhaft by default auf true. Ich kann diese leider nicht ändern. Gibt es schon eine Lösung? Grüße, Eddy

  • eddykl eddykl posted a comment on discussion Runtime 🇬🇧

    Falls das Problem noch nicht gelöst wurde, ich habe nach wie vor/auch das Problem. Ich benutze einen Pi4. Die GPIO Inputs sind dauerhaft by default auf true. Ich kann diese leider nicht ändern. Gibt es schon eine Lösung? Grüße, Eddy

  • eddykl eddykl posted a comment on discussion Runtime 🇬🇧

    Falls das Problem noch nicht gelöst wurde, ich habe nach wie vor/auch das Problem. Ich benutze einen Pi4. Die GPIO Inputs sind dauerhaft by default auf true. Ich kann diese leider nicht ändern. Gibt es schon eine Lösung? Grüße, Eddy

  • eddykl eddykl posted a comment on discussion Deutsch 🇩🇪

    Wow super, danke dir! Okay, wie ich es verstanden habe, wird dann also noch ein Cleanup benötigt, um den Buffer vom SysProcessExecuteCommand zu leeren. Leider bin ich der Python Sprache nicht mächtig und ich habe bis vor paar Wochen nur mit TIA Portal gearbeitet. Ich hoffe, ich habe mir nicht etwas zu großes vorgenommen...

  • eddykl eddykl posted a comment on discussion Deutsch 🇩🇪

    Hallo, Ich plane, eine Waage mit einem HX711-ADC in CODESYS zu implementieren, wobei eine Wägezelle mit einem Raspberry Pi verwendet werden soll. Ich habe ein funktionierendes Python-Skript, das mir das Gewicht in Gramm (in INT) ausgibt. Das Skript wird beim Boot/Log-in automatisch ausgeführt. Ich habe von der Funktion SysProcessExecuteCommand2 (FUN) gehört, die es mir ermöglichen sollte, die Prozesswerte aus dem Python-Skript, in CODESYS zu lesen. Kann mir jemand diese Funktion/Methode erklären,...

  • eddykl eddykl modified a comment on discussion Engineering 🇬🇧

    Hi, I plan to implement a weight scale with a HX711 ADC, using load cells with a Raspberry Pi. I got a working python script, which is printing me the weight result in gramm (in INT). I heared about the function: SysProcessExecuteCommand2 (FUN), which should allow me to read the process values comming from the python script in CODESYS. Can anyone explain me this function/method, how I can make it work? The Function: https://help.codesys.com/webapp/SysProcessExecuteCommand2;product=SysProcess%20Implementation;version=3.5.17.0...

  • eddykl eddykl modified a comment on discussion Engineering 🇬🇧

    Hi, I plan to implement a weight scale with a HX711 ADC, using load cells with a Raspberry Pi. I got a working python script, which is printing me the weight result in gramm (in INT). I heared about the function: SysProcessExecuteCommand2 (FUN), which should allow me to read the process values comming from the python script in CODESYS. The Function: https://help.codesys.com/webapp/SysProcessExecuteCommand2;product=SysProcess%20Implementation;version=3.5.17.0 Thanks in advance

  • eddykl eddykl posted a comment on discussion Engineering 🇬🇧

    Hi, I plan to implement a weight scale with a HX711 ADC, using load cells with a Raspberry Pi. Does anyone have an idea how to programm this in CODESYS? Any example projects? Thanks in advance

  • eddykl eddykl posted a comment on discussion Deutsch 🇩🇪

    Hallo! Gibt es ein Tutorial/Beispielprogramm, wie ich einen (Schrittmotor) Treiber über CAN Motion Control Anweisungen schicken kann? Ich überlege mir einen "Automatisierungs-Board RasPiLC-ADVANCED Bausatz" zu kaufen, der über CAN verfügt. Dazu einen passenden CAN Stepper driver "TMCM-1270". Grüße Eddy

  • eddykl eddykl posted a comment on discussion Runtime 🇬🇧

    Hi! So you have asked 6 years and I got now the same question! I also need for a student project. Do you have any solutions? Does anyone have an solution?

  • eddykl eddykl posted a comment on discussion Deutsch 🇩🇪

    Danke dir viel Mals! Genau nach dem habe ich gesucht :)

  • eddykl eddykl posted a comment on discussion Deutsch 🇩🇪

    Ich dachte an eine Verkettung. Leider gibt er mir die Fehler aus: "END_TYPE anstelle von END_STRCT" "Unerwartentes Token STRUCT gefunden" " ; anstelle von up erwartet". Mein Code Ansatz: ================================== TYPE cmd: STRUCT motion : BOOL; STRUCT up : BOOL; down : BOOL; END_STRUCT END_STRUCT END_TYPE =================================== Gewünscht wäre ein Aufruf der Variable "up" durch den Aufruf: cmd.motion.up also "motion" wäre ein struct innerhalb des structs "cmd" Kannst du mir bitte...

  • eddykl eddykl posted a comment on discussion Deutsch 🇩🇪

    Hallo, ich arbeite das erste Mal mit codesys und habe schon Erfahrung mit TIA Portal. Gibt es eine Möglichkeit structs innerhalb von structs zu schreiben? Bei TIA wäre das mit Data Blocks möglich, die es ja leider bei codesys nicht gibt. Bsp1: cmd.arm.motionCmd.up := TRUE; Bsp2: cmd.arm.enable := FALSE; cmd, arm & motionCmd sollten structs sein. up := BOOL; enable := BOOL; Falls dies nicht möglich sei, gäbe es andere Methoden diese Idee zu realisieren? Grüße, Eddy

1