Advanced Search

Search Results (Searched for: )

  • andypugh
  • andypugh's Avatar
09 Sep 2025 15:14
Replied by andypugh on topic ECMO VMC100 Retrofit with Carousel/Toolchanger

ECMO VMC100 Retrofit with Carousel/Toolchanger

Category: Milling Machines

Maybe the real sensors have a different polarity to your bench test setup?
Halscope should help understand what is going on, if you scope the inputs and the carousel.0.state (with reference to:
github.com/LinuxCNC/linuxcnc/blob/2.9/sr...s/carousel.comp#L309
  • Aciera
  • Aciera's Avatar
09 Sep 2025 15:08 - 09 Sep 2025 15:40
Replied by Aciera on topic G33.1 synchronized tapping problem

G33.1 synchronized tapping problem

Category: General LinuxCNC Questions

No feedback from other users so far but the workaround disconnecting the 'joint.n.index-enable' (where n is the joint for the caxis) certainly worked for me.
Note though that I have since dismantled my test setup, so no further testing has been done on my part.

[edit]
I have now filed an issue on git:
github.com/LinuxCNC/linuxcnc/issues/3556
  • andypugh
  • andypugh's Avatar
09 Sep 2025 15:02 - 09 Sep 2025 15:03
Replied by andypugh on topic Homing is not working

Homing is not working

Category: HAL

The docs are quite clear that 1,2,3 is valid for a home sequence. But just as a test, can you try 0,1,2 ?
(Though it's all a bit odd, as the files show that homing has completed) 

 
  • hitchhiker
  • hitchhiker
09 Sep 2025 15:00
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger

ECMO VMC100 Retrofit with Carousel/Toolchanger

Category: Milling Machines

yes strobe is always high thats why i never connect it. now i hae connect it with sense-01 which is the counter.

the stuff about linking into tool-prep stuff i would done when everything works... but fromm there i am far away.. on the table with switches it works.. on the machine... it shoots over.. or stops in the middle ... cant discribe .. its terrible... thats why i was thinking to debounce via hardware like its original.. original control works flawless.
  • andypugh
  • andypugh's Avatar
09 Sep 2025 14:55
Replied by andypugh on topic problems with Verser Probe Screen 2.9

problems with Verser Probe Screen 2.9

Category: Basic Configuration

I'm curious, Why aren't people working on the version in linuxcnc?
github.com/LinuxCNC/linuxcnc/tree/master...n-panels/versa-probe

Well, until 3 days ago it was GTK2. 

I can't remember why I chose to work with a different version, except that I think I assumed that PSNG was enhanced relative to VersaProbe. 
 
  • tommylight
  • tommylight's Avatar
09 Sep 2025 14:53

StepConf - tandem axe Y - comment configurer 2 moteurs synchrones

Category: Français

You can install Mate on Debian as easy as:
sudo apt update
sudo apt install mate-desktop-environment mate-desktop-environment-extras lightdm lightdm-gtk-greeter
log out, choose Mate for desktop environment, log in . This needs to be done only once if you want to continue using Mate. If you want to go back to XFCE, log out, change, log in.
  • andypugh
  • andypugh's Avatar
09 Sep 2025 14:49
Replied by andypugh on topic Axis_Comp having no effect[SOLVED]

Axis_Comp having no effect[SOLVED]

Category: Advanced Configuration

 Watching what happens with an AC vent hitting the top of a machine with a laser will drive you crazy.
 

Skunkworks implemented temperature compensation on his (large) mill a long time ago. 



 
  • andypugh
  • andypugh's Avatar
09 Sep 2025 14:36
Replied by andypugh on topic ECMO VMC100 Retrofit with Carousel/Toolchanger

ECMO VMC100 Retrofit with Carousel/Toolchanger

Category: Milling Machines

You can link both sense0 and strobe with something like:
net carousel-index-filtered carousel.0.sense-0 carousel.0.strobe

Though I think that strobe defaults to high, so can often be left unconnected.
  • Robert312
  • Robert312
09 Sep 2025 14:35
Replied by Robert312 on topic Homing is not working

Homing is not working

Category: HAL

Thank you for the helpful hal commands.  Here are the contents of the before and after home text files.
  • andypugh
  • andypugh's Avatar
09 Sep 2025 14:32
Replied by andypugh on topic ECMO VMC100 Retrofit with Carousel/Toolchanger

ECMO VMC100 Retrofit with Carousel/Toolchanger

Category: Milling Machines

You might want to insert the carousel in one of these loops.
(depending on the style of the toolchanger)
net tool-change-confirmed   iocontrol.0.tool-changed       <=  iocontrol.0.tool-change
net tool-prepare-loopback   iocontrol.0.tool-prepare      =>  iocontrol.0.tool-prepared

Often you will have
net tool-prep iocontrol.0.tool-prepare => carousel.0.enable
net tool-ready carousel.0.ready => iocontrol.0.tool-prepared

This is not always the case, though.
The tool-prep handshake is typically used with random toolchangers, where there is a tool swapper. If you need to put away the current tool first, then tol-prep will be looped, and the logic will be in the tool-change handshake.

You should probably toggle "tool changed" from your tool-change ngc file. That ensures that the system stops if there is a failure in the tool change routine.
  • hitchhiker
  • hitchhiker
09 Sep 2025 14:18 - 10 Sep 2025 20:02
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger

ECMO VMC100 Retrofit with Carousel/Toolchanger

Category: Milling Machines

The issue is in the hal... i delete the hal with failures ... not that someone use it and wondering...
  • Robert312
  • Robert312
09 Sep 2025 13:57 - 09 Sep 2025 14:05
Replied by Robert312 on topic Homing is not working

Homing is not working

Category: HAL

I will try both,  thank you! Ill post about the results and those files. 
  • hitchhiker
  • hitchhiker
09 Sep 2025 13:53
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger

ECMO VMC100 Retrofit with Carousel/Toolchanger

Category: Milling Machines

i have only sense 0 and sense 1 linked. sense 0 is index and sense 1 is the sensor on the slotted disc. i use index configuration.

strobe is everytime high. i dont know to what i need it to llink. sense 1 and strobe together?!
  • hitchhiker
  • hitchhiker
09 Sep 2025 13:39 - 10 Sep 2025 20:03
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger

ECMO VMC100 Retrofit with Carousel/Toolchanger

Category: Milling Machines

Failures in ngc.. i delete
  • andypugh
  • andypugh's Avatar
09 Sep 2025 13:31
Displaying 1951 - 1965 out of 22560 results.
Time to create page: 0.218 seconds
Powered by Kunena Forum