Advanced Search

Search Results (Searched for: )

  • AkkiSan
  • AkkiSan
27 Jul 2025 15:00
Replied by AkkiSan on topic Probe tripped during non-probe move deadlock

Probe tripped during non-probe move deadlock

Category: General LinuxCNC Questions

My apologies for spamming this forum with stupid questions,
but I was short on time, hehe.

Finally, success. I outsmarted the probe with the Great HAL:
setp                flipflop.0.set              FALSE
setp                flipflop.0.data             TRUE
net probepin        parport.0.pin-11-in-not  => flipflop.0.clk
net probereset      motion.digital-out-00    => flipflop.0.reset
net probefiltered   flipflop.0.out           => motion.probe-input  parport.0.pin-01-out

Then use M64/M64 P0 to keep the flipflop in reset during the retraction:
  ...

  G38.2 Z#8

  M64 P0    (reset probe flipflop HIGH)
  G0 Z#7
  M65 P0    (reset probe flipflop LOW)

  ...


Out probing,
AS
  • hitchhiker
  • hitchhiker
27 Jul 2025 14:42

Servo Spindle with velocity AND position mode for Toolchanger?

Category: Advanced Configuration

hi
i think here is it better instead of my retrofit thread.

the emco vmc100 has a carousel which is turned by the spindle.

i use the original spindle hardware.
i can tap threads and mill. there is a encoder on top of the spindledrive.

with m19 r p i can orient the spindle.

now i came to the point that orient not works for the toolchanger because 2 spindle rotation are 1 positionchange from slot to slot.

could someone help me to get it work in position and velocity mode?

to enable the spindle i have a relay. if the relay open the drive is disabled and i can turn the spindle by hand.

if its enable the spindle is blocked and the pid bring it back to position.

thanks i will upload my hal in a hour
  • tuxcnc
  • tuxcnc
27 Jul 2025 13:59 - 27 Jul 2025 17:59
SpindleETH was created by tuxcnc

SpindleETH

Category: Driver Boards

github.com/tuxcnc/SpindleETH

# SpindleETH
Intended for lathe spindle control by Ethernet.
No axes control.

# Hardware
This repository is for STM32F103C8 or STM32F103CB

# Tests
Tested on real machine with 2500 p/r encoder and ~1500 rpm.
Direct to PC's eth interface or thru switch (some switches may not work).

# Improvements
New index_enable philosofy.
The encoder's index signal (mostly named Z) is not transmitted to HAL component (it causes delays and threatens to lose a signal).
Controller sends raw counts and raw counts latched at every index pulse instead.
The component knows the index occured by comparing current and previous latched values.

# Adds
1. PWM output (1 kHz and 16 bit resolution)
2. Digital I/O

# Tools
Added encoder emulator for tests.
Important: Arduino can't turn off ESP32C3 watchdog and resets chips after every two seconds.
If it is problem for you, rewrite code for esp-idf or use other microprocessor.

# Other info
Read comments at the tops of source files.
  • kworm
  • kworm
27 Jul 2025 13:58
Replied by kworm on topic Servo Driver Plasma Retrofit

Servo Driver Plasma Retrofit

Category: Plasmac

Is it possible to use stall force tolerance for z axis home and detecting the sheet metal in qtplasmac?  I will add a floating head and a z home switch if its not possible.
 

I'm not sure that could be done using analog without writing a custom component, but I'm no expert on analog.   In my experience you want some kind of floating head so that if the metal tips up or something it will stop the machine plus you can use it to probe the work height.  I haven't tried it yet but you can also do ohmic sensing to detect the material + float as backup.
  • kworm
  • kworm
27 Jul 2025 13:55
Replied by kworm on topic Servo Driver Plasma Retrofit

Servo Driver Plasma Retrofit

Category: Plasmac

Hi kn612,

Were you able to get motion with your analog servos as well? PCW was kind enough to send me a 7i97t for testing as well. I will make a pull request to add it to 2.10/master when we confirm it.
  • PCW
  • PCW's Avatar
27 Jul 2025 13:01 - 27 Jul 2025 13:18

Mesa 7i96 mixed voltage field input wiring

Category: Driver Boards

Yes, if the input common is a + voltage, those are sourcing inputs.

( it's easy to get confused as sourcing inputs connect to a sinking drivers and vice versa ) 
 
Displaying 14236 - 14241 out of 14241 results.
Time to create page: 5.696 seconds
Powered by Kunena Forum