This event configuration contains all error and warning messages generated by the Triamec lib and the drives.

Originally, Triamec sources were from 700..753. Because TwinCAT3 started to use the range after 700, we use the range from 3700 now.

- 3700 Triamec Trialink Adapter errors generated by the TwinCAT Tria-Link library
- 3701 Triamec Trialink Axis errors generated by the TwinCAT Tria-Link library (and legacy axis errors)
- 3702 Triamec Axis errors, generated by the drive

To see the messages in the Beckhoff HMI add the lines

	<Location user="-1">
		<SourceId>3700</SourceId>
		<SourceId>3701</SourceId>
		<Path>INSTALPATH\messages\triamecEventsTrialink.xml</Path>
	</Location>
	<Location user="-1">
		<SourceId>3702</SourceId>
		<Path>INSTALPATH\messages\triamecEventsDrive.xml</Path>
	</Location>

to the TwinCAT file `TcEventSourceLocation.xml` in `C:\TwinCAT\Resource` or `C:\TwinCAT\3.1\Target\Resource`.
INSTALPATH is the installation folder of the sample code.

To visualize these events, use an HMI or `C:\TwinCAT\3.1\Components\TcEventLogger\TcEventBar.exe`.
