Advanced Search

Search Results (Searched for: )

  • andypugh
  • andypugh's Avatar
Today 11:32
Replied by andypugh on topic Lathe macros - Facing bug?

Lathe macros - Facing bug?

Category: Turning

I don't know what is going on here.
Is it possible that you have modified the G-code to support angled facing?.

github.com/andypugh/LatheMacros/blob/Py3_GTK3/facing.ngc

Says that angled facing isn't supported, and there is no indication of the #6 input being used in the standard G-code.
  • GuiHue
  • GuiHue's Avatar
Today 10:14

Commission drive on AX5206) using TC3 to prep for linuxcnc-ethercat

Category: EtherCAT

Hi, would you be willed to share the comp you linked above again? It’s 404 on codeberg

Many thanks
  • rodw
  • rodw's Avatar
Today 08:48
Replied by rodw on topic Help Controller for a Lathe ?

Help Controller for a Lathe ?

Category: CNC Machines

PCW = owner of Mesa, Peter Wallace and a very active forum member
  • Holzwurm56
  • Holzwurm56
Today 07:44
Replied by Holzwurm56 on topic Help Controller for a Lathe ?

Help Controller for a Lathe ?

Category: CNC Machines

Many thanks for every answer. Who is PCW?
Hans
  • rodw
  • rodw's Avatar
Today 04:20
Replied by rodw on topic Help Controller for a Lathe ?

Help Controller for a Lathe ?

Category: CNC Machines

This is actually pretty easy, the 7i76e comes with 2 mpg inputs and you can have them on the 7i96 as well but you have to give up a couple of pins or a Stepgen.I can't quite remember what. If you ask PCW nicely, I'm sure he will sort out the correct solution.

Once you have that sorted, there is a good example of a MPG using parallel port pins in the docs. linuxcnc.org/docs/stable/html/examples/mpg.html

But in your case, you can ditch the axis select knob because you will use a dedicated MPG for each axis. Just implement the scale select knob... I have not thought about it but you may be able to use the one scale select for both MPGs. Using digital knobs lets you minimize the number of pins you need for the scale hence the mux4 components.
  • rodw
  • rodw's Avatar
Today 04:06

Integrating ethercat with QTplasmaC and Beckhoff modules

Category: EtherCAT

Glad you made progress.
I think some signals are still not connected, Its too long ago for me to be specific. I seem to remember there was a system Hal file somewhere that hooked up all the signals to where they belong. In your ini file you refer to HALFILE = qtplasmac_comp.hal and I can't see that in your config folder which might be the file I refer to. finding that file and copying it into your config folder might fix it.

But now you are past the ethercat stage, I think you should post in the plasmac section where Phil and Snowgoer the maintainers will see your post, probably link back to this post and attach your config again.
  • scsmith1451
  • scsmith1451's Avatar
Yesterday 01:07
Replied by scsmith1451 on topic Machine not executing G02 instruction

Machine not executing G02 instruction

Category: General LinuxCNC Questions

I'll give this format a try and report back.
  • Aciera
  • Aciera's Avatar
Yesterday 00:33
Replied by Aciera on topic Machine not executing G02 instruction

Machine not executing G02 instruction

Category: General LinuxCNC Questions

Feed moves (G1,G3,G3) will only execute if the spindle-at speed signal is true. So check 'spindle.0.at-speed'.
  • dbtayl
  • dbtayl
Yesterday 23:49
Replied by dbtayl on topic Machine not executing G02 instruction

Machine not executing G02 instruction

Category: General LinuxCNC Questions

I don't know what the expected behavior is if you have no X/Y coordinates in your command. IIRC if you want a full circle, you can use the same coordinates as your starting point. Arguably better practice is to split the move up into two half circles.

You can try one of the following to see if it helps:

G02 X0.7812 Y0 I-0.7812 J0

or

G02 X-0.7812 Y0 I-0.7812 J0
G02 X0.7812 Y0 I0.7812 J0
  • scsmith1451
  • scsmith1451's Avatar
Yesterday 22:42
Machine not executing G02 instruction was created by scsmith1451

Machine not executing G02 instruction

Category: General LinuxCNC Questions

Hi all;

Below is the first few lines of gcode for a circular pocket that I would like to cut on my home built CNC. The move to the first X/Y coordinate works correctly as does the plunge on the Z axis.  However, the machine stalls at this point and will not execute the G02 instruction. I'm guessing that I missed something in my preamble, but haven't a clue what it could be.  If someone can enlighten me I would greatly appreciate it.


G90 G20 G17
M3 S22000
G04 P6.0
F30

G0 Z0.1

G0 X0.7812 Y0
G0 Z-0.25
G02 I-0.7812 J0

Kind Regards,
  • rodw
  • rodw's Avatar
Yesterday 21:38 - Yesterday 21:39

New ethercat / probe basic control for minimonster

Category: CNC Machines

1. Somewhere in your ini settings kinstype=both lets you jog before homing unless you have 2 motors on an axis
2. Refer to my Ethercat install sticky for the rules to start the ethercat service on startup
3. No idea
4. It may have changed but probe basic requires a 1080p monitor so I could never used it. QT dragon is the same. I had to upgrade to a 1080p monitor.

I'm at a loss to understand what any machine needs moving before homing. Are your home switches set up so they stay triggered to end of travel?
  • spicybagel
  • spicybagel
Yesterday 21:22

QtDragon M6 Remap Tool Measurement - Inconsistent/Wrong Offsets with VersaProbe

Category: Qtvcp

I posted a lot of info on how the remap works and how I use it in this thread: forum.linuxcnc.org/qtvcp/59009-probe-hei...-active-in-versatool

Also, here's my remap ngc file you can look at. It's modified slightly from the original as far as how and where it moves in regard to the "change_position" location and "tool_setter" location, so I wouldn't just drag and drop. But after looking through your ngc file, it looks very weird and doesn't make any sense. IMO, the most important lines to look at are 7, 93, and 99 in my file.
  • ihavenofish
  • ihavenofish
Yesterday 20:09
Replied by ihavenofish on topic New ethercat / probe basic control for minimonster

New ethercat / probe basic control for minimonster

Category: CNC Machines

So, I have 4 distinct problems that have come up switching and already working control to probe basic. Hoping some people can help.


1: i cant move the axes before homing. i need to be able to move them into postion and then home. i assume there must be a toggle somewhere for this.

2: the install process wiper out my ethercat driver somehow, and now it wont start on boot. i need to go and do it manually. It seems probe basic installed or updated other things along with itself. I need to un-update them.

3: when i shut off the machine (power button in linuxcnc) i get a lot of limit and joint errors. these were not in the axis setup. I feel like this is related to issue 1.

4: i have a 1680x1050 screen. i and scaling the output to force fit probe basic. this worked ONCE. and then after rebooting probe basic has scaled itself off to the right side and reports a resolution of 2077x1080.

Any help on any of these would be appreciated, thanks!
  • MarkoPolo
  • MarkoPolo
Yesterday 17:30
Replied by MarkoPolo on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

There are a few minor things that could be improved, of course in qtdragon.

1. The grid in the preview is in inches; it doesn't switch to millimeters when the machine is running in metric mode.

2. The "run time" window freezes when paused, but when resumed, the time is set as if it weren't paused. Shouldn't that be the case?

3. Manually switching between MANUAL MDI and AUTO modes is unnecessary in many cases and sometimes annoying.
For a long time, I've been using the "btn_start_clicked" function without checking if the machine is in the "auto" state. After pressing start, the machine switches to auto mode automatically, and it works very well.
I'd like the "file" button to work similarly.
After pressing "file," switch the machine to manual mode and open files. 

4. The physical keyboard's pause key only works in "auto" mode, so if the program is run from a macro, the machine is in MDI and pause doesn't work.
In the "on_keycall_pause" function, simply remove the appropriate condition.
The "btn_pause_clicked" function probably also needs to be corrected, because if the "spindle lift" button is active, then after resuming work, the spindle starts and lowers, but doesn't continue. In other cases, everything works correctly.
  • tommylight
  • tommylight's Avatar
Yesterday 17:06
Replied by tommylight on topic Help Controller for a Lathe ?

Help Controller for a Lathe ?

Category: CNC Machines

Yes you most probably can, as it is controlled by two parallel ports, see what port is wired to drives and remove it, wire drives to Mesa, then get an IDC26 to DB25 adapter cable and use that to wire the second port to Mesa, granted the encoders and maybe inputs are on it.
Displaying 1 - 15 out of 14255 results.
Time to create page: 0.244 seconds
Powered by Kunena Forum