Integration with Other Systems

SPX integrates with external systems through the same interfaces your real devices use. In most projects, the integration boundary is a protocol adapter:

  • Modbus: Modbus Adapter

  • MQTT: MQTT Adapter

  • HTTP: HTTP Adapter

  • ASCII/SCPI: ASCII / SCPI Adapter

  • BLE (via companion service): BLE Adapter

  1. Keep the Model deterministic (driven by MiL tests).

  2. Expose the model through the required protocol adapter.

  3. Validate integration with an end-to-end test suite that runs in CI.

Start with: Use in Unit Tests (MiL).

Last updated