Personal Data

Username:
simond
Joined:
2020-01-17 12:21:15

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§ on CODESYS Forge

    I only get this error on the second instance of the J1939 Manager!

  • Posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi folks, can someone please tell me how to go about fixing this issue? I am getting this error when I implement an instance of the J1939_Manager. Thanks Simon

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    As most of you know, in this line of code: a := b Codesys does NOT copy the value of b to a, it creates a link between b & a that remains active until you overwrite it with something else. This can be extremely useful for lots of applications but it can also be a real headache! In Python we have the same functionality but we have a function called copy.deepcopy() that copies JUST the value and does not create a link. Is there a similar function in Codesys please? Thanks S

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    HI, I am running CODESYS v3.5 SP14 Patch 4 (64 bit). I need to either edit the existing J1939 .dbc file or upload another one. Do I need to upgrade to another service pack to do this? I can't see any existing functions to do it but I have seen posts describing the process. Where is the default .dbc file located please?

View All