Hello Guest it is March 29, 2024, 08:57:28 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - deepaknarkhede

Pages: 1
1
VB and the development of wizards / push to on and release off button
« on: April 06, 2016, 02:21:21 PM »
dear all,
I am trying to convert Reverse run button as push to on and release off. so that reverse run will be done only while it is pressed and no need to use Pause button again. I tried code like "while button=1" but cant find exact code. I could only add feed lower along with Reverse Run setoemdro(821,10) dooembutton(279) similerly I added FRO Reset to Cycle Start Button. pl help.
deepak

2
General Mach Discussion / coil winder spindle control
« on: January 12, 2015, 07:24:10 AM »
Hello,
I have built small coil winding machine whose wire guide is controlled using x,y and z axis of mach3. The spindle is servo motor controlled on A axis. While winding my g code goes like,

G0 A0Y0
G0A30Y10       layer 1
G0A60Y0          layer 2
G0A90Y10       layer 3
G0A120Y0       layer 4
and so on.
 The problem is at every end spindle stops with defined accn and dccn time which is very time consuming.

How can I continuously run the spindle without stopping at the end of every layer?

pl help.
deepak

3
VB and the development of wizards / coil winding machine
« 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

4
General Mach Discussion / output control with hotkey
« on: August 14, 2014, 09:35:00 AM »
Hello all,
I know it is a stupid question bu I m stuck up at this point.
I have built oxyfuel cutting machine and working fine. Now I want to add Auto Ignition Button. I wish to use hotkey from keyboard and the function of relay on output no 16 should be such that when I push Hotkey , relay should turn on and when release it should turn off.
please help.
deepak

5
General Mach Discussion / pcb drilling machine
« on: November 28, 2012, 06:15:28 AM »
hi
I constructed pcb drilling machine with leadshine driver and stepper motor 2A running on mach3.
I m facing a problem. The Z axis moves as

Z0
G1
Z-3
G0
Z3

It moves as instructed but moves few steps up more. After 20-30 holes Drill gradually goes up and doesnt drill at all.
I tried with Active Low for direction but still it moves upward gradually. I reduced acceleration but didint work.
What could be the reason kindly help.
Thanks

Pages: 1