Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
26 Jul 2024 14:08
Replied by Aciera on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Looks like there is a bit of a problem there:

 

I don't quite understand why the fillets go above the G0 and below the G1 moves.
  • Aciera
  • Aciera's Avatar
26 Jul 2024 14:01 - 26 Jul 2024 14:02

Taig Lathe conversion to LinuxCNC: M3 is not turning on spindle

Category: StepConf Wizard

As for 'M7' add this to your hal:
net m7-command <= halui.mist.is-on => parport.0.pin-<your_pin_number_here>-out
  • Grotius
  • Grotius's Avatar
26 Jul 2024 14:00
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Hi,

For every gcode segment, we calculated the velmax "vm" for the segment given the curvature extrema of
that segment. The curvature extrema is retrieved by c++ functions that iterate over a spline, clothoid curvature.
For arc & line, the curvature is constant and easyer to retrieve.

If you look at the results, i think they aren't shocking or out of scope. My first impression is ok for the vm values.

Warning: Spoiler!


 

From here we can do the look ahead function.




 
  • Aciera
  • Aciera's Avatar
26 Jul 2024 13:55

Taig Lathe conversion to LinuxCNC: M3 is not turning on spindle

Category: StepConf Wizard

Your 'spindle-on' signal is not connected to anything:
net spindle-on      => parport.0.pin-16-out

Try:
net spindle-on     <=  spindle.0.on  => parport.0.pin-16-out
  • mariusl
  • mariusl's Avatar
26 Jul 2024 13:37
Replied by mariusl on topic Jog keys for A axis

Jog keys for A axis

Category: Gmoccapy

Thanks for that info. I have been doing that for years now. It makes it impossible to upgrade or update a machine if you modified the source. I suppose I will just have to do it again.
  • Cerezas
  • Cerezas
26 Jul 2024 13:33

Taig Lathe conversion to LinuxCNC: M3 is not turning on spindle

Category: StepConf Wizard

I am moving away from Mach3 (yay!) and created a StepConfig from the Mach3 XML file. I had to tweak some settings, but in the end the X and Z axis are moving properly. On the pin configuration I had to add the ESTOP OUT pin, which is working now. However, M3 is not turning on the spindle. With a scope and while using Mach3 I figured out that the spindle turns on when pin 16 goes HIGH. The spindle doesn't use PWM, it's just single speed. So, in the parallel port pin setup I tried Spindle ON, Spindle CW and Spindle CCW for  pin 16, but nothing happens when I issue M3 on the MDI or when I run a simple GCode program. On the scope, I don't  see the pin change logic level when I issue an M3 command. I also tried to set Mist Coolant on the pin but M7 doesn't do anything either.

The parallel port is set in OUT mode. As far as I understand, that makes pin 16 an output from the PC to the lathe. I have 3 parallel ports on the PC and I tried them all with the same result, thinking that maybe pin 16 was unresponsive on the first port.

I'm on LinuxCNC 2.9 and I am attaching my HAL file if that helps. 

File Attachment:

File Name: taig_lathe.hal
File Size:2 KB


Any suggestions?

Thanks

 
  • Aciera
  • Aciera's Avatar
26 Jul 2024 13:22
Replied by Aciera on topic Jog keys for A axis

Jog keys for A axis

Category: Gmoccapy

This should give you A-axis jogging with 'Home'/'End' keys

 
  • Aciera
  • Aciera's Avatar
26 Jul 2024 13:21
Replied by Aciera on topic Jog keys for A axis

Jog keys for A axis

Category: Gmoccapy

You would likely need to add these to the 'on_key_event' function in 'bin/gmoccapy':

        elif keyname == "Home" or keyname == "KP_Home":
            button_name = "a+"
            if signal:
                self._on_btn_jog_pressed(None, button_name, fast)
            else:
                self._on_btn_jog_released(None, button_name)
        elif keyname == "End" or keyname == "KP_End":
            button_name = "a-"
            if signal:
                self._on_btn_jog_pressed(None, button_name, fast)
            else:
                self._on_btn_jog_released(None, button_name)

Like this:
  • scotth
  • scotth
26 Jul 2024 13:20 - 26 Jul 2024 13:24

difference between machine coordinate systems and CAD software

Category: AXIS

With the other control does the axis jog the same direction? X+ = X+ travel on both machines.
If the jog is correct is the Post the same?
  • cmorley
  • cmorley
26 Jul 2024 12:59

how to make my own custom page for qtdragon_hd?

Category: Qtvcp

HAL PushButton widget

under PushButton properties:
check 'indicator_option'
set 'shape_option to 1'

under AbstractPushButton properties:
set 'checkable'
  • dm17ry
  • dm17ry's Avatar
26 Jul 2024 12:52
Replied by dm17ry on topic big 5axis mazak horizontal cnc mill

big 5axis mazak horizontal cnc mill

Category: Show Your Stuff

for MDS-A/B/C and SSCNET I,II servo thread runs at 888us
  • mariusl
  • mariusl's Avatar
26 Jul 2024 12:51
Replied by mariusl on topic Jog keys for A axis

Jog keys for A axis

Category: Gmoccapy

Sorry I wasn't clear about what I asked. I meant the keyboard hot keys to jog the extended axis like A.
  • Aciera
  • Aciera's Avatar
26 Jul 2024 12:45
Replied by Aciera on topic Jog keys for A axis

Jog keys for A axis

Category: Gmoccapy

If you mean these they should be created automatically when an A axis is defined in the ini:

 
  • mariusl
  • mariusl's Avatar
26 Jul 2024 12:33
Jog keys for A axis was created by mariusl

Jog keys for A axis

Category: Gmoccapy

I cannot seem to find the jog keys for the A axis. Where they included recently?
  • mariusl
  • mariusl's Avatar
26 Jul 2024 12:30 - 26 Jul 2024 12:35
Replied by mariusl on topic Why is keyboard hotkeys option removed

Why is keyboard hotkeys option removed

Category: Gmoccapy

I see it was moved to there. I looked at the documentation and it showed to be elsewhere.
Old dogs and new tricks.
Displaying 24541 - 24555 out of 25128 results.
Time to create page: 0.579 seconds
Powered by Kunena Forum