Hi
How to create a link between C application and the Codesys application to refer a shared memory.
Hi Tony, from https://forge.codesys.com/prj/ you will find: https://forge.codesys.com/prj/linux-integr/home/Home/ and https://forge.codesys.com/prj/codesys-example/shared-memory-c/home/Home/ Ian
Hi Campbell
I want to use shared memory concept and share the data between the Codesys Application and C application on a Linux platform.
I have prepared the project too, but i am facing issues with SysShm libraries.
Can you guide me how to crate share memory?
Hi Tony, Ian shows you the correct link and if you compile the "\SharedMemoryCLinux\myshm.c" you can communicate between the codesys and your compiled c-application:
Here are my test on a raspberry:
Regards
Hi Thomas
I hope the example is developed for Codesys Control V3 64 and Codesys Soft Motion RTE? Am i right?
Log in to post a comment.
Hi
How to create a link between C application and the Codesys application to refer a shared memory.
Hi Tony,
from https://forge.codesys.com/prj/
you will find:
https://forge.codesys.com/prj/linux-integr/home/Home/
and https://forge.codesys.com/prj/codesys-example/shared-memory-c/home/Home/
Ian
Hi Campbell
I want to use shared memory concept and share the data between the Codesys Application and C application on a Linux platform.
I have prepared the project too, but i am facing issues with SysShm libraries.
Can you guide me how to crate share memory?
Hi Tony,
Ian shows you the correct link and if you compile the "\SharedMemoryCLinux\myshm.c" you can communicate between the codesys and your compiled c-application:
Here are my test on a raspberry:
Regards
Hi Thomas