A new Export / Document / Script file
A new function is now implemented in Motor Factory / Export / Document area. Next to the Report, the Script function gives the capability to export a script file in which all the needed command lines are written to rebuild the considered motor.
The script is generated with all the needed sections and sub-sections in Motor Factory, dedicated to the design, to the test, and the exports
|
|
The full script for building a project, just a click away | |
1 | Button “Script” in the Export / Document area to build and export a script file dedicated to the considered motor. |
2 | Export parameters allow defining the script name, the motor name, the motor catalog, and the folder in which it must be stored. |
3 | Buttons to export the resulting python file and/or to directly open it in Script Factory |
Concerning the process, either you get the script (python file) or you can get into “Script Factory” directly and instantaneously to work on it.
Here an example is shown below for the provided python script in which are described all the sections to define the design of the motor, the tests and the exports which can be performed.
This is a very powerful way for keeping all the information for rebuilding motors, whatever will be the used version of FluxMotor.
|
Example of python script in which are described all the sections to define the design of the motor, the tests and the exports which can be performed |
Functions are implemented for helping the management of python files like “Find and Replace”, Edit, Copy, Paste, Delete,...
|
Function “Find and Replace” is available |