Thank you for your response. But i don't know how to solve my problem. Do you have any suggestion?
Hi, i try to use the library CAA Technical Workgroup - CAA Types Extern. I want to use the type PVOID. I want to declare a variable without CAA.PVOID. Is this possible? How do i import the library in the library manager? Why i want to do this is described here https://forge.codesys.com/forge/talk/Engineering/thread/5efd0fb2b4/?limit=25 Thanks
Hi, now i think i figured out the problem. For example the type PVOID is used. It is from the CAA Technical Workgroup - CAA Types Extern. I can install the library. But when i declare a variable in my program i have to write CAA.PVOID if i just write PVOID i get a compiler error : unknown type PVOID I don't know how to import a library that the type is known without any prefix. In my library manager for example the library Standard works as it should. I know namespaces are used to differneitate between...
Hi i try to use codesys v3 / rapberry pi as ethercat master and want to control a el6851 DMX Master. To do this i want to use the FB_EL6851Communication wich is in the TC2_DMX library. When i try to compile this i get a lot of errors. Can anyone help me?