Keyboard Shortcuts
Likes
- MachCNC
- Messages
Search
Mach3 plasma acting up
I am currently baffled as to what happened. I run CandCNC plasma system with mach 3 and recently ran into two computers with issues. I use sheetcam to generate the Gcode and all has been fine until yesterday.
for some reason the when loading the g code and it lists in mach 3 the code is not what it used to be.? It starts out with gcode like 0 SECTION, 2 HEADER, $ACADVER, AC1021, $ACADMAINTVER.? I am totally lost as to why this happened. Both computers were side by side with only one wired up and plugged in. They both act the same.? Any help would be greatly appreciated. Thanks in advance. |
Re: Proximity Sensors and Mach3
so this? only available with servo controller combinations that specifically have that ability? the gecko can be set to "fault" if position is off the intended position by various amounts but i think that is the only option. it gets a little confusing because the same line is used to provide this signal as the one that needs to be set at startup so i guess some circuitry is needed to allow monitoring of the fault output.?
------ Original Message ------
From: "Martin Connelly" <martin.at.leasingham@...>
Sent: 11/1/2019 10:55:27 AM
Subject: Re: [MachCNC] Proximity Sensors and Mach3
|
Re: Proximity Sensors and Mach3
Leadshine hybrid servo steppers and matching controllers use an encoder to feed back stepper position to the controller. If the stepper position is different to the demand position by a given number of steps it flags an error that can be used with Mach3. The number of steps for an error is a user choice if the default does not suit your needs. Martin C? |
ESTOP and OFFLINE
开云体育I have now figured out the problem with my STMBL driven Harmonic Drive 4th axis and I can now deal with faults and power up under LinuxCNC but have as yet not figured out how to perform the same solution with MACH3. ? Is it possible to decouple the operation of the RESET button with the OFFLINE button?? I'd like the RESET to stop the Charge Pump signal and the ENABLE1 signal.? But I'd like the OFFLINE switch to only switch off the ENABLE1 signal? on DB25-PIN1 but leave the Charge Pump Running. ? John ? ? ? ? |
Re: Proximity Sensors and Mach3
Sandra E Carroll
开云体育I have these setup on my CNC routerBeen awhile since I set them up but have a Ethernet smooth stepper driving a cn10 bob from cnc4pc. Then followed the bobs wiring instructions to set up. ? Works perfectly.? 7 Plus On Oct 28, 2019, at 9:38 PM, ronald_41 via Groups.Io <ronald_41@...> wrote:
|
Re: Proximity Sensors and Mach3
I have servos on two axes and a stepper on the Z but can change that to a servo if it would help. I have more problems with the Z than any other axis. I have a counterbalance and have adjusted for smooth operation of the ballscrew and linear bearings but still have occasional problems. I use Gecko controllers. I sort of assume that I am not losing steps with the servos but do not have it set up to send feedback to Mach3. Can you explain how this is done and are there options to just display the error but not necessarily stop?
------ Original Message ------
From: "Martin Connelly" <martin.at.leasingham@...>
Sent: 10/31/2019 9:37:17 AM
Subject: Re: [MachCNC] Proximity Sensors and Mach3
|
Re: Proximity Sensors and Mach3
I have never used soft limits. I use hybrid servo steppers and have error signals from the controllers feeding back to Mach3. If there are lost steps the program stops but position is lost. In this scenario you have two options, one is to go through the process of picking up the datum that was originally used, the other is using home/limit switches to reset the axis that has triggered the fault by homing it. The second option does not require any tooling removal and refitting in a potentially different position, it does require axis homing before the machine starts running a program. Not having home/limit switches seems like too much penny pinching to me and is likely to have a bigger cost sometime?in the future. Martin C? |
Re: Proximity Sensors and Mach3
开云体育I know the wiring can be confusing. Several years ago I came up with the LMTS-4I: (my website) to help solve this problem. You mount the box on your machine and run a single DB9 extension cable back to your control box. If you click the ‘Yes, please add DB9 pigtail’ check box you get a prewired DB9 for the controller end with 12” leads coming off of it. You wire up the 4 leads to the G540 input and the tow power leads to your sensor power supply. ? You want to use this type of sensor: (my website). If you buy both the LMTS-4I and sensors from me, I’ll crimp the connector on the sensors for you so they will just plug into the LMTS-4I (it takes a special crimper). The3 sensors require 10-30VDC and I have a suitable power supply here: . ? Jeff Birt Soigeneris.com ? From: [email protected] <[email protected]> On Behalf Of ronald_41 via Groups.Io ? Thank You for that analogy as I can at least understand it in the basic sense. I am terrified of the idea that any screw up on my part will render a $500 CNC Controller useless. I've been asked numerous times why I even bother with this whole idea of running Home Switches when Soft Limits will do exactly what it is that I am looking for without any of these issues. The problem with that way of thinking is that I have yet to see anyone explain the proper way of setting up Safe Z. If a person like myself could grasp the concept without prejudice from others I would definitely go in that direction. _._,_._,_ |
Re: Proximity Sensors and Mach3
开云体育Someone please correct me if I have this wrong....
?
Soft limits are only good if your machine never loses steps.
Once that happens in one directions the machine will stop before the crash
(a good thing) but if the machine has
lost steps and is ahead of where the software thinks it is then there will
be a crash going in the other direction if it goes far enough.
?
IE: If the machine loses steps in the Y direction and thinks it is at say Y
20 when it has lost steps and is really only at Y 15.
Then if the software sends the machine to Y 3? And the soft limit is
set at Y 0 then because of the lost steps the machine will
go past the soft limit and end up at Y -5 and the soft limit will not stop
the machine until the software gets
to Y 0 and the machine will crash at Y 5 (because that is its new Y 0
location)
?
With that said, I don’t think one should rely only on soft limits as a way
to keep their machine from crashing.
I don’t use limit switches on my machines nor do I use soft limits because
they will only help in one direction if my machine loses steps.
So I do all I can to make sure my machine keeps in step and I always run a
new cut file standing next to the Estop just in case I have an error
in the new code.
?
Hope this helps.
?
? From: ronald_41 via Groups.Io
Sent: Wednesday, October 30, 2019 12:04 AM
Subject: Re: [MachCNC] Proximity Sensors and Mach3 ?
Thank
You for that analogy as I can at least understand it in the basic sense. I am
terrified of the idea that any screw up on my part will render a $500 CNC
Controller useless. I've been asked numerous times why I even bother with this
whole idea of running Home Switches when Soft Limits will do exactly what it is
that I am looking for without any of these issues. The problem with that way of
thinking is that I have yet to see anyone explain the proper way of setting up
Safe Z. If a person like myself could grasp the concept without prejudice from
others I would definitely go in that direction.
|
Re: Proximity Sensors and Mach3
Thank You for that analogy as I can at least understand it in the basic sense. I am terrified of the idea that any screw up on my part will render a $500 CNC Controller useless. I've been asked numerous times why I even bother with this whole idea of running Home Switches when Soft Limits will do exactly what it is that I am looking for without any of these issues. The problem with that way of thinking is that I have yet to see anyone explain the proper way of setting up Safe Z. If a person like myself could grasp the concept without prejudice from others I would definitely go in that direction.
|
Re: Mach1mach2CNC transfer process has finished
开云体育many thanks,? Steve ,for the transfer , I'm happy to stay in touch with the group again :) ? cheers ? thierry ? De?: [email protected] [mailto:[email protected]] De la part de Steve Stallings ? 开云体育 has notified me that the transfer process has completed. |
Re: Proximity Sensors and Mach3
开云体育Think of the inputs in the G540 like a light switch on your wall. This particular light switch is OFF when it is up and ON when it is down. This switch also has a spring that pulls it back up (a pull-up), so it is only on as long as it is held (pulled) down. ? Proximity sensors come in two main flavors; a PNP type which outputs a voltage when triggered and an NPN type which outputs DC Common (DC ground) when triggered. Note that I am using the term ‘DC Common’ here to refer to the DC Ground/DC- terminal of the power supply. DC Common (DC Ground) should not be confused with Earth Ground. ? Since the G540’s inputs are pulled up (electrically connected to the internal 12V power supply of the G540 by a resistor) you want the type of proximity sensor whose output goes to DC Common, that is the NPN type. This arrangement allows the pullup resistor (spring) of the G540 keep the input turned ‘OFF” until such time as your sensor turns it on by pulling it down by connecting it to DC Common (DC ground). ? You must use a separate power supply to power the sensors, the G540 does NOT have a 12V output to do this. I use an external 12V power supply in my control boxes ( ??my website). To make this work the DC Common (DC Ground) of your sensor power supply MUST be connected to the DC Common (DC Ground) of the G540’s power supply. This wiring is shown in the G540 manual. Your sensors they are powered by your sensor power supply and the sensor output wire (normally black) goes to the G540 input. ? Jeff Birt Soigeneris.com ? From: [email protected] <[email protected]> On Behalf Of ronald_41 via Groups.Io ? Anyone here have experience setting up Proximity Sensors with a Gecko G540? |
Re: Mach1mach2CNC transfer process has finished
开云体育Thank you Steve for your efforts. I owe you !Thanks Brian On 10/28/2019 9:29 PM, Steve Stallings
wrote:
开云体育 has notified me that the transfer process has completed. |