Within small switching system configurations or when utilizing just single switch modules, the user typically applies device drivers with the provided API to control the relays. Simple CLOSE and OPEN commands with additional parameters like module number and channel number control the required relays.
The user must always take care in order to avoid shorts or malfunctions even when performing simple switching tasks. If there are many relays involved, the risk of error increases significantly.
The example below of a 4-wire resistance measurement where a Digital Multimeter (DMM) and the Device-Under-Test (DUT) are connected to the matrix X-axis; turning a simple switching setup into something more complex.
For the correct measurement, all four signal paths between DMM and DUT must be properly set, meaning all crosspoints on all four Y-axis’ must be closed at the correct X position. If only one is wrong, it will end up in erroneous measurements or possible shorts to adjacent DUT terminals. For another example, an additional 4-wire resistance measurement takes place on the second matrix. Two 2-pole relays are cascading both matrices by interconnecting Y-bus 1 to 4. Now, even more relays distributed on three different modules have to be programmed properly to achieve a correct measurement.
It is obvious that switching system complexity increases when multiple modules configured and interconnected with each other are carrying signals routed throughout the system. For this reason, switching and routing software, like our Switch Path Manager, takes its role to manage any configuration complexity, yet remains easy to use and always takes safety aspects into account.
Switch Path Manager virtually describes any switching architecture and processes all stored project data for switching and routing at runtime. A multivendor and platform independent switch module library provides the models that are added to the project. In addition, the physical interconnections as well as the endpoints have to be defined. Endpoints are the boundary of the system where measurement and stimuli equipment and all the UUT access points are connected. By calling Point-to-Point or Point-to-Multipoint functions, the routing is processed, and the required relays are controlled to establish a signal path between these endpoints. The router will never interfere with existing routes and will find an alternate bypass or will terminate with an error message if not successful.
Continuing the first example and extending it to a 4-wire resistance measurement DMM to R2 (Channel 2) there are four routes to be established and therefore four CONNECT functions to be called. When using the device driver, 18 CLOSE commands have to be sent to achieve the same setup. Besides the increasing the number of commands, good knowledge of the system is required to understand which crosspoints have to be used.
Switch Path Manager with Auto-Routing
Classic Device Driver
If frequently recurring, routes are required it might be more efficient to create fixed routes instead of calling Endpoint-to-Endpoint connections. Those routes can be grouped together to make connecting and disconnecting even simpler. Each separate route holds an attribute called Auto-Route or Static-Route. Thus determining in advance whether a route selects an independent path based on the current switch status or a static one, which might fail if an existing route is blocking the way.
For the R2 4-wire measurement four single routes (R2_DMM-, R2_DMM+, R2_DMMs+, R2_DMMs-) are grouped (GRP_DMM_R2) and switched by single Connect Route Group commands:
Switch Path Manager handles individual relay control as well: a relay group, which is a group of one or more relays, is called by function:
For example, relay group RELAYGRP contains the relay channel information of crosspoints Y2/X10, Y2/X11, Y3/X10, Y3/X11.
A very important aspect, when applying routing software, is short circuit detection. If not handled correctly, routing might create shorts in a switching system. In the configuration below, there are two switching systems interconnected via a normally closed relay. Now, with an existing route established between A and B, a second route from C to D would cause an unwanted short of the two systems. The Switch Path Manager short circuit detection (SCD) prevents this condition, returns an error message and will not switch this second route.
Another more obvious example illustrates the short circuit detection when using multi-pole relays: Two matrices are interconnected on their Y1 and Y2 lines via a 2-pole relay. The blue and green routes have already been switched. Another signal path from X1 left side and X3 right side would allow a route over one pole of the 2-pole relay. However, Switch Path Manager prevents the closing; as on the first pole the green and the blue existing routes would then inadvertently be shorted.
Picture 1 Picture 2
For smooth and easy implementation of switching applications with minimal coding, switching and routing software like Switch Path Manager is unbeatable compared to low-level programming. A good and accurate setup helps minimize the risk of short circuit switching.
The performance speed of routing software should be considered separately. Such systems will always be slower compared to optimized direct programming; this is especially true when used in small switching configurations with one or very few switch modules. However, these delays are small, in the order of milliseconds.
Our Switch Path Manager supports our switching modules and the interconnection between these products; third party products can be supported upon request. Please contact us with any questions.