This is a helper tool for creating variable pairs for Siemens S7 server connections in Visual Components connectivity.
The addon uses the spreadsheet with exported tag information, reads it, and tries to find matching variables (by variable name and type) from the simulation layout.

The variable pairing logic works as follows:
Attempts to find a simulation variable that matches the tag symbol name and type
  1. See if the tag should be connected to a servo Dof.
  2. If no match found, attempt to find a match from behaviour of given tag type.
  3. If no match found, expand search of properties of given type.
  4. If still no match, go through all properties and all behaviours once more to see if any names match
  
