Activity for Ingo

  • Ingo Ingo posted a comment on ticket #21

    Hi Ian, if it's just us, lets discuss this via teams next week during worktime.

  • Ingo Ingo posted a comment on discussion Runtime

    The project was created with a different version of the IDE with different installed devices. This is a common issue. The key actions are: Update device (right click in the device tree) Update missing libraries (in the library manager)

  • Ingo Ingo posted a comment on ticket #21

    Proposal: We plan a jitsi meeting to discuss and priorize this stuff. What do you think?

  • Ingo Ingo posted a comment on discussion Runtime

    This video was made for Linux, but the process is the same for windows: https://youtu.be/ylKzuGzoEes

  • Ingo Ingo posted a comment on discussion Runtime

    Weltklasse! Bei Gelegenheit behandele ich das Problem dann im Treiber. So ähnlich hatte ich das auch im D-Logg Treiber gemacht, da der auch zu schnelle Leseanfragen nicht vertragen hatte. Danke für das Feedback!

  • Ingo Ingo modified ticket #101

    RPI PLC serial number

  • Ingo Ingo posted a comment on ticket #101

    Please post this to the forum

  • Ingo Ingo committed [r3]

    use new dependency mechanism of the "runtest" action

  • Ingo Ingo posted a comment on discussion Runtime

    Bitte tu mir einen Gefallen und verlangsame die Cycle Time deiner Task auf mehrere Sekunden und erhöhe die Frequenz des SPI Master auf 1000Hz. Ich habe mir den gesamten Code, inklusive der RPI Peripherals durchgeschaut. Und ich kann mir nur vorstellen, dass wir zu schnell versuchen zu lesen. Sonst kann ich mir das Symptom nicht erklären. Insbesondere, dass es nach Stop und Start der Applikation wieder funktioniert ergibt sonst keinen Sinn. Denn es wird tatsächlich kein anderer Code durchlaufen. Der...

  • Ingo Ingo posted a comment on discussion Runtime

    Gern! Dauert aber noch bis heut Abend. Das Wetter ist zu schön, da kann ich nicht an den Rechner ;)

  • Ingo Ingo modified a comment on discussion Runtime

    Klingt nach etwas seltsamen in deiner Testapplikation. Denn Stop / Start macht keinen großen Unterschied zu dem Normalbetrieb. Schick mal die Applikation rüber. Ich schau drauf. Was ich kontrollieren will ist die Task Konfiguration und das "Task Deployment" das ist eine Seite in der PLC Konfiguration. Und dann mal schauen...

  • Ingo Ingo posted a comment on discussion Runtime

    Klingt nach etwas seltsamen in deiner Testapplikation. Denn Stop / Start macht keinen großen Unterschied zu dem Normalbetrieb. Schick mal die Applikation rüber. Ich schau drauf. Was ich kontrollieren will ist die Task Konfiguration und das "Task Deployment" das ist eine Seite in der PLC Konfiguration. Und dann mal schauen... CODESYS Forge forge@codesys.com schrieb am Fr., 3. Apr. 2020, 14:15: ausloggen wieder einloggen --> alter Wert, nix ändert sich stop/start --> neuer Wert Warm restart --> neuer...

  • Ingo Ingo posted a comment on discussion Runtime

    OK, kannst du mal weiter damit rumspielen und uns schreiben was du tun musst, dass sich der Wert aktualisiert? Z.B.: reset der Applikation stop / start der Applikation runtime neustarten Warmstart des Targets Kaltstart des targets Je nachdem wie es sich genau verhält können wir den Fehler ggf. weiter eingrenzen.

  • Ingo Ingo posted a comment on a wiki page

    Hi! As I am not sure what you are missing, I just added Ian as an admin for the Scripting project. Hope this helps. BR, Ingo

  • Ingo Ingo posted a comment on discussion Runtime

    Haha nice try, aber leider nein. ;)

  • Ingo Ingo posted a comment on discussion Runtime

    Der besagte Treiber stammt von mir. Die Auflösung und die Bitweite hast du korrekt aus dem Datenblatt übertragen. Warum der Wert nun einfriert kann ich schwer deuten. Ich hatte recht seltsame Effekte wenn die Frequenz des SPI Masters zu hoch war. Was hier zählt ist im übrigen die Limitierung des RPI und nicht die des Temperaturmoduls. Ich würde mit der Frequenz jedenfalls deutlich runter gehen, da du ohnehin nicht so schnell samplest. Ich kenne das Limit des RPI leider nicht mehr aus dem Kopf. Sonst...

  • Ingo Ingo modified a wiki page

    Configuration List

  • Ingo Ingo modified a wiki page

    Configuration List

  • Ingo Ingo modified a wiki page

    Home

  • Ingo Ingo modified a wiki page

    Home

  • Ingo Ingo modified a wiki page

    Home

  • Ingo Ingo modified a wiki page

    Home

  • Ingo Ingo modified ticket #95

    Forum Categorization

  • Ingo Ingo posted a comment on ticket #95

    I think the discussion found and end for now. So I will close this ticket for now.

  • Ingo Ingo modified ticket #91

    No Link to Talk

  • Ingo Ingo modified ticket #97

    ReadRecipe method from PLC

  • Ingo Ingo posted a comment on ticket #97

    Please post your question in the forum

  • Ingo Ingo posted a comment on discussion Deutsch

    Ja, denk nur dran, dass es dadurch nicht portabel ist. Ob es funktioniert hängt dann davon ab welcher Prozessor in der Steuerung verbaut und wie dieser konfiguriert ist. Das kann bei einem wechsel der Steuerung zu seltsamen Effekten führen. Ich halte es für sinnvoller die Strukturen natürlich aligned zu lassen. https://en.wikipedia.org/wiki/Data_structure_alignment ... reads and writes to memory most efficiently when the data is naturally aligned, which generally means that the data's memory address...

  • Ingo Ingo posted a comment on discussion Runtime

    Die 4 Bytes des DWORDS entsprechen den 4 Stellen der Version. In deinem Beispiel: 16#03050D0A V3.5.13.10 = 3.5 SP13 Patch 1

  • Ingo Ingo posted a comment on discussion Deutsch

    Hi Wayne, klingt so als wäre die falsche MAC Adresse am Master eingestellt. Hast du den richtigen Adapter ausgewählt? Hattest du dort ggf. verdächtige Konflikte zwischen den MAC Adressen der Adapter gesehen? Ganz selten gibt es z.B. auch den Fall, dass MAC Adressen in einem System nicht eindeutig sind.

  • Ingo Ingo modified a comment on discussion Runtime

    Not out-of -the-box. But you can use python scripting to automate this update process. But actually you can't run this process fully on the PLC. You need a PC doing that, as python just automates things you do with the IDE. By the way: if you have new python snippets which might be helpful for others, you can share them on the page above.

  • Ingo Ingo posted a comment on discussion Runtime

    Not out-of -the-box. But you can use python scripting to automate this update process. But actually you can't run this process fully on the PLC. You need a PC doing that, as python just automates things you do with the IDE. By the way: if you have new python snippets which might be helpful for others, you can share them on the page above. Am Do., 12. März 2020 um 06:19 Uhr schrieb CODESYS Forge <forge@codesys.com : I have successfully installed the CODESYS Control runtime (V3) on my linux device....

  • Ingo Ingo posted a comment on discussion Deutsch

    Entschuldige, ich dachte am Beispiel wird's klar. Ich hab' & und ? mit einem vorangestellten \ geschützt (escaped). Ausserdem habe ich noch Leerzeichen mit %20 ersetzt weil solche Sonderzeichen in URLs so geschützt werden müssen.

  • Ingo Ingo posted a comment on discussion Deutsch

    Das kann gut sein. Hast du's schon mal mit escapen probiert: wget -q http://xxx.xxx.eu/parametertest.php\?var1=1982\&var2=1987\&beschreibung=das%20ist%20eine%20beschreibung\&error=E155" -O /dev/null

  • Ingo Ingo posted a comment on discussion Runtime

    Please check the "library manager". Most likely you are missing some libraries in your installation. If you scroll up to the first error messages in the message window, you might also notice that some libraries could not be found. The rest are most likely follow up errors. If this is the problem, you can download the missing libraries like this: double click on "library manager" press on "download missing libraries" repeat this step if necessary

  • Ingo Ingo posted a comment on discussion Runtime

    Hi Tizianof, please describe your problem in more detail, and I am sure someone will be able to help you. Maybe attach a screenshot of your errors and describe what you did might help.

  • Ingo Ingo modified a wiki page

    Generic

  • Ingo Ingo posted a comment on a wiki page

    Yes, you need to use CODESYS SVN. But don't worry about the license. Whenyou use it with CODESYS Forge, you can use it w/o a license. Indeed you are right. The workflow with CODESYS SVN is not well known, yet. So a tutorial might be good.

  • Ingo Ingo posted a comment on ticket #95

    Good one! This category summarizes so many totally different products. Does it really make sense to categorize those? The question is: You as someone like me, who loves to help others. Would you especially watch the Store Products forum, because that's the topic with whoch you can help people best?

  • Ingo Ingo posted a comment on ticket #88

    Impossible, sorry ;) This would be a too deep change in Allura.

  • Ingo Ingo posted a comment on ticket #95

    Hi Aliazzz, which categories are you missing? The plan was to have an easier choice for where you post things. Finding posts should be possible through the search. I hope, that this is now much better than on the old forum. If you have examples of queries, with which you didn't have success, let us know. I think improving the search gives us more benefit than more categories. At least if "finding topics" is the issue.

  • Ingo Ingo modified ticket #92

    Login timeout issue

  • Ingo Ingo posted a comment on discussion Codesys V2.3

    OPC is obviously the cleanest way. I would not go with the file solution, as it sounds too hacky to me. Another possibility might be network variables. There are a few free netvar implementations available. Like this one: https://github.com/rossmann-engineering/EasyNetVars/blob/master/CodesysNetVars.cs

  • Ingo Ingo posted a comment on ticket #92

    In those cases, you really need to retry. It means, that you had the page to choose your username open for too long. By the way, the username shall not contain special characters. If you click on login again, the page and session should be refreshed, and it should work.

  • Ingo Ingo modified a wiki page

    CODESYS Account

  • Ingo Ingo modified a comment on ticket #91

    Hi Ian, see the proposal of a slightly restructured menu. What do you think?

  • Ingo Ingo modified a comment on ticket #91

    Hi Ian, see the proposal of a slightly restructured menu. What do you think?

  • Ingo Ingo posted a comment on ticket #91

    Hi Ian, see the proposal of a slightly restructured menu. [-img src=2020-03-02 17_15_08-CODESYS Forge.png width=50%: missing =-] What do you think?

  • Ingo Ingo modified a blog post

    CODESYS Forum Migration

  • Ingo Ingo created a blog post

    CODESYS Forum Migration

  • Ingo Ingo imported Talk

  • Ingo Ingo modified ticket #88

    Suggestion: Online reStructuredText Viewer

  • Ingo Ingo posted a comment on ticket #88

    Good idea. Some googeling brought me to this one: https://seikichi.github.io/restructured/ Pure Javascript, and seems to be MIT. Maybe we can simply host a version, support those special tags in a small project. Needs more investigation.

  • Ingo Ingo modified ticket #84

    no link to /admin/trove

  • Ingo Ingo posted a comment on ticket #84

    Ha Ha, nice. This was reported also by Fahri. Actually I was not aware of that. The links seems to be disabled intentionally for user projects by allura. For me it makes no sense, as all code published in the user project also needs a default license. So I will check how to enable this again.

  • Ingo Ingo modified ticket #85

    Reporting Spam

  • Ingo Ingo posted a comment on ticket #86

    You are fully right. I don't have a solution at hand, but it got to my prio 1.

  • Ingo Ingo posted a comment on ticket #87

    I don't get the question. Can you please explain a bit more what you want to do?

  • Ingo Ingo modified ticket #89

    Owner changed to anonymous

  • Ingo Ingo posted a comment on ticket #89

    Hi! Sorry for the inconvenience. I changed it back.

  • Ingo Ingo modified a comment on a wiki page

    Hi Fabio, no moderation necessary. Just create your own driver project by clicking on "register project" in driver neighborhood. Then describe your work in the wiki of the project, upload all code and devdescs to SVN, and you are done. To register your driver ID, just go to database and add it there.

<< < 1 .. 5 6 7 >