0

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

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Yomi1984
  • 165
  • 2
  • 10

1 Answers1

0

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

Yomi1984
  • 165
  • 2
  • 10