Personal Data

Username:
yannickasselin
Joined:
2019-12-17 14:03:37

Projects

  • No projects to display.

User Activity

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

    A bit of work but maybe possible to make your own driver using "CODESYS Control SL Extension Package". Look at the "ExternalIoDrv" example. It is installed in "C:\Program Files\CODESYS 3.5.20.0\CODESYS\CODESYS Control SL Extension Package" when you install the "CODESYS Control for Linux SL".

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

    Just adding: sSubscriberdata := ''; Right before your memcopy should fix the extra characters. It is because your are copying 36 characters into a string which can contain more than 36 characters and there is garbage left in the extra characters. Regarding the parsing of json, I usually build a structure that mirrors the json data and use the available methods in the IIoT library to parse the data and fill the structure.

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

    Just adding: sSubscriberdata := ''; Right before your memcopy should fix the extra characters. It is because your are copying 36 characters into a string which can contain more than 36 characters and there is garbage left in the extra characters. Regarding the parsing of json, I usually build a structure that mirrors the jason data and use the available methods in the IIoT library to parse the data and fill the structure.

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

    When I place the file in C:\ProgramData\CODESYS\CODESYSControlWinV3x64\XXXXXXXX\PlcLogic it is still not working. So I decided to try and place the file in C:\Program Files\CODESYS 3.5.19.60\GatewayPLC instead and it worked! Why is it not working in the PlcLogic folder? Is there something missing in the configuration file?

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

    When I place the file in C:\ProgramData\CODESYS\CODESYSControlWinV3x64\XXXXXXXX\PlcLogic it is still not working. So I decided to try and place the file in C:\Program Files\CODESYS 3.5.19.60\GatewayPLC instead and it worked! Why is it not working in the PlcLogic folder? Is there something missing in the configuration file?

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

    Same problem here. I am pretty sure I was able to make it work a couple weeks ago but now I cannot make it work anymore. Always get FILE_OPEN_ERROR

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

    Yes it is possible. I did it a lot of times using TeamViewer VPN. Unfortunately, TeamViewer VPN only works on Windows. If the remote PLC is a Codesys runtime running on Windows, you should be able to login directly using TeamViewer VPN if it is installed on the PC/PLC. If it is not Windows based, you can still do it but you need to have a Windows based PC acting as a gateway in the middle. In this case you need to enable IP Forwarding on the Windows remote PC (the gateway) and you need to setup the...

View All