Feed

Active Projects

    fischerp

  • fischerp posted a comment on discussion General Discussion

    Ich lese mit einer cc100 751-9301 Modbuswerte aus einem Zähler. es handelt sich um 6 Werte (Word). Ich empfange Daten, nach wenigen Minuten friert die Kommunikation ein. Wenn ich in diesem Zustand mit Modbus Poll auf die Register schaue, bekomme ich aktuelle Werte. Der Eintrag im Gerätebaum ist mit einem roten Dreieck mit Ausrufezeichen markiert, was auf einen Kommunikationsfehler schliessen lässt. Abbrechen und neu Aufbauen der Verbindung hilft nicht, alles bereinigen führt dazu, dass der Bus startet...

    CODESYS 4 Linux

  • cedihegi posted a comment on a wiki page

    Building the codesys-ide container does not work for me with the command you provided here. After downloading dotNetFx40_Full_x86_x64.exe, my build is simply stuck on the "Executing load_remove_mono internal" command. Do you have any idea what could cause this?

  • amy123 posted a comment on ticket #17

    docker info: Client: Version: 25.0.3 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.1-desktop.4 Path: C:\Program Files\Docker\cli-plugins\docker-buildx.exe compose: Docker Compose (Docker Inc.) Version: v2.24.5-desktop.1 Path: C:\Program Files\Docker\cli-plugins\docker-compose.exe debug: Get a shell into any image or container. (Docker Inc.) Version: 0.0.24 Path: C:\Program Files\Docker\cli-plugins\docker-debug.exe dev: Docker Dev Environments (Docker...

  • amy123 created ticket #17

    Docker IDE Frozen

    IEC Snippets

  • Strucc.c Strucc.c posted a comment on ticket #11

    Unfortunately I cannot edit this ticket... So sorry for the layout issues... P.

  • Strucc.c Strucc.c created ticket #11

    Flexible way for text formatting - Another use of ANY type

  • bnewman modified a comment on ticket #8

    I don't understand the point of this. Isn't just better to use __SYSTEM.AnyType instead of making your own type? Also if you wanted to make it an object, shouldn't you just wrap a FB around __SYSTEM.AnyType and then have some conversion Methods? Maybe I am missing the purpose of this code. Maybe add more details on how you would use MyMappingFB

    DebugLogger

  • i-campbell i-campbell posted a comment on a wiki page

    Hmm, tough call on the deprecation. Pros for deprecation: I think DebugLog_Lib() works in all cases. Can easily store the Log in retain. Can easily have multiple logs. Cons for deprecation: but DebugLog() is easier to use if you just want to write a log (and you have control over the application Library Manager). I would be happy to deprecate it though, in favour of the more universal DebugLog_Lib(). In which case.. we should rename the new function to DebugLog2(). Or, if you are happy to make a...

  • aliazzz aliazzz modified a comment on a wiki page

    Great work! Will check and merge. Are you saying that DebugLog() is backward compatible available but deprecated, so new development should use the DebugLog_Lib() function?

  • aliazzz aliazzz posted a comment on a wiki page

    Great work! Will check and merge.