Special script function for filling the slots
-
From the drop-down menu available from the left top part of Motor Factory, it is possible to open a “Debug” dialog box, in which script commands can be written and executed.
A new command dedicated to the slot filling has been implemented. It allows to define and apply a geometric slot filling (height filling factor).
Here is the definition of the geometric fill factor = Height filling factor
|
|
| Definition of the 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 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).
|
|
| Debug dialog box to execute script commands |
|
|
|
Result one gets while applying the command below: setDiameterBasedOnGeometricalFillFactor(geoFF=0.65,noTurnsPerCoil=12,noWiresInHand=4 |
|
|
| Definition of the geometric fill factor for the tooth winding = Height filling factor |
|
|
| Result one gets while applying the command below: setDiameterBasedOnGeometricalFillFactor(geoFF=0.55,noTurnsPerCoil=12,noWiresInHand=4) |