Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: deepaknarkhede on December 29, 2014, 11:54:31 AM

Title: coil winding machine
Post by: deepaknarkhede on December 29, 2014, 11:54:31 AM
hello,
I am controlling coil bobbin winding machine with mach3. Here machine starts with winding coil ends on bobbin pin and then spindle starts. the layers are formed with required turns. Again coil terminates  at bobbin pin.
Now I have few difficulties . When coil ends with say 100 turns my A axis holds '100' . When going for next coil I have to manually zero A axis, hope fully there is some command for this. Secondly when changing the size the whole program has to be made manually step by step, can it be done like operator will move the axis manually and each point will be saved as program as in MDI Teach.
thanks
Title: Re: coil winding machine
Post by: BR549 on December 29, 2014, 05:25:39 PM
Try  G92 A0.000 at the end of your file just before the M30. It should reset the A to 0.000.

As to a conversati0on program builder you could develope a Wizard to design the coil build as to width and number of layers and wraps per layer.

Are you winding on Forms ??

(;-) TP