Advanced Search

Search Results (Searched for: )

  • kubes
  • kubes
31 May 2025 01:07
Replied by kubes on topic Probe Basic Manual Tool Not Working

Probe Basic Manual Tool Not Working

Category: QtPyVCP

Thanks, I was able to figure it out.

I did read the words.  In fact I reread, prior to posting here.   To be honest, all the documentation is light, I would rather follow the docs than be a pia, yet we all are humans and make mistakes.
If you were asking if I removed all the hal_manualtoolchage, yes there is no hal_manualtoolchange in any of my hal files.

The issue is that the other tool-change nets were not defined. So while I followed the words and removed the red, it also implied to add the other nets.  I am using EtherCAT so my machine hal was not built from a pnconfig, etc.

For anyone in the future, these nets need to be in your machine hal.
#  ---manual tool change signals---
net tool-change-request    <= iocontrol.0.tool-change
net tool-change-confirmed  => iocontrol.0.tool-changed
net tool-number            <= iocontrol.0.tool-prep-number
  • COFHAL
  • COFHAL
31 May 2025 00:41

W5100S-EVB-PICO stepgenerator and encoder driver

Category: Driver Boards

It would be very useful to add the INDEX input to the encoders, if you want to use oriented spindle or the lathe to do threading.
  • Lcvette
  • Lcvette's Avatar
31 May 2025 00:24
Replied by Lcvette on topic Probe Basic Manual Tool Not Working

Probe Basic Manual Tool Not Working

Category: QtPyVCP

You're missing the main hal file section or at least are not showing it here. Your posting the post gui Hal file above. My image is of the machine.hal or whatever you named your machine. The one from pncconfig or other config builder. Read the words in the docs not just the pictures.. ?
  • kubes
  • kubes
31 May 2025 00:20 - 31 May 2025 00:24
Replied by kubes on topic Probe Basic Manual Tool Not Working

Probe Basic Manual Tool Not Working

Category: QtPyVCP

Yes, I did follow the directions. Sorry, I should have stated that, but I used step #4. I only posted the section to ensure I did not mess that up.  I feel like I missed something very basic.  I can trigger the modal using showhal and setting 'tool-change-request' pin

The directions don't have the tool-request-loopback net, is that needed?

Here is the entire post UI hal

loadrt time
loadrt not

addf time.0 servo-thread
addf not.0 servo-thread

net prog-running not.0.in <= halui.program.is-idle
net prog-paused halui.program.is-paused => time.0.pause
net cycle-timer time.0.start <= not.0.out
net cycle-seconds qtpyvcp.timerseconds.in <= time.0.seconds
net cycle-minutes qtpyvcp.timerminutes.in <= time.0.minutes
net cycle-hours qtpyvcp.timerhours.in <= time.0.hours
# *** Time items required for Probe Basic to run ***

#  ---manual tool change signals---
net tool-change-request     =>  qtpyvcp_manualtoolchange.change
net tool-change-confirmed   <=  qtpyvcp_manualtoolchange.changed
net tool-number             =>  qtpyvcp_manualtoolchange.number

# *** Probe graphic simulation trigger push probe tip ***
# net probe-in  lcec.0.Z.din.1  qtpyvcp.probe-in.out
# net probe-in  <=  qtpyvcp.probe-led.on

# *** Set line below for actual spindle readout from your hal file ***
# net spindle-rpm-filtered scale_to_rpm.out  =>  qtpyvcp.spindle-encoder-rpm.in
# net spindle-speed-fb hy_gt_vfd.speed-fb => qtpyvcp.spindle-encoder-rpm.in

# Status LEDs
net ethercat-link lcec.link-up => qtpyvcp.led-lcec-link-up.on

net ethercat-0-Z-limit-pos lcec.0.Z.limit-pos => qtpyvcp.led-lcec-0-Z-limit-pos.on
net ethercat-0-Z-limit-neg lcec.0.Z.limit-neg => qtpyvcp.led-lcec-0-Z-limit-neg.on
net ethercat-0-Z-din-1 lcec.0.Z.din.1 => qtpyvcp.led-lcec-0-Z-din-1.on
net ethercat-0-Z-din-2 lcec.0.Z.din.2 => qtpyvcp.led-lcec-0-Z-din-2.on
# TODO how to we get the current stage of the HW pin, not the state of the hal pin

net mist-on => qtpyvcp.led-lcec-0-Z-dout-1.on
 
  • proff
  • proff
31 May 2025 00:17
Replied by proff on topic home build cnc cutting fabric machine

home build cnc cutting fabric machine

Category: Plasma & Laser

thank's for any advice / idea / help
  • proff
  • proff
31 May 2025 00:15

home build cnc cutting fabric machine

Category: Plasma & Laser

hello all 
I'm planning to build a fabric laser cutting machine
but as I have not enough space (and money) for buying a real machine and as I need to cut very long part, I've come up with an idea 
I will keep fabric on 2 rollers (1.5 m long) passing from one side on another from a cutting line (Y axis) with a moving laser diode head (X axis) 
if it was so simple I would use a cheap 3D printer / cn machin controler but whatbrings me here is that I need a closed loop position controller 
idea is that roller will be motorised by 2 motors ( left and right ) and will only working by pulling on fabric ( meaning that 2 motors will work in +Y and 2 in -Y) but I can't rely only on steps on motor to move accurately the fabric as depending on roller fabric diameter changing the distance of fabric moving on cutting line 
File Attachment:

on the other hand fabric can also moves on X axis when rolling and unrolling and objective is to use differential of both right and left motors to correct position 
in my idea the close loop in postion control can be supporte by an optical mouse sensor that can track X and Y moves and I can put 2 on each side right and left 
my question is: is linux cnc can be configured to adapt of this strange machine ? 
 
  • Lcvette
  • Lcvette's Avatar
30 May 2025 23:09
Replied by Lcvette on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

sweet no worries!
  • Lcvette
  • Lcvette's Avatar
30 May 2025 23:08 - 30 May 2025 23:09
Replied by Lcvette on topic Probe Basic Manual Tool Not Working

Probe Basic Manual Tool Not Working

Category: QtPyVCP

Delete the red potion and make sure the lines above and below it are there still for the manual tool change.


  • Lcvette
  • Lcvette's Avatar
30 May 2025 23:06
Replied by Lcvette on topic Probe Basic Manual Tool Not Working

Probe Basic Manual Tool Not Working

Category: QtPyVCP

need some lines in your main hal file also, check the docs it spells it out very clearly in the machine config setup docs. step 5.

kcjengr.github.io/probe_basic/machine_config.html
  • Lcvette
  • Lcvette's Avatar
30 May 2025 23:03

New "BIG" Probe Basic Release for Develop Branch Incoming!

Category: QtPyVCP

Hello All!

We are preparing to merge a BIG Probe basic update. it will require some config setting updates and some new folders be added.  I have added a new "Update Release Notes" section to the docs page which should be very helpful going forward for when we have updates release.  please feel free to have a look and give feedback!

kcjengr.github.io/probe_basic/update_notes.html
  • kubes
  • kubes
30 May 2025 22:28

Probe Basic Manual Tool Not Working

Category: QtPyVCP

My manual tool changing does the Probe Basic. 
If in MDI I use "T2 M6 G43" , the line stays active with the play icon, but never ends.  The same issue in NC files.

Nothing happens, no pop-up, etc

Here is probe_basic_postgui.hal
#  ---manual tool change signals---
net tool-change-request     =>  qtpyvcp_manualtoolchange.change
net tool-change-confirmed   <=  qtpyvcp_manualtoolchange.changed
net tool-number             =>  qtpyvcp_manualtoolchange.number
  • tommylight
  • tommylight's Avatar
30 May 2025 20:57
Replied by tommylight on topic Retrofit Hyundai lathe?

Retrofit Hyundai lathe?

Category: Turning

forum.linuxcnc.org/show-your-stuff/32784...-15-retrofit?start=0
Payed much more (3280 Euro + Mesa boards) for this but it was working...till mice had a run at it in my shop! :)
Retrofitted and working with LinuxCNC (see videos on that link), so yes it is worth retrofitting it.
Difficulty is high for sure, so see if you can get the schematics for it, that will save a lot of time and headache.
  • tommylight
  • tommylight's Avatar
30 May 2025 20:49
Replied by tommylight on topic Mecanumeric MF2040 LI retrofit (Pantograph)

Mecanumeric MF2040 LI retrofit (Pantograph)

Category: Milling Machines

Do it, we are here to help as much as humanly possible.
  • kubes
  • kubes
30 May 2025 19:41
New HAL Components - Best Practice was created by kubes

New HAL Components - Best Practice

Category: HAL

I am new to LinuxCNC, but I play a software engineer in life.  I have identified a few areas where new or updated (and refactored) components could be beneficial.  What is the current best practice to build HAL components?  I would assume halcompile, but more specifically, .comp files or just long-hand .c?  The components that I am currently thinking about are in the user-space.   The first one I want to tackle is an updated/new hy_gt vfd component.  I am running 2.9, so backward compatibility is not a personal concern for me, but maybe people don't update?

Any feedback would be appreciated.
Thanks
 
  • caretech
  • caretech's Avatar
30 May 2025 19:29 - 30 May 2025 20:35
Retrofit Hyundai lathe? was created by caretech

Retrofit Hyundai lathe?

Category: Turning

Saw this old iron while entertaining the machinery buying itch today on Kijiji -- www.kijiji.ca/v-other-business-industria...i-hit-18s/1716314528

That link will go dead with time, so for the record it looks like a Hyundai HIT 18S for $2k Canadian, not working. Seller says it has some repaired drives. I probably need to ask more questions, just not sure what all the right ones are.

Seller might be asking too much, but says he's open to offers. Any thoughts from more experienced heads here, whether or not something like this is worth a look and a retrofit? Or should I be running the other way fast as I can? I don't have any impressions, good or bad, about Hyundai quality, and I'm not sure what dead machines should generally go for.

On the scale of difficulty for retrofits, where does a machine like this fall? I'm no expert with HAL but have dabbled a little. Built my own plasma table with 7i76e and a couple THCAD's by riding on the shoulders of giants on this forum.

Thanks in advance for any time you spend looking at this.
Displaying 2716 - 2730 out of 24909 results.
Time to create page: 0.357 seconds
Powered by Kunena Forum