Skip to content

#679 Improve naming of tuple types in PLCgen

Albert Hofkamp requested to merge 679-plcgen-improve-tuple-type-naming into develop
  • If the user wrapped the tuple definition in a type declaration, that is likely a better name for the STRUCT type in the PLC.
  • Otherwise, append the number of fields after the name to get more different STRUCT type names.

Addresses #679

Merge request reports

Loading