I converted my TwinCAT PLC project into a standalone PLC project + several "machine specific" projects for versioning purposes and since then the system events translation and the data types are stored in the machine .tsproj file : Example screenshot
This is quite bad for versioning as the file changes each time I open it.
I store my customs TCEventLogger events in a separate .tmc file included in the standalone PLC project so they doesn't appear there (see also Why do events stored in a separate tmc file reappear in my twincat .tsproj file?). I would like the system events and the data types to be included in the standalone project but not in the machine projects, any idea ?
Thanks