Personal Data

Username:
gilbertamine
Joined:
2024-08-22 13:38:14.288000

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    If I knew it was this simple... Exactly what I was looking for ! Thanks you very much.

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    Hi Everybody, I'm looking for a simple way of comparing two array of a structure. My structure is define like this : TYPE Positions_T : STRUCT PosX: DINT; PosY: DINT; PosZ: DINT; END_STRUCT END_TYPE I have multiples Var : ARRAY [0..220] OF Positions_T, that I need to compare quickly. I don't really want to do a Loop that goes by every 220 points and compare each one of them so I was wondering if there is another way. I came accross the MEM.Compare function, but it require to know the size in Bytes...

View All