EvtCfgTpsParser

The EvtCfgTpsParser does work on the TwinCAT storage file format.
The default storage file is 'TwinCAT\default.tps'.

To have your event messages fetched from the TwinCAT storage, you need to choose the TcEventFormatter when firing events from the PLC.
Do so by specifying 'TcEventLogger.TcEventFormatter' as progId in the TcEvent structure.

When calling ActivateConfiguration, the parser will set the opened configuration file as TwinCATs current project.
If you create a new configuration and register it this will have two side effects:

When you activate the previous configuration, theese side effects will resolve again.
Changing the active configuration will first take effect after restarting TwinCAT.