SIL

Articles, guides, and products tagged "SIL" — a combined view of every catalogue resource on this topic.

User guide

Software and firmware engineering for embedded ECUs of an electric scooter as the 29th engineering axis: UN R156 SUMS + ISO/SAE 21434 + Automotive SPICE 4.0 + MISRA C:2023 + ISO 26262-6:2018 + AUTOSAR Classic R23-11 + ISO/IEC/IEEE 12207:2017 + ISO/IEC/IEEE 29148:2018 + ISO/IEC 25010:2023 + CISA SBOM Minimum Elements + CWE/CVE + CVSS v4.0

Engineering deep-dive into software & firmware engineering as the 29th engineering axis and the twelfth cross-cutting infrastructure axis — describes how firmware of e-scooter embedded ECUs (motor controller + BMS + dashboard + IoT gateway + charger MCU) is developed under MISRA C:2023, validated through the Automotive SPICE 4.0 V-model + SWE.1–SWE.6 + SYS.1–SYS.5 + HWE.1–HWE.4 + MLE.1–MLE.4, OTA-updated under UN R156 SUMS (L-category mandate: Dec 2027 new types / June 2029 existing types), traced through the ISO/IEC/IEEE 12207:2017 software lifecycle's 30 processes in 4 groups (Agreement + Organizational Project-Enabling + Technical Management + Technical), documented via SBOM per CISA Minimum Elements 2025 (Supplier + Component + Version + Unique-IDs + Dependencies + Author + Timestamp + Hash + License + Tool + Generation-Context) in SPDX 2.3 and CycloneDX 1.6 formats, versioned through the ISO/IEC 25010:2023 product quality model's 8 characteristics, qualified at the toolchain level per ISO 26262-8 Clause 11 (TCL1/TCL2/TCL3 + TD1/TD2/TD3), and monitored through CWE Top 25 + CVSS v4.0 (Base + Threat + Environmental + Supplemental). 18 numbered sections.

15 min read

User guide

E-scooter motor and controller engineering: BLDC electromagnetics, FOC, KV constant, MOSFET inverter and IEC/UL/ISO/ECE standards

Engineering deep-dive into the e-scooter powertrain — parallel to the introductory overviews «Motors: geared vs direct-drive hub» and «Controller, BMS, display, IoT»: BLDC electromagnetic physics (Lorentz force F=BIL, Faraday EMF ε=-dΦ/dt, Lenz law), KV constant in RPM/V as winding characteristic, torque constant Kt=60/(2π·KV) — why KV 10 on 48 V gives a theoretical 480 RPM/V × 0,95 = 22 N·m/A through mirror symmetry; stator/rotor topology (12-slot 14-pole inrunner vs hub-mount outrunner, NdFeB N42/N48/N52 remanence Br 1.28–1.44 T, ferrite Y30 Br 0.4 T, samarium-cobalt SmCo for high temperatures); three loss types — copper I²R (`P_cu = 3·I²·R_phase`), iron/hysteresis via Steinmetz (`P_h = k_h · f · B^n`, n≈1.6–2.2), eddy currents (`P_e = k_e · f² · B² · t²`); efficiency 85–92 % and why peak efficiency is always near ~50–75 % rated load; thermal management — IEC 60085 insulation class B (130 °C), F (155 °C), H (180 °C), IEC 60529 IP54/65/67 sealing for hub-mounted motors; FOC (Field-Oriented Control) — Clarke transform abc→αβ, Park transform αβ→dq with rotor angle θ, PI controllers for i_d=0 + i_q as torque command, SVPWM (space-vector PWM) modulation; MOSFET inverter — six-MOSFET three-phase bridge, IRFB3077/IPB019N08N3 with RDS(on) 1–5 mΩ, switching losses `0.5·V·I·(t_r+t_f)·f_sw` at 16–32 kHz, dead time 200–500 ns, gate driver 10–15 A peak; DC-link capacitor — ripple current 10–30 A, low-ESR aluminum-electrolytic 1000–2200 μF or polypropylene film; regenerative braking physics — motor as generator, inverter as rectifier, BMS-limited charge acceptance; engineering ↔ symptom diagnostic matrix; full matrix of 9 standards — IEC 60034-1:2022 rotating electrical machines, IEC 60034-30-1 efficiency classes IE1-IE5, UL 1004-1 motors general, UL 1310 Class 2 power units, ISO 21434:2021 road vehicles cybersecurity, IEC 61508 functional safety SIL 1-4, ECE R10 rev 6 EMC + CISPR 14-1, FMVSS 305 high-voltage powertrain, UN ECE R136 L-category propulsion.

18 min read

User guide

E-scooter Verification & Validation (V&V) engineering as the 33rd engineering axis: verification-validation meta-axis — IEEE 1012:2016 + ISO/IEC/IEEE 29119 + 12207:2017 + 15288:2015 + IEEE 730 + 1028 + V-Model + W-Model + Boehm 1979 + IV&V + ISO 26262-8 + DO-178C

Engineering deep-dive into V&V (verification & validation) engineering as the 33rd engineering axis and 6th process meta-axis. Describes the systematic methodology for answering Boehm's 1979 two questions — verification ("Are we building the product right?" — does it conform to the requirements and specs) and validation ("Are we building the right product?" — does it satisfy real-world user need) — across all other axes. Covers: IEEE 1012:2016 *Standard for System, Software, and Hardware Verification and Validation* (V&V life-cycle processes for systems + software + hardware; integrity levels 1-4 with risk-graduated rigor; aligned with ISO/IEC/IEEE 15288:2015 + 12207:2017); ISO/IEC/IEEE 29119 family — a five-part testing standard (Part 1:2022 concepts/definitions; Part 2:2021 test processes; Part 3:2021 test documentation, replacing IEEE 829-2008; Part 4:2021 test techniques; Part 5:2024 keyword-driven testing); ISO/IEC/IEEE 12207:2017 software life-cycle V&V; ISO/IEC/IEEE 15288:2015 system life-cycle V&V; IEEE 730:2014 SQA Plan; IEEE 1028:2008 software reviews + audits with 5 types (management, technical, inspection, walk-through, audit) + Fagan inspection IBM 1976 origin; V-Model (Forsberg-Mooz 1991 + Boehm refinement; left-side requirements/design + right-side V&V mirror); W-Model (extension with V&V activities in parallel with development); Boehm 1979 verification-vs-validation seminal distinction; IV&V (Independent V&V) per IEEE 1012 with 3 independencies (technical + managerial + financial); test coverage criteria (statement, branch, decision, MC/DC, path); mutation testing DeMillo-Lipton-Sayward 1978; ISO 26262-8:2018 clause 9 verification of safety requirements + clause 10 software verification; DO-178C software considerations in airborne systems with 5 software levels A-E; traceability matrix RTM requirements → design → code → tests; risk-based testing ISO/IEC/IEEE 29119-2:2021 cross-link to risk-management EV; defect taxonomies; TMMi 5 levels. A 32-row cross-axis matrix maps the V&V concept to each of the 32 prior engineering axes (battery cycling chamber test + brake dyno + motor torque-loop verification + tire UNECE R75 validation + EMC chamber + IP-spray chamber + cybersecurity pen-test + functional-safety HiL); 8-step DIY owner V&V "tells" checklist (test reports availability + certification body + independent test lab marks + manufacturer field-issue track-record + traceability between datasheet specs and actual measurements).

15 min read