Advanced Search

Search Results (Searched for: )

  • mariusl
  • mariusl's Avatar
14 Apr 2025 14:27
Replied by mariusl on topic Problem with THC

Problem with THC

Category: Plasmac

I just discovered that my formula and the one in the QTPlasmaC documentation ids not correct for the THAD2. Those formulas work for the previous release of THAD.
PncConf has the correct formula by the looks of it. Does any have the correct formula for me?
  • tommylight
  • tommylight's Avatar
14 Apr 2025 14:02
Replied by tommylight on topic Problem with THC

Problem with THC

Category: Plasmac

I do not, i set automation off, play with voltage till i get roughly good cuts and THC properly tracking, sometimes a bit of editing the scale and offset to match the measured voltage (ranges from 97V to 135V depending on the source and nozzles), then:
- fine tune the cut height by changing the voltage in 2V increments up or down
- fine tune the feed rate
- fine tune the air pressure to get clean cuts on the bottom side (less dross)
All this should be done whenever changing material thickness/type, nozzle diameter/type, and/or plasma source eventually. Also will be influenced by the amount of moisture in the compressed air, sometimes enough to cause issues.
And i never use autovolts, mainly due to many external factors that i have no control over, like, huge power fluctuations, huge differences in material being cut, above mentioned moisture, old air compressors spewing oil through the torch, using old plasma sources with no current control, etc.
-
Another thing that will absolutely mess with cutting is the ground clamp, it has to be properly bolted to the table, no clamp.
  • JT
  • JT's Avatar
14 Apr 2025 13:56
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Flex GUI

 
  • mariusl
  • mariusl's Avatar
14 Apr 2025 13:39
Replied by mariusl on topic Problem with THC

Problem with THC

Category: Plasmac

How do others determine the volt/mm if you don't use Autovolt?
  • Aciera
  • Aciera's Avatar
14 Apr 2025 13:38

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

You are missing this line in your kinematic component:
    res += hal_pin_float_newf(HAL_IN ,&haldata->angleXX ,comp_id,"%s.angleXX" ,HAL_PREFIX);
  • spumco
  • spumco
14 Apr 2025 13:21 - 14 Apr 2025 13:44
Replied by spumco on topic Plausiblty check on feedrates

Plausiblty check on feedrates

Category: General LinuxCNC Questions

Mark-

My Fanuc 21 will alarm if you program a feedrate which exceeds the machine's capability during G94 or G95.  There are no settings; the control checks commanded RPM and FPR, calculates the IPM (or m/m) and vomits if you exceed the ceiling.  In my case, this is about half the max rapid rate.

There is no check to see if the commanded feedrate is a good idea - only if it exceeds the MFGR's max.

In your case you could probably set a ceiling which corresponds with your coarsest desired thread plus some headroom for accel... but that is probably still fast enough to crash a drill.
 
EDIT
Is there any reason for you to program in G94?  On my Fanuc lathe the only time I need to program in G94 is during live tool work or when I need to position the turret for the bar feeder with the spindle stopped.

Maybe just stop using G94 on the lathe?
  • spumco
  • spumco
14 Apr 2025 12:56

Need help making rotary axis behave like second spindle

Category: Advanced Configuration

OP-
Unfortunately, there is no built-in or pre-made configuration for combining a rotary axis and spindle functions in LCNC.  As you've discovered in other forum posts there are a number of ways to skin the cat, but none of them can be implemented without some HAL fiddling.  Much like tool changers, rotary axes/spindle combinations are very hardware dependent so a one-size-fits-all approach is unlikely to be created and incorporated in to mainstream LCNC code.

Others may - hopefully will - chime in, but what I've gathered is the fundamental hurdles to a combination axis/spindle is that LCNC cannot re-home an axis in the middle of a gcode program.  Other controls I've used (or own) home the rotary axis every time the axis is engaged via M-code, including in the middle of a program.  LCNC can't do this, and so the result is a massive following error between where LCNC expects the rotary axis to be and the real position after running in spindle mode and then switching back to axis mode.

If you have axis encoder feedback to LCNC, then LCNC goes crazy when you switch from spindle mode to axis mode due to the following error.

If you don't have encoder feedback (open loop), then there is no way to switch from axis to spindle and back to axis mode in the middle of a program without completely losing track of position.

All the configurations I've come across for axis/spindle are just different schemes to work around the above problem.

Do you need the A-axis/4th axis to do synchronized motion with another axis?  i.e. lathe-like threading or rigid tapping?

If not, then the caxis.comp HAL component would be the easiest way to get your 4th to behave like a spindle.  Once of the nice things about caxis.comp is that there are no M-codes required to 'switch' back and forth between positioning and spindle (velocity) modes.  Caxis.comp handles that internally - essentially it checks for spindle-type commands and if one is issued (M3 Sxxx $xx) then it spins the rotary axis.  When the spindle stop command is issued caxis.comp simply returns the rotary axis to the last position it was at before the velocity command was triggered.

If you do need synchronized motion then one of the other methods would be better; I've found that caxis.comp interferes with synchronized moves and have had to abandon attempts at using it on my lathe in favor of one of the other configuration types.

It would help if we knew what your end-goal was, or at least how you intend to use the combo spindle/axis.
Is it primarily going to be a rotary axis with infrequent spindle work?  Or is it more like a lathe with infrequent C-axis positioning?
What are you driving the rotary axis with?  Servo drive?  If so, is the drive capable of homing accurately on its own?
  • JT
  • JT's Avatar
14 Apr 2025 12:33 - 14 Apr 2025 12:35
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Flex GUI

Working on Axis style jog controls...



JT
  • Abdulkareem
  • Abdulkareem
14 Apr 2025 12:01
Replied by Abdulkareem on topic lost frames issue

lost frames issue

Category: EtherCAT

after playing around with the refclock in the xml the issue has been solved
  • Aciera
  • Aciera's Avatar
14 Apr 2025 11:34

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

You might have missed edit in the last post

I would start out with an unmodified 'xyzcb_tdr_kins.comp' and do the modifications in small steps while frequently 'halcompiling' the file to find out when it breaks.

  • jochen91
  • jochen91
14 Apr 2025 11:07

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

I had problems during the installation of linuxcnc irrc i had to manual mount the usb drive. how should i continue I'm a bit clueless :(
  • vre
  • vre
14 Apr 2025 11:04
Replied by vre on topic 10.5 x 25 cnc plasma table retrofit

10.5 x 25 cnc plasma table retrofit

Category: Computers and Hardware

120watt is too low i think.
I plan to build a machine like this and am thinking to put 2 x 750w for y axis 1x750w x axis 1x600w z axis.
With servobelt transmission system with std s5m belts.
  • mariusl
  • mariusl's Avatar
14 Apr 2025 11:03
Replied by mariusl on topic Problem with THC

Problem with THC

Category: Plasmac

I use this calculator to calculate the parameters for the THC.

jscalc.io/source/ScVgoteuXJ9ySlXo

Can you check to see if it is accurate please?
  • Aciera
  • Aciera's Avatar
14 Apr 2025 10:54 - 14 Apr 2025 11:13

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

The message about 'undefined symbol: kinematicsSwitch' is actually a spurious error that will pop up whenever the kinematic fails to load.
I believe the actual problem is:
rtapi_app: caught signal 11 - dumping core

which unfortunately is a bit cryptic.

I would start out with an unmodified 'xyzcb_tdr_kins.comp' and do the modifications in small steps while frequently 'halcompiling' the file to find out when it breaks.
  • my1987toyota
  • my1987toyota's Avatar
14 Apr 2025 10:27
Replied by my1987toyota on topic 3D Scanners Who Has Used Them?

3D Scanners Who Has Used Them?

Category: Additive Manufacturing

Thank you for the input andypugh and jpg. The Annual $1,900 usd. price tag for the GeoMagic  each year is so far a complete no
go for me.
Displaying 15526 - 15540 out of 18505 results.
Time to create page: 0.463 seconds
Powered by Kunena Forum