System
Integration
Testing
Why Gantner Instruments
Flexible Mixed-Signal Data Acquisition
Q.series X is a mixed-signal, multi-channel data acquisition solution offering a versatile range of I/O modules. You can measure voltage, current, displacement, force, strain, vibration, sound, temperature, counters, and more. With this maximum sensor flexibility, the DAQ system can be easily adapted to the demanding requirements of system integration testing.
Distributed and Synchronized DAQ
Due to the size of the full-scale system integration test rigs, long sensor cable runs sometimes seem unavoidable. Q.series X modules provide the perfect solution in installations where multiple signals are widely dispersed and require simultaneous sampling and comparison (less than a microsecond), reducing cable clutter and being user-friendly. Also, measurements are less prone to noise due to short sensor cables.
Universal Connectivity
A wide variety of data communication interfaces, such as EtherCAT and IoT protocols like OPC UA, MQTT, and DDS, are available for seamless integration between flight computers, flight control systems, flight simulators, reaction loading systems, and data acquisition systems. Plugins & drivers for LabVIEW, MATLAB, and Python, among others, enable advanced data analysis and reporting.
Avionics Bus Integration
Q.series X can decode, display and log data from standard avionic bus systems. Each channel from the avionics bus is fully synchronized with the measurement data and recorded to a single file, providing the capability for avionics integration testing where the interaction of avionics with the actual flight control and utility systems can be validated.
Advanced Test Automation
The Q.series X programmable automation controller (PAC) brings test engineers a high-performance test automation and control solution for their system integration test rig, running stand-alone without a PC. When using the test.con graphical programming environment, it is possible to set up test sequences, mathematical functions for complex alarm and event handling, automated actions, and even high-speed closed loop (PID) control.
Application Examples
AE
Measuring temperature in components of Hybrid Electric Drives
Click here to request
access to every
GI Application Example
Who trusts Gantner for System Integration Testing?
FAQ
These are frequently asked questions regarding our System Integretaion Testing:
System Integration Testing (SIT) is a phase in the software or system development process where the focus is on verifying that multiple components or subsystems work together correctly as a complete integrated system. In other words, after individual units or modules have been tested in isolation (unit tests) and perhaps after subsystems have undergone subsystem testing, SIT involves assembling those pieces and testing the interfaces and interactions between them. The goal is to uncover any problems in the way components integrate: mismatched data formats, timing issues, communication errors, etc., that wouldn’t be visible when testing components alone.
For example, imagine a data acquisition system with separate subsystems for sensing, logging, and a user interface. Even if each part works on its own, system integration testing would ensure that the sensor feeds data to the logger correctly and the UI properly displays it in real-time. During SIT, testers will create test scenarios that span multiple modules – ensuring that the system meets its overall requirements when everything is connected. This can include nominal cases as well as failure cases (e.g., how does the integrated system handle a lost network message or an out-of-range value from a sensor).
SIT can be conducted in stages (incremental integration testing), especially if the system is large, integrating a few components at a time until the full system is assembled. It is typically followed by system testing (where the fully integrated system is tested against its specifications) and then user acceptance testing. In summary, system integration testing is about testing a complete, integrated system to verify that all the pieces cooperate as intended, with correct data flow and control flow between components.