Miscellaneaous
Script for filling the slots
From the drop-down menu available on the top left part of Motor Factory, it is possible to open a “Debug” dialog box, in which the script commands can be written and executed.
A new command dedicated to the slot filling has been implemented. It allows us to define and apply the geometric slot filling (height filling factor).
Here is the definition: Geometric fill factor = Height filling factor.

The script command is:
setDiameterBasedOnGeometricalFillFactor(geoFF=0.65,noTurnsPerCoil =12,noWiresInHand=4)
In this example, the goal is to find the wire diameter, which allows us to define a geometric fill factor equal to 0.65 by considering a coil built with 12 turns and 4 wires in hand (in parallel).




Feasibility of the winding architecture and the slot filling
For information, a script command (isWindingValid()) allows to know if the winding is feasible or not.
This is useful from the winding architecture point of view and for the slot filling as well. This command will be able to be used inside an optimization process to select only the relevant winding configurations for example.