Hello, I am working on a Standardtised test system intended for functional testing of manufactured products.
Hardware part of the system consinsts of:
1. Test system unit, which power supplies, loads, scopes, function generators, etc. and a PXI chassis with some devices.
2. Everything is connected to a test fixture through a standard mass interconnect interface.
3. Test fixture contains all the custom hardware for the DUT.
The goal is to have multiple test system units that could be easily interchangeable and that could accept any test fixture. Any test ficture must be plug-and-play capable on any test system unit. Furthermore, any system component must be replaceable with an identical component without modification to SW and with different component (different vendor, different series, different interface etc.) with least modification to SW. This calls for a hardware abstraction layer. What is not clear to me, what is the recommended strategy and how should the software layers be distributed between TestStand and LabView.
Assuming the usual layers of Test Application -> Application Specific Layer -> Device-Specific Software Plug-In -> Drivers, what should go where and how it should be implemented?
Currently all the layers are implemented in TestStand with ASL and DSSP layers mostly interleaved. TestStand sequences directly access LV hardware drivers. Adding new hardware requires editing these two layers, but allows leaving Test Application intact, but it is clear that such approach will not scale well.
Plase advice.
Thanks in advance!