ECMO VMC100 Retrofit with Carousel/Toolchanger
- hitchhiker
- Offline
- Elite Member
-
Less
More
- Posts: 210
- Thank you received: 17
09 Sep 2025 13:53 #334699
by hitchhiker
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
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?!
strobe is everytime high. i dont know to what i need it to llink. sense 1 and strobe together?!
Please Log in or Create an account to join the conversation.
- hitchhiker
- Offline
- Elite Member
-
Less
More
- Posts: 210
- Thank you received: 17
09 Sep 2025 14:18 - 10 Sep 2025 20:02 #334701
by hitchhiker
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
The issue is in the hal... i delete the hal with failures ... not that someone use it and wondering...
Last edit: 10 Sep 2025 20:02 by hitchhiker. Reason: Dont want people bring to bad hals
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19677
- Thank you received: 4552
09 Sep 2025 14:32 #334702
by andypugh
Replied by andypugh on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
You might want to insert the carousel in one of these loops.
(depending on the style of the toolchanger)
Often you will have
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.
(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-preparedOften you will have
net tool-prep iocontrol.0.tool-prepare => carousel.0.enable
net tool-ready carousel.0.ready => iocontrol.0.tool-preparedThis 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.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19677
- Thank you received: 4552
09 Sep 2025 14:36 #334704
by andypugh
Replied by andypugh on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
You can link both sense0 and strobe with something like:
Though I think that strobe defaults to high, so can often be left unconnected.
net carousel-index-filtered carousel.0.sense-0 carousel.0.strobeThough I think that strobe defaults to high, so can often be left unconnected.
Please Log in or Create an account to join the conversation.
- hitchhiker
- Offline
- Elite Member
-
Less
More
- Posts: 210
- Thank you received: 17
09 Sep 2025 15:00 #334708
by hitchhiker
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
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.
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.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19677
- Thank you received: 4552
09 Sep 2025 15:14 #334711
by andypugh
Replied by andypugh on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
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
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
Please Log in or Create an account to join the conversation.
- hitchhiker
- Offline
- Elite Member
-
Less
More
- Posts: 210
- Thank you received: 17
09 Sep 2025 15:45 #334715
by hitchhiker
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
you mean that i need a rising instead falling edge? or a falling instead a rising?
this i must check... when exact the state change....
this i must check... when exact the state change....
Please Log in or Create an account to join the conversation.
- hitchhiker
- Offline
- Elite Member
-
Less
More
- Posts: 210
- Thank you received: 17
09 Sep 2025 17:31 - 12 Sep 2025 15:27 #334719
by hitchhiker
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
Wrong infos! Dont want people to go on the wrong path!
Last edit: 12 Sep 2025 15:27 by hitchhiker.
Please Log in or Create an account to join the conversation.
- hitchhiker
- Offline
- Elite Member
-
Less
More
- Posts: 210
- Thank you received: 17
10 Sep 2025 06:48 - 12 Sep 2025 15:26 #334750
by hitchhiker
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
Deleted message because of wrong informations!
Last edit: 12 Sep 2025 15:26 by hitchhiker.
Please Log in or Create an account to join the conversation.
- hitchhiker
- Offline
- Elite Member
-
Less
More
- Posts: 210
- Thank you received: 17
11 Sep 2025 11:49 #334820
by hitchhiker
Replied by hitchhiker on topic ECMO VMC100 Retrofit with Carousel/Toolchanger
I debounce the signals... with a schmitttrigger like from the original controller.
Still issue with state 9.
Still issue with state 9.
Please Log in or Create an account to join the conversation.
Moderators: piasdom
Time to create page: 0.090 seconds