Advanced Search

Search Results (Searched for: )

  • Todd Zuercher
  • Todd Zuercher's Avatar
09 May 2025 15:04
Replied by Todd Zuercher on topic analog Servo spins on its own when connected to 7i77

analog Servo spins on its own when connected to 7i77

Category: General LinuxCNC Questions

Look at the command output signals from hal. Are they zero before you "plug in" the servo? If they are zero, is the voltage at the analog out pins zero? Double check your wiring?
  • PCW
  • PCW's Avatar
09 May 2025 14:53

Can I have 2 seperate interfaces on the same computer?

Category: General LinuxCNC Questions

To retain your old system, it might be simplest to install the 2.9.4 ISO
on a different PC (or SSD)
  • Murphy
  • Murphy
09 May 2025 14:42 - 09 May 2025 15:39

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

@caskeslob. When I'm in CSS mode and moving the X axis . In halscope the Remora.sp signal looks like it's tapering , is it supposed to this? You can hear the spindle in the background slowing down with every adjustment . I'm moving in 10mm jogs . 
youtube.com/shorts/wCQEtX8jdlg?si=56bFTHS2TniANqbB

Not in CSS mode

youtube.com/shorts/3FCbzGDeuUc?si=U3O0NyMvfS-R4K8-
  • CallumRD1
  • CallumRD1
09 May 2025 14:40
Replied by CallumRD1 on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

Sure. I'll try that this afternoon.
  • cmorley
  • cmorley
09 May 2025 14:34
Replied by cmorley on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

could you run in debug mode (DISPLAY = qtvcp -d qtdragon), run linuxcnc from a terminal and post the output?
  • Onkelmat
  • Onkelmat's Avatar
09 May 2025 14:29 - 09 May 2025 14:30

analog Servo spins on its own when connected to 7i77

Category: General LinuxCNC Questions

You are correct but in my case the servo isn't connected to the axis, and only spins when the +-10V are connected to the 7i77, if unplugged the servo is perfectly still.
The exact same setup for the Z axis works.
I'll check the axis configuration today, maybe I made a mistake.
  • Catch22
  • Catch22's Avatar
09 May 2025 14:12

Can I have 2 seperate interfaces on the same computer?

Category: General LinuxCNC Questions

I need 2.9 because I want Probe Basic, and it won't run on 2.8 for me..
  • heaven
  • heaven
09 May 2025 14:12

Control linuxcnc by FT sensor (external force)?

Category: Advanced Configuration

My FT sensor is a multiple-axis sensor that mounts at the robot end-effector. Tool gravity compensation, external force, and new joint position command calculation are already done, so right now I need to send these commands to LinuxCNC.
Sending via the jog command does not give me a smooth move, I will try the jogwheel function by converting the position command to jog count, not sure if it works
  • aeth
  • aeth
09 May 2025 13:51

Ethercat LinuxCNC board for a 4 axis router

Category: General LinuxCNC Questions

Lately I started looking with great curiosity into LinuxCNC, because it seems to be one of the nicest and most affordable options to get EtherCAT and recently even s-curve acceleration control! In other words, as far as I know, it's the only solution on the market that offers such badass features as well as full configurability at a fraction of the price of other devices.
My current experience is with Mach 3 and UCCNC, but in both cases I was dissatisfied with motion planning where the machine would stutter a lot with complex toolpaths or with larger error allowance, it would run smoothly but it would mess with the surface finish.

My biggest hurdle right now is finding the right hardware. I saw countless solutions and configurations to get this done and I'm looking for something well proven that's not too hard to set up and doesn't look like spaghetti.
I was looking into Mesa boards, but even that got me a bit confused and I don't know what I should get. What's important for me is that the board offers screw terminals for interfacing with endstops and VFD and ideally it has its own computer - i.e. Raspberry Pi.
Could I ask someone for some recommendations? 
  • Todd Zuercher
  • Todd Zuercher's Avatar
09 May 2025 13:46 - 09 May 2025 13:48
Replied by Todd Zuercher on topic LinuxCNC Dual-Head Gantry Setup Assistance Request

LinuxCNC Dual-Head Gantry Setup Assistance Request

Category: General LinuxCNC Questions

I've set up a few multi head gantry machines, but the ones I was working with had fixed spacing between the heads. I've set them up using Z and W for axis for two head machines. But for a larger machine I set up that used 8 heads I used the new extra joints feature and controlled them all with the Z axis command, with each joint having separate offsets for tool lengths and the ability to enable/disable each spindle/head and when one was disabled it automatically would park raised up at it's home position.

I've thought about dual head machines with two heads on a common X or Y axis a little bit and can imagine couple of ways to handle it. One possible way that I think has merit would be to configure both heads with a common X with a U axis set up as the spacing between the two heads. This way an X axis command would move both heads in parralel motion, and U commands would vary the space between them. To set up this, if the joint arrangement is such that the two axis joints are totally independent (say each head is driven by motor turning a pinion gear on a common rack on the gantry.) the kinematics model would be joint0 = X position, and joint3 = X+U and revers kins X=J0 and U=J3-J0.

The advantage to this set up would be that the g code for milling out 2 parallel identical parts could be simple 3 axis xyz g-code. (This could be a big advantage if the current version of Linuxcnc still doesn't do advanced look-ahead tool planning for axis beyond XYZ especially if UVW are left out. That used to be the case a few years ago but may no longer be true and was the reason I set up my machines the way I did to allow commanding multiple Z axis with just a Z command instead of using Z and W...

But If you would want to do something different with both heads simultaneously, like for example cutting out mirror images of the same shape at the same time one on XYZ and the other on UYW. Then it would probably be better to have simple 1:1 kinematics with J0=X, J1=Y, J2=Z, J3=U, and J4=W. However this will make collision prevention more difficult than the U=J0+J3 model.
  • langdons
  • langdons
09 May 2025 13:38

Can I have 2 seperate interfaces on the same computer?

Category: General LinuxCNC Questions

Why do you need 2.9?

I though you just wanted to try a different GUI.

Also, there is a reason AXIS is the default GUI.

It might not be perfect, or flashy, but it's pretty good.
  • langdons
  • langdons
09 May 2025 13:29
Replied by langdons on topic Which kernel version is best for real time?

Which kernel version is best for real time?

Category: General LinuxCNC Questions

Don't mess with BIOS settings unless you really know what you are doing.

Default values are usually the default for a reason.

(Sometimes the reason is stupid, but ususally not)

Setting the cooling profile to "performance" or "active" is always a good idea though.
  • langdons
  • langdons
09 May 2025 13:24
Replied by langdons on topic linuxcnc Latency test ambiguous results

linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

Whoa!

That';s not what I meant.

The CPU fan profile to "performance" or whatever seems like the highest speed.
  • langdons
  • langdons
09 May 2025 13:22 - 09 May 2025 13:30

Can I have 2 seperate interfaces on the same computer?

Category: General LinuxCNC Questions

 
Different python versions probably work fine.

But APT and LinuxCNC, and GNU/Linux don't understand that.

Would a virtualenv work or something?

Stupid Python.

I wish Python had LTS releases like Java does.
  • machinedude
  • machinedude's Avatar
09 May 2025 13:09
Replied by machinedude on topic Black Friday Deal got me :)

Black Friday Deal got me :)

Category: Plasma & Laser

i have actually learned quite a bit from this project to be honest. i have some big plans for this build. a conventional table and a rotary cutter have some very different needs, if all you need is to cut round tube then things can be kept fairly simple, but if you cross over into other profiles things can get quite involved. this project is one of those projects that take forever to get finished but once done you have something substantial.
Displaying 346 - 360 out of 26543 results.
Time to create page: 0.217 seconds
Powered by Kunena Forum