C# equivalent enums for TwinCAT Data types

214 Views Asked by At

Do I need to write the enums for the TwinCAT data types? Or they exist somewhere and I just can't find them?

Example: there is a data type called MC_HomingMode, which defines how to perform homing. I want to control it VIA ADS, so I need an enum for it. Couldn't find it.

Thanks

1

There are 1 best solutions below

0
Yomi1984 On

Well it apears there is no such thing. In my case, the TwinCAT types I needed, I made them in C# by my self.