...
The electrical parameters are described in a JSON format. The following parameters must appear in the file.
Paremeter (JSON key) | Value type | Unit | Description | Example |
---|---|---|---|---|
PolePairs | int | N.A. | Number of pole pairs of the machine. | "PolePairs": 2 |
DqTransformAngleOffset | double | degree | Angle offset applied for the DQ Park Transform | "DqTransformAngleOffset": -90.0 |
Ra | double | Ohm | Resistance of the phase A | "Ra": 0.04 |
Rb | double | Ohm | Resistance of the phase B | "Rb": 0.04 |
Rc | double | Ohm | Resistance of the phase C | "Rc": 0.04 |
Id_axis | double[] | A | One dimensional array of the current values along the direct axis | "Id_axis": [ -50.0, 0.0, 50.0 ], |
Iq_axis | double[] | A | One dimensional array of the current values along the quadratic axis | "Iq_axis": [ -50.0, 0.0, 50.0 ], |
Ld | double[][] | H | Two dimensional array of the direct inductance values. The first index is for the direct axis. The second index is for the quadrature axis. | "Ld": [ |
Lq | double[][] | H | Two dimensional array of the quadratic inductance values. The first index is for the direct axis. The second index is for the quadrature axis. | " |
Lq": [ | ||||
Fm | double[][] | Wb | Two dimensional array of the Permanent magnet flux values. The first index is for the direct axis. The second index is for the quadrature axis. | "Fm": [ |
TableInputCutoffFrequency (optional, default value 200 Hz) | double | Hz | Cut-off frequency of the low-pass filter applied on Id and Iq inputs of Ld, Lq, and Fm look-up tables. | "TableInputCutoffFrequency": 500 |
All the examples above concatenated would give in a valid JSON format:
...