Advanced Search

Search Results (Searched for: )

  • DMNZ
  • DMNZ
18 Jun 2025 00:25

Xilinx Zynq 7010 fpga crypto windfall boards

Category: Driver Boards

I have ordered one from aliexpress for evil experiments, but i am total newbie in fpga so a single AND gate with two buttons and blinking led is all I can dream about so far. 
i can see you use 2023.1 version of vivado, do you find it better over the newer ones? 
  • kubes
  • kubes
18 Jun 2025 00:19
Replied by kubes on topic How to jog when beyond soft limits

How to jog when beyond soft limits

Category: EtherCAT

I have soft limits on my axis and absolute encoders (always homed, and to limit or homing switches). If I power off the machine when I am on the limit (max or min), the machine may move by a  few10th (0.0001) or so, once the servos release on power off.  This will cause the machine to "move beyond" the soft limit, even if just 0.0001.  Once this occurs, I can't jog the axis at all.  I have to edit the limits in the ini, jog and reset the limits back. 

I would expect you can jog toward the soft limit and beyond to get back into the limits.  How can I jog into the limits is I am just slightly over (but over)

I see in WCS, there are limits override, but maybe it only works with hard limits and limit switches?
  • Geshka
  • Geshka
17 Jun 2025 23:30

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

Category: Basic Configuration

Thanks Tommy. 

- make sure the direction is correct, page down or Z- should jog down
Verified - OK
- make sure the homing direction is correct, home_search_velocity will change direction by adding - in front of value
Verified  - Homing is correct 
- make sure the scaling is correct
Verified - OK
- make sure the actual limits switches are outside the soft limits by at least 1-3mm.
That is probably my confusion - how to do that? 
  • tommylight
  • tommylight's Avatar
17 Jun 2025 23:17

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

Category: Basic Configuration

- make sure the direction is correct, page down or Z- should jog down
- make sure the homing direction is correct, home_search_velocity will change direction by adding - in front of value
- make sure the scaling is correct
- make sure the actual limits switches are outside the soft limits by at least 1-3mm.
  • 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!
Displaying 12976 - 12990 out of 17636 results.
Time to create page: 0.366 seconds
Powered by Kunena Forum