I simulate now with FEMM 4.2. The same simulation was done with CST but CST is 3D software and FEMM 4.2 is a 2D Software.
Is it posible to habe the same results with the simulation??
i have tried and i get the same result in the Y-Z axe but in the X-Z axe i get other Result. Does someone knows...
I simulate now with FEMM 4.2. The same simulation was done with CST but CST is 3D software and FEMM 4.2 is a 2D Software.
Is it posible to habe the same results with the simulation??
i have tried and i get the same result in the Y-Z axe but in the X-Z axe i get other Result. Does someone knows...
Does someone knows how to move a quader in der X Direction forwards and backwards und cyclic.
i try with this code:
mi_seteditmode("group")
mi_selectgroup(1)
if reverse_translation == 1 then
mi_movetranslate("group", -0.1)
else
mi_movetranslate("group", 0.1)...
In the picture is on the right, a square of steel and left a sensor with Magnet. I would like to move and gradually at its original position the square forward near as possible to the sensor and backward. This must to be cyclically. For that, i wrote a Programm in Lua but it doesn't work. I add...
In order to make my question understandable, I add a picture. on the left of the picture is a staff from steel and right a sensor. I would like to move the staff possible more near to the sensor and again to its previous position cyclically. But the sensor must remain standing. And with each...
I simulate at present with FEMM 4,3 and LUA. I have a staff from steel before a sensor stand. I would like to move the staff as more near as possible to the sensor to be based (without the sensor) and to have its ursprungliche position cyclically (horizontal movement). Does someone have an idea...