запущен проект motor identification c терминалкой

This commit is contained in:
2026-06-05 12:15:36 +03:00
commit 177431f3d2
1383 changed files with 840275 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
test,freq_hz,v_rms,i_rms,p_w,current_a,voltage_v,psi_wb,note
rs_dc,0,,,,5.0,0.92,,positive low
rs_dc,0,,,,-5.0,-0.96,,negative low
rs_dc,0,,,,10.0,1.88,,positive high
rs_dc,0,,,,-10.0,-1.92,,negative high
ac_sweep,1,2.270,10.0,18.40,,,,sweep point
ac_sweep,2,2.356,10.0,18.70,,,,sweep point
ac_sweep,3,2.492,10.0,19.10,,,,sweep point
ac_sweep,5,2.880,10.0,20.20,,,,sweep point
ac_sweep,10,4.090,10.0,24.90,,,,sweep point
magnetizing,0,,,,5.0,,0.330,low flux
magnetizing,0,,,,10.0,,0.630,nominal-ish flux
magnetizing,0,,,,15.0,,0.870,saturation starts
1 test freq_hz v_rms i_rms p_w current_a voltage_v psi_wb note
2 rs_dc 0 5.0 0.92 positive low
3 rs_dc 0 -5.0 -0.96 negative low
4 rs_dc 0 10.0 1.88 positive high
5 rs_dc 0 -10.0 -1.92 negative high
6 ac_sweep 1 2.270 10.0 18.40 sweep point
7 ac_sweep 2 2.356 10.0 18.70 sweep point
8 ac_sweep 3 2.492 10.0 19.10 sweep point
9 ac_sweep 5 2.880 10.0 20.20 sweep point
10 ac_sweep 10 4.090 10.0 24.90 sweep point
11 magnetizing 0 5.0 0.330 low flux
12 magnetizing 0 10.0 0.630 nominal-ish flux
13 magnetizing 0 15.0 0.870 saturation starts