Advanced Search

Search Results (Searched for: )

  • Geshka
  • Geshka
17 Jun 2025 23:07

Noob looking for help - after homing Z axis is still running into limit switches

Category: Basic Configuration

Hello gang.
This was probably munched to death already, still I am having problems with setting Z soft limits properly. The issue is that Z axis is not stopping on sift limits and still running into limit switches after successful homing. I am using shared home/limit switch on the top of Z and also on the bottom.  

File Attachment:

File Name: temp-mill.ini
File Size:3 KB
 

File Attachment:

File Name: temp-mill.hal
File Size:4 KB
Below is relevant part of the INI file.  Full INI and HAL files are attached.  What is my problem ?  
[AXIS_Z]
MAX_VELOCITY = 1.0
MAX_ACCELERATION = 50.0
MIN_LIMIT = -60.0
MAX_LIMIT = 5.0

[JOINT_2]
TYPE = LINEAR
HOME = 0.0
MIN_LIMIT = -60.0
MAX_LIMIT = 5.0
MAX_VELOCITY = 1.0
MAX_ACCELERATION = 50.0
STEPGEN_MAXACCEL = 62.5
SCALE = 320.0
FERROR = 1
MIN_FERROR = .25
HOME_OFFSET = 2.000000
HOME_SEARCH_VEL = 1.500000
HOME_LATCH_VEL = 0.312500
HOME_IGNORE_LIMITS = YES
HOME_SEQUENCE = 0
  • tommylight
  • tommylight's Avatar
17 Jun 2025 22:50
Replied by tommylight on topic Email Notification?

Email Notification?

Category: Forum Questions

Some more info:
- i use yahoo for the forum
- some mail goes to spam folder, some to inbox
- on a PC (this one) the spam folder is empty always, on my phones there is some spam and mail from here ONLY after doing a refresh
That is for the same e-mail, not two different ones.
  • tommylight
  • tommylight's Avatar
17 Jun 2025 22:46
Replied by tommylight on topic Tool Touch With Prox?

Tool Touch With Prox?

Category: General LinuxCNC Questions

Short version = No.
Long version, they do drift a lot with temp changes, material type, and material size = in this case very important.
I would venture a guess that optical sensors would be much better, or combination of the two.
The combination would be to use the proximity one for fast approach while the optical would do the slow precision part. Also could be used as a safety, say if the prox is active and Z moves over 3mm with no signal, stop and show an error ... like sensor is dirty... or tool is invisible :)
  • jmelson
  • jmelson
17 Jun 2025 21:27
Replied by jmelson on topic override pots or encoders

override pots or encoders

Category: Driver Boards

I have a jog pendant with an MPG. A selector switch tells LCNC what the MPG is supposed to adjust, I have regular axes, feed override and spindle override set up there.
See : pico-systems.com/pendant.html
for more info, schematics, etc.
This is used with my Pico Systems interface boards, but should be easy to set up with Mesa as well.
Jon
  • PCW
  • PCW's Avatar
17 Jun 2025 21:17
Replied by PCW on topic Rote LED

Rote LED

Category: Deutsch

Typically the Realtek MAC requires the DKMS driver for usable latency.

Not sure which thread is the best on this but searching the forum for "DKMS"
will find a thread that shows the Realtek DKMS driver installation details.
  • PCW
  • PCW's Avatar
17 Jun 2025 20:48 - 17 Jun 2025 20:52

homing with Phase Z encoder on MESA 7i96s

Category: Advanced Configuration

You are not guaranteed to see any change in the Z signal
as its a short pulse and quite hard to catch at the 1 KHz servo thread.
(especially with higher resolution scales)

This is why the actual index event is captured in hardware.

The index (Z) signal is only provided as a hal signal for debugging
or using it as a GP input. It's normally not of any other use.

If index enable goes false on an index event, the index was detected.
 
  • PCW
  • PCW's Avatar
17 Jun 2025 20:41
Replied by PCW on topic override pots or encoders

override pots or encoders

Category: Driver Boards

If you have a Mesa setup, you could add a 7I73 that will support up to 4
MPG encoders (plus buttons/keypad/etc) and unlike the Arduino, it's
real-time.
  • scotta
  • scotta's Avatar
17 Jun 2025 20:25

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

Hi Dylan,

Have a look through the docs, they should point you in the right direction.

remora-docs.readthedocs.io/en/latest/index.html

You will need to flash the original firmware back onto the board as the Remora firmware will be loaded off the SD card with the original bootloader.
  • Todd Zuercher
  • Todd Zuercher's Avatar
17 Jun 2025 19:54
Tool Touch With Prox? was created by Todd Zuercher

Tool Touch With Prox?

Category: General LinuxCNC Questions

I'm working at designing a small CNC machine for milling lock set mortises and would like to incorporate automatic tool length detection.  I was wondering if a proximity switch could be used to accurately detect the tool tip.  The tool would be spinning slowly in the spindle and lower into the prox's detection field from above the switch.  The tool size, shape and material makeup should stay the same from one tool change to the next, so I shouldn't need to worry about a variety of different tools being detected differently by the sensor. 

Thoughts and opinions?  Think this could work consistently? Or would it be better to simply use a conductive pad with a lead connected to the tool or conventional normally closed switch.
  • JackRay
  • JackRay
17 Jun 2025 19:42
Replied by JackRay on topic homing with Phase Z encoder on MESA 7i96s

homing with Phase Z encoder on MESA 7i96s

Category: Advanced Configuration

yes, I checked all that with 4 encoders but I never saw any change in the Z signal. I think my .hal is compliant. Could there be a connection subtlety on the 7i96s card?
  • Lcvette
  • Lcvette's Avatar
17 Jun 2025 19:33

Probe Basic Not Remembering Current Pocket Number

Category: QtPyVCP

excellent! glad you got it sorted! now you should be future proofed too for 2.10 when it is officially released as stable!
  • djones@burketruck.com
  • djones@burketruck.com
17 Jun 2025 19:14
Replied by djones@burketruck.com on topic Probe Basic Not Remembering Current Pocket Number

Probe Basic Not Remembering Current Pocket Number

Category: QtPyVCP

I figured it out, I had to modify the math a bit (along with adding the stglue and RANDOM_TOOLCHANGER = 0 changes) but now it works perfectly. Not sure if it is something inherent to the Mazak index style ATC or if I had something wrong from the start when I used the sample configs as a reference to write the config for my machine. I just pushed the changes to my github attached above. I'll be sure to keep it public when I clean everything up and merge it to my main repo.

Thanks for the help!
  • Lcvette
  • Lcvette's Avatar
17 Jun 2025 18:36

Probe Basic Not Remembering Current Pocket Number

Category: QtPyVCP

you can also ask on the probe basic facebook group chat, just join here, the group chat would allow realtime communication and video sharing to better help understand whats going on:

www.facebook.com/share/g/1E9TtGtPQv/
  • Todd Zuercher
  • Todd Zuercher's Avatar
17 Jun 2025 18:34
Replied by Todd Zuercher on topic Email Notification?

Email Notification?

Category: Forum Questions

I have only ever actually received 2 notification emails from the forum since I started this thread (the last one was on March 19, 2025). Maybe the problem is g-mail? But I've mostly given up. Yes the check box to be notified at the bottom of my replay is checked, and no it hasn't worked for this thread or any of the dozens of others I'm subscribed to.
  • Lcvette
  • Lcvette's Avatar
17 Jun 2025 18:29

Probe Basic Not Remembering Current Pocket Number

Category: QtPyVCP

sounds like some math is going wrong somewhere. or a direction is wrong in one of your macros. without knowing more about the amchine its directions etc its hard to determine just looking over your code.

one thing i did notice is you didn't have

[EMCIO]
EMCIO = io
CYCLE_TIME = 0.100
TOOL_TABLE = tool_inch.tbl
RANDOM_TOOLCHANGER = 0 <<<<<<
Displaying 13951 - 13965 out of 16960 results.
Time to create page: 0.590 seconds
Powered by Kunena Forum