All Neighborhoods

CODESYS Talk

    CODESYS Forge

  • dmb-fan posted a comment on discussion Deutsch 🇩🇪

    Hi ! Ich habe ein GROSSES V2.3 Programm nach V3.5 SP22 konventiert. Ich bekomme es inzwischen fehlerfrei übersetzt, auch nach "Bereinigen". Wenn ich aber "Alles bereinigen" mache, bekomme ich 102 Fehler. ALLE sind in Schrittketten Bausteinen, ich sehe und verstehe aber nicht das Problem. Es sind immer diese 3 Fehler: [FEHLER] XyProgName: SK_XYZ [IPC: SPS-Logik: Application]: C0009: Unerwartetes Token ':' gefunden [FEHLER] XyProgName: SK_XYZ [IPC: SPS-Logik: Application]: C0189: ';' anstatt 'IecSfc'...

  • Reinier Geers posted a comment on discussion Engineering 🇬🇧

    Hi. When i scan for devices on the network i get names of the devices. Is there a command to get device name in my programm ? i found : DED.GetDeviceNameString( DED.GetRoot() ); but then i get his name in the programm. not his name in the network.

  • tarek posted a comment on discussion Engineering 🇬🇧

    Hello, i have a similar problem with this. Im using an EL6752 from Beckhoff DeviceNet Master and i dont have an EDS for the comms with the slave (EVO GT II Valve). In CODESYS they dont let me put a digital slave. My question, how can i add a slave in the EL6752 the Process data mapping to see values. I cant add a DeviceNet slave in the tree, thanks

  • imdatatas modified a comment on discussion Engineering 🇬🇧

    In the CODESYS Ladder Logic editor, there's a really practical feature available while logged in (online) to the PLC: for an existing function block (e.g. TON or MC_MoveAbsolute), double-clicking on an unconnected input pin directly opens a value entry window right in the editor — with no need to assign any variable — and you can type a value directly. Likewise, if the input pin is of an ENUM or STRUCT type, it lets you pick a value of that type straight from a dropdown list. It also doesn't require...

  • imdatatas posted a comment on discussion Engineering 🇬🇧

    In the CODESYS Ladder Logic editor, there's a really practical feature available while logged in (online) to the PLC: for an existing function block (e.g. TON or MC_MoveAbsolute), double-clicking on an unconnected input pin directly opens a value entry window right in the editor — with no need to assign any variable — and you can type a value directly. L. ikewise, if the input pin is of an ENUM or STRUCT type, it lets you pick a value of that type straight from a dropdown list. It also doesn't require...