systemlink-cli 1.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- slcli/__init__.py +1 -0
- slcli/__main__.py +23 -0
- slcli/_version.py +4 -0
- slcli/asset_click.py +1289 -0
- slcli/cli_formatters.py +218 -0
- slcli/cli_utils.py +504 -0
- slcli/comment_click.py +602 -0
- slcli/completion_click.py +418 -0
- slcli/config.py +81 -0
- slcli/config_click.py +498 -0
- slcli/dff_click.py +979 -0
- slcli/dff_decorators.py +24 -0
- slcli/example_click.py +404 -0
- slcli/example_loader.py +274 -0
- slcli/example_provisioner.py +2777 -0
- slcli/examples/README.md +134 -0
- slcli/examples/_schema/schema-v1.0.json +169 -0
- slcli/examples/demo-complete-workflow/README.md +323 -0
- slcli/examples/demo-complete-workflow/config.yaml +638 -0
- slcli/examples/demo-test-plans/README.md +132 -0
- slcli/examples/demo-test-plans/config.yaml +154 -0
- slcli/examples/exercise-5-1-parametric-insights/README.md +101 -0
- slcli/examples/exercise-5-1-parametric-insights/config.yaml +1589 -0
- slcli/examples/exercise-7-1-test-plans/README.md +93 -0
- slcli/examples/exercise-7-1-test-plans/config.yaml +323 -0
- slcli/examples/spec-compliance-notebooks/README.md +140 -0
- slcli/examples/spec-compliance-notebooks/config.yaml +112 -0
- slcli/examples/spec-compliance-notebooks/notebooks/SpecAnalysis_ComplianceCalculation.ipynb +1553 -0
- slcli/examples/spec-compliance-notebooks/notebooks/SpecComplianceCalculation.ipynb +1577 -0
- slcli/examples/spec-compliance-notebooks/notebooks/SpecfileExtractionAndIngestion.ipynb +912 -0
- slcli/examples/spec-compliance-notebooks/spec_template.xlsx +0 -0
- slcli/feed_click.py +892 -0
- slcli/file_click.py +932 -0
- slcli/function_click.py +1400 -0
- slcli/function_templates.py +85 -0
- slcli/main.py +406 -0
- slcli/mcp_click.py +269 -0
- slcli/mcp_server.py +748 -0
- slcli/notebook_click.py +1770 -0
- slcli/platform.py +345 -0
- slcli/policy_click.py +679 -0
- slcli/policy_utils.py +411 -0
- slcli/profiles.py +411 -0
- slcli/response_handlers.py +359 -0
- slcli/routine_click.py +763 -0
- slcli/skill_click.py +253 -0
- slcli/skills/slcli/SKILL.md +713 -0
- slcli/skills/slcli/references/analysis-recipes.md +474 -0
- slcli/skills/slcli/references/filtering.md +236 -0
- slcli/skills/systemlink-webapp/SKILL.md +744 -0
- slcli/skills/systemlink-webapp/references/deployment.md +123 -0
- slcli/skills/systemlink-webapp/references/nimble-angular.md +380 -0
- slcli/skills/systemlink-webapp/references/systemlink-services.md +192 -0
- slcli/ssl_trust.py +93 -0
- slcli/system_click.py +2216 -0
- slcli/table_utils.py +124 -0
- slcli/tag_click.py +794 -0
- slcli/templates_click.py +599 -0
- slcli/testmonitor_click.py +1667 -0
- slcli/universal_handlers.py +305 -0
- slcli/user_click.py +1218 -0
- slcli/utils.py +832 -0
- slcli/web_editor.py +295 -0
- slcli/webapp_click.py +981 -0
- slcli/workflow_preview.py +287 -0
- slcli/workflows_click.py +988 -0
- slcli/workitem_click.py +2258 -0
- slcli/workspace_click.py +576 -0
- slcli/workspace_utils.py +206 -0
- systemlink_cli-1.3.1.dist-info/METADATA +20 -0
- systemlink_cli-1.3.1.dist-info/RECORD +74 -0
- systemlink_cli-1.3.1.dist-info/WHEEL +4 -0
- systemlink_cli-1.3.1.dist-info/entry_points.txt +7 -0
- systemlink_cli-1.3.1.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,1589 @@
|
|
|
1
|
+
---
|
|
2
|
+
# SLE Example Configuration: Exercise 5-1 - Parametric Insights
|
|
3
|
+
format_version: "1.0"
|
|
4
|
+
name: "exercise-5-1-parametric-insights"
|
|
5
|
+
title: "Exercise 5-1: Parametric Insights - Battery Pack Thermal Cycling"
|
|
6
|
+
description: |
|
|
7
|
+
Training data for Exercise 5-1: Query and Visualize Parametric Test Data.
|
|
8
|
+
|
|
9
|
+
Provisions a realistic dataset of thermal cycle test results for the
|
|
10
|
+
Model ABC battery pack product, collected across three test stands over
|
|
11
|
+
six weeks. Includes distractor products (Model XYZ, Model ABC Rev B)
|
|
12
|
+
to populate the Products table and require students to locate the
|
|
13
|
+
correct product by part number.
|
|
14
|
+
|
|
15
|
+
Highlights built into the data for guided discovery:
|
|
16
|
+
- TC-03 runs consistently ~3-4 degrees C warmer than TC-01/TC-02
|
|
17
|
+
(indicating a potential calibration offset)
|
|
18
|
+
- TC-01 Run 5 (Feb 4): internal_resistance spikes to 21.4 mΩ (FAIL)
|
|
19
|
+
then recovers after maintenance
|
|
20
|
+
- TC-03 Run 4 (Jan 30): cell_temp_3 spikes to 44.8 °C (FAIL),
|
|
21
|
+
prompting stand recalibration
|
|
22
|
+
- Capacity and terminal voltage show a slow downward trend across
|
|
23
|
+
all stands, consistent with normal cell aging
|
|
24
|
+
|
|
25
|
+
author: "NI"
|
|
26
|
+
created_date: "2026-02-20"
|
|
27
|
+
updated_date: "2026-02-20"
|
|
28
|
+
tags:
|
|
29
|
+
- "training"
|
|
30
|
+
- "exercise-5-1"
|
|
31
|
+
- "test-insights"
|
|
32
|
+
- "parametric"
|
|
33
|
+
- "battery"
|
|
34
|
+
|
|
35
|
+
estimated_setup_time_minutes: 5
|
|
36
|
+
required_systemlink_version: "2024.1"
|
|
37
|
+
target_workspace: null
|
|
38
|
+
|
|
39
|
+
resources:
|
|
40
|
+
|
|
41
|
+
# ==========================================================================
|
|
42
|
+
# LOCATION
|
|
43
|
+
# ==========================================================================
|
|
44
|
+
|
|
45
|
+
- type: "location"
|
|
46
|
+
name: "Battery Testing Lab"
|
|
47
|
+
properties:
|
|
48
|
+
description: "Primary facility for battery pack qualification testing"
|
|
49
|
+
address: "1000 Electrochemical Drive"
|
|
50
|
+
city: "Austin"
|
|
51
|
+
state: "TX"
|
|
52
|
+
country: "USA"
|
|
53
|
+
building: "Test Hall B"
|
|
54
|
+
id_reference: "loc_batlab"
|
|
55
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
56
|
+
|
|
57
|
+
# ==========================================================================
|
|
58
|
+
# PRODUCTS
|
|
59
|
+
# ==========================================================================
|
|
60
|
+
|
|
61
|
+
# Primary product — the one students must locate and analyze
|
|
62
|
+
- type: "product"
|
|
63
|
+
name: "Model ABC"
|
|
64
|
+
properties:
|
|
65
|
+
description: "48 V lithium-ion battery pack for industrial automation"
|
|
66
|
+
family: "Battery Packs"
|
|
67
|
+
category: "Energy Storage"
|
|
68
|
+
manufacturer: "DemoPower Systems"
|
|
69
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
70
|
+
id_reference: "prod_abc"
|
|
71
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
72
|
+
|
|
73
|
+
# Distractor product — ensures the Products table has multiple rows
|
|
74
|
+
- type: "product"
|
|
75
|
+
name: "Model XYZ"
|
|
76
|
+
properties:
|
|
77
|
+
description: "Supercapacitor bank module for power buffering"
|
|
78
|
+
family: "Capacitor Banks"
|
|
79
|
+
category: "Energy Storage"
|
|
80
|
+
manufacturer: "DemoPower Systems"
|
|
81
|
+
part_number: "POW-MODEL-XYZ-002"
|
|
82
|
+
id_reference: "prod_xyz"
|
|
83
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
84
|
+
|
|
85
|
+
# Distractor product — same family as Model ABC, different revision
|
|
86
|
+
- type: "product"
|
|
87
|
+
name: "Model ABC Rev B"
|
|
88
|
+
properties:
|
|
89
|
+
description: "Revised 48 V lithium-ion pack with reduced internal resistance"
|
|
90
|
+
family: "Battery Packs"
|
|
91
|
+
category: "Energy Storage"
|
|
92
|
+
manufacturer: "DemoPower Systems"
|
|
93
|
+
part_number: "BAT-MODEL-ABC-REV-B"
|
|
94
|
+
id_reference: "prod_abc_revb"
|
|
95
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
96
|
+
|
|
97
|
+
# ==========================================================================
|
|
98
|
+
# TEST SYSTEMS (thermal cycle test stands)
|
|
99
|
+
# ==========================================================================
|
|
100
|
+
|
|
101
|
+
- type: "system"
|
|
102
|
+
name: "Thermal Cycle Tester TC-01"
|
|
103
|
+
properties:
|
|
104
|
+
description: "Environmental chamber test stand, cell 1"
|
|
105
|
+
location_id: "${loc_batlab}"
|
|
106
|
+
serial_number: "TC-SN-20240301-001"
|
|
107
|
+
status: "operational"
|
|
108
|
+
id_reference: "sys_tc01"
|
|
109
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
110
|
+
|
|
111
|
+
- type: "system"
|
|
112
|
+
name: "Thermal Cycle Tester TC-02"
|
|
113
|
+
properties:
|
|
114
|
+
description: "Environmental chamber test stand, cell 2 — golden reference"
|
|
115
|
+
location_id: "${loc_batlab}"
|
|
116
|
+
serial_number: "TC-SN-20240301-002"
|
|
117
|
+
status: "operational"
|
|
118
|
+
id_reference: "sys_tc02"
|
|
119
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
120
|
+
|
|
121
|
+
- type: "system"
|
|
122
|
+
name: "Thermal Cycle Tester TC-03"
|
|
123
|
+
properties:
|
|
124
|
+
description: "Environmental chamber test stand, cell 3"
|
|
125
|
+
location_id: "${loc_batlab}"
|
|
126
|
+
serial_number: "TC-SN-20240301-003"
|
|
127
|
+
status: "operational"
|
|
128
|
+
id_reference: "sys_tc03"
|
|
129
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
130
|
+
|
|
131
|
+
# ==========================================================================
|
|
132
|
+
# DUTs
|
|
133
|
+
# ==========================================================================
|
|
134
|
+
|
|
135
|
+
- type: "dut"
|
|
136
|
+
name: "BAT-DUT-A01"
|
|
137
|
+
properties:
|
|
138
|
+
description: "Model ABC unit under long-term thermal cycle test on TC-01"
|
|
139
|
+
system_id: "${sys_tc01}"
|
|
140
|
+
location_id: "${loc_batlab}"
|
|
141
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
142
|
+
model_name: "Model ABC"
|
|
143
|
+
model_number: "BAT-MODEL-ABC-001"
|
|
144
|
+
vendor_name: "DemoPower Systems"
|
|
145
|
+
serial_number: "BAT-SN-A01-20250915"
|
|
146
|
+
bus_type: "CAN"
|
|
147
|
+
id_reference: "dut_a01"
|
|
148
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
149
|
+
|
|
150
|
+
- type: "dut"
|
|
151
|
+
name: "BAT-DUT-B01"
|
|
152
|
+
properties:
|
|
153
|
+
description: "Model ABC unit under long-term thermal cycle test on TC-02"
|
|
154
|
+
system_id: "${sys_tc02}"
|
|
155
|
+
location_id: "${loc_batlab}"
|
|
156
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
157
|
+
model_name: "Model ABC"
|
|
158
|
+
model_number: "BAT-MODEL-ABC-001"
|
|
159
|
+
vendor_name: "DemoPower Systems"
|
|
160
|
+
serial_number: "BAT-SN-B01-20250915"
|
|
161
|
+
bus_type: "CAN"
|
|
162
|
+
id_reference: "dut_b01"
|
|
163
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
164
|
+
|
|
165
|
+
- type: "dut"
|
|
166
|
+
name: "BAT-DUT-C01"
|
|
167
|
+
properties:
|
|
168
|
+
description: "Model ABC unit under long-term thermal cycle test on TC-03"
|
|
169
|
+
system_id: "${sys_tc03}"
|
|
170
|
+
location_id: "${loc_batlab}"
|
|
171
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
172
|
+
model_name: "Model ABC"
|
|
173
|
+
model_number: "BAT-MODEL-ABC-001"
|
|
174
|
+
vendor_name: "DemoPower Systems"
|
|
175
|
+
serial_number: "BAT-SN-C01-20250915"
|
|
176
|
+
bus_type: "CAN"
|
|
177
|
+
id_reference: "dut_c01"
|
|
178
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
179
|
+
|
|
180
|
+
- type: "dut"
|
|
181
|
+
name: "XYZ-DUT-001"
|
|
182
|
+
properties:
|
|
183
|
+
description: "Model XYZ capacitor bank under acceptance test on TC-01"
|
|
184
|
+
system_id: "${sys_tc01}"
|
|
185
|
+
location_id: "${loc_batlab}"
|
|
186
|
+
part_number: "POW-MODEL-XYZ-002"
|
|
187
|
+
model_name: "Model XYZ"
|
|
188
|
+
model_number: "POW-MODEL-XYZ-002"
|
|
189
|
+
vendor_name: "DemoPower Systems"
|
|
190
|
+
serial_number: "XYZ-SN-001-20260110"
|
|
191
|
+
bus_type: "CAN"
|
|
192
|
+
id_reference: "dut_xyz01"
|
|
193
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
194
|
+
|
|
195
|
+
- type: "dut"
|
|
196
|
+
name: "ABC-REVB-DUT-001"
|
|
197
|
+
properties:
|
|
198
|
+
description: "Model ABC Rev B prototype under qualification on TC-02"
|
|
199
|
+
system_id: "${sys_tc02}"
|
|
200
|
+
location_id: "${loc_batlab}"
|
|
201
|
+
part_number: "BAT-MODEL-ABC-REV-B"
|
|
202
|
+
model_name: "Model ABC Rev B"
|
|
203
|
+
model_number: "BAT-MODEL-ABC-REV-B"
|
|
204
|
+
vendor_name: "DemoPower Systems"
|
|
205
|
+
serial_number: "ABC-REVB-SN-001-20260112"
|
|
206
|
+
bus_type: "CAN"
|
|
207
|
+
id_reference: "dut_abc_revb01"
|
|
208
|
+
tags: ["exercise-5-1-parametric-insights"]
|
|
209
|
+
|
|
210
|
+
# ==========================================================================
|
|
211
|
+
# TEST RESULTS — MODEL ABC, TC-01 (6 weekly runs, Jan 6 – Feb 11 2026)
|
|
212
|
+
# Notable: Run 5 (Feb 4) FAILS on internal_resistance spike (21.4 mΩ > 20.0 mΩ spec)
|
|
213
|
+
# ==========================================================================
|
|
214
|
+
|
|
215
|
+
- type: "test_result"
|
|
216
|
+
name: "Model ABC TC-01 Cycle 1"
|
|
217
|
+
properties:
|
|
218
|
+
program_name: "Thermal Cycle Test"
|
|
219
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
220
|
+
serial_number: "BAT-SN-A01-20250915"
|
|
221
|
+
system_id: "${sys_tc01}"
|
|
222
|
+
operator: "J. Santos"
|
|
223
|
+
start_time: "2026-01-06T08:00:00Z"
|
|
224
|
+
status: "passed"
|
|
225
|
+
measurements:
|
|
226
|
+
cycle_count: "1"
|
|
227
|
+
cell_temperature_1_c: "37.2"
|
|
228
|
+
cell_temperature_2_c: "36.8"
|
|
229
|
+
cell_temperature_3_c: "37.5"
|
|
230
|
+
cell_temperature_4_c: "37.1"
|
|
231
|
+
ambient_temperature_c: "22.5"
|
|
232
|
+
terminal_voltage_v: "3.85"
|
|
233
|
+
charge_current_a: "1.45"
|
|
234
|
+
capacity_ah: "51.8"
|
|
235
|
+
internal_resistance_mohm: "12.3"
|
|
236
|
+
state_of_charge_pct: "99.8"
|
|
237
|
+
steps:
|
|
238
|
+
- name: "Internal Resistance Check"
|
|
239
|
+
step_type: "NumericLimitTest"
|
|
240
|
+
status: "passed"
|
|
241
|
+
total_time_in_seconds: 3.2
|
|
242
|
+
data:
|
|
243
|
+
parameters:
|
|
244
|
+
- name: "Internal Resistance"
|
|
245
|
+
measurement: "12.3"
|
|
246
|
+
highLimit: "20.0"
|
|
247
|
+
units: "mOhm"
|
|
248
|
+
status: "Passed"
|
|
249
|
+
comparisonType: "LE"
|
|
250
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
251
|
+
step_type: "NumericLimitTest"
|
|
252
|
+
status: "passed"
|
|
253
|
+
total_time_in_seconds: 1.8
|
|
254
|
+
data:
|
|
255
|
+
parameters:
|
|
256
|
+
- name: "Cell Temp 3"
|
|
257
|
+
measurement: "37.5"
|
|
258
|
+
highLimit: "42.0"
|
|
259
|
+
units: "degC"
|
|
260
|
+
status: "Passed"
|
|
261
|
+
comparisonType: "LE"
|
|
262
|
+
- name: "Capacity Check"
|
|
263
|
+
step_type: "NumericLimitTest"
|
|
264
|
+
status: "passed"
|
|
265
|
+
total_time_in_seconds: 5.1
|
|
266
|
+
data:
|
|
267
|
+
parameters:
|
|
268
|
+
- name: "Capacity"
|
|
269
|
+
measurement: "51.8"
|
|
270
|
+
lowLimit: "49.0"
|
|
271
|
+
units: "Ah"
|
|
272
|
+
status: "Passed"
|
|
273
|
+
comparisonType: "GE"
|
|
274
|
+
id_reference: "tr_abc_tc01_c1"
|
|
275
|
+
tags: ["exercise-5-1-parametric-insights", "tc01"]
|
|
276
|
+
|
|
277
|
+
- type: "test_result"
|
|
278
|
+
name: "Model ABC TC-01 Cycle 2"
|
|
279
|
+
properties:
|
|
280
|
+
program_name: "Thermal Cycle Test"
|
|
281
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
282
|
+
serial_number: "BAT-SN-A01-20250915"
|
|
283
|
+
system_id: "${sys_tc01}"
|
|
284
|
+
operator: "J. Santos"
|
|
285
|
+
start_time: "2026-01-13T08:00:00Z"
|
|
286
|
+
status: "passed"
|
|
287
|
+
measurements:
|
|
288
|
+
cycle_count: "2"
|
|
289
|
+
cell_temperature_1_c: "37.5"
|
|
290
|
+
cell_temperature_2_c: "37.1"
|
|
291
|
+
cell_temperature_3_c: "37.8"
|
|
292
|
+
cell_temperature_4_c: "37.4"
|
|
293
|
+
ambient_temperature_c: "22.3"
|
|
294
|
+
terminal_voltage_v: "3.84"
|
|
295
|
+
charge_current_a: "1.44"
|
|
296
|
+
capacity_ah: "51.6"
|
|
297
|
+
internal_resistance_mohm: "12.8"
|
|
298
|
+
state_of_charge_pct: "99.7"
|
|
299
|
+
steps:
|
|
300
|
+
- name: "Internal Resistance Check"
|
|
301
|
+
step_type: "NumericLimitTest"
|
|
302
|
+
status: "passed"
|
|
303
|
+
total_time_in_seconds: 3.2
|
|
304
|
+
data:
|
|
305
|
+
parameters:
|
|
306
|
+
- name: "Internal Resistance"
|
|
307
|
+
measurement: "12.8"
|
|
308
|
+
highLimit: "20.0"
|
|
309
|
+
units: "mOhm"
|
|
310
|
+
status: "Passed"
|
|
311
|
+
comparisonType: "LE"
|
|
312
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
313
|
+
step_type: "NumericLimitTest"
|
|
314
|
+
status: "passed"
|
|
315
|
+
total_time_in_seconds: 1.8
|
|
316
|
+
data:
|
|
317
|
+
parameters:
|
|
318
|
+
- name: "Cell Temp 3"
|
|
319
|
+
measurement: "37.8"
|
|
320
|
+
highLimit: "42.0"
|
|
321
|
+
units: "degC"
|
|
322
|
+
status: "Passed"
|
|
323
|
+
comparisonType: "LE"
|
|
324
|
+
- name: "Capacity Check"
|
|
325
|
+
step_type: "NumericLimitTest"
|
|
326
|
+
status: "passed"
|
|
327
|
+
total_time_in_seconds: 5.1
|
|
328
|
+
data:
|
|
329
|
+
parameters:
|
|
330
|
+
- name: "Capacity"
|
|
331
|
+
measurement: "51.6"
|
|
332
|
+
lowLimit: "49.0"
|
|
333
|
+
units: "Ah"
|
|
334
|
+
status: "Passed"
|
|
335
|
+
comparisonType: "GE"
|
|
336
|
+
id_reference: "tr_abc_tc01_c2"
|
|
337
|
+
tags: ["exercise-5-1-parametric-insights", "tc01"]
|
|
338
|
+
|
|
339
|
+
- type: "test_result"
|
|
340
|
+
name: "Model ABC TC-01 Cycle 3"
|
|
341
|
+
properties:
|
|
342
|
+
program_name: "Thermal Cycle Test"
|
|
343
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
344
|
+
serial_number: "BAT-SN-A01-20250915"
|
|
345
|
+
system_id: "${sys_tc01}"
|
|
346
|
+
operator: "J. Santos"
|
|
347
|
+
start_time: "2026-01-20T08:00:00Z"
|
|
348
|
+
status: "passed"
|
|
349
|
+
measurements:
|
|
350
|
+
cycle_count: "3"
|
|
351
|
+
cell_temperature_1_c: "37.8"
|
|
352
|
+
cell_temperature_2_c: "37.4"
|
|
353
|
+
cell_temperature_3_c: "38.1"
|
|
354
|
+
cell_temperature_4_c: "37.7"
|
|
355
|
+
ambient_temperature_c: "22.8"
|
|
356
|
+
terminal_voltage_v: "3.83"
|
|
357
|
+
charge_current_a: "1.43"
|
|
358
|
+
capacity_ah: "51.4"
|
|
359
|
+
internal_resistance_mohm: "13.5"
|
|
360
|
+
state_of_charge_pct: "99.6"
|
|
361
|
+
steps:
|
|
362
|
+
- name: "Internal Resistance Check"
|
|
363
|
+
step_type: "NumericLimitTest"
|
|
364
|
+
status: "passed"
|
|
365
|
+
total_time_in_seconds: 3.2
|
|
366
|
+
data:
|
|
367
|
+
parameters:
|
|
368
|
+
- name: "Internal Resistance"
|
|
369
|
+
measurement: "13.5"
|
|
370
|
+
highLimit: "20.0"
|
|
371
|
+
units: "mOhm"
|
|
372
|
+
status: "Passed"
|
|
373
|
+
comparisonType: "LE"
|
|
374
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
375
|
+
step_type: "NumericLimitTest"
|
|
376
|
+
status: "passed"
|
|
377
|
+
total_time_in_seconds: 1.8
|
|
378
|
+
data:
|
|
379
|
+
parameters:
|
|
380
|
+
- name: "Cell Temp 3"
|
|
381
|
+
measurement: "38.1"
|
|
382
|
+
highLimit: "42.0"
|
|
383
|
+
units: "degC"
|
|
384
|
+
status: "Passed"
|
|
385
|
+
comparisonType: "LE"
|
|
386
|
+
- name: "Capacity Check"
|
|
387
|
+
step_type: "NumericLimitTest"
|
|
388
|
+
status: "passed"
|
|
389
|
+
total_time_in_seconds: 5.1
|
|
390
|
+
data:
|
|
391
|
+
parameters:
|
|
392
|
+
- name: "Capacity"
|
|
393
|
+
measurement: "51.4"
|
|
394
|
+
lowLimit: "49.0"
|
|
395
|
+
units: "Ah"
|
|
396
|
+
status: "Passed"
|
|
397
|
+
comparisonType: "GE"
|
|
398
|
+
id_reference: "tr_abc_tc01_c3"
|
|
399
|
+
tags: ["exercise-5-1-parametric-insights", "tc01"]
|
|
400
|
+
|
|
401
|
+
- type: "test_result"
|
|
402
|
+
name: "Model ABC TC-01 Cycle 4"
|
|
403
|
+
properties:
|
|
404
|
+
program_name: "Thermal Cycle Test"
|
|
405
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
406
|
+
serial_number: "BAT-SN-A01-20250915"
|
|
407
|
+
system_id: "${sys_tc01}"
|
|
408
|
+
operator: "J. Santos"
|
|
409
|
+
start_time: "2026-01-28T08:00:00Z"
|
|
410
|
+
status: "passed"
|
|
411
|
+
measurements:
|
|
412
|
+
cycle_count: "4"
|
|
413
|
+
cell_temperature_1_c: "38.1"
|
|
414
|
+
cell_temperature_2_c: "37.7"
|
|
415
|
+
cell_temperature_3_c: "38.4"
|
|
416
|
+
cell_temperature_4_c: "38.0"
|
|
417
|
+
ambient_temperature_c: "22.4"
|
|
418
|
+
terminal_voltage_v: "3.82"
|
|
419
|
+
charge_current_a: "1.43"
|
|
420
|
+
capacity_ah: "51.2"
|
|
421
|
+
internal_resistance_mohm: "14.2"
|
|
422
|
+
state_of_charge_pct: "99.5"
|
|
423
|
+
steps:
|
|
424
|
+
- name: "Internal Resistance Check"
|
|
425
|
+
step_type: "NumericLimitTest"
|
|
426
|
+
status: "passed"
|
|
427
|
+
total_time_in_seconds: 3.2
|
|
428
|
+
data:
|
|
429
|
+
parameters:
|
|
430
|
+
- name: "Internal Resistance"
|
|
431
|
+
measurement: "14.2"
|
|
432
|
+
highLimit: "20.0"
|
|
433
|
+
units: "mOhm"
|
|
434
|
+
status: "Passed"
|
|
435
|
+
comparisonType: "LE"
|
|
436
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
437
|
+
step_type: "NumericLimitTest"
|
|
438
|
+
status: "passed"
|
|
439
|
+
total_time_in_seconds: 1.8
|
|
440
|
+
data:
|
|
441
|
+
parameters:
|
|
442
|
+
- name: "Cell Temp 3"
|
|
443
|
+
measurement: "38.4"
|
|
444
|
+
highLimit: "42.0"
|
|
445
|
+
units: "degC"
|
|
446
|
+
status: "Passed"
|
|
447
|
+
comparisonType: "LE"
|
|
448
|
+
- name: "Capacity Check"
|
|
449
|
+
step_type: "NumericLimitTest"
|
|
450
|
+
status: "passed"
|
|
451
|
+
total_time_in_seconds: 5.1
|
|
452
|
+
data:
|
|
453
|
+
parameters:
|
|
454
|
+
- name: "Capacity"
|
|
455
|
+
measurement: "51.2"
|
|
456
|
+
lowLimit: "49.0"
|
|
457
|
+
units: "Ah"
|
|
458
|
+
status: "Passed"
|
|
459
|
+
comparisonType: "GE"
|
|
460
|
+
id_reference: "tr_abc_tc01_c4"
|
|
461
|
+
tags: ["exercise-5-1-parametric-insights", "tc01"]
|
|
462
|
+
|
|
463
|
+
# TC-01 Cycle 5 — FAIL: internal_resistance spike (21.4 mΩ exceeds 20.0 mΩ spec)
|
|
464
|
+
- type: "test_result"
|
|
465
|
+
name: "Model ABC TC-01 Cycle 5"
|
|
466
|
+
properties:
|
|
467
|
+
program_name: "Thermal Cycle Test"
|
|
468
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
469
|
+
serial_number: "BAT-SN-A01-20250915"
|
|
470
|
+
system_id: "${sys_tc01}"
|
|
471
|
+
operator: "J. Santos"
|
|
472
|
+
start_time: "2026-02-04T08:00:00Z"
|
|
473
|
+
status: "failed"
|
|
474
|
+
measurements:
|
|
475
|
+
cycle_count: "5"
|
|
476
|
+
cell_temperature_1_c: "38.3"
|
|
477
|
+
cell_temperature_2_c: "37.9"
|
|
478
|
+
cell_temperature_3_c: "38.6"
|
|
479
|
+
cell_temperature_4_c: "38.2"
|
|
480
|
+
ambient_temperature_c: "22.6"
|
|
481
|
+
terminal_voltage_v: "3.81"
|
|
482
|
+
charge_current_a: "1.42"
|
|
483
|
+
capacity_ah: "51.0"
|
|
484
|
+
internal_resistance_mohm: "21.4"
|
|
485
|
+
state_of_charge_pct: "99.4"
|
|
486
|
+
steps:
|
|
487
|
+
- name: "Internal Resistance Check"
|
|
488
|
+
step_type: "NumericLimitTest"
|
|
489
|
+
status: "failed"
|
|
490
|
+
total_time_in_seconds: 3.2
|
|
491
|
+
data:
|
|
492
|
+
parameters:
|
|
493
|
+
- name: "Internal Resistance"
|
|
494
|
+
measurement: "21.4"
|
|
495
|
+
highLimit: "20.0"
|
|
496
|
+
units: "mOhm"
|
|
497
|
+
status: "Failed"
|
|
498
|
+
comparisonType: "LE"
|
|
499
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
500
|
+
step_type: "NumericLimitTest"
|
|
501
|
+
status: "passed"
|
|
502
|
+
total_time_in_seconds: 1.8
|
|
503
|
+
data:
|
|
504
|
+
parameters:
|
|
505
|
+
- name: "Cell Temp 3"
|
|
506
|
+
measurement: "38.6"
|
|
507
|
+
highLimit: "42.0"
|
|
508
|
+
units: "degC"
|
|
509
|
+
status: "Passed"
|
|
510
|
+
comparisonType: "LE"
|
|
511
|
+
- name: "Capacity Check"
|
|
512
|
+
step_type: "NumericLimitTest"
|
|
513
|
+
status: "passed"
|
|
514
|
+
total_time_in_seconds: 5.1
|
|
515
|
+
data:
|
|
516
|
+
parameters:
|
|
517
|
+
- name: "Capacity"
|
|
518
|
+
measurement: "51.0"
|
|
519
|
+
lowLimit: "49.0"
|
|
520
|
+
units: "Ah"
|
|
521
|
+
status: "Passed"
|
|
522
|
+
comparisonType: "GE"
|
|
523
|
+
id_reference: "tr_abc_tc01_c5"
|
|
524
|
+
tags: ["exercise-5-1-parametric-insights", "tc01"]
|
|
525
|
+
|
|
526
|
+
# TC-01 Cycle 6 — PASS after maintenance (resistance normalized)
|
|
527
|
+
- type: "test_result"
|
|
528
|
+
name: "Model ABC TC-01 Cycle 6"
|
|
529
|
+
properties:
|
|
530
|
+
program_name: "Thermal Cycle Test"
|
|
531
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
532
|
+
serial_number: "BAT-SN-A01-20250915"
|
|
533
|
+
system_id: "${sys_tc01}"
|
|
534
|
+
operator: "J. Santos"
|
|
535
|
+
start_time: "2026-02-11T08:00:00Z"
|
|
536
|
+
status: "passed"
|
|
537
|
+
measurements:
|
|
538
|
+
cycle_count: "6"
|
|
539
|
+
cell_temperature_1_c: "38.6"
|
|
540
|
+
cell_temperature_2_c: "38.2"
|
|
541
|
+
cell_temperature_3_c: "38.9"
|
|
542
|
+
cell_temperature_4_c: "38.5"
|
|
543
|
+
ambient_temperature_c: "22.7"
|
|
544
|
+
terminal_voltage_v: "3.80"
|
|
545
|
+
charge_current_a: "1.42"
|
|
546
|
+
capacity_ah: "50.8"
|
|
547
|
+
internal_resistance_mohm: "15.8"
|
|
548
|
+
state_of_charge_pct: "99.3"
|
|
549
|
+
steps:
|
|
550
|
+
- name: "Internal Resistance Check"
|
|
551
|
+
step_type: "NumericLimitTest"
|
|
552
|
+
status: "passed"
|
|
553
|
+
total_time_in_seconds: 3.2
|
|
554
|
+
data:
|
|
555
|
+
parameters:
|
|
556
|
+
- name: "Internal Resistance"
|
|
557
|
+
measurement: "15.8"
|
|
558
|
+
highLimit: "20.0"
|
|
559
|
+
units: "mOhm"
|
|
560
|
+
status: "Passed"
|
|
561
|
+
comparisonType: "LE"
|
|
562
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
563
|
+
step_type: "NumericLimitTest"
|
|
564
|
+
status: "passed"
|
|
565
|
+
total_time_in_seconds: 1.8
|
|
566
|
+
data:
|
|
567
|
+
parameters:
|
|
568
|
+
- name: "Cell Temp 3"
|
|
569
|
+
measurement: "38.9"
|
|
570
|
+
highLimit: "42.0"
|
|
571
|
+
units: "degC"
|
|
572
|
+
status: "Passed"
|
|
573
|
+
comparisonType: "LE"
|
|
574
|
+
- name: "Capacity Check"
|
|
575
|
+
step_type: "NumericLimitTest"
|
|
576
|
+
status: "passed"
|
|
577
|
+
total_time_in_seconds: 5.1
|
|
578
|
+
data:
|
|
579
|
+
parameters:
|
|
580
|
+
- name: "Capacity"
|
|
581
|
+
measurement: "50.8"
|
|
582
|
+
lowLimit: "49.0"
|
|
583
|
+
units: "Ah"
|
|
584
|
+
status: "Passed"
|
|
585
|
+
comparisonType: "GE"
|
|
586
|
+
id_reference: "tr_abc_tc01_c6"
|
|
587
|
+
tags: ["exercise-5-1-parametric-insights", "tc01"]
|
|
588
|
+
|
|
589
|
+
# ==========================================================================
|
|
590
|
+
# TEST RESULTS — MODEL ABC, TC-02 (6 weekly runs, Jan 7 – Feb 12 2026)
|
|
591
|
+
# Golden reference stand — all PASS, lowest temperatures and resistance
|
|
592
|
+
# ==========================================================================
|
|
593
|
+
|
|
594
|
+
- type: "test_result"
|
|
595
|
+
name: "Model ABC TC-02 Cycle 1"
|
|
596
|
+
properties:
|
|
597
|
+
program_name: "Thermal Cycle Test"
|
|
598
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
599
|
+
serial_number: "BAT-SN-B01-20250915"
|
|
600
|
+
system_id: "${sys_tc02}"
|
|
601
|
+
operator: "M. Chen"
|
|
602
|
+
start_time: "2026-01-07T08:00:00Z"
|
|
603
|
+
status: "passed"
|
|
604
|
+
measurements:
|
|
605
|
+
cycle_count: "1"
|
|
606
|
+
cell_temperature_1_c: "36.5"
|
|
607
|
+
cell_temperature_2_c: "36.2"
|
|
608
|
+
cell_temperature_3_c: "36.8"
|
|
609
|
+
cell_temperature_4_c: "36.4"
|
|
610
|
+
ambient_temperature_c: "22.4"
|
|
611
|
+
terminal_voltage_v: "3.85"
|
|
612
|
+
charge_current_a: "1.46"
|
|
613
|
+
capacity_ah: "51.9"
|
|
614
|
+
internal_resistance_mohm: "11.8"
|
|
615
|
+
state_of_charge_pct: "99.9"
|
|
616
|
+
steps:
|
|
617
|
+
- name: "Internal Resistance Check"
|
|
618
|
+
step_type: "NumericLimitTest"
|
|
619
|
+
status: "passed"
|
|
620
|
+
total_time_in_seconds: 3.2
|
|
621
|
+
data:
|
|
622
|
+
parameters:
|
|
623
|
+
- name: "Internal Resistance"
|
|
624
|
+
measurement: "11.8"
|
|
625
|
+
highLimit: "20.0"
|
|
626
|
+
units: "mOhm"
|
|
627
|
+
status: "Passed"
|
|
628
|
+
comparisonType: "LE"
|
|
629
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
630
|
+
step_type: "NumericLimitTest"
|
|
631
|
+
status: "passed"
|
|
632
|
+
total_time_in_seconds: 1.8
|
|
633
|
+
data:
|
|
634
|
+
parameters:
|
|
635
|
+
- name: "Cell Temp 3"
|
|
636
|
+
measurement: "36.8"
|
|
637
|
+
highLimit: "42.0"
|
|
638
|
+
units: "degC"
|
|
639
|
+
status: "Passed"
|
|
640
|
+
comparisonType: "LE"
|
|
641
|
+
- name: "Capacity Check"
|
|
642
|
+
step_type: "NumericLimitTest"
|
|
643
|
+
status: "passed"
|
|
644
|
+
total_time_in_seconds: 5.1
|
|
645
|
+
data:
|
|
646
|
+
parameters:
|
|
647
|
+
- name: "Capacity"
|
|
648
|
+
measurement: "51.9"
|
|
649
|
+
lowLimit: "49.0"
|
|
650
|
+
units: "Ah"
|
|
651
|
+
status: "Passed"
|
|
652
|
+
comparisonType: "GE"
|
|
653
|
+
id_reference: "tr_abc_tc02_c1"
|
|
654
|
+
tags: ["exercise-5-1-parametric-insights", "tc02"]
|
|
655
|
+
|
|
656
|
+
- type: "test_result"
|
|
657
|
+
name: "Model ABC TC-02 Cycle 2"
|
|
658
|
+
properties:
|
|
659
|
+
program_name: "Thermal Cycle Test"
|
|
660
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
661
|
+
serial_number: "BAT-SN-B01-20250915"
|
|
662
|
+
system_id: "${sys_tc02}"
|
|
663
|
+
operator: "M. Chen"
|
|
664
|
+
start_time: "2026-01-14T08:00:00Z"
|
|
665
|
+
status: "passed"
|
|
666
|
+
measurements:
|
|
667
|
+
cycle_count: "2"
|
|
668
|
+
cell_temperature_1_c: "36.7"
|
|
669
|
+
cell_temperature_2_c: "36.4"
|
|
670
|
+
cell_temperature_3_c: "37.0"
|
|
671
|
+
cell_temperature_4_c: "36.6"
|
|
672
|
+
ambient_temperature_c: "22.5"
|
|
673
|
+
terminal_voltage_v: "3.84"
|
|
674
|
+
charge_current_a: "1.45"
|
|
675
|
+
capacity_ah: "51.8"
|
|
676
|
+
internal_resistance_mohm: "12.1"
|
|
677
|
+
state_of_charge_pct: "99.8"
|
|
678
|
+
steps:
|
|
679
|
+
- name: "Internal Resistance Check"
|
|
680
|
+
step_type: "NumericLimitTest"
|
|
681
|
+
status: "passed"
|
|
682
|
+
total_time_in_seconds: 3.2
|
|
683
|
+
data:
|
|
684
|
+
parameters:
|
|
685
|
+
- name: "Internal Resistance"
|
|
686
|
+
measurement: "12.1"
|
|
687
|
+
highLimit: "20.0"
|
|
688
|
+
units: "mOhm"
|
|
689
|
+
status: "Passed"
|
|
690
|
+
comparisonType: "LE"
|
|
691
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
692
|
+
step_type: "NumericLimitTest"
|
|
693
|
+
status: "passed"
|
|
694
|
+
total_time_in_seconds: 1.8
|
|
695
|
+
data:
|
|
696
|
+
parameters:
|
|
697
|
+
- name: "Cell Temp 3"
|
|
698
|
+
measurement: "37.0"
|
|
699
|
+
highLimit: "42.0"
|
|
700
|
+
units: "degC"
|
|
701
|
+
status: "Passed"
|
|
702
|
+
comparisonType: "LE"
|
|
703
|
+
- name: "Capacity Check"
|
|
704
|
+
step_type: "NumericLimitTest"
|
|
705
|
+
status: "passed"
|
|
706
|
+
total_time_in_seconds: 5.1
|
|
707
|
+
data:
|
|
708
|
+
parameters:
|
|
709
|
+
- name: "Capacity"
|
|
710
|
+
measurement: "51.8"
|
|
711
|
+
lowLimit: "49.0"
|
|
712
|
+
units: "Ah"
|
|
713
|
+
status: "Passed"
|
|
714
|
+
comparisonType: "GE"
|
|
715
|
+
id_reference: "tr_abc_tc02_c2"
|
|
716
|
+
tags: ["exercise-5-1-parametric-insights", "tc02"]
|
|
717
|
+
|
|
718
|
+
- type: "test_result"
|
|
719
|
+
name: "Model ABC TC-02 Cycle 3"
|
|
720
|
+
properties:
|
|
721
|
+
program_name: "Thermal Cycle Test"
|
|
722
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
723
|
+
serial_number: "BAT-SN-B01-20250915"
|
|
724
|
+
system_id: "${sys_tc02}"
|
|
725
|
+
operator: "M. Chen"
|
|
726
|
+
start_time: "2026-01-21T08:00:00Z"
|
|
727
|
+
status: "passed"
|
|
728
|
+
measurements:
|
|
729
|
+
cycle_count: "3"
|
|
730
|
+
cell_temperature_1_c: "36.9"
|
|
731
|
+
cell_temperature_2_c: "36.6"
|
|
732
|
+
cell_temperature_3_c: "37.2"
|
|
733
|
+
cell_temperature_4_c: "36.8"
|
|
734
|
+
ambient_temperature_c: "22.3"
|
|
735
|
+
terminal_voltage_v: "3.84"
|
|
736
|
+
charge_current_a: "1.45"
|
|
737
|
+
capacity_ah: "51.6"
|
|
738
|
+
internal_resistance_mohm: "12.4"
|
|
739
|
+
state_of_charge_pct: "99.7"
|
|
740
|
+
steps:
|
|
741
|
+
- name: "Internal Resistance Check"
|
|
742
|
+
step_type: "NumericLimitTest"
|
|
743
|
+
status: "passed"
|
|
744
|
+
total_time_in_seconds: 3.2
|
|
745
|
+
data:
|
|
746
|
+
parameters:
|
|
747
|
+
- name: "Internal Resistance"
|
|
748
|
+
measurement: "12.4"
|
|
749
|
+
highLimit: "20.0"
|
|
750
|
+
units: "mOhm"
|
|
751
|
+
status: "Passed"
|
|
752
|
+
comparisonType: "LE"
|
|
753
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
754
|
+
step_type: "NumericLimitTest"
|
|
755
|
+
status: "passed"
|
|
756
|
+
total_time_in_seconds: 1.8
|
|
757
|
+
data:
|
|
758
|
+
parameters:
|
|
759
|
+
- name: "Cell Temp 3"
|
|
760
|
+
measurement: "37.2"
|
|
761
|
+
highLimit: "42.0"
|
|
762
|
+
units: "degC"
|
|
763
|
+
status: "Passed"
|
|
764
|
+
comparisonType: "LE"
|
|
765
|
+
- name: "Capacity Check"
|
|
766
|
+
step_type: "NumericLimitTest"
|
|
767
|
+
status: "passed"
|
|
768
|
+
total_time_in_seconds: 5.1
|
|
769
|
+
data:
|
|
770
|
+
parameters:
|
|
771
|
+
- name: "Capacity"
|
|
772
|
+
measurement: "51.6"
|
|
773
|
+
lowLimit: "49.0"
|
|
774
|
+
units: "Ah"
|
|
775
|
+
status: "Passed"
|
|
776
|
+
comparisonType: "GE"
|
|
777
|
+
id_reference: "tr_abc_tc02_c3"
|
|
778
|
+
tags: ["exercise-5-1-parametric-insights", "tc02"]
|
|
779
|
+
|
|
780
|
+
- type: "test_result"
|
|
781
|
+
name: "Model ABC TC-02 Cycle 4"
|
|
782
|
+
properties:
|
|
783
|
+
program_name: "Thermal Cycle Test"
|
|
784
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
785
|
+
serial_number: "BAT-SN-B01-20250915"
|
|
786
|
+
system_id: "${sys_tc02}"
|
|
787
|
+
operator: "M. Chen"
|
|
788
|
+
start_time: "2026-01-29T08:00:00Z"
|
|
789
|
+
status: "passed"
|
|
790
|
+
measurements:
|
|
791
|
+
cycle_count: "4"
|
|
792
|
+
cell_temperature_1_c: "37.1"
|
|
793
|
+
cell_temperature_2_c: "36.8"
|
|
794
|
+
cell_temperature_3_c: "37.4"
|
|
795
|
+
cell_temperature_4_c: "37.0"
|
|
796
|
+
ambient_temperature_c: "22.6"
|
|
797
|
+
terminal_voltage_v: "3.83"
|
|
798
|
+
charge_current_a: "1.44"
|
|
799
|
+
capacity_ah: "51.4"
|
|
800
|
+
internal_resistance_mohm: "12.7"
|
|
801
|
+
state_of_charge_pct: "99.6"
|
|
802
|
+
steps:
|
|
803
|
+
- name: "Internal Resistance Check"
|
|
804
|
+
step_type: "NumericLimitTest"
|
|
805
|
+
status: "passed"
|
|
806
|
+
total_time_in_seconds: 3.2
|
|
807
|
+
data:
|
|
808
|
+
parameters:
|
|
809
|
+
- name: "Internal Resistance"
|
|
810
|
+
measurement: "12.7"
|
|
811
|
+
highLimit: "20.0"
|
|
812
|
+
units: "mOhm"
|
|
813
|
+
status: "Passed"
|
|
814
|
+
comparisonType: "LE"
|
|
815
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
816
|
+
step_type: "NumericLimitTest"
|
|
817
|
+
status: "passed"
|
|
818
|
+
total_time_in_seconds: 1.8
|
|
819
|
+
data:
|
|
820
|
+
parameters:
|
|
821
|
+
- name: "Cell Temp 3"
|
|
822
|
+
measurement: "37.4"
|
|
823
|
+
highLimit: "42.0"
|
|
824
|
+
units: "degC"
|
|
825
|
+
status: "Passed"
|
|
826
|
+
comparisonType: "LE"
|
|
827
|
+
- name: "Capacity Check"
|
|
828
|
+
step_type: "NumericLimitTest"
|
|
829
|
+
status: "passed"
|
|
830
|
+
total_time_in_seconds: 5.1
|
|
831
|
+
data:
|
|
832
|
+
parameters:
|
|
833
|
+
- name: "Capacity"
|
|
834
|
+
measurement: "51.4"
|
|
835
|
+
lowLimit: "49.0"
|
|
836
|
+
units: "Ah"
|
|
837
|
+
status: "Passed"
|
|
838
|
+
comparisonType: "GE"
|
|
839
|
+
id_reference: "tr_abc_tc02_c4"
|
|
840
|
+
tags: ["exercise-5-1-parametric-insights", "tc02"]
|
|
841
|
+
|
|
842
|
+
- type: "test_result"
|
|
843
|
+
name: "Model ABC TC-02 Cycle 5"
|
|
844
|
+
properties:
|
|
845
|
+
program_name: "Thermal Cycle Test"
|
|
846
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
847
|
+
serial_number: "BAT-SN-B01-20250915"
|
|
848
|
+
system_id: "${sys_tc02}"
|
|
849
|
+
operator: "M. Chen"
|
|
850
|
+
start_time: "2026-02-05T08:00:00Z"
|
|
851
|
+
status: "passed"
|
|
852
|
+
measurements:
|
|
853
|
+
cycle_count: "5"
|
|
854
|
+
cell_temperature_1_c: "37.3"
|
|
855
|
+
cell_temperature_2_c: "37.0"
|
|
856
|
+
cell_temperature_3_c: "37.6"
|
|
857
|
+
cell_temperature_4_c: "37.2"
|
|
858
|
+
ambient_temperature_c: "22.4"
|
|
859
|
+
terminal_voltage_v: "3.82"
|
|
860
|
+
charge_current_a: "1.44"
|
|
861
|
+
capacity_ah: "51.2"
|
|
862
|
+
internal_resistance_mohm: "13.0"
|
|
863
|
+
state_of_charge_pct: "99.5"
|
|
864
|
+
steps:
|
|
865
|
+
- name: "Internal Resistance Check"
|
|
866
|
+
step_type: "NumericLimitTest"
|
|
867
|
+
status: "passed"
|
|
868
|
+
total_time_in_seconds: 3.2
|
|
869
|
+
data:
|
|
870
|
+
parameters:
|
|
871
|
+
- name: "Internal Resistance"
|
|
872
|
+
measurement: "13.0"
|
|
873
|
+
highLimit: "20.0"
|
|
874
|
+
units: "mOhm"
|
|
875
|
+
status: "Passed"
|
|
876
|
+
comparisonType: "LE"
|
|
877
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
878
|
+
step_type: "NumericLimitTest"
|
|
879
|
+
status: "passed"
|
|
880
|
+
total_time_in_seconds: 1.8
|
|
881
|
+
data:
|
|
882
|
+
parameters:
|
|
883
|
+
- name: "Cell Temp 3"
|
|
884
|
+
measurement: "37.6"
|
|
885
|
+
highLimit: "42.0"
|
|
886
|
+
units: "degC"
|
|
887
|
+
status: "Passed"
|
|
888
|
+
comparisonType: "LE"
|
|
889
|
+
- name: "Capacity Check"
|
|
890
|
+
step_type: "NumericLimitTest"
|
|
891
|
+
status: "passed"
|
|
892
|
+
total_time_in_seconds: 5.1
|
|
893
|
+
data:
|
|
894
|
+
parameters:
|
|
895
|
+
- name: "Capacity"
|
|
896
|
+
measurement: "51.2"
|
|
897
|
+
lowLimit: "49.0"
|
|
898
|
+
units: "Ah"
|
|
899
|
+
status: "Passed"
|
|
900
|
+
comparisonType: "GE"
|
|
901
|
+
id_reference: "tr_abc_tc02_c5"
|
|
902
|
+
tags: ["exercise-5-1-parametric-insights", "tc02"]
|
|
903
|
+
|
|
904
|
+
- type: "test_result"
|
|
905
|
+
name: "Model ABC TC-02 Cycle 6"
|
|
906
|
+
properties:
|
|
907
|
+
program_name: "Thermal Cycle Test"
|
|
908
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
909
|
+
serial_number: "BAT-SN-B01-20250915"
|
|
910
|
+
system_id: "${sys_tc02}"
|
|
911
|
+
operator: "M. Chen"
|
|
912
|
+
start_time: "2026-02-12T08:00:00Z"
|
|
913
|
+
status: "passed"
|
|
914
|
+
measurements:
|
|
915
|
+
cycle_count: "6"
|
|
916
|
+
cell_temperature_1_c: "37.5"
|
|
917
|
+
cell_temperature_2_c: "37.2"
|
|
918
|
+
cell_temperature_3_c: "37.8"
|
|
919
|
+
cell_temperature_4_c: "37.4"
|
|
920
|
+
ambient_temperature_c: "22.5"
|
|
921
|
+
terminal_voltage_v: "3.81"
|
|
922
|
+
charge_current_a: "1.43"
|
|
923
|
+
capacity_ah: "51.0"
|
|
924
|
+
internal_resistance_mohm: "13.3"
|
|
925
|
+
state_of_charge_pct: "99.4"
|
|
926
|
+
steps:
|
|
927
|
+
- name: "Internal Resistance Check"
|
|
928
|
+
step_type: "NumericLimitTest"
|
|
929
|
+
status: "passed"
|
|
930
|
+
total_time_in_seconds: 3.2
|
|
931
|
+
data:
|
|
932
|
+
parameters:
|
|
933
|
+
- name: "Internal Resistance"
|
|
934
|
+
measurement: "13.3"
|
|
935
|
+
highLimit: "20.0"
|
|
936
|
+
units: "mOhm"
|
|
937
|
+
status: "Passed"
|
|
938
|
+
comparisonType: "LE"
|
|
939
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
940
|
+
step_type: "NumericLimitTest"
|
|
941
|
+
status: "passed"
|
|
942
|
+
total_time_in_seconds: 1.8
|
|
943
|
+
data:
|
|
944
|
+
parameters:
|
|
945
|
+
- name: "Cell Temp 3"
|
|
946
|
+
measurement: "37.8"
|
|
947
|
+
highLimit: "42.0"
|
|
948
|
+
units: "degC"
|
|
949
|
+
status: "Passed"
|
|
950
|
+
comparisonType: "LE"
|
|
951
|
+
- name: "Capacity Check"
|
|
952
|
+
step_type: "NumericLimitTest"
|
|
953
|
+
status: "passed"
|
|
954
|
+
total_time_in_seconds: 5.1
|
|
955
|
+
data:
|
|
956
|
+
parameters:
|
|
957
|
+
- name: "Capacity"
|
|
958
|
+
measurement: "51.0"
|
|
959
|
+
lowLimit: "49.0"
|
|
960
|
+
units: "Ah"
|
|
961
|
+
status: "Passed"
|
|
962
|
+
comparisonType: "GE"
|
|
963
|
+
id_reference: "tr_abc_tc02_c6"
|
|
964
|
+
tags: ["exercise-5-1-parametric-insights", "tc02"]
|
|
965
|
+
|
|
966
|
+
# ==========================================================================
|
|
967
|
+
# TEST RESULTS — MODEL ABC, TC-03 (6 weekly runs, Jan 8 – Feb 13 2026)
|
|
968
|
+
# Notable: TC-03 runs ~3-4 °C warmer (calibration offset).
|
|
969
|
+
# Run 4 (Jan 30) FAILS: cell_temperature_3_c spikes to 44.8 °C (spec: max 42 °C)
|
|
970
|
+
# Stand recalibrated before Run 5.
|
|
971
|
+
# ==========================================================================
|
|
972
|
+
|
|
973
|
+
- type: "test_result"
|
|
974
|
+
name: "Model ABC TC-03 Cycle 1"
|
|
975
|
+
properties:
|
|
976
|
+
program_name: "Thermal Cycle Test"
|
|
977
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
978
|
+
serial_number: "BAT-SN-C01-20250915"
|
|
979
|
+
system_id: "${sys_tc03}"
|
|
980
|
+
operator: "R. Okonkwo"
|
|
981
|
+
start_time: "2026-01-08T08:00:00Z"
|
|
982
|
+
status: "passed"
|
|
983
|
+
measurements:
|
|
984
|
+
cycle_count: "1"
|
|
985
|
+
cell_temperature_1_c: "40.1"
|
|
986
|
+
cell_temperature_2_c: "39.8"
|
|
987
|
+
cell_temperature_3_c: "40.4"
|
|
988
|
+
cell_temperature_4_c: "40.0"
|
|
989
|
+
ambient_temperature_c: "22.6"
|
|
990
|
+
terminal_voltage_v: "3.84"
|
|
991
|
+
charge_current_a: "1.44"
|
|
992
|
+
capacity_ah: "51.7"
|
|
993
|
+
internal_resistance_mohm: "12.5"
|
|
994
|
+
state_of_charge_pct: "99.7"
|
|
995
|
+
steps:
|
|
996
|
+
- name: "Internal Resistance Check"
|
|
997
|
+
step_type: "NumericLimitTest"
|
|
998
|
+
status: "passed"
|
|
999
|
+
total_time_in_seconds: 3.2
|
|
1000
|
+
data:
|
|
1001
|
+
parameters:
|
|
1002
|
+
- name: "Internal Resistance"
|
|
1003
|
+
measurement: "12.5"
|
|
1004
|
+
highLimit: "20.0"
|
|
1005
|
+
units: "mOhm"
|
|
1006
|
+
status: "Passed"
|
|
1007
|
+
comparisonType: "LE"
|
|
1008
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
1009
|
+
step_type: "NumericLimitTest"
|
|
1010
|
+
status: "passed"
|
|
1011
|
+
total_time_in_seconds: 1.8
|
|
1012
|
+
data:
|
|
1013
|
+
parameters:
|
|
1014
|
+
- name: "Cell Temp 3"
|
|
1015
|
+
measurement: "40.4"
|
|
1016
|
+
highLimit: "42.0"
|
|
1017
|
+
units: "degC"
|
|
1018
|
+
status: "Passed"
|
|
1019
|
+
comparisonType: "LE"
|
|
1020
|
+
- name: "Capacity Check"
|
|
1021
|
+
step_type: "NumericLimitTest"
|
|
1022
|
+
status: "passed"
|
|
1023
|
+
total_time_in_seconds: 5.1
|
|
1024
|
+
data:
|
|
1025
|
+
parameters:
|
|
1026
|
+
- name: "Capacity"
|
|
1027
|
+
measurement: "51.7"
|
|
1028
|
+
lowLimit: "49.0"
|
|
1029
|
+
units: "Ah"
|
|
1030
|
+
status: "Passed"
|
|
1031
|
+
comparisonType: "GE"
|
|
1032
|
+
id_reference: "tr_abc_tc03_c1"
|
|
1033
|
+
tags: ["exercise-5-1-parametric-insights", "tc03"]
|
|
1034
|
+
|
|
1035
|
+
- type: "test_result"
|
|
1036
|
+
name: "Model ABC TC-03 Cycle 2"
|
|
1037
|
+
properties:
|
|
1038
|
+
program_name: "Thermal Cycle Test"
|
|
1039
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
1040
|
+
serial_number: "BAT-SN-C01-20250915"
|
|
1041
|
+
system_id: "${sys_tc03}"
|
|
1042
|
+
operator: "R. Okonkwo"
|
|
1043
|
+
start_time: "2026-01-15T08:00:00Z"
|
|
1044
|
+
status: "passed"
|
|
1045
|
+
measurements:
|
|
1046
|
+
cycle_count: "2"
|
|
1047
|
+
cell_temperature_1_c: "40.3"
|
|
1048
|
+
cell_temperature_2_c: "40.0"
|
|
1049
|
+
cell_temperature_3_c: "40.6"
|
|
1050
|
+
cell_temperature_4_c: "40.2"
|
|
1051
|
+
ambient_temperature_c: "22.4"
|
|
1052
|
+
terminal_voltage_v: "3.83"
|
|
1053
|
+
charge_current_a: "1.44"
|
|
1054
|
+
capacity_ah: "51.5"
|
|
1055
|
+
internal_resistance_mohm: "12.9"
|
|
1056
|
+
state_of_charge_pct: "99.6"
|
|
1057
|
+
steps:
|
|
1058
|
+
- name: "Internal Resistance Check"
|
|
1059
|
+
step_type: "NumericLimitTest"
|
|
1060
|
+
status: "passed"
|
|
1061
|
+
total_time_in_seconds: 3.2
|
|
1062
|
+
data:
|
|
1063
|
+
parameters:
|
|
1064
|
+
- name: "Internal Resistance"
|
|
1065
|
+
measurement: "12.9"
|
|
1066
|
+
highLimit: "20.0"
|
|
1067
|
+
units: "mOhm"
|
|
1068
|
+
status: "Passed"
|
|
1069
|
+
comparisonType: "LE"
|
|
1070
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
1071
|
+
step_type: "NumericLimitTest"
|
|
1072
|
+
status: "passed"
|
|
1073
|
+
total_time_in_seconds: 1.8
|
|
1074
|
+
data:
|
|
1075
|
+
parameters:
|
|
1076
|
+
- name: "Cell Temp 3"
|
|
1077
|
+
measurement: "40.6"
|
|
1078
|
+
highLimit: "42.0"
|
|
1079
|
+
units: "degC"
|
|
1080
|
+
status: "Passed"
|
|
1081
|
+
comparisonType: "LE"
|
|
1082
|
+
- name: "Capacity Check"
|
|
1083
|
+
step_type: "NumericLimitTest"
|
|
1084
|
+
status: "passed"
|
|
1085
|
+
total_time_in_seconds: 5.1
|
|
1086
|
+
data:
|
|
1087
|
+
parameters:
|
|
1088
|
+
- name: "Capacity"
|
|
1089
|
+
measurement: "51.5"
|
|
1090
|
+
lowLimit: "49.0"
|
|
1091
|
+
units: "Ah"
|
|
1092
|
+
status: "Passed"
|
|
1093
|
+
comparisonType: "GE"
|
|
1094
|
+
id_reference: "tr_abc_tc03_c2"
|
|
1095
|
+
tags: ["exercise-5-1-parametric-insights", "tc03"]
|
|
1096
|
+
|
|
1097
|
+
- type: "test_result"
|
|
1098
|
+
name: "Model ABC TC-03 Cycle 3"
|
|
1099
|
+
properties:
|
|
1100
|
+
program_name: "Thermal Cycle Test"
|
|
1101
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
1102
|
+
serial_number: "BAT-SN-C01-20250915"
|
|
1103
|
+
system_id: "${sys_tc03}"
|
|
1104
|
+
operator: "R. Okonkwo"
|
|
1105
|
+
start_time: "2026-01-22T08:00:00Z"
|
|
1106
|
+
status: "passed"
|
|
1107
|
+
measurements:
|
|
1108
|
+
cycle_count: "3"
|
|
1109
|
+
cell_temperature_1_c: "40.5"
|
|
1110
|
+
cell_temperature_2_c: "40.2"
|
|
1111
|
+
cell_temperature_3_c: "40.9"
|
|
1112
|
+
cell_temperature_4_c: "40.4"
|
|
1113
|
+
ambient_temperature_c: "22.7"
|
|
1114
|
+
terminal_voltage_v: "3.82"
|
|
1115
|
+
charge_current_a: "1.43"
|
|
1116
|
+
capacity_ah: "51.3"
|
|
1117
|
+
internal_resistance_mohm: "13.4"
|
|
1118
|
+
state_of_charge_pct: "99.5"
|
|
1119
|
+
steps:
|
|
1120
|
+
- name: "Internal Resistance Check"
|
|
1121
|
+
step_type: "NumericLimitTest"
|
|
1122
|
+
status: "passed"
|
|
1123
|
+
total_time_in_seconds: 3.2
|
|
1124
|
+
data:
|
|
1125
|
+
parameters:
|
|
1126
|
+
- name: "Internal Resistance"
|
|
1127
|
+
measurement: "13.4"
|
|
1128
|
+
highLimit: "20.0"
|
|
1129
|
+
units: "mOhm"
|
|
1130
|
+
status: "Passed"
|
|
1131
|
+
comparisonType: "LE"
|
|
1132
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
1133
|
+
step_type: "NumericLimitTest"
|
|
1134
|
+
status: "passed"
|
|
1135
|
+
total_time_in_seconds: 1.8
|
|
1136
|
+
data:
|
|
1137
|
+
parameters:
|
|
1138
|
+
- name: "Cell Temp 3"
|
|
1139
|
+
measurement: "40.9"
|
|
1140
|
+
highLimit: "42.0"
|
|
1141
|
+
units: "degC"
|
|
1142
|
+
status: "Passed"
|
|
1143
|
+
comparisonType: "LE"
|
|
1144
|
+
- name: "Capacity Check"
|
|
1145
|
+
step_type: "NumericLimitTest"
|
|
1146
|
+
status: "passed"
|
|
1147
|
+
total_time_in_seconds: 5.1
|
|
1148
|
+
data:
|
|
1149
|
+
parameters:
|
|
1150
|
+
- name: "Capacity"
|
|
1151
|
+
measurement: "51.3"
|
|
1152
|
+
lowLimit: "49.0"
|
|
1153
|
+
units: "Ah"
|
|
1154
|
+
status: "Passed"
|
|
1155
|
+
comparisonType: "GE"
|
|
1156
|
+
id_reference: "tr_abc_tc03_c3"
|
|
1157
|
+
tags: ["exercise-5-1-parametric-insights", "tc03"]
|
|
1158
|
+
|
|
1159
|
+
# TC-03 Cycle 4 — FAIL: cell_temperature_3_c spike (44.8 °C exceeds 42 °C spec)
|
|
1160
|
+
- type: "test_result"
|
|
1161
|
+
name: "Model ABC TC-03 Cycle 4"
|
|
1162
|
+
properties:
|
|
1163
|
+
program_name: "Thermal Cycle Test"
|
|
1164
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
1165
|
+
serial_number: "BAT-SN-C01-20250915"
|
|
1166
|
+
system_id: "${sys_tc03}"
|
|
1167
|
+
operator: "R. Okonkwo"
|
|
1168
|
+
start_time: "2026-01-30T08:00:00Z"
|
|
1169
|
+
status: "failed"
|
|
1170
|
+
measurements:
|
|
1171
|
+
cycle_count: "4"
|
|
1172
|
+
cell_temperature_1_c: "41.2"
|
|
1173
|
+
cell_temperature_2_c: "40.9"
|
|
1174
|
+
cell_temperature_3_c: "44.8"
|
|
1175
|
+
cell_temperature_4_c: "41.0"
|
|
1176
|
+
ambient_temperature_c: "22.5"
|
|
1177
|
+
terminal_voltage_v: "3.80"
|
|
1178
|
+
charge_current_a: "1.42"
|
|
1179
|
+
capacity_ah: "51.0"
|
|
1180
|
+
internal_resistance_mohm: "14.8"
|
|
1181
|
+
state_of_charge_pct: "99.3"
|
|
1182
|
+
steps:
|
|
1183
|
+
- name: "Internal Resistance Check"
|
|
1184
|
+
step_type: "NumericLimitTest"
|
|
1185
|
+
status: "passed"
|
|
1186
|
+
total_time_in_seconds: 3.2
|
|
1187
|
+
data:
|
|
1188
|
+
parameters:
|
|
1189
|
+
- name: "Internal Resistance"
|
|
1190
|
+
measurement: "14.8"
|
|
1191
|
+
highLimit: "20.0"
|
|
1192
|
+
units: "mOhm"
|
|
1193
|
+
status: "Passed"
|
|
1194
|
+
comparisonType: "LE"
|
|
1195
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
1196
|
+
step_type: "NumericLimitTest"
|
|
1197
|
+
status: "failed"
|
|
1198
|
+
total_time_in_seconds: 1.8
|
|
1199
|
+
data:
|
|
1200
|
+
parameters:
|
|
1201
|
+
- name: "Cell Temp 3"
|
|
1202
|
+
measurement: "44.8"
|
|
1203
|
+
highLimit: "42.0"
|
|
1204
|
+
units: "degC"
|
|
1205
|
+
status: "Failed"
|
|
1206
|
+
comparisonType: "LE"
|
|
1207
|
+
- name: "Capacity Check"
|
|
1208
|
+
step_type: "NumericLimitTest"
|
|
1209
|
+
status: "passed"
|
|
1210
|
+
total_time_in_seconds: 5.1
|
|
1211
|
+
data:
|
|
1212
|
+
parameters:
|
|
1213
|
+
- name: "Capacity"
|
|
1214
|
+
measurement: "51.0"
|
|
1215
|
+
lowLimit: "49.0"
|
|
1216
|
+
units: "Ah"
|
|
1217
|
+
status: "Passed"
|
|
1218
|
+
comparisonType: "GE"
|
|
1219
|
+
id_reference: "tr_abc_tc03_c4"
|
|
1220
|
+
tags: ["exercise-5-1-parametric-insights", "tc03"]
|
|
1221
|
+
|
|
1222
|
+
# TC-03 Cycle 5 — PASS after stand recalibration
|
|
1223
|
+
- type: "test_result"
|
|
1224
|
+
name: "Model ABC TC-03 Cycle 5"
|
|
1225
|
+
properties:
|
|
1226
|
+
program_name: "Thermal Cycle Test"
|
|
1227
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
1228
|
+
serial_number: "BAT-SN-C01-20250915"
|
|
1229
|
+
system_id: "${sys_tc03}"
|
|
1230
|
+
operator: "R. Okonkwo"
|
|
1231
|
+
start_time: "2026-02-06T08:00:00Z"
|
|
1232
|
+
status: "passed"
|
|
1233
|
+
measurements:
|
|
1234
|
+
cycle_count: "5"
|
|
1235
|
+
cell_temperature_1_c: "40.7"
|
|
1236
|
+
cell_temperature_2_c: "40.4"
|
|
1237
|
+
cell_temperature_3_c: "41.0"
|
|
1238
|
+
cell_temperature_4_c: "40.6"
|
|
1239
|
+
ambient_temperature_c: "22.8"
|
|
1240
|
+
terminal_voltage_v: "3.81"
|
|
1241
|
+
charge_current_a: "1.43"
|
|
1242
|
+
capacity_ah: "51.1"
|
|
1243
|
+
internal_resistance_mohm: "13.8"
|
|
1244
|
+
state_of_charge_pct: "99.4"
|
|
1245
|
+
steps:
|
|
1246
|
+
- name: "Internal Resistance Check"
|
|
1247
|
+
step_type: "NumericLimitTest"
|
|
1248
|
+
status: "passed"
|
|
1249
|
+
total_time_in_seconds: 3.2
|
|
1250
|
+
data:
|
|
1251
|
+
parameters:
|
|
1252
|
+
- name: "Internal Resistance"
|
|
1253
|
+
measurement: "13.8"
|
|
1254
|
+
highLimit: "20.0"
|
|
1255
|
+
units: "mOhm"
|
|
1256
|
+
status: "Passed"
|
|
1257
|
+
comparisonType: "LE"
|
|
1258
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
1259
|
+
step_type: "NumericLimitTest"
|
|
1260
|
+
status: "passed"
|
|
1261
|
+
total_time_in_seconds: 1.8
|
|
1262
|
+
data:
|
|
1263
|
+
parameters:
|
|
1264
|
+
- name: "Cell Temp 3"
|
|
1265
|
+
measurement: "41.0"
|
|
1266
|
+
highLimit: "42.0"
|
|
1267
|
+
units: "degC"
|
|
1268
|
+
status: "Passed"
|
|
1269
|
+
comparisonType: "LE"
|
|
1270
|
+
- name: "Capacity Check"
|
|
1271
|
+
step_type: "NumericLimitTest"
|
|
1272
|
+
status: "passed"
|
|
1273
|
+
total_time_in_seconds: 5.1
|
|
1274
|
+
data:
|
|
1275
|
+
parameters:
|
|
1276
|
+
- name: "Capacity"
|
|
1277
|
+
measurement: "51.1"
|
|
1278
|
+
lowLimit: "49.0"
|
|
1279
|
+
units: "Ah"
|
|
1280
|
+
status: "Passed"
|
|
1281
|
+
comparisonType: "GE"
|
|
1282
|
+
id_reference: "tr_abc_tc03_c5"
|
|
1283
|
+
tags: ["exercise-5-1-parametric-insights", "tc03"]
|
|
1284
|
+
|
|
1285
|
+
- type: "test_result"
|
|
1286
|
+
name: "Model ABC TC-03 Cycle 6"
|
|
1287
|
+
properties:
|
|
1288
|
+
program_name: "Thermal Cycle Test"
|
|
1289
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
1290
|
+
serial_number: "BAT-SN-C01-20250915"
|
|
1291
|
+
system_id: "${sys_tc03}"
|
|
1292
|
+
operator: "R. Okonkwo"
|
|
1293
|
+
start_time: "2026-02-13T08:00:00Z"
|
|
1294
|
+
status: "passed"
|
|
1295
|
+
measurements:
|
|
1296
|
+
cycle_count: "6"
|
|
1297
|
+
cell_temperature_1_c: "40.9"
|
|
1298
|
+
cell_temperature_2_c: "40.6"
|
|
1299
|
+
cell_temperature_3_c: "41.2"
|
|
1300
|
+
cell_temperature_4_c: "40.8"
|
|
1301
|
+
ambient_temperature_c: "22.6"
|
|
1302
|
+
terminal_voltage_v: "3.80"
|
|
1303
|
+
charge_current_a: "1.42"
|
|
1304
|
+
capacity_ah: "51.0"
|
|
1305
|
+
internal_resistance_mohm: "14.1"
|
|
1306
|
+
state_of_charge_pct: "99.3"
|
|
1307
|
+
steps:
|
|
1308
|
+
- name: "Internal Resistance Check"
|
|
1309
|
+
step_type: "NumericLimitTest"
|
|
1310
|
+
status: "passed"
|
|
1311
|
+
total_time_in_seconds: 3.2
|
|
1312
|
+
data:
|
|
1313
|
+
parameters:
|
|
1314
|
+
- name: "Internal Resistance"
|
|
1315
|
+
measurement: "14.1"
|
|
1316
|
+
highLimit: "20.0"
|
|
1317
|
+
units: "mOhm"
|
|
1318
|
+
status: "Passed"
|
|
1319
|
+
comparisonType: "LE"
|
|
1320
|
+
- name: "Cell Temperature Check (Ch3)"
|
|
1321
|
+
step_type: "NumericLimitTest"
|
|
1322
|
+
status: "passed"
|
|
1323
|
+
total_time_in_seconds: 1.8
|
|
1324
|
+
data:
|
|
1325
|
+
parameters:
|
|
1326
|
+
- name: "Cell Temp 3"
|
|
1327
|
+
measurement: "41.2"
|
|
1328
|
+
highLimit: "42.0"
|
|
1329
|
+
units: "degC"
|
|
1330
|
+
status: "Passed"
|
|
1331
|
+
comparisonType: "LE"
|
|
1332
|
+
- name: "Capacity Check"
|
|
1333
|
+
step_type: "NumericLimitTest"
|
|
1334
|
+
status: "passed"
|
|
1335
|
+
total_time_in_seconds: 5.1
|
|
1336
|
+
data:
|
|
1337
|
+
parameters:
|
|
1338
|
+
- name: "Capacity"
|
|
1339
|
+
measurement: "51.0"
|
|
1340
|
+
lowLimit: "49.0"
|
|
1341
|
+
units: "Ah"
|
|
1342
|
+
status: "Passed"
|
|
1343
|
+
comparisonType: "GE"
|
|
1344
|
+
id_reference: "tr_abc_tc03_c6"
|
|
1345
|
+
tags: ["exercise-5-1-parametric-insights", "tc03"]
|
|
1346
|
+
|
|
1347
|
+
# ==========================================================================
|
|
1348
|
+
# TEST RESULTS — MODEL XYZ (4 results — distractor product)
|
|
1349
|
+
# Capacitor bank acceptance testing on TC-01 and TC-02
|
|
1350
|
+
# ==========================================================================
|
|
1351
|
+
|
|
1352
|
+
- type: "test_result"
|
|
1353
|
+
name: "Model XYZ TC-01 Acceptance Run 1"
|
|
1354
|
+
properties:
|
|
1355
|
+
program_name: "Capacitor Bank Acceptance Test"
|
|
1356
|
+
part_number: "POW-MODEL-XYZ-002"
|
|
1357
|
+
serial_number: "XYZ-SN-001-20260110"
|
|
1358
|
+
system_id: "${sys_tc01}"
|
|
1359
|
+
operator: "J. Santos"
|
|
1360
|
+
start_time: "2026-01-09T10:00:00Z"
|
|
1361
|
+
status: "passed"
|
|
1362
|
+
measurements:
|
|
1363
|
+
voltage_hold_time_s: "302.4"
|
|
1364
|
+
leakage_current_ua: "18.2"
|
|
1365
|
+
esr_mohm: "3.1"
|
|
1366
|
+
max_voltage_v: "51.8"
|
|
1367
|
+
capacitance_f: "125.4"
|
|
1368
|
+
id_reference: "tr_xyz_tc01_r1"
|
|
1369
|
+
tags: ["exercise-5-1-parametric-insights", "xyz"]
|
|
1370
|
+
|
|
1371
|
+
- type: "test_result"
|
|
1372
|
+
name: "Model XYZ TC-02 Acceptance Run 2"
|
|
1373
|
+
properties:
|
|
1374
|
+
program_name: "Capacitor Bank Acceptance Test"
|
|
1375
|
+
part_number: "POW-MODEL-XYZ-002"
|
|
1376
|
+
serial_number: "XYZ-SN-001-20260110"
|
|
1377
|
+
system_id: "${sys_tc02}"
|
|
1378
|
+
operator: "M. Chen"
|
|
1379
|
+
start_time: "2026-01-23T10:00:00Z"
|
|
1380
|
+
status: "passed"
|
|
1381
|
+
measurements:
|
|
1382
|
+
voltage_hold_time_s: "305.1"
|
|
1383
|
+
leakage_current_ua: "17.9"
|
|
1384
|
+
esr_mohm: "3.0"
|
|
1385
|
+
max_voltage_v: "51.9"
|
|
1386
|
+
capacitance_f: "125.7"
|
|
1387
|
+
id_reference: "tr_xyz_tc02_r2"
|
|
1388
|
+
tags: ["exercise-5-1-parametric-insights", "xyz"]
|
|
1389
|
+
|
|
1390
|
+
- type: "test_result"
|
|
1391
|
+
name: "Model XYZ TC-01 Acceptance Run 3"
|
|
1392
|
+
properties:
|
|
1393
|
+
program_name: "Capacitor Bank Acceptance Test"
|
|
1394
|
+
part_number: "POW-MODEL-XYZ-002"
|
|
1395
|
+
serial_number: "XYZ-SN-001-20260110"
|
|
1396
|
+
system_id: "${sys_tc01}"
|
|
1397
|
+
operator: "J. Santos"
|
|
1398
|
+
start_time: "2026-02-03T10:00:00Z"
|
|
1399
|
+
status: "passed"
|
|
1400
|
+
measurements:
|
|
1401
|
+
voltage_hold_time_s: "301.8"
|
|
1402
|
+
leakage_current_ua: "18.5"
|
|
1403
|
+
esr_mohm: "3.2"
|
|
1404
|
+
max_voltage_v: "51.7"
|
|
1405
|
+
capacitance_f: "124.9"
|
|
1406
|
+
id_reference: "tr_xyz_tc01_r3"
|
|
1407
|
+
tags: ["exercise-5-1-parametric-insights", "xyz"]
|
|
1408
|
+
|
|
1409
|
+
- type: "test_result"
|
|
1410
|
+
name: "Model XYZ TC-02 Acceptance Run 4"
|
|
1411
|
+
properties:
|
|
1412
|
+
program_name: "Capacitor Bank Acceptance Test"
|
|
1413
|
+
part_number: "POW-MODEL-XYZ-002"
|
|
1414
|
+
serial_number: "XYZ-SN-001-20260110"
|
|
1415
|
+
system_id: "${sys_tc02}"
|
|
1416
|
+
operator: "M. Chen"
|
|
1417
|
+
start_time: "2026-02-16T10:00:00Z"
|
|
1418
|
+
status: "passed"
|
|
1419
|
+
measurements:
|
|
1420
|
+
voltage_hold_time_s: "303.6"
|
|
1421
|
+
leakage_current_ua: "18.0"
|
|
1422
|
+
esr_mohm: "3.1"
|
|
1423
|
+
max_voltage_v: "51.8"
|
|
1424
|
+
capacitance_f: "125.2"
|
|
1425
|
+
id_reference: "tr_xyz_tc02_r4"
|
|
1426
|
+
tags: ["exercise-5-1-parametric-insights", "xyz"]
|
|
1427
|
+
|
|
1428
|
+
# ==========================================================================
|
|
1429
|
+
# TEST RESULTS — MODEL ABC REV B (3 results — distractor product)
|
|
1430
|
+
# Prototype qualification on TC-02; improved design shows lower resistance
|
|
1431
|
+
# ==========================================================================
|
|
1432
|
+
|
|
1433
|
+
- type: "test_result"
|
|
1434
|
+
name: "Model ABC Rev B TC-02 Qual Run 1"
|
|
1435
|
+
properties:
|
|
1436
|
+
program_name: "Thermal Cycle Test"
|
|
1437
|
+
part_number: "BAT-MODEL-ABC-REV-B"
|
|
1438
|
+
serial_number: "ABC-REVB-SN-001-20260112"
|
|
1439
|
+
system_id: "${sys_tc02}"
|
|
1440
|
+
operator: "M. Chen"
|
|
1441
|
+
start_time: "2026-01-12T09:00:00Z"
|
|
1442
|
+
status: "passed"
|
|
1443
|
+
measurements:
|
|
1444
|
+
cycle_count: "1"
|
|
1445
|
+
cell_temperature_1_c: "35.9"
|
|
1446
|
+
cell_temperature_2_c: "35.6"
|
|
1447
|
+
cell_temperature_3_c: "36.2"
|
|
1448
|
+
cell_temperature_4_c: "35.8"
|
|
1449
|
+
ambient_temperature_c: "22.5"
|
|
1450
|
+
terminal_voltage_v: "3.86"
|
|
1451
|
+
charge_current_a: "1.47"
|
|
1452
|
+
capacity_ah: "52.4"
|
|
1453
|
+
internal_resistance_mohm: "9.8"
|
|
1454
|
+
state_of_charge_pct: "100.0"
|
|
1455
|
+
id_reference: "tr_abc_revb_c1"
|
|
1456
|
+
tags: ["exercise-5-1-parametric-insights", "revb"]
|
|
1457
|
+
|
|
1458
|
+
- type: "test_result"
|
|
1459
|
+
name: "Model ABC Rev B TC-02 Qual Run 2"
|
|
1460
|
+
properties:
|
|
1461
|
+
program_name: "Thermal Cycle Test"
|
|
1462
|
+
part_number: "BAT-MODEL-ABC-REV-B"
|
|
1463
|
+
serial_number: "ABC-REVB-SN-001-20260112"
|
|
1464
|
+
system_id: "${sys_tc02}"
|
|
1465
|
+
operator: "M. Chen"
|
|
1466
|
+
start_time: "2026-01-26T09:00:00Z"
|
|
1467
|
+
status: "passed"
|
|
1468
|
+
measurements:
|
|
1469
|
+
cycle_count: "2"
|
|
1470
|
+
cell_temperature_1_c: "36.1"
|
|
1471
|
+
cell_temperature_2_c: "35.8"
|
|
1472
|
+
cell_temperature_3_c: "36.4"
|
|
1473
|
+
cell_temperature_4_c: "36.0"
|
|
1474
|
+
ambient_temperature_c: "22.4"
|
|
1475
|
+
terminal_voltage_v: "3.85"
|
|
1476
|
+
charge_current_a: "1.47"
|
|
1477
|
+
capacity_ah: "52.3"
|
|
1478
|
+
internal_resistance_mohm: "10.1"
|
|
1479
|
+
state_of_charge_pct: "100.0"
|
|
1480
|
+
id_reference: "tr_abc_revb_c2"
|
|
1481
|
+
tags: ["exercise-5-1-parametric-insights", "revb"]
|
|
1482
|
+
|
|
1483
|
+
- type: "test_result"
|
|
1484
|
+
name: "Model ABC Rev B TC-02 Qual Run 3"
|
|
1485
|
+
properties:
|
|
1486
|
+
program_name: "Thermal Cycle Test"
|
|
1487
|
+
part_number: "BAT-MODEL-ABC-REV-B"
|
|
1488
|
+
serial_number: "ABC-REVB-SN-001-20260112"
|
|
1489
|
+
system_id: "${sys_tc02}"
|
|
1490
|
+
operator: "M. Chen"
|
|
1491
|
+
start_time: "2026-02-09T09:00:00Z"
|
|
1492
|
+
status: "passed"
|
|
1493
|
+
measurements:
|
|
1494
|
+
cycle_count: "3"
|
|
1495
|
+
cell_temperature_1_c: "36.3"
|
|
1496
|
+
cell_temperature_2_c: "36.0"
|
|
1497
|
+
cell_temperature_3_c: "36.6"
|
|
1498
|
+
cell_temperature_4_c: "36.2"
|
|
1499
|
+
ambient_temperature_c: "22.6"
|
|
1500
|
+
terminal_voltage_v: "3.85"
|
|
1501
|
+
charge_current_a: "1.46"
|
|
1502
|
+
capacity_ah: "52.2"
|
|
1503
|
+
internal_resistance_mohm: "10.4"
|
|
1504
|
+
state_of_charge_pct: "99.9"
|
|
1505
|
+
id_reference: "tr_abc_revb_c3"
|
|
1506
|
+
tags: ["exercise-5-1-parametric-insights", "revb"]
|
|
1507
|
+
|
|
1508
|
+
# ==========================================================================
|
|
1509
|
+
# INCOMPLETE RESULTS — simulate interrupted or aborted runs (for realism)
|
|
1510
|
+
# Students will see these in the results list; they have no measurement data.
|
|
1511
|
+
# ==========================================================================
|
|
1512
|
+
|
|
1513
|
+
- type: "test_result"
|
|
1514
|
+
name: "Model ABC TC-01 Aborted Run (connection lost)"
|
|
1515
|
+
properties:
|
|
1516
|
+
program_name: "Thermal Cycle Test"
|
|
1517
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
1518
|
+
serial_number: "BAT-SN-A01-20250915"
|
|
1519
|
+
system_id: "${sys_tc01}"
|
|
1520
|
+
operator: "J. Santos"
|
|
1521
|
+
start_time: "2026-02-15T08:00:00Z"
|
|
1522
|
+
status: "failed"
|
|
1523
|
+
id_reference: "tr_abc_tc01_aborted"
|
|
1524
|
+
tags: ["exercise-5-1-parametric-insights", "tc01"]
|
|
1525
|
+
|
|
1526
|
+
- type: "test_result"
|
|
1527
|
+
name: "Model ABC TC-03 Aborted Run (power outage)"
|
|
1528
|
+
properties:
|
|
1529
|
+
program_name: "Thermal Cycle Test"
|
|
1530
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
1531
|
+
serial_number: "BAT-SN-C01-20250915"
|
|
1532
|
+
system_id: "${sys_tc03}"
|
|
1533
|
+
operator: "R. Okonkwo"
|
|
1534
|
+
start_time: "2026-02-16T08:00:00Z"
|
|
1535
|
+
status: "failed"
|
|
1536
|
+
id_reference: "tr_abc_tc03_aborted"
|
|
1537
|
+
tags: ["exercise-5-1-parametric-insights", "tc03"]
|
|
1538
|
+
|
|
1539
|
+
- type: "test_result"
|
|
1540
|
+
name: "Model ABC TC-02 Aborted Run (operator cancelled)"
|
|
1541
|
+
properties:
|
|
1542
|
+
program_name: "Thermal Cycle Test"
|
|
1543
|
+
part_number: "BAT-MODEL-ABC-001"
|
|
1544
|
+
serial_number: "BAT-SN-B01-20250915"
|
|
1545
|
+
system_id: "${sys_tc02}"
|
|
1546
|
+
operator: "M. Chen"
|
|
1547
|
+
start_time: "2026-02-17T08:00:00Z"
|
|
1548
|
+
status: "skipped"
|
|
1549
|
+
id_reference: "tr_abc_tc02_aborted"
|
|
1550
|
+
tags: ["exercise-5-1-parametric-insights", "tc02"]
|
|
1551
|
+
|
|
1552
|
+
cleanup:
|
|
1553
|
+
order:
|
|
1554
|
+
- "test_result"
|
|
1555
|
+
- "dut"
|
|
1556
|
+
- "system"
|
|
1557
|
+
- "product"
|
|
1558
|
+
- "location"
|
|
1559
|
+
filter_tags: ["exercise-5-1-parametric-insights"]
|
|
1560
|
+
require_confirmation: true
|
|
1561
|
+
|
|
1562
|
+
validation:
|
|
1563
|
+
require_workspace: true
|
|
1564
|
+
|
|
1565
|
+
post_install:
|
|
1566
|
+
instructions: |
|
|
1567
|
+
✓ Exercise 5-1 training data installed successfully!
|
|
1568
|
+
|
|
1569
|
+
Resources created:
|
|
1570
|
+
- 1 location: Battery Testing Lab
|
|
1571
|
+
- 3 products: Model ABC (primary), Model XYZ, Model ABC Rev B
|
|
1572
|
+
- 3 test systems: TC-01, TC-02, TC-03
|
|
1573
|
+
- 5 DUTs: BAT-DUT-A01/B01/C01, XYZ-DUT-001, ABC-REVB-DUT-001
|
|
1574
|
+
- 18 test results: Model ABC (6 per stand, Jan 6 – Feb 13 2026)
|
|
1575
|
+
- 4 test results: Model XYZ (acceptance tests)
|
|
1576
|
+
- 3 test results: Model ABC Rev B (qualification)
|
|
1577
|
+
- 3 incomplete results: Aborted/skipped runs for realism
|
|
1578
|
+
|
|
1579
|
+
Data highlights for student discovery:
|
|
1580
|
+
- TC-03 cell temperatures run ~3-4 °C warmer than TC-01/TC-02 (calibration offset)
|
|
1581
|
+
- TC-01 Cycle 5 (Feb 4): internal_resistance_mohm = 21.4 → FAIL
|
|
1582
|
+
- TC-03 Cycle 4 (Jan 30): cell_temperature_3_c = 44.8 → FAIL
|
|
1583
|
+
- Capacity and voltage show a slow downward trend across all three stands
|
|
1584
|
+
|
|
1585
|
+
Next steps:
|
|
1586
|
+
1. Open Test Insights > Products in the SystemLink web interface
|
|
1587
|
+
2. Locate "Model ABC" (part number BAT-MODEL-ABC-001)
|
|
1588
|
+
3. Follow the exercise steps in:
|
|
1589
|
+
Exercise 5-1 - Searching and Retrieving Product Data for Insights.md
|