Skip to content

Commit

Permalink
feat: use PyMotorCAD interface instead of ActiveX
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Gonzalez committed Dec 5, 2024
1 parent 528a8d4 commit 9c3714c
Show file tree
Hide file tree
Showing 11 changed files with 6,031 additions and 3,242 deletions.
Binary file modified GenerateSimulinkThermalModel.mlx
Binary file not shown.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ You can use the automatically-generated Simulink model to:
* Integrate the motor in a system-level model using Simscape™.
* Analize the performance of your system design in a holistic way.

This project is compatible with MATLAB R2021b or newer, and with multiple versions of Motor-CAD.
**Use the links below to download the latest version, depending on your Motor-CAD version:**
- For Motor-CAD 2024R2 or newer (with PyMotorCAD interface): Use Download button above
- For Motor-CAD 15.1.6 or newer (with Visual Basic ActiveX interface): [MotorCAD_v15.1.6.zip](https://github.com/mathworks/import-motorcad-thermal-simulink/archive/refs/tags/MotorCAD_v15.1.6.zip)

## 1. Import a Motor-CAD model into MATLAB ##
You can use the Object-Oriented MATLAB® - Motor-CAD interface (included in this repository) to import a Motor-CAD model into MATLAB and easily modify motor properties and run Motor-CAD calculations.

Expand Down Expand Up @@ -60,4 +65,4 @@ The license is available in the License file within this repository.
## Community Support
[MATLAB Central](https://www.mathworks.com/matlabcentral)

Copyright 2022 The MathWorks, Inc.
Copyright 2022-2024 The MathWorks, Inc.
Binary file modified UseSimulinkThermalModel.mlx
Binary file not shown.
Binary file modified ValidateSimulinkThermalModel.mlx
Binary file not shown.
Binary file modified data/OutputFromGSTM.mat
Binary file not shown.
Loading

0 comments on commit 9c3714c

Please sign in to comment.