If the contents of the pin map XML file do not satisfy the constraints the pin map schema defines, TSM reports error messages. Some of the error messages are generic XML validation errors and can be difficult to decipher. Refer to the following tables to interpret certain error messages.

Error Message The key sequence '<Item>' in 'http://www.ni.com/TestStand/SemiconductorModule/PinMap.xsd:<Element>' Keyref fails to refer to some key.
Interpretation The following table includes the exact meaning of the error message, which depends on the value of the <Element> text.
Value of <Element>Meaning of Error Message
PinNameThe specified pin <Item> does not exist in the pin map.
SystemPinNameThe specified system pin <Item> does not exist in the pin map.
PinOrPinGroupNameThe specified pin or pin group name <Item> does not exist in the pin map.
RelayNameThe specified relay <Item> does not exist in the pin map.
SystemRelayNameThe specified system relay <Item> does not exist in the pin map.
RelayOrRelayGroupNameThe specified relay or relay group name <Item> does not exist in the pin map.
SiteNumberThe specified site number <Item> does not exist in the pin map.
InstrumentNameThe specified instrument <Item> does not exist in the pin map.
MultiplexerNameThe specified multiplexer <Item> does not exist in the pin map.
RelayDriverModuleNameThe specified relay driver module <Item> does not exist in the pin map.
Error Message There is a duplicate key sequence '<Item1> [<Item2>]' for the 'http://www.ni.com/TestStand/SemiconductorModule/PinMap.xsd:<Element>' key or unique identity constraint.
Interpretation The following table includes the exact meaning of the error message, which depends on the value of the <Element> text.
Value of <Element>Meaning of Error Message
PinName, AllPinNames, AllPinOrPinGroupNames, AllPinAndRelayNames The specified pin, pin group name, relay, or relay group name <Item1> is defined multiple times in the pin map.
SiteNumberThe specified site number <Item1> is defined multiple times the pin map.
InstrumentNameThe specified instrument <Item1> is defined multiple times the pin map.
MultiplexerNameThe specified multiplexer <Item1> is defined multiple times in the pin map.
RelayDriverModuleNameThe specified relay driver module <Item1> is defined multiple times in the pin map.
ConnectionDUTPinThe pin <Item2> on site <Item1> is connected to multiple instrument channels.
ConnectionSiteRelayThe relay <Item2> on site <Item1> is connected to multiple relay driver module control lines.
SystemConnectionDUTPinThe system pin <Item1> is connected to multiple instrument channels.
SystemConnectionSiteRelayThe system relay <Item1> is connected to multiple relay driver module control lines.
ConnectionInstrumentChannelThe channel <Item2> on instrument <Item1> is connected to multiple pins.
RelayConnectionModuleDriverThe control line <Item2> on relay driver module <Item1> is connected to multiple relays.
MultiplexedRouteNameThe multiplexer route <Item1> on multiplexer <Item2> has duplicate connections.
UniqueChannelAndChannelGroupThe specified channel or channel group name <Item1> is defined multiple times in the pin map.