Advanced Search

Search Results (Searched for: )

  • REAL ELETRIC
  • REAL ELETRIC
10 Mar 2025 00:47
Replied by REAL ELETRIC on topic MECHATROLINK-II interface

MECHATROLINK-II interface

Category: Driver Boards

I sent a message to your email to purchase one of these boards.
my email - This email address is being protected from spambots. You need JavaScript enabled to view it.
  • Lcvette
  • Lcvette's Avatar
10 Mar 2025 00:45

Can't succesfully release Tool (according to Probe Basic GUI)

Category: QtPyVCP

changing LT is incorrect. you should instead rewrite the portion of the macro to correctly wait for the available signal. ie use the correct M66 Pn input so the macro verifies the drawbar is in fact in the correct position.
  • unknown
  • unknown
10 Mar 2025 00:42

Raspi 5 touchscreen experience - recommendation

Category: Computers and Hardware

I have this one, used on my mill with a PC platform: Expensive
Planar Pct 2235 22" 1920X1080 Full HD Touch Screen VGA HDMI DISPLAY PORT USB

For the RPi5: Cheap
www.ebay.com.au/itm/225953008741

I would assume if the touchscreen interface is USB you should be fine. Tho the raspberry pi forums maybe a better resource, just look\ask for usb hid compatible touchscreen, stipulate USB HID is the only option.
  • Lcvette
  • Lcvette's Avatar
10 Mar 2025 00:41

Can't succesfully release Tool (according to Probe Basic GUI)

Category: QtPyVCP

I made one for my machine, but i don't recall what was changed.  you can use it as a template to create your own machines requirements and make sure the macros are correctly setup.  the docs explain the different M-codes for DIO.

linuxcnc.org/docs/stable/html/gcode/m-code.html#mcode:m62-m65

linuxcnc.org/docs/stable/html/gcode/m-code.html#mcode:m66

again these are changed to work with my machine and may not completely align with the sim macro requirements:

 
  • Philip Lydin
  • Philip Lydin
10 Mar 2025 00:32
Replied by Philip Lydin on topic CNC lathe retrofitt - Feeler FTC-280

CNC lathe retrofitt - Feeler FTC-280

Category: General LinuxCNC Questions

After a couple of hours fiddiling with my vfd to get it working using modbus my pi4 died on me... not really sure what happened it just suddenly went black so i purschased a mini pc witth a celeron j4125 with dual ethernet ports.
  • red97corvette
  • red97corvette
10 Mar 2025 00:20
Replied by red97corvette on topic Remora - Panucatt Re-Arm

Remora - Panucatt Re-Arm

Category: Computers and Hardware

Ah, good to know. Thank you for the reply (and for Remora)!
  • Lcvette
  • Lcvette's Avatar
10 Mar 2025 00:16

Can't succesfully release Tool (according to Probe Basic GUI)

Category: QtPyVCP

Those are just templates, you need to define and edit for your machines sensors and requirements. My machine uses two sensors one for clamped and one for released because it's only reporting when the plunger is actual at the released or clamped height. If you're have just one sensor that's high or low, than you may need to remove a line from the macro. The best thing to do is to map everything out and then review your sensors and the macro sensor inputs and ensure everything is accounted for.
  • tsaG
  • tsaG
10 Mar 2025 00:03 - 10 Mar 2025 00:14

Can't succesfully release Tool (according to Probe Basic GUI)

Category: QtPyVCP

Hmm.. I see. I checked the clamp tool.ngc? I see that the script waits for the sensor to be high. As I connected the "release" sensor, my sensor is high when the spindle is released and not when the tool is clamped. Could this be the issue?

Does PB use two different scripts for releasing (which works) and clamping (which fails in my case)? Anyway, it looks like I need to invert the value in the script. However, then the debug text in the script should say "(abort, Failed to clamp  tool) ; abort if the sensor does not activate in 2 seconds". Correct?

EDIT: Got it working by changing the LT to GT (waiting for it to be low). Is there a current list about the expected signals in PB? Like ATC drawbar to be connected to motion.digital-out-02, sensor to x, another sensor to y etc.
  • Lcvette
  • Lcvette's Avatar
09 Mar 2025 23:54

Can't succesfully release Tool (according to Probe Basic GUI)

Category: QtPyVCP

Then something in your hall isn't correct or in the macro. Maybe the delay time?
  • tsaG
  • tsaG
09 Mar 2025 23:51

Can't succesfully release Tool (according to Probe Basic GUI)

Category: QtPyVCP

yes, that is the "spindle-released" sensor. As mentioned above I have to convert it to a binary value as the 14V is below the (60% of 24V) digital threshold of my 7i76e.

I can see the "spindle-released" going high when the drawbar is pulled (so, no error when releasing the tool) but get the error when clamping the tool.
  • Lcvette
  • Lcvette's Avatar
09 Mar 2025 23:48
  • Lcvette
  • Lcvette's Avatar
09 Mar 2025 23:45
Replied by Lcvette on topic Rack Tool Changer

Rack Tool Changer

Category: QtPyVCP

There is a working branch but I haven't had time to work on the macros. All the UI work is done though.
  • tsaG
  • tsaG
09 Mar 2025 23:40 - 09 Mar 2025 23:49

Can't succesfully release Tool (according to Probe Basic GUI)

Category: QtPyVCP

Hi,

I am currently integrating my ATC. However, I get the Error "Failed to release Tool" message when I clamp the tool.

My HAL looks like the following. I get a 0-14V Signal which is converted into a HIGH LOW for the Motion controller.
#ATC Settings

net analog1 hm2_7i76e.0.7i76.0.0.analogin1

setp comp.0.in1 10.0
net analog1 comp.0.in0

net ventil-spindel hm2_7i76e.0.7i76.0.0.output-12 <= motion.digital-out-02

net spindel-released comp.0.out <= motion.digital-in-02

In the HAL Show, I can see that spindle-released goes high when I press the "Release tool" button in the GUI. I also do not get an error message. However, when I insert the tool and click "clamp tool" I get the message "Failed to release tool" although everything works fine (and the spindle-released goes back to low). 

I found that I need to connect the motion.digital-in-02 [url=https://github.com/dpslwk/probe_basic/tree/subroutine_unify_and_move_to_nc_files/linuxcnc/nc_files/probe_basic/atc_carousel]here on the PB Github (manual is hard to find). 
I was unable to find more information on the PB Website. The current PB Github also doesn't have this Readme file/instructions.

Does anyone know what needs to be done here?

Thanks![/url]
  • tsaG
  • tsaG
09 Mar 2025 22:04
Replied by tsaG on topic Rack Tool Changer

Rack Tool Changer

Category: QtPyVCP

That sounds great! Is there a release candidate / date already on the horizon? Im really interested in the rack implementation. :)
  • Unlogic
  • Unlogic
09 Mar 2025 21:26
Replied by Unlogic on topic Optimum Optimill MH50V CNC conversion

Optimum Optimill MH50V CNC conversion

Category: Milling Machines

I've done some more parts on the mill and it's working great apart from the slow spindle speeds I have to run.

Here is a short video of two aluminum mounting brackets that I designed for the rear sway bar of my race car.



The mounting brackets came out really nice but I can't wait until I have a new spindle so that I can increase the speeds and feeds a bit.

I'm also considering expanding my enclosure a bit as the one I have at the moment allows a bit too many chips too escape during some operations.

 
Displaying 8671 - 8685 out of 24533 results.
Time to create page: 0.281 seconds
Powered by Kunena Forum