Discussion

FORUM LATEST POST # TOPICS
General Discussion

Forum about anything you want to talk about.

No posts yet 0

Recent Activities

    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...

  • lphu posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Dear Sir We would like to access programing with IPC Kossi while we dont have Pass word . Please kindly help us the soluttion can do that Thanks' Huu Phu

  • lphu posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Dear Sir We would like to access programing with IPC Kossi while we dont have Pass word . Please kindly help us the soluttion can do that Thanks' Huu Phu

  • TimvH TimvH posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    For sure you must use LEN(). SIZEOF() means you write a number of bytes based on the size of the variable type. For your STRING this will be 80 characters, but this will write unexpected characters in your file.

  • clesio posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello everyone, I am trying to create a routine in CODESYS to export a report to a CSV file using the CAA.File library. The file is created successfully, but I am getting some unexpected/unknown characters in the generated CSV. The problem seems to be related to the SIZEOF() function. I am using it for the szSize parameter of File.Write, as recommended in the CODESYS documentation. However, when I use SIZEOF(), the CSV contains extra characters and parts of previous strings. I also tried using LEN(),...

  • clesio posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello everyone, I am trying to create a routine in CODESYS to export a report to a CSV file using the CAA.File library. The file is created successfully, but I am getting some unexpected/unknown characters in the generated CSV. The problem seems to be related to the SIZEOF() function. I am using it for the szSize parameter of File.Write, as recommended in the CODESYS documentation. However, when I use SIZEOF(), the CSV contains extra characters and parts of previous strings. I also tried using LEN(),...