Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
30 Oct 2024 10:36

Solution fo "hm2 error finishing read" with no good PC

Category: Computers and Hardware

Please follow steps 44-58 in the google doc on the other thread.
I don't think you have installed the r8168-dkms driver.
  • my1987toyota
  • my1987toyota's Avatar
30 Oct 2024 10:07
Replied by my1987toyota on topic Video Editors

Video Editors

Category: Off Topic and Test Posts

Shotcut for me. it's open source and works . Mine will crash from time to time though. if interested see the link below
www.shotcut.org/
  • Aciera
  • Aciera's Avatar
30 Oct 2024 08:25

Can I control an output while gcode is being processed?

Category: General LinuxCNC Questions

I would insert an M63 P.. before the move in question to set a digital output synchronized with the start of the movement. Then create a realtime component that starts to calculate the 3d distance when the digital output goes true and outputs a signal for every 10mm of travel.
  • bladekel
  • bladekel
30 Oct 2024 07:48

Can I control an output while gcode is being processed?

Category: General LinuxCNC Questions

I need to make an addition to a GUI I created using Python and QtDesigner.
Is it possible to control an output at the same time while a line of gcode is being processed?
For example,the machine started to move from (0,0,0) . The gcode in process (G0 X60 Y80, Z-5) is making a movement in x,y and z coordinates and the movement is 100mm.
I need to toggle one output for every 10mm progression.
How do I do that?
  • newbynobi
  • newbynobi's Avatar
30 Oct 2024 06:29
Replied by newbynobi on topic Probescreen for manual probing?

Probescreen for manual probing?

Category: Gmoccapy

Hallo,
You can find the center of the hole in Manual mode.

- Jog the Maschine so that the probe stay near the middle of the hole.
- Jog X minus until probe contact
- Zero X axis (easiest way in gmocapy by clicking on the X-Letter of the DRO, you will get an Input panel)
- Jog X plus until probe contact
- go to MDI mode
- enter the DRO value of the X Axis divided by two I.e value shows 57.859 you need to enter G0 X[57.559 / 2]
- Zero X axis

- Jog Y minus until probe contact
- Zero Y axis
- Jog Y plus until probe contact
- go to MDI mode
- enter the DRO value of the Y Axis divided by two I.e value shows 67.859 you need to enter G0 Y[67.559 / 2]
- Zero Y axis

If you want, you can also write a small macro and put that on an button on MDI page.
Take as an example "go to position" from an Sim config. The DRO value is stored IMHO in a var value and can be reached from within the macro. But this is untested!

Norbert
  • Malteser01
  • Malteser01
30 Oct 2024 06:23
Replied by Malteser01 on topic Only one of the gantry joints move

Only one of the gantry joints move

Category: Basic Configuration

Okay then, I'll try stepconf again.

Hoe would I then teach the machine to accept a as y2? As far as I'm aware, there's no setting in stepconf for that.
  • tcbmetalworks
  • tcbmetalworks
30 Oct 2024 06:04

Initial height sensing for underwater cutting tourqe sensing

Category: General LinuxCNC Questions

Hello what are some methods to make initial height sensing work for underwater cutting. I am using a hypertherm ht2000 with a pneumatic breakaway so I would like toavoid modifying it to floating head. Is it possible to accurately use tourqe sensing to determine the top of the plate when plasma cutting? 
  • SOLD
  • SOLD
30 Oct 2024 05:58
AX58100 was created by SOLD

AX58100

Category: EtherCAT

Hello
I'm a newbie. I started DIY Ethercat board with AX58100
1. AX58100-16in-16out
2. AX58100-Step/DIR + Encoder ABZ +8in/8out GPIO

Everything works on Twincat and I can connect it to Linux lcec

I want to use it with Linux CNC as 3axis and 1 spindle
In the axis there are
-Step/Direct
-Input8
-Output8
-Encoder ABZ
And there is AX58100-16in-16out board as the main I/O of the system

But I still can't create the correct ethercat-conf.xml file. I don't understand if it needs to be used as CIA402 or not
I have attached the XML files from AXIS for both boards

Can you please suggest a generator for ethercat-conf.xml for this project

Thanks for your support
  • jonesmg1
  • jonesmg1
30 Oct 2024 04:09
Replied by jonesmg1 on topic Puma 6 axis Robotic Arm with Mesa 7i80/7i40

Puma 6 axis Robotic Arm with Mesa 7i80/7i40

Category: Advanced Configuration

 
 

The system does have brakes which I have disabled (the joint free drops when it gets the follow error)

it doesn’t have a physical counterbalance that I can tell, maybe the gearbox has some sort of clutch?  

When idle, the motors are able to hold the joint in place even if I push on it.

I have a feeling that there’s something off  between the motors and encoders.   When it moves, it seems to be miscalculating the actual vs expected travel - but that’s just gut feeling.   It sometimes errors moving up, but not always.. it always errors moving down.  
  • m3chanist
  • m3chanist's Avatar
30 Oct 2024 01:26
Replied by m3chanist on topic New LinuxCNC-Ethercat git tree

New LinuxCNC-Ethercat git tree

Category: EtherCAT

link to fdarling's sample code if you don't already have it by now.

forum.linuxcnc.org/media/kunena/attachme...st.tar_2023-10-30.gz
  • Thayloreing
  • Thayloreing
30 Oct 2024 01:02
change the ini with the axis interface open was created by Thayloreing

change the ini with the axis interface open

Category: General LinuxCNC Questions

Is there any way to create a button to select two different accelerations? example
my machine has an acceleration of 1000ms2 in the ini file, I want to create a button in the axis interface that when I press it changes the acceleration to 500, so I can work with heavy parts more smoothly without having to change it manually
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
30 Oct 2024 00:09
Replied by Cant do this anymore bye all on topic Installing LinuxCNC 2.9 on Raspberry Pi 4B with Preempt-RT kernel

Installing LinuxCNC 2.9 on Raspberry Pi 4B with Preempt-RT kernel

Category: Installing LinuxCNC

First of all, my deepest deepest sympathies,sorry to hear you live in Melbourne, the only good thing Victoria has to other is Philip Island and the roads, airports and docks that lead out of the state.

Why aren't you using the premade image for your RPi ?

The links are on the Linuxcnc home page under downloads.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
30 Oct 2024 00:04
Replied by Cant do this anymore bye all on topic recent Update makes LinuxCNC defect

recent Update makes LinuxCNC defect

Category: Installing LinuxCNC

Please supply config files.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
29 Oct 2024 23:53
Replied by Cant do this anymore bye all on topic LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

No the W5500 works, initiating (ip addrr and other such stuff) is done via the FPGA via the SPI interface.
You'll have to setup your config to use the W5500 so that the correct bitfile is generated.

Examples and docs are supplied on the github project page.

Remember "it doesn't" work isn't very helpful when trying to get help. Config files and such help. Remember this is not a trip to the dentist, we are not dentists and don't want to have to pull teeth to get information to help.
Displaying 22021 - 22035 out of 22541 results.
Time to create page: 0.729 seconds
Powered by Kunena Forum