I am currently using the Beckhoff ADS library in my C# project and would like to read a struct symbol. My goal is to convert the byte array value of the symbol dynamically at runtime, and retrieve the values of the subsymbols without defining the memory layout of the struct type in the C# code.
Is it possible to achieve this using the Beckhoff ADS library? If so, could you please provide me with some guidance or resources on how to accomplish this?
Hello,
I am currently using the Beckhoff ADS library in my C# project and would like to read a struct symbol. My goal is to convert the byte array value of the symbol dynamically at runtime, and retrieve the values of the subsymbols without defining the memory layout of the struct type in the C# code.
Is it possible to achieve this using the Beckhoff ADS library? If so, could you please provide me with some guidance or resources on how to accomplish this?
Thank you for your time and assistance.