Advanced Search

Search Results (Searched for: )

  • NT4Boy
  • NT4Boy
02 Jun 2025 10:06 - 02 Jun 2025 10:17
Replied by NT4Boy on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

What I hope will be the last part of my adventure, is to add a spindle encoder for rigid tapping etc.Mission now achieved. 48 teeth on the lower side of the drive pully as well as an index tooth on the upper side, (complete with counterbalance weight).Have used ATS616LSG hall effects, with 10k biasing resistors which produce at the 7i77 encoder 05 inputs, good clean 5volt signals.I have yet to get properly to grips with the hal side of things, but at first sight, the hal scope doesn’t look right.
  • esmurf
  • esmurf
02 Jun 2025 09:47
Replied by esmurf on topic ethercat-conf.xml pdoentry limits?

ethercat-conf.xml pdoentry limits?

Category: EtherCAT

is this the <initcmd> tag?
  • Hakan
  • Hakan
02 Jun 2025 09:02
Replied by Hakan on topic ethercat-conf.xml pdoentry limits?

ethercat-conf.xml pdoentry limits?

Category: EtherCAT

I don't know that, but if you have static data you can set that using the SDO instead.
  • esmurf
  • esmurf
02 Jun 2025 08:58
Replied by esmurf on topic ethercat-conf.xml pdoentry limits?

ethercat-conf.xml pdoentry limits?

Category: EtherCAT

These servos have so many functions and parameters, that 10 is a really small limit.
Is there a way to split the pdoentry tags into multiple pdos?
Or change them during operation, e.g. have a different ethercat-conf.xml during homing vs. normal operation?
  • Hakan
  • Hakan
02 Jun 2025 08:11 - 02 Jun 2025 08:52
Replied by Hakan on topic ethercat-conf.xml pdoentry limits?

ethercat-conf.xml pdoentry limits?

Category: EtherCAT

It is not uncommon for devices to have a limit on how much data they can exchange.
But do you need all of those PDOs? I guess not.
So just delete the ones you do not use from ethercat-conf.xml
  • Aciera
  • Aciera's Avatar
02 Jun 2025 07:35 - 02 Jun 2025 07:47
Replied by Aciera on topic Position: relative expected

Position: relative expected

Category: General LinuxCNC Questions

Seems that there may actually be two printouts on the same line:
'joint 0 following error'
which comes from motion
'position: relative commanded'
which seems to come from the Axis GUI:
github.com/LinuxCNC/linuxcnc/blob/6f7753...s/tcl/axis.tcl#L1838
You are not giving us much else to go on. Are you getting getting following errors on joint 0 when using other Gcode or is it only with this particular program?
  • esmurf
  • esmurf
02 Jun 2025 07:32
ethercat-conf.xml pdoentry limits? was created by esmurf

ethercat-conf.xml pdoentry limits?

Category: EtherCAT

i have the attached ethercat-conf.xml (for stepperonline A6 servos).
Each time i add more than 10 pdoentry tags, i get the following error in /var/log/messages:

Jun  2 09:04:11 cnc kernel: EtherCAT ERROR 0-1: SDO download 0x1A00:0B (4 bytes) aborted.
Jun  2 09:04:11 cnc kernel: EtherCAT ERROR 0-1: SDO abort message 0x06090011: "Subindex does not exist".
Jun  2 09:04:11 cnc kernel: EtherCAT WARNING 0-1: Failed to map PDO entry 0x60FD:00 (32 bit) to position 11.
Jun  2 09:04:11 cnc kernel: EtherCAT WARNING 0-1: Currently mapped PDO entries: 0x6041:00/16 0x6061:00/8 0x6064:00/32 0x606C:00/32 0x6077:00/16 0x60BA:00/32 0x60BC:00/32 0x60B9:00/16 0x603F:00/16 0x60F4:00/32 0x60FD:00/32. Entries to map: 0x6041:00/16 0x6061:00/8 0x6064:00/32 0x606C:00/32 0x6077:00/16 0x60BA:00/32 0x60BC:00/32 0x60B9:00/16 0x603F:00/16 0x60F4:00/32 0x60FD:00/32
Jun  2 09:04:11 cnc kernel: EtherCAT WARNING 0-1: Failed to configure mapping of PDO 0x1A00.
Jun  2 09:04:11 cnc kernel: EtherCAT 0: Domain 0: Working counter changed to 3/12.
Jun  2 09:04:13 cnc kernel: EtherCAT ERROR 0-1: Failed to set SAFEOP state, slave refused state change (PREOP + ERROR).
Jun  2 09:04:13 cnc kernel: EtherCAT ERROR 0-1: AL status message 0x001E: "Invalid input configuration".
Jun  2 09:04:13 cnc kernel: EtherCAT 0-1: Acknowledged state PREOP.

If i remove / comment out any one pdoentry, the error goes away.
master idx="0" has no error, idx="1" - idx="3" have the error.  
There seems to be a limit of max 10 entries?
How can i work around this?

 
  • Kieran
  • Kieran
02 Jun 2025 04:11

GUI that somewhat resembles haas or fanuc workflow.

Category: General LinuxCNC Questions

Hey yall. Im a machinist by trade. I initially learned cnc on linuxcnc about 10y ago. Now I run "Real" cnc machines using fanuc and Haas. Initially I missed linuxcnc, but now when I go back and use my little linux mill, I am annoyed by the tool table and just the "PC" feel in general. The Fanuc soft keys are actually super nice and you can quickly go between work offsets, tool offsets ect. I can for example go to my absolute position page, do some mental math, type a number in the control, switch pages to my offsets, and input+ that number in seconds to quickly set offsets and stuff. No need for a mouse or anything silly like that. Hass is very similar but its even better with dedicated buttons to kick into the offsets or positions pages. Honestly the mouse is a major pain in a shop environment. The fanuc/Hass button based interaction is crazy fast for me compared to scrolling around on linuxcnc. suggestions? also itd be nice to get rid of the X Y tool offset and just have length/wear and diameter/wear. is there an "industrial GUI" im missing out on?
  • PCW
  • PCW's Avatar
02 Jun 2025 02:41

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

Can you post the terminal log?

( start Linuxcnc from the terminal and copy-paste the messages printed )

The previous error indicated an issue with a (probably USB) input device like a MPG

I would create  a configuration without the added input device to get past this error
for now

 
  • Cooped-Up
  • Cooped-Up
02 Jun 2025 02:13
Replied by Cooped-Up on topic Mesa card issues Maho MH800E Retrofit Project

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

I have spent some more time trying to troubleshoot why I cant launch the software, I cant seem to figure out where I am going wrong, I have it real barebones. I am sure I am configuring something wrong I just cant get past the error message when I click the launch icon. it tells me to look at the inputs config or whatever but I am not even sure what that is. I think I am supposed to enter a serial port number somewhere for setting the mode that the 7i77 is in but I cant find that in the hal or ini file...
  • langdons
  • langdons
02 Jun 2025 01:03
Replied by langdons on topic Position: relative expected

Position: relative expected

Category: General LinuxCNC Questions

"[sic]" Love that!

Someone needs to work on their German (not you).

Still better than the plethora of typos in this license file: mipav.cit.nih.gov/license/CopyrightInfo.html

Pretty concerning that US government screwed up on basic English writing.
  • BlownCorona
  • BlownCorona
01 Jun 2025 21:40
Replied by BlownCorona on topic Mesa 7i97T & LinuxCNC setup struggles

Mesa 7i97T & LinuxCNC setup struggles

Category: Installing LinuxCNC

Thanks everyone, ill dig into the above suggestions. 

And yes, i should have been a little clearer, im not worried about the following error stuff, i was just happy to be seeing signs of life. 
  • h_munktell
  • h_munktell
01 Jun 2025 20:45 - 01 Jun 2025 20:48
Replied by h_munktell on topic Dust Collection Shoe with independent Z control

Dust Collection Shoe with independent Z control

Category: Advanced Configuration

Ok, think I have figured it out, most of it at least. Had to make a visual representation of the HAL finnstrom posted. See attachement. Also got it sort of working on my machine. Tanks so much!Some things I'll try to adopt
  • Instead of controlling with coolant-mist, I would do it with a motion.digital-out pin controlled with M62 and M63
  • Trying to get the w_offset from actual w0 in current coordinate system. My thought is to touch of both Z to the work piece, and set w0 in G54 (for example) at the desired height. Then, somehow in HAL, calculate the w0 offset from w joint zero. In the (unlikely) event that I need dust shoe for G55 etc, this should enable this to work.
  • In conjunction with above, I think I need jogging to work (in qtdragon) to easy set w0 current coordinate system.
  • akim14
  • akim14
01 Jun 2025 20:14

LinuxCNC Dual-Head Gantry Setup Assistance Request

Category: General LinuxCNC Questions

Thank you so much I am still having problems setting up the limit and home switches in the main hal , I used mesa CT here are my files, I noticed you used the code down below but i cant seem to replicat it without error


# --- MIN-HOME-X ---
net min-home-x <= hm2_5i25.0.7i77.0.0.input-00-not

# --- MAX-X ---
net max-x <= hm2_5i25.0.7i77.0.0.input-01-not

# --- MIN-HOME-Y ---
net min-home-y <= hm2_5i25.0.7i77.0.0.input-02-not

# --- MAX-Y ---
net max-y <= hm2_5i25.0.7i77.0.0.input-03-not

# --- MIN-Z ---
net min-z <= hm2_5i25.0.7i77.0.0.input-07-not

# --- MAX-HOME-Z ---
net max-home-z <= hm2_5i25.0.7i77.0.0.input-06-not

# --- MIN-W ---
net min-w <= hm2_5i25.0.7i77.0.0.input-05-not

# --- MAX-HOME-W ---
net max-home-w <= hm2_5i25.0.7i77.0.0.input-04-not

# --- X_READY ---
#net X_Ready <= hm2_5i25.0.7i77.0.0.input-08

# --- Y_READY ---
#net Y_Ready <= hm2_5i25.0.7i77.0.0.input-09

# --- Z_READY ---
#net Z_Ready <= hm2_5i25.0.7i77.0.0.input-10

# --- W_READY ---
#net W_Ready <= hm2_5i25.0.7i77.0.0.input-11

# --- Z_SPINDLE_RUNNING ---
net Z_Spindle_running <= hm2_5i25.0.7i77.0.0.input-12 => and2.0.in0

# ---setup home / limit switch signals---

net min-home-x => axis.0.home-sw-in
net min-home-x => axis.0.neg-lim-sw-in
net max-x => axis.0.pos-lim-sw-in
  • kworm
  • kworm
01 Jun 2025 18:00
Replied by kworm on topic Merging operations NGC files Fusion 360

Merging operations NGC files Fusion 360

Category: CAD CAM

You are correct I have a paid license. I used to use the free version some time ago and I don't remember it having that limitation but I know they have made multiple license changes over time for the free version which is unfortunate. Glad to see you have made a solution to work around it.

I don't use axis but this post may be similar to what you are looking for:

forum.linuxcnc.org/20-g-code/36186-use-m...messages-my-solution
Displaying 2491 - 2505 out of 24982 results.
Time to create page: 0.281 seconds
Powered by Kunena Forum