pith. machine review for the scientific record. sign in

arxiv: 2605.11248 · v1 · submitted 2026-05-11 · 💻 cs.SE · cs.SY· eess.SY

Recognition: no theorem link

SHIA: A Direct SysML-Hardware Interface Architecture for Model-Centric Verification

Amal Elsokary, Charles Lewis, Siyuan Ji

Authors on Pith no claims yet

Pith reviewed 2026-05-13 01:34 UTC · model grok-4.3

classification 💻 cs.SE cs.SYeess.SY
keywords SysMLhardware verificationmodel-based systems engineeringdirect interfacebidirectional communicationdigital threadlogic gate
0
0 comments X

The pith

SysML models can directly stimulate, observe, and verify physical hardware behavior through a bidirectional server link without any model transformations.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces SHIA to keep an executable SysML model inside the hardware verification process by exchanging messages directly with physical systems. This setup uses a server written in embedded C++ on the SysML side and a corresponding server on hardware, eliminating intermediate transformations, co-simulations, or plugins that usually cause the model to drift from the implementation. A logic gate case study shows correct bidirectional messaging and identical outputs when compared via Karnaugh maps. A sympathetic reader would care because the original system model remains the active reference for stimulating and checking hardware rather than becoming a static document passed to other tools. The result points to a shorter path from architecture to verified hardware.

Core claim

SHIA realizes a direct bidirectional connection between an executable SysML model in IBM Rhapsody and physical hardware via a SysML-side server and a Raspberry Pi-based hardware server. In the end-to-end logic gate demonstration, the integrated system exchanged messages correctly in both directions with zero discrepancy between SysML-generated and hardware-generated outputs.

What carries the argument

The SysML Hardware Interface Architecture (SHIA), a pair of servers that establish bidirectional message exchange between the executable SysML model and hardware without transformation chains.

If this is right

  • Hardware verification can be driven directly by the executable system model rather than by derived simulations.
  • The system model remains the authoritative reference for both structure and observed behavior throughout testing.
  • Verification of individual components and full integration can occur while the model stays in the loop.
  • The digital thread from architecture to hardware realization shortens by removing transformation steps.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The approach could be tested on systems larger than a single logic gate to check whether the interface scales without added synchronization overhead.
  • Similar direct links might apply to other executable modeling languages if their tool environments support embedded server code.
  • Adoption would reduce reliance on separate co-simulation platforms for MBSE hardware projects.

Load-bearing premise

A direct server-based interface can be maintained reliably across different hardware platforms and SysML tools without introducing synchronization errors or custom protocol problems.

What would settle it

A discrepancy appearing in output comparison or a failed message exchange when the same interface is applied to a multi-component system on different hardware would show the direct link does not hold.

Figures

Figures reproduced from arXiv: 2605.11248 by Amal Elsokary, Charles Lewis, Siyuan Ji.

Figure 1
Figure 1. Figure 1: Conventional HiL workflow in which SysML informs do [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: SysML-integrated HiL workflow in which the SysML model [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: (a & b) M2T vs. M2M transformation approaches [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: (a) General considerations required for model transforma [PITH_FULL_IMAGE:figures/full_fig_p004_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Development and verification stages of the proposed SHIA workflow. (a) shows SysML modelling, (b) hardware assembly, (c) SHIA [PITH_FULL_IMAGE:figures/full_fig_p006_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: SHIA architecture showing the SysML server, serial com [PITH_FULL_IMAGE:figures/full_fig_p007_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Excutable stateChart of NAND block The upper region determines the current output state of the gate, represented by OutputLow and OutputHigh, while the lower region monitors incoming signal events on the input ports and updates the internal input-state variables accordingly. Based on these stored input values, guarded transitions in the upper region evaluate the NAND condition and activate the appropriate … view at source ↗
Figure 8
Figure 8. Figure 8: IBD diagram of the intended HW prototype with 5 input pins and 5 output pins in red box, and a corresponding test harness in green box [PITH_FULL_IMAGE:figures/full_fig_p009_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: (User interface panel diagram for applying stimuli to and testing the hardware model [PITH_FULL_IMAGE:figures/full_fig_p010_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: SysML Hardware Model Truth Table and its converting to [PITH_FULL_IMAGE:figures/full_fig_p010_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Isolated Hardware Testing Setup The recorded results from the physical hardware testing were man￾ually checked by the operator to confirm that the assembled physical chassis was functioning as expected, 3.4.2. 5.3. SHIA Servers Development As discussed previously, the SHIA mechanism is divided into two servers. The first is the SysML server, which refers to the C++ im￾plementation associated with the SysM… view at source ↗
Figure 12
Figure 12. Figure 12: SHIA Hardware Server Implementation 5.4.2. SHIA SysML Preparation To prepare for SHIA server verification, the behavioural workflow was governed directly within the SysML environment. This demon￾strates SysML functioning as the single source of truth, as the opera￾tional logic of the interface was defined and controlled by the SysML model itself. Accordingly, the model served not only as a representa￾tion… view at source ↗
Figure 13
Figure 13. Figure 13: Test Harness behavioural response to operator inputs, showing the concurrent states [PITH_FULL_IMAGE:figures/full_fig_p012_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: SHIA SysML Server Model Interface Transmit State [PITH_FULL_IMAGE:figures/full_fig_p013_14.png] view at source ↗
Figure 15
Figure 15. Figure 15: Screenshot of the Hardware Server in operation on the Raspberry Pi [PITH_FULL_IMAGE:figures/full_fig_p014_15.png] view at source ↗
Figure 16
Figure 16. Figure 16: (a) System Verification Method and (b) Karnaugh comparison map showing verification of full SHIA system [PITH_FULL_IMAGE:figures/full_fig_p014_16.png] view at source ↗
Figure 17
Figure 17. Figure 17: SHIA mechanism as a direct real time interface between virtual and physical counterparts [PITH_FULL_IMAGE:figures/full_fig_p015_17.png] view at source ↗
Figure 18
Figure 18. Figure 18: Test Harness Context and Comparison to Forecast Opera [PITH_FULL_IMAGE:figures/full_fig_p016_18.png] view at source ↗
read the original abstract

Model-Based Systems Engineering (MBSE) is widely treated as the backbone of digital engineering, with languages such as the Systems Modeling Language (SysML) providing the means to capture system structure, behaviour, and verification intent. Yet once verification moves to hardware, the system model is routinely left behind. Domain-specific simulation environments, model transformations, and bespoke tool integrations take over, and the model that began as the authoritative reference drifts out of sync with the implementation it was meant to govern. This paper introduces the SysML Hardware Interface Architecture (SHIA), which keeps an executable SysML model directly inside the verification loop, exchanging messages with physical hardware without intermediate transformation chains, co-simulation platforms, or broker-mediated plugins. SHIA is realised through a SysML side server, written in embedded C++ within IBM Rhapsody, and a hardware side server running on a Raspberry Pi, together establishing a bidirectional link between the digital model and the physical system. A logic gate case study demonstrates the approach end-to-end, from hardware model construction and prototype assembly to test harness design, behavioural statechart control, and staged verification of each component before integration. The integrated system exchanged messages correctly in both directions, and Karnaugh map comparison between the SysML-generated and hardware-generated outputs showed zero discrepancy. The result shows that, when paired with a suitable interface, SysML need not remain a static description that informs downstream tools; it can serve as the executable layer through which hardware behaviour is stimulated, observed, and verified. The work demonstrates a route to model-governed verification and a shorter digital thread between system architecture and the hardware that realises it.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The manuscript introduces the SysML Hardware Interface Architecture (SHIA), which uses custom servers (embedded C++ in IBM Rhapsody on the model side and a Raspberry Pi on the hardware side) to enable direct bidirectional message exchange between an executable SysML model and physical hardware. It demonstrates the approach end-to-end via a logic-gate case study, reporting correct message exchange in both directions and zero output discrepancy as confirmed by Karnaugh-map comparison, with the goal of keeping the SysML model inside the verification loop without intermediate transformations or co-simulation.

Significance. If the direct-interface approach generalizes, it would be a useful contribution to model-based systems engineering by shortening the digital thread and reducing model drift during hardware verification. The explicit end-to-end prototype with exact matching on a simple case provides a concrete, reproducible demonstration of feasibility using standard tools.

major comments (2)
  1. [Case Study] Case Study section: the demonstration is restricted to a single basic logic gate. No tests or measurements are reported for concurrent statechart behaviors, multiple signals, message queuing, clock skew, or protocol stability under load, which are required to substantiate the central claim that SHIA reliably keeps the model inside the verification loop for general SysML models.
  2. [Architecture and Implementation] Architecture and Implementation sections: the paper describes the two servers but supplies no details on the custom protocol, error handling, timing, or synchronization mechanisms. This omission is load-bearing for assessing whether the bidirectional link avoids drift or errors beyond the narrow prototype.
minor comments (2)
  1. [Abstract] The abstract states that 'staged verification of each component' was performed, but the main text does not enumerate or detail these stages, reducing clarity on the verification process.
  2. [Introduction] Consider adding a brief related-work subsection contrasting SHIA with existing co-simulation or broker-based MBSE-hardware integrations to better situate the contribution.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback and for recognizing the potential of SHIA to shorten the digital thread in model-based systems engineering. We respond to each major comment below and describe the revisions we will incorporate.

read point-by-point responses
  1. Referee: [Case Study] Case Study section: the demonstration is restricted to a single basic logic gate. No tests or measurements are reported for concurrent statechart behaviors, multiple signals, message queuing, clock skew, or protocol stability under load, which are required to substantiate the central claim that SHIA reliably keeps the model inside the verification loop for general SysML models.

    Authors: We agree that the case study is limited to a single logic gate and does not include tests for concurrent statecharts, multiple signals, queuing, clock skew, or load stability. The manuscript presents the logic-gate prototype as an end-to-end feasibility demonstration rather than a comprehensive validation across all SysML behaviors. In revision we will add an explicit limitations subsection that acknowledges these gaps and outlines how the architecture could be extended to statechart concurrency and multi-signal scenarios. We maintain that the zero-discrepancy result on the implemented prototype supports the core claim of direct model-hardware exchange, while generalization to arbitrary SysML models remains future work. revision: partial

  2. Referee: [Architecture and Implementation] Architecture and Implementation sections: the paper describes the two servers but supplies no details on the custom protocol, error handling, timing, or synchronization mechanisms. This omission is load-bearing for assessing whether the bidirectional link avoids drift or errors beyond the narrow prototype.

    Authors: We acknowledge that the current manuscript lacks sufficient detail on the custom protocol, error handling, timing assumptions, and synchronization. In the revised version we will insert a dedicated subsection that specifies the message format (including headers and payloads), error-detection method (checksum plus retransmission), timing model (Rhapsody execution cycle versus Raspberry Pi loop), and synchronization via request-acknowledge handshakes. These additions will allow readers to evaluate drift avoidance beyond the reported prototype. revision: yes

Circularity Check

0 steps flagged

No circularity: empirical demonstration of implemented architecture

full rationale

The paper presents a descriptive account of the SHIA architecture, its implementation via custom servers in Rhapsody and on Raspberry Pi, and an end-to-end case study on a single logic gate. The central result (correct bidirectional message exchange with zero discrepancy via Karnaugh map comparison) is obtained directly from the physical integration and testing process rather than from any equations, fitted parameters, predictions, or self-citations that reduce the outcome to prior inputs by construction. No derivation chain exists; the work is self-contained as an engineering demonstration.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

This is an applied engineering architecture paper; it introduces no free parameters, mathematical axioms, or new postulated entities.

pith-pipeline@v0.9.0 · 5609 in / 1071 out tokens · 46872 ms · 2026-05-13T01:34:26.966729+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

52 extracted references · 52 canonical work pages

  1. [1]

    ISO/IEC/IEEE, Iso/iec/ieee international standard - sys- tems and software engineering–system life cycle processes, ISO/IEC/IEEE 15288:2023(E) (2023) 1–128doi:10.1109/ IEEESTD.2023.10123367

  2. [2]

    E. R. Carroll, R. J. Malins, Systematic literature review: How is model-based systems engineering justified?, INCOSE Website (2016)

  3. [3]

    Fieber, N

    F. Fieber, N. Regnat, B. Rumpe, Assessing usability of model driven development in industrial projects, arXiv preprint arXiv:1409.6588 (2014)

  4. [4]

    Harvey, M

    D. Harvey, M. Waite, P. Logan, T. Liddy, Document the model, don’t model the document, in: Proc. Syst. Eng./Test Eval. Conf. 6th Asia Pac. Conf. Syst. Eng, 2012

  5. [5]

    Cederbladh, A

    J. Cederbladh, A. Cicchetti, J. Suryadevara, Early validation and verification of system behaviour in model-based systems engi- neering: A systematic literature review, ACM Transactions on Software Engineering and Methodology 33 (3) (2024) 1–67

  6. [6]

    Nolan, B

    B. Nolan, B. Brown, L. Balmelli, T. Bohn, U. Wahli, Model driven systems development with rational products, IBM Red- books (2008)

  7. [7]

    W. D. Miller, et al., The future of systems engineering: Real- izing the systems engineering vision 2035., in: TE, 2022, pp. 739–747

  8. [8]

    Akundi, W

    A. Akundi, W. Ankobiah, O. Mondragon, S. Luna, Perceptions and the extent of model-based systems engineering (mbse) use– an industry survey, in: 2022 IEEE International Systems Con- ference (SysCon), IEEE, 2022, pp. 1–7

  9. [9]

    De Saqui-Sannes, R

    P. De Saqui-Sannes, R. A. Vingerhoeds, C. Garion, X. Thiri- oux, A taxonomy of mbse approaches by languages, tools and methods, IEEE Access 10 (2022) 120936–120950

  10. [10]

    Hause, et al., The sysml modelling language, in: Fifteenth European systems engineering conference, V ol

    M. Hause, et al., The sysml modelling language, in: Fifteenth European systems engineering conference, V ol. 9, 2006, pp. 1– 12

  11. [11]

    URLhttps://www.3ds.com/products/catia/ no-magic/sysml-plugin

    Dassault Systèmes, No magic sysml plugin, accessed: 2026-03- 23 (2026). URLhttps://www.3ds.com/products/catia/ no-magic/sysml-plugin

  12. [12]

    URLhttps://www.ibm.com/products/ engineering-rhapsody

    IBM, Ibm engineering rhapsody, accessed: 2026-03-23 (2026). URLhttps://www.ibm.com/products/ engineering-rhapsody

  13. [13]

    Fosse, C

    E. Fosse, C. L. Delp, Systems engineering interfaces: A model based approach, in: 2013 IEEE Aerospace Conference, IEEE, 2013, pp. 1–8

  14. [14]

    Mihali ˇc, M

    F. Mihali ˇc, M. Trunti ˇc, A. Hren, Hardware-in-the-loop simula- tions: A historical overview of engineering challenges, Elec- tronics 11 (15) (2022) 2462

  15. [15]

    F. Tao, Q. Qi, L. Wang, A. Nee, Digital twins and cyber– physical systems toward smart manufacturing and industry 4.0: Correlation and comparison, Engineering 5 (4) (2019) 653–661

  16. [16]

    Bacic, On hardware-in-the-loop simulation, in: Proceedings of the 44th IEEE Conference on Decision and Control, IEEE, 2005, pp

    M. Bacic, On hardware-in-the-loop simulation, in: Proceedings of the 44th IEEE Conference on Decision and Control, IEEE, 2005, pp. 3194–3198

  17. [17]

    Q. Liu, J. Leng, D. Yan, D. Zhang, L. Wei, A. Yu, R. Zhao, H. Zhang, X. Chen, Digital twin-based designing of the config- uration, motion, control, and optimization model of a flow-type smart manufacturing system, Journal of Manufacturing Systems 58 (2021) 52–64

  18. [18]

    Huang, A

    J. Huang, A. Gheorghe, H. Handley, P. Pazos, A. Pinto, S. Ko- vacic, A. Collins, C. Keating, A. Sousa-Poza, G. Rabadi, et al., Towards digital engineering: the advent of digital systems engi- neering, International Journal of System of Systems Engineer- ing 10 (3) (2020) 234–261

  19. [19]

    Nigischer, S

    C. Nigischer, S. Bougain, R. Riegler, H. P. Stanek, M. Grafinger, Multi-domain simulation utilizing sysml: state of the art and future perspectives, Procedia CIRP 100 (2021) 319–324

  20. [20]

    M. V . P. Pessoa, L. F. Pires, J. L. R. Moreira, C. Wu, Model- based digital threads for socio-technical systems, in: Ma- chine learning for smart environments/cities: An IoT approach, Springer, 2022, pp. 27–52

  21. [21]

    O. S. Sprock, et al., Bridging model-based systems engineer- ing, digital twins, and cyber-physical manufacturing systems: A foundational framework for operational excellence, Interna- tional Multidisciplinar Journal of Emerging Technologies and Applications 1 (1) (2026) 61–96

  22. [22]

    R. S. Kalawsky, J. O’Brien, S. Chong, C. Wong, H. Jia, H. Pan, P. R. Moore, Bridging the gaps in a model-based system engi- neering workflow by encompassing hardware-in-the-loop simu- lation, IEEE systems Journal 7 (4) (2013) 593–605

  23. [23]

    Kiesbye, D

    J. Kiesbye, D. Messmann, M. Preisinger, G. Reina, D. Nagy, F. Schummer, M. Mostad, T. Kale, M. Langer, Hardware-in- the-loop and software-in-the-loop testing of the move-ii cubesat, Aerospace 6 (12) (2019) 130

  24. [24]

    Yeiser, S

    A. Yeiser, S. Pavalkis, O. Yakimenko, Exploring the executable sysml capabilities to integrate and operate hardware in the loop, in: INCOSE International Symposium, V ol. 34, Wiley Online Library, 2024, pp. 2489–2508

  25. [25]

    Helle, G

    P. Helle, G. Schramm, Hardware-in-the-loop with sysml and cameo systems modeler, in: INCOSE International Symposium, V ol. 34, Wiley Online Library, 2024, pp. 1807–1819

  26. [26]

    Speedgoat, Solutions,https://www.speedgoat.com/ solutions, accessed: 14 Oct 2025 (2025)

  27. [27]

    Chabibi, A

    B. Chabibi, A. Anwar, M. Nassar, Towards a model integration from sysml to matlab/simulink., J. Softw. 13 (12) (2018) 630– 645

  28. [28]

    Jankevicius, OMG SysPhS: Integrating SysML, Simulink, Modelica and FMI, Presentation, INCOSE International Work- shop, Torrance, CA, 27 January 2020, accessed: 2026-03-23 (2020)

    N. Jankevicius, OMG SysPhS: Integrating SysML, Simulink, Modelica and FMI, Presentation, INCOSE International Work- shop, Torrance, CA, 27 January 2020, accessed: 2026-03-23 (2020). URLhttps://omgwiki.org/MBSE/lib/exe/fetch.php? media=mbse:smswg:smswg_20:omg_sysphs_-_sysml_ simulink_modelica_fmi_incose.pdf

  29. [29]

    rep., Object Management Group, accessed: 14 Oct 2025 (2021)

    Object Management Group (OMG), Sysml extension for physi- cal interaction and signal flow simulation (sysphs), version 1.1, Tech. rep., Object Management Group, accessed: 14 Oct 2025 (2021). URLhttps://www.omg.org/spec/SysPhS/1.1/ 17

  30. [30]

    Barbau, C

    R. Barbau, C. Bock, M. Dadfarnia, Translator from extended sysml to physical interaction and signal flow simulation plat- forms, Journal of Research of the National Institute of Standards and Technology 124 (2019) 1

  31. [31]

    rep., Modelica Association Project FMI, accessed: 14 Oct 2025 (2023)

    Modelica Association, Functional mock-up interface specifica- tion, version 3.0, Tech. rep., Modelica Association Project FMI, accessed: 14 Oct 2025 (2023). URLhttps://fmi-standard.org/docs/3.0/

  32. [32]

    B. Wang, J. S. Baras, Hybridsim: A modeling and co-simulation toolchain for cyber-physical systems, in: 2013 IEEE/ACM 17th International Symposium on Distributed Simulation and Real Time Applications, IEEE, 2013, pp. 33–40

  33. [33]

    Rossa, M

    L. Rossa, M. Brendike, et al., Epics integration for rapid con- trol prototyping hardware from speedgoat, in: 19th International Conference on Accelerator and Large Experimental Physics Control Systems (ICALEPCS’23), Cape Town, South Africa, 09-13 October 2023, JACOW Publishing, Geneva, Switzerland, 2024, pp. 1317–1321

  34. [34]

    Godart, J

    P. Godart, J. Gross, R. Mukherjee, W. Ubellacker, Generating real-time robotics control software from sysml, in: 2017 IEEE Aerospace Conference, IEEE, 2017, pp. 1–11

  35. [35]

    G. Wang, S. Pavalkis, A model-based v&v test strategy based on emerging system modeling techniques, in: INCOSE Inter- national Symposium, V ol. 29, Wiley Online Library, 2019, pp. 771–787

  36. [36]

    Gomez, J

    C. Gomez, J. Pascal, P. Esteban, Y . Deleris, J. Devatine, Embed- ded systems requirements verification using hiles designer, in: ERTS2 2010, Embedded Real Time Software & Systems, 2010

  37. [37]

    Hoyos, R

    H. Hoyos, R. Casallas, F. Jiménez, D. Correal, Hiles2: model driven embedded system virtual prototype generation, in: Pro- ceedings of the 2011 Symposium on Theory of Modeling & Simulation: DEVS Integrative M&S Symposium, 2011, pp. 75– 82

  38. [38]

    Gutierrez, H

    A. Gutierrez, H. Chamorro, J. F. Jimenez, Hardware-in-the-loop based sysml for model and control design of interleaved boost converters, in: 2014 IEEE 15th Workshop on Control and Mod- eling for Power Electronics (COMPEL), IEEE, 2014, pp. 1–6

  39. [39]

    Gutierrez, H

    A. Gutierrez, H. Chamorro, J. Jimenez, L. F. L. Villa, C. Alonso, Hardware-in-the-loop simulation of pv systems in micro-grids using sysml models, in: 2015 IEEE 16th Workshop on Control and Modeling for Power Electronics (COMPEL), IEEE, 2015, pp. 1–5

  40. [40]

    Güdemann, S

    M. Güdemann, S. Kegel, F. Ortmeier, O. Poenicke, K. Richter, Sysml in digital engineering, in: Proceedings of the First Inter- national Workshop on Digital Engineering, 2010, pp. 1–8

  41. [41]

    Bajaj, S

    M. Bajaj, S. Friedenthal, E. Seidewitz, Systems modeling lan- guage (sysml v2) support for digital engineering, Insight 25 (1) (2022) 19–24

  42. [42]

    Jones, C

    D. Jones, C. Snider, A. Nassehi, J. Yon, B. Hicks, Characterising the digital twin: A systematic literature review, CIRP journal of manufacturing science and technology 29 (2020) 36–52

  43. [43]

    Grieves, Digital twin: manufacturing excellence through vir- tual factory replication

    M. Grieves, Digital twin: manufacturing excellence through vir- tual factory replication. 2014, White Paper (2022)

  44. [44]

    G. J. Pierce, J. D. Heeren, T. R. Hill, Orion sysml model, dig- ital twin, and lessons learned for artemis i, in: INCOSE Inter- national Symposium, V ol. 33, Wiley Online Library, 2023, pp. 290–304

  45. [45]

    NI, Compactrio systems (crio),https://www.ni.com/en/ shop/compactrio.html, accessed: 2026-04-09 (2026)

  46. [46]

    NI, Specifications explained: Compactdaq and com- pactrio chassis and controllers,https://www.ni.com/ en/support/documentation/supplemental/17/ specifications-explained--cdaq-and-crio-chassis/ /-and-controllers.html, accessed: 2026-04-09 (2025)

  47. [47]

    NI, Introduction to ni linux real-time, https://www.ni.com/en/shop/linux/ introduction-to-ni-linux-real-time.html, accessed: 2026-04-09 (2025)

  48. [48]

    Gugerty, R

    M. Gugerty, R. Jenkins, D. Dolezilek, Case study comparison of serial and ethernet digital communications technologies for transfer of relay quantities, in: proceedings of the 33rd Annual Western Protective Relay Conference, Spokane, W A, 2006

  49. [49]

    WiringPi, Wiringpi: Gpio interface library for raspberry pi,https://github.com/WiringPi/WiringPi, accessed: 2026-04-09 (2026)

  50. [50]

    WiringPi, WiringPi-Python,https://github.com/ WiringPi/WiringPi-Python, gitHub repository, archived on 31 October 2023, accessed 18 March 2026 (2023)

  51. [51]

    Zhang, C

    W. Zhang, C. Cockburn, M. Henshaw, P. Douglas, P. Palmer, J. Olivier-Myall, S. Ji, MBSE Co-Pilot: A research roadmap, Systems Engineering 29 (1) (2026) 20–33.doi:10.1002/ sys.70011

  52. [52]

    Z. Li, S. Husung, H. Wang, Llm-assisted semantic alignment and integration in collaborative model-based systems engineer- ing using sysml v2, in: 2025 IEEE International Symposium on Systems Engineering (ISSE), 2025, pp. 1–8.doi:10.1109/ ISSE65546.2025.11369983. 18