Details
Description
When trying to create a shared memory the function rX_MemCreateSharedMemory() returns RX_KNL_DUPLICATE_NAME(0x19).
API is marked deprecated, as it does not conform to standard shared memory services of other operating systems. Will be reworked/removed with rcX V2.2 or later
Known Workaround:
- Share the pointer via a global variable and a global mutex instead of using the Shared Memory Service