Advanced Search

Search Results (Searched for: )

  • theslawek
  • theslawek
09 Apr 2025 17:45

Need help making rotary axis behave like second spindle

Category: Advanced Configuration

I have a turning application that's better suited towards a constant RPM on the rotary. I have my A axis functioning fine right now with position control.

I'd love to be able to just issue a M3 S1000 $1 instead of playing with the inverse time mode approaches.

I've searched the forum and tried several things without luck. Honestly, anything HAL related is an instant headache nightmare for me. Believe it or not, I'm an embedded programmer and did ladder logic in college, but the HAL stuff just does NOT click for me. I'd be willing to pay for someone's time to figure this out for me. I have a project for my church that is way behind.

I'm using Probe Basic for the GUI. I'd be willing to give up some GUI control as long as I can issue gcode commands.

Attached are my current INI and primary HAL.

Tried: 
- Changing control_type from 1 to 0, but had no idea what else to do
- Considered the rosekins but that doesn't really apply to my needs

Other forum posts I've read:
C Axis as Second Spindle - LinuxCNC
Using A axis as second spindle with stepper motor - LinuxCNC
Lathe spindle question turning and milling. - LinuxCNC

Thank you.
  • acourtjester
  • acourtjester
09 Apr 2025 17:44
rotary axis queston was created by acourtjester

rotary axis queston

Category: General LinuxCNC Questions

HI
I am wanting to add an optional rotary function to my table, to have a tubing cutter.  With another controller and software I just switched the Y axis control output cable to the rotary axis motor.  This is also the way it is done with my desktop laser to use its rotary optional drive assembly.
On my table I and using LinuxCNC software with a Mesa 7I76E card and QTPlasmaC GUI.  I have tried to leave out the Y home/limit entry in the pncconf setup, but it will not enable the Y axis.  I understand the need to do the homing operation so the software knows where it is for running a G-code.  After the homing I can position any axis to a location and then zero out the DRO and use that as a start position for the G-code. 
What I want is the Y axis not needing to home to be active.  This would allow me to home X and Z and position the Y to a zero position manually.
Thanks for your time
Tom V 
  • Boogie
  • Boogie
09 Apr 2025 16:51
Replied by Boogie on topic ENCODER_RATIO function implementation.

ENCODER_RATIO function implementation.

Category: General LinuxCNC Questions

Confusing? For me for sure:):) 
I'm now surprised by this hobbing.comp and its installation as i don't see you used "loadrt hobbing"+"addf hobbing.0" in the previously attached files.
 
  • Hakan
  • Hakan
09 Apr 2025 16:28

Issue with OP Entry Delay and Failures in LinuxCNC + EtherCAT System

Category: EtherCAT

With -1 you ask the master not to synchronize the dc clocks for the slaves. I would think 1000 could be a good number, every 1000 cycles the master will synchronize the dc clocks of the slaves. The clocks will run with good precision by themself in between syncs.
Sounds like you got a weird setup with EoE, never seen that before. It is explained in the IgH ethercat master manual. A way to establish ethernet connection to a slave over ethercat. Doesn't happen by itself must be something in your setup.
The message "Slave did not sync after 5000 ms" may not be fatal, most likely its clock got synchronized later.
You can enable debug with "ethercat debug 1" and check debug messages with "sudo dmesg". Maybe you can get something out of that. There will be more messages about the synchronization and how that succeeds.
  • andypugh
  • andypugh's Avatar
09 Apr 2025 16:22
Replied by andypugh on topic 4 axis machining

4 axis machining

Category: General LinuxCNC Questions

I think that this could probably be solved by using TCP kinematics. Then the probe positon could be fed into the kinematics (via a HAL pin).
If you expect this job to run for months and thousands of parts then it is probably worth considering. Otherwise the mechanical stop as suggested above is probably more expedient.

If you have a spare lathe compund slide (or similar) lying about you could mount the collet block on a slide, so that you can align the end of the work to a probe....
  • andypugh
  • andypugh's Avatar
09 Apr 2025 16:03
Replied by andypugh on topic Rf45 clone glow up.

Rf45 clone glow up.

Category: Milling Machines

 4th axis build based on similar reducer.

Do you mean this one? bodgesoc.blogspot.com/2017/05/harmonic.html
  • andypugh
  • andypugh's Avatar
09 Apr 2025 15:48
Replied by andypugh on topic Maschine only works in the Stepconf Wizard

Maschine only works in the Stepconf Wizard

Category: General LinuxCNC Questions

This is often due to the stepper driver "enable" pins being wired, but not properly conttrolled.
The stepconf wizard doesn't dribe the "enable" pins, and most stepper drivers have an enable that is "enabled" when unconnected.

I would generally suggest saving pins and not wiring the enables. There is no real need for an enable control on a stepper driver (they can't run away in a fault condition, unlike a servo)
  • PCW
  • PCW's Avatar
09 Apr 2025 15:35
Replied by PCW on topic Firmware for 5i25

Firmware for 5i25

Category: General LinuxCNC Questions

Actually the 5I25 has connectors P2 and P3 which are logical ports 1 and 0 respectively.
  • andypugh
  • andypugh's Avatar
09 Apr 2025 15:24
Replied by andypugh on topic ENCODER_RATIO function implementation.

ENCODER_RATIO function implementation.

Category: General LinuxCNC Questions

The info on that Wiki page is possibly a bit confusing as it combines a HAL config that I used initially, with the GUI that I use with a more developed version.

The .ui file is a GladeVCP and would be loaded by a line in the INI like:
[DISPLAY]
...
EMBED_TAB_COMMAND=gladevcp -c hobbing_gui -x {XID} -H ./hobbing_gui.hal -u hobbing.py ./hobbing.ui

I also seem to have fogotten to mention the custom "hobbing" HAL component. This is installed from the attached file with the command "sudo halcompile --install hobbing.comp"

This is then loaded in the main HAL file with:
loadrt hobbing
addf hobbing.0      servo-thread

(It looks like I need to re-write that Wiki page)
  • Muecke
  • Muecke's Avatar
09 Apr 2025 14:58
Replied by Muecke on topic [OT] Linux Uhr stimmt nicht

[OT] Linux Uhr stimmt nicht

Category: Deutsch

danke Dir!

Ich hatte im Netz schon gesucht, aber bin immer nur auf Sachen mit Zeitzonen gestoßen – das hat bei mir nicht gepasst, weil bei mir auch die Minuten nicht gestimmt haben.

Über das Setzen des Termins hab ich's jetzt hinbekommen:
sudo timedatectl set-time "2025-04-09 14:30:00"


Dein Link hat mir trotzdem geholfen – danke nochmal!

Gruß
Mücke
  • andypugh
  • andypugh's Avatar
09 Apr 2025 14:55
Replied by andypugh on topic Spindle control not showing in Axis window...

Spindle control not showing in Axis window...

Category: Basic Configuration

It sounds like you homing sequence might not be homing all axes.
You should see a circle/compass rose/ crash-test dummy target appear next to every axis position readout when homing is complete. Are you seeing that?
  • andypugh
  • andypugh's Avatar
09 Apr 2025 14:51
Replied by andypugh on topic Axis 2 - touchscreen version of old friend

Axis 2 - touchscreen version of old friend

Category: AXIS

I am a but puzzled too, there was talk of adding it to LinuxCNC, and a suggestion that it might already have been done. But I don't see any "axis2" in the code.

I am fairly sure that it _isn't_ the UI in sim/gaxis, but perhaps that could work for you?
  • machinedude
  • machinedude's Avatar
09 Apr 2025 14:03

What do you really get for a $350 desk top engraver ?

Category: Show Your Stuff

not easily so if it happens again i might have to rethink things. this was on the X axis so not too much mass being moved. the whole machine is pretty light less than 100lbs the X might hit 20lbs if that. most of the weight is the t-slot table and gantry beam.
  • andypugh
  • andypugh's Avatar
09 Apr 2025 13:40
Replied by andypugh on topic Weiler 160 CNC Retrofit

Weiler 160 CNC Retrofit

Category: Show Your Stuff

Yes, from the diagram, that sounds right.
  • my1987toyota
  • my1987toyota's Avatar
09 Apr 2025 13:23
Displaying 3286 - 3300 out of 26204 results.
Time to create page: 0.526 seconds
Powered by Kunena Forum