Advanced Search

Search Results (Searched for: )

  • spumco
  • spumco
09 Sep 2024 02:21

Probe Basic subroutine parameter - #5210?

Category: QtPyVCP

Updated PB and need to re-do all the numbered parameters in my customized tool change subroutines.

While digesting the subroutines, I found that parameter #5210 is used twice:

unload_spindle.ngc
M61 Q0
G49
#5210 = 0
#3991 = 0

M13
M61 Q#3991 G43 H#3991 #5210 = 0

According to the LCNC docs, #5210 appears to be written by LCNC if G52 or G92 offset is applied.  I'm guessing this is not normally a user-writable parameter.

Is this an error, or am I misunderstanding something?
  • tivoi
  • tivoi's Avatar
09 Sep 2024 00:44 - 09 Sep 2024 00:45
Replied by tivoi on topic Fanuc 2S AC spindle motor on Delta C2000+

Fanuc 2S AC spindle motor on Delta C2000+

Category: Milling Machines

drive  have 3 control loop
the first is current loop can auto tuning with motor parameter
second is speed loop and third is position loop if need
delta C2000 look like have speed loop auto tuning, but maybe need mod by manual


 
  • tommylight
  • tommylight's Avatar
09 Sep 2024 00:23
Replied by tommylight on topic Chinese Servo Drive Calibration XP200

Chinese Servo Drive Calibration XP200

Category: Milling Machines

You are welcomed, always.
  • Walkahz
  • Walkahz
09 Sep 2024 00:00
Replied by Walkahz on topic Chinese Servo Drive Calibration XP200

Chinese Servo Drive Calibration XP200

Category: Milling Machines

Thanks all
Got it Fired up with supplying power as above.

Thanks for being a bouncing board for my out loud thoughts!
  • Project_Hopeless
  • Project_Hopeless's Avatar
08 Sep 2024 23:28
Replied by Project_Hopeless on topic Convert LinuxCNC Sim to Real Machine

Convert LinuxCNC Sim to Real Machine

Category: General LinuxCNC Questions

Aciera post=309633 userid=25994In that case use PncConf or MesaCT to create an XYZA config (IIRC that is the maximum number of axes supported in the configurator) and get that working in trivial kinematics (ie motors move correctly). Once that works copy/modify the A axis/joint entries in the hal and ini files to create the other axes you need and get them working as well.
 

I have a 5 axis machine working moving in joint mode so the hardware checks out. 

Can trivkins handle 6 axis, revolute, X,Y,Z,A,B,C or do I need to progress to genserkins at this point?

 
  • Freak
  • Freak
08 Sep 2024 21:26
Replied by Freak on topic New update on STMBL

New update on STMBL

Category: Driver Boards

Answering the cost concerns, the prices andy shared unfortunately are not realistic now. Up to now I spend 190-200€ for each board.
I can drive 3.5-4.0W servo (the ABB arm are 4.5W) with the v5, the main problem I'm facing is the need for a proper rectifier with a decent power factor, we are working in developing one with pfc, brake resistor and maybe also bidirectional.
Going 600vdc open to 3phase rectifier and I think less capable of handling high currents for lower voltage motors. Then we should keep two different versions of the board.
Btw I think is not much difficult to make it 600v compliant, more clearance, the isolator (SI8621) should be fine, change the cap, recalculate the resistor voltage div, change the connectors...
Who knows if is possible to use these boards in a industry plant? Is possible to certify a machine using these boards? (CE for example here in Europe)
  • spumco
  • spumco
08 Sep 2024 19:57

Probe Basic - startup error on new installation

Category: QtPyVCP

Tired of fighting Debian.  MX23 seems to be working so far.  PB works, decent ping times with Mesa, running latency now.
  • Stormbird
  • Stormbird
08 Sep 2024 19:22
Replied by Stormbird on topic Threading with A B phase only?

Threading with A B phase only?

Category: General LinuxCNC Questions

No, I fell at the first fence!! Failure to understand LinuxCNC, frustration in setting it up on my pc, then thinking even if I mastered the pc I'm not really sure I want to be tapping at a pc key board in the oily workshop. Time flies by and 8 years later this week I came across the Mesa 7176E, Nema 34 motors and DQ860MA drivers sitting in a drawer in my office :) . Actually I did mount one motor to the leadscrew but never connected it to anything. I've been using the lathe entirely manually after fitting a carriage handwheel twice the original size. I think I should buy the rocketronics.de ELS controller where I do not have to stretch the brain. Or another similar idiot proof package if there is one. I will be happy just to have carriage control for threading and general turning. Probably try to sell the Mesa 7176E on ebay.
  • routerman22
  • routerman22
08 Sep 2024 19:22 - 08 Sep 2024 19:25
Replied by routerman22 on topic Fanuc 2S AC spindle motor on Delta C2000+

Fanuc 2S AC spindle motor on Delta C2000+

Category: Milling Machines

I did the "short a pair of wire" test but there is no detent at all so must be an induction motor.
Also changing the accell to 60 seconds for example does not change the behavoir.

I have a quick chat with a delta guy tomorrow, perhaps he has some insight.
  • spumco
  • spumco
08 Sep 2024 18:24

Probe Basic - startup error on new installation

Category: QtPyVCP

Python 3.12.5

The 'whats-new' link you posted appears to be outdated.  Deb trixie is now shipping with Python 3.12 exclusively.

Trying to figure out how to install 3.11, but I'm getting lost... something about using deadsnakes PPA.
  • chris@cnc
  • chris@cnc
08 Sep 2024 18:24
Replied by chris@cnc on topic lube - time component

lube - time component

Category: Basic Configuration

I noticed that the pressure drops immediately after the lubrication pump is switched off. I think it is better to check the pressure switch before lubrication time end. With 30 second lubrication time, the pressure switch has to go up after 25 seconds. And after lubrication time end, no pressure is expected.
 
  • Trevy3
  • Trevy3's Avatar
08 Sep 2024 18:13
Replied by Trevy3 on topic Weird Multi Axis MDI Issue in QTDragon_HD

Weird Multi Axis MDI Issue in QTDragon_HD

Category: Qtvcp

I have also just tested this in the default qtdragon_hd_xyza sim setup and it does the same thing there.
  • Carsten
  • Carsten
08 Sep 2024 17:59
Replied by Carsten on topic Probe Basic in QTDragon

Probe Basic in QTDragon

Category: Qtvcp

Hi,

problem solved.

You can have your own qtdragon_{,hd_}handler.py in e.g. qtvcp/screens/qtdragon{,_hd} and have full control over the GUI.

Regards
Carsten
  • Aciera
  • Aciera's Avatar
08 Sep 2024 17:48

Probe Basic - startup error on new installation

Category: QtPyVCP

what does this give you:
$ python3 --version
  • spumco
  • spumco
08 Sep 2024 17:27

Probe Basic - startup error on new installation

Category: QtPyVCP

I wonder if using Deb 13 is the problem.  Deb 12 doesn't like my nic's or wi-fi hardware.

Assuming it's a python issue, any suggestions on what to do about it?
Displaying 22501 - 22515 out of 24146 results.
Time to create page: 0.440 seconds
Powered by Kunena Forum