Hello Guest it is March 28, 2024, 06:45:36 AM

Author Topic: How to link three G320 for fault protection  (Read 10700 times)

0 Members and 1 Guest are viewing this topic.

How to link three G320 for fault protection
« on: April 17, 2008, 08:15:24 PM »
Hi
I would like to wire all of my geckos so if one faults the motors must be re-set. Does anyone
have advice on setting up the wiring for this feature.

Barry

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: How to link three G320 for fault protection
« Reply #1 on: April 17, 2008, 08:53:45 PM »
Not sure how the geckos signal is configured but if its not possible to daisy chain them to Input 1 then you could  use three relays linked so that their outputs are daisy chained to Input 1.
Hood

Offline jimpinder

*
  •  1,232 1,232
  • Wakefield, West Yorks, UK
    • View Profile
Re: How to link three G320 for fault protection
« Reply #2 on: April 18, 2008, 03:19:53 AM »
Are you following the wiring diagram shown on the Gecko website - in respect to pin 5 output from the drive.

This, it would seem, is multi functional and has to have a sprung switch so that it can be triggered to +5v  to reset the drive if a fault osccurs. It would then seem that the output from that pin stays at 5v, until a fault occurs - at which time it reverts to 0v.

I would suggest that all you need is a connection from the 3 drives to a Mach3 input. This could be to a limit switch input, or to the E-stop input, which would stop Mach 3. The connection should be made from pin 5 of the drives in parrallel via a diode to the input, so that any one of the drives switching to 0v passes the signal to the computer input. Because of the diodes, there is no feedback to the other drives. Any signal diode would do.

If you have the Geckos wired up via their enable switch, then Mach 3 could "disable" these lines to stop all movement. It stops "step" and "dir" signals anyway.
Not me driving the engine - I'm better looking.
Re: How to link three G320 for fault protection
« Reply #3 on: April 19, 2008, 04:47:45 AM »
All the Gecko G320 reset pins (pin 5) can be tied together, so that one faulting driver will shut down the others.

  My Campbell breakout board has no provisions to utilize the fault/reset outputs from the Gecko drivers, so Mach does not know when an error occurs.  As a result, the machine was delivered with no fault detection and the fault-reset pins were tied to +5V permanently for automatic start-up.  Since the fault pins are tied high to +5V, the Gecko does automatically reset after a few seconds, but Mach does not know and continues milling with the machine now offset from where it should be.   (It caused my milling machine to eat up a tailstock and milling bit, and me to nearly have heart failure).  According to the Gecko engineers, leaving the fault tied high is a really bad idea (duh).

  I have been struggling with the Gecko G320 drivers to automatically start up when powering up the machine, and also to provide a fault condition when milling so that an ESTOP can shut down the machine.  The trouble is that when the Gecko G320 is powered up, it immediately "Faults" and must be enabled by momentarily placing +5V on the fault pin 5 for a few seconds (reset function).  This has the unfortunate result that when the fault is wired to a limit function, you can not power up the machine since it triggers a shut-down as soon as the RESET is pressed and power comes up.  The Gecko people can only suggest a center-position manual switch to toggle the drive units on or off, but does not prevent the fault-startup problem from occurring when sensing pin 5.  They ran short of pins and doubled up the reset and fault functions (unfortunate choice).

  I am sure that others have solved this problem since Gecko drivers are in wide use, so if anyone has a solution to this problem, please post it.

 :P  In the mean time ...

  In order to get around the problem, I just purchased some photo-darlington transistors (Fairchild L14F1) that are sensitive enough to sense the fault LED on the Gecko drive modules when glued or placed above, which then can activate the Limit pins on my Campbell break-out board (it works).  I still need a delay to prevent the fault start-up from killing power-up.  I intend to place a N-FET (at least 15 mA capable) with its SOURCE tied to GROUND and the DRAIN being common to all photo-darlington EMITTERS, and with a simple RC delay on the N-FET GATE (CAP to ground, resistor to +5V with the common connection tied to the GATE) to hold off activation of the fault until 10 seconds have passed when powered up.  Each photo-darlington COLLECTOR is wired to a limit pin on the breakout board.  This way, each Gecko can have its own fault sensed, hopefully reporting which one faulted and having the message displayed on the screen in a status window (needs some programming to monitor the LEDs).  Alternately, a 555 timer could be used as the delay element in place of the FET, but is harder to wire without a small circuit board for the IC pins.

  If all goes well, I can hit the RESET button to power up the machine, Geckos fault for several seconds (with pin 5 tied to +5V for automatic reset) but fault reporting to MACH will be delayed by the FET until the Geckos clear their fault conditions.  Now the machine should run normally until a limit switch or a Gecko fault lights its LED and activates a photo-darlington which pulls a limit pin to GROUND and triggers an ESTOP shutdown, and hopefully reports the offending error condition.

Offline jimpinder

*
  •  1,232 1,232
  • Wakefield, West Yorks, UK
    • View Profile
Re: How to link three G320 for fault protection
« Reply #4 on: April 19, 2008, 05:25:02 AM »
I cannot understand say your Campbell breakout board has no provision to take signals from the Geckos. It must have some input lines to the computer - pins 10,11,12,13 and 15 - unless you are already using them all. Al you need is one of these and configure it on Config/Ports and Pins/Input. It doesn't matter what Mr Campbell says the inputs are for, you can use them for anything.

I do not think the Gecko pins should be tied high. The Gecko spec shows a neat way of using a sprung loaded switch, to momemtarily switch 0v or 5v to the inputs, which I though would be ideal and keep you in control of the situation. I would install this, even if it means manually enabling the axis before you start. - At least the Geckos would not reset themselves automatically.

Whilst I understand the photodarlington system you are proposing, is there not a spare input line, or can you re-arrange your limits onto one line, so that you can trip the E-stop input on Mach3 - this would be much better than artificially triggering a limit, becasue you can reset immediately.

Yes - you will need some sort of delay on start-up - which, I assume requires a 5v signal onto pin 5  - to switch the drives on. You could, of course drive this from the computer, using a brain, or vis basic script to an output pin. I don't know if the Campbell boards provide isolation and a bit of applification on the output pins, but that seems the simplest way to me.
Not me driving the engine - I'm better looking.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: How to link three G320 for fault protection
« Reply #5 on: April 19, 2008, 09:34:24 AM »
Seems I missread the question, I was thinking it was a fault signal from the drive and you were wanting Mach to know a drive has faulted and to stop movement.
 I dont see why if one drive faults you would want the rest to fault, I think thats why I thought you were just wanting Mach to know a fault had ocurred.
What exactly is this connection on the G320?
is it an enable?
is it a reset?
Is it a fault signal?
Is it a combination of two or more of the above?

Hood
Re: How to link three G320 for fault protection
« Reply #6 on: April 19, 2008, 12:29:54 PM »
Hi Guys
 I am going through the exact same question and have e-mailed Gecko on the subject looking at the schematic it reads if i understand it correctly that the same +5v can be used to trigger a fault by putting it to ground my question is if the +5v is coming from the computer will this take out the power supply for the computer i have my geckos set up where after the machine has booted up i can reset the Geckos by pressing a momentary switch and off we go but what i want now is an E-stop, so can i take the +5V and set it to ground with out damaging the computer in any way the machine is almost finished and i don't want to screw it up now.

Dennis
Re: How to link three G320 for fault protection
« Reply #7 on: April 19, 2008, 12:33:21 PM »
re: jimpinder
Yes, there are inputs available on the breakout board.  The problem is the Gecko fault occurring on power-up.   If I am going to use the Gecko fault for an ESTOP function, simply connecting a fault from the Gecko to an input on the breakout board will not allow me to power up the system.  As soon as the RESET button is pressed, power goes to the Gecko drivers and they immediately shut the system back down.  It seems silly that the breakout board removes power to the Gecko drives as well as step and direction shutdown.  Perhaps if the 5V were to remain on from the breakout, all would be well.

re: Hood
The original question was to kill all drivers if one faults so that all must be reset.  That can easily be done by wiring all pin 5 resets together and using a momentary switch to pull all to +5V for reset.  If one drive faults and there is no feedback to Mach, you do not want the system to keep running on the other drivers.  Thus one faulting Gecko can also shut down all other Gecko drivers.  Obviously, the better solution is to notify Mach that there is a problem and shut down the machining process completely.  The connection on the G320 is pin 5, which doubles as a reset and a fault.  On power-up, this pin is pulled low through an internal resistor (impedance about 235 Ohms) indicating a fault condition, and must be hard-pulled up for several seconds to reset the Gecko.  Why they thought that a fault should occur on power-up, I can only guess that it is a safety measure.  It is a headache to use this signal for fault detection/ESTOP and be able to power up the machine as well.
Re: How to link three G320 for fault protection
« Reply #8 on: April 19, 2008, 12:59:36 PM »
re: DennisF
The fault/reset pin 5 will be pulled to ground on a fault condition through an internal resister by the Gecko, or you can manually pull it to ground to kill the Gecko. or you can manually pull it to +5V to reset the Gecko  (It is current limited by the 470 Ohm resistor in the Gecko and will not kill your computer power supply)  You only need to pull this pin to +5v for reset (which you are already doing), and alternately pull it to ground to force the Gecko drivers to fault if you wish.  You can tie this pin to an input to the computer for fault detection, usually through an optical isolator built in to a breakout board to protect the computer parallel port.  You can also tie several of the Gecko pin 5 resets together and use a single switch to control all simultaneously.  Your computer power supply should have no problem as long as you don't short the +5 volt supply to ground directly.
Re: How to link three G320 for fault protection
« Reply #9 on: April 19, 2008, 01:37:15 PM »
Armac
 Yes i am doing just that by taking all 3 termanial 5's and tieing them together then using a momentary switch and giving the geckos a +5v to rest them so if understand this correctly i can take the same number 5 termanial and using an E-stop switch set it to ground stopping the drives i can see this in the schematic now thanks.

Dennis