Advanced Search

Search Results (Searched for: )

  • unknown
  • unknown
20 Apr 2025 13:46
Replied by unknown on topic Custom interface board questions

Custom interface board questions

Category: General LinuxCNC Questions

The EaserCAT 3000 is functional ? Suitable for a basic lathe ?

Looks interesting.
  • Beovoxo
  • Beovoxo
20 Apr 2025 13:44
Replied by Beovoxo on topic Deckel FP4A Retrofit

Deckel FP4A Retrofit

Category: Milling Machines

Got the lube pump, hydraulic pump, coolant pump testes and tempeary wired up. And got most of the wires from the spindle motor, transmission,  lube pump, hydraulic pump, coolant pump and the spindle brake wired to DIN terminal.
Also i made a DIN rail in the control cabinet. 
I did also some test on the software.
 
  • rodw
  • rodw's Avatar
20 Apr 2025 12:45

After homing X and Y, can I auto move to a non 0,0 location?

Category: General LinuxCNC Questions

Ahh you see the light! Be sure to read the correct version of the documents for the version you are using. Everything you need to know is there in those docs!
  • Turners
  • Turners
20 Apr 2025 12:33
boxford 160tcl was created by Turners

boxford 160tcl

Category: General LinuxCNC Questions

I have a boxford 160 and need to put back the encoder 
does anyone have a picture of how this goes ?    
  • Grotius
  • Grotius's Avatar
20 Apr 2025 12:31
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hi Rod,

Here is the submakefile that is used for the tpmod_scurve.
This repository uses the original makefile system to compile the scurve. It has no cmake build system.
It's quite straightforward. It can not be made simpler to incorporate into the source.
  • pgf
  • pgf
20 Apr 2025 12:15

After homing X and Y, can I auto move to a non 0,0 location?

Category: General LinuxCNC Questions

I also need to stop using google to find linuxcnc docs, rather than having some known-good bookmarks on hand. Not only does google often point to old versions of the docs, it will also take you into the middle of the document. While I'd read most of the page @PCW linked to, I think I'd never even seen the first several sections, with the excellent colorful diagrams. Wish I had!
  • IB_CnC
  • IB_CnC
20 Apr 2025 12:14 - 25 Apr 2025 18:14

Probe Basic and Carousel ATC with Geneva and Stepper

Category: QtPyVCP

Detecting the drive pin could also cause parameter tracking issues if an anomaly happens.

Maybe detecting pocket pins on each index and a homing pin is better.
And just make the motor stop with a slight delay, so the geneva drive fully engages.

By e.g using M65 P4 Qxx in subroutines.
  • rodw
  • rodw's Avatar
20 Apr 2025 12:11
Replied by rodw on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hi Rod,

You mean adding the cmake project into the original makelists.txt file and build it from there is the way to go?
I did not test that option.
 

I don't know anything about make or cmake but yes, just use cmake for the emc/src/planner folder. 
I noticed that Linuxcnc uses submake files for each folder in src/emc but you don't seem to do that.
Also because you mention motmod.so and liblinuxcnchal.so I assume you have modified the code in other modules. If that is the case, is there a way that planner can specify what it needs to use at run time so these modules can be used with both tpmod and planner?

It would be so cool to incorporate this into the base code and if it is modular as the original designers of Linuxcnc intended, it wont break anything existing.. and  it becomes available to everybody.
  • pgf
  • pgf
20 Apr 2025 12:00 - 20 Apr 2025 12:02

After homing X and Y, can I auto move to a non 0,0 location?

Category: General LinuxCNC Questions

Thank you both. I'm certain you're right: Home is set to 0. So if I switch to homing at the 12,12 corner, and change HOME to 12 for both X and Y, it will almost certainly do what I want. INI file attached, in any case.   If HOME had been grouped with the other HOME_* variables, I might have noticed.  :-)
  • tommylight
  • tommylight's Avatar
20 Apr 2025 11:43

Possible retrofit of a Körner Magic550 CNC Machine

Category: CNC Machines

I used Argon drives on a retrofit, they are very good and have nice software for setting them up, good documentation too.
You do need a dongle though, and the comms between dongle and drive have a hard coded speed that can not be changed, so might have issues. Use good USB cable.
  • Dedeer
  • Dedeer
20 Apr 2025 11:16

Possible retrofit of a Körner Magic550 CNC Machine

Category: CNC Machines

Meanwhile i found a driver that could fit my needs but i'm too late .The Argon Drive made by  Granite Devices can do step/dir and Analog+-10V but sadly is no longer in production.
I guess i will have to wait til next month and see what Leadshine come up with ,assuming the technician i talked to did not bullshit me.
  • IB_CnC
  • IB_CnC
20 Apr 2025 11:16 - 20 Apr 2025 11:27

Probe Basic and Carousel ATC with Geneva and Stepper

Category: QtPyVCP

About the Index sensor - Pocket sensor vs drive wheel sensor
This could be a design issue, but if I look at my geneva mechanism I think for indexing ideally you would want to detect the pin on the geneva drive wheel, so the drive wheel is fully locked in the geneva wheel.

If you detect just a pocket pin, the drive motor and drive pin will stop at the disengagement position of the pin, where the lobe takes over.
 

If I detect the drive pin on the drive wheel, it would allow for more error margin as the lobe is fully engaged.
But this would require both the index sensor and homing sensor to be high to complete initial homing.
Otherwise the first index move after homing could be false, depending on the direction.
 

What is the usual way to do this?
If I check the subroutines the M13 homing cycle is not considering the index sensor, only the homing sensor.

Maybe bind Index sensor to the Homing sensor input signal in HAL using AND2 ?
  • Giovanni
  • Giovanni
20 Apr 2025 10:04
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

I've never tried the lathe option.

How do you run ncam (embedded, standalone...)?
Does it give errors?

Regards
Giovanni
  • Grotius
  • Grotius's Avatar
20 Apr 2025 09:55
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hi Rod,

You mean adding the cmake project into the original makelists.txt file and build it from there is the way to go?
I did not test that option.

I think the state_tags are just used to get or set the current states of the cnc. In my view it has nothing to do with
compilers.
  • Aciera
  • Aciera's Avatar
20 Apr 2025 09:54

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

Here is a sim config:
 
 

File Attachment:

File Name: mazak-inte...y.tar.gz
File Size:17 KB


1. unpack to your 'configs' folder
2. make sure that '/vismach/mazak-integrex-200y-gui.py' is marked as executable (right-click->Properties)
3. 'halcompile --install' the enclosed 'mazak_integrex_200y_kins.comp'
4. start the config and run the preloaded example gcode

Notes:
- Slide tilt angle and pivot-length can be set using the slider in the right hand panel.
- the vismach model is a reused model from one of my other sim configs so it is a bit minimalistic but should suffice the purpose for now.
 
Displaying 1921 - 1935 out of 26447 results.
Time to create page: 1.289 seconds
Powered by Kunena Forum