Advanced Search

Search Results (Searched for: )

  • Lcvette
  • Lcvette's Avatar
19 Oct 2024 20:05
Replied by Lcvette on topic Tool length sensor direction change

Tool length sensor direction change

Category: QtPyVCP

no worries, hope you get it sorted out!
  • Lcvette
  • Lcvette's Avatar
19 Oct 2024 20:04

ProbeBasic Spindle connection (No Speed indicated, no control possible)

Category: QtPyVCP

the hal pin for the load insicator is spindle-load-indicator, just connect in hal as with any other connection, you will need to feed it the analog and give it a scale. the indicator scale in the ui is 0-150%
  • bkt
  • bkt's Avatar
19 Oct 2024 17:53
Replied by bkt on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Good luck.

 

Good Night ... 

tomorrow evening I try to check and compile .... no time to study cmake system ... but think I'm obligate in near future ....
  • bkt
  • bkt's Avatar
19 Oct 2024 17:49
Replied by bkt on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

but is not possible mixing installed version and rip-install as in the past? Your cmake point to:

Warning: Spoiler!



my .pro file point to :

Warning: Spoiler!


But I use installed version and hal command of rip-install ..... for sure something is missing .... now I've not a version to check what is needed ..... any we can exchange the mail?

regards
  • 3CHman
  • 3CHman
19 Oct 2024 17:48
Replied by 3CHman on topic 7i92+7i77 basic comms again

7i92+7i77 basic comms again

Category: General LinuxCNC Questions

Yup..you have nailed it. Many thanks both. Operate mode it now is - crash on to the next phase!
Thanks again
  • kworm
  • kworm
19 Oct 2024 17:45
Replied by kworm on topic Beckhoff components crasht Linuxcnc

Beckhoff components crasht Linuxcnc

Category: EtherCAT

I have name= statements in my ethercat conf for Beckhoff stuff but they are the last entry ie

<slave idx="0" type="EK1100" name="1000_EK1100"/>

But I think your problem may be the quotes around the name...they look different than the rest of the quotes. I don't use geany so maybe it's just a code highlight thing.
  • Deckerjwd
  • Deckerjwd's Avatar
19 Oct 2024 17:12
Replied by Deckerjwd on topic 7I33TA Just plug it in?

7I33TA Just plug it in?

Category: Driver Boards

so i need a resistor, it is an amazon cheapo that i had around. i have some Darlington and transistors around here to. may pull the opto off the board and have a look
  • Aciera
  • Aciera's Avatar
19 Oct 2024 17:00
Replied by Aciera on topic Endlosachse im Bewegungsraum einschränken

Endlosachse im Bewegungsraum einschränken

Category: Deutsch

Ja, Joint limits dürfen grösser sein als Axis limits aber nicht umgekehrt.
  • Aciera
  • Aciera's Avatar
19 Oct 2024 16:58
Replied by Aciera on topic Beckhoff components crasht Linuxcnc

Beckhoff components crasht Linuxcnc

Category: EtherCAT

Try removing

name="D1" and name="D2"
  • sajurcaju
  • sajurcaju
19 Oct 2024 16:56
Replied by sajurcaju on topic Holes have a taper

Holes have a taper

Category: General LinuxCNC Questions

I'm doing two full depth finish passes, one CW one CCW now. Also, I've moved the router, measured the hole, and then tried the same gcode on the same hole. At most it changes 0.001 or 0.002, it's pretty repetitive.
  • Deckerjwd
  • Deckerjwd's Avatar
19 Oct 2024 16:53
Replied by Deckerjwd on topic Holes have a taper

Holes have a taper

Category: General LinuxCNC Questions

not necessary try a finish pass see if it cleans us
  • Muecke
  • Muecke's Avatar
19 Oct 2024 16:51 - 19 Oct 2024 16:52
Replied by Muecke on topic Endlosachse im Bewegungsraum einschränken

Endlosachse im Bewegungsraum einschränken

Category: Deutsch

Ignoriert alles, was ich gesagt oder gefragt habe, ihr habt Recht.
Denn ich muss alle Werte anpassen! und nicht nur die Hälfte.
Ich habe meinen Code nicht ganz richtig angebaut.
[AXIS_C]
MIN_LIMIT           = -1e99
MAX_LIMIT           = 1e99
MAX_VELOCITY        = 1500
MAX_ACCELERATION    = 750

[JOINT_4]
CARD                = 0
TAB                 = 4
AXIS                = C
MIN_LIMIT           = -180
MAX_LIMIT           = 180
...

Jetzt habe ich das Gleiche in AXIS_C & JOINT_4 (-180 & 180) und es funktioniert ohne Fehler.


Sorry, das habe ich total übersehen.


VG Mücke
  • sajurcaju
  • sajurcaju
19 Oct 2024 16:49
Replied by sajurcaju on topic Holes have a taper

Holes have a taper

Category: General LinuxCNC Questions

My "rails" are 4" wide cold rolled steel, with skate ball bearings (12 per truck). No way would it be accurate enough for metal, but all I do is wood on this machine.

I checked all the bearings on Z, they all are well clamped to the cold rolled, could not budge them with finger pressure, so I think they are good.
I put a dial indicator on a pin in the router and moved the assembly by hand. I don't know how much pressure, two fingers maybe 10 pounds? This results in +/-10 thousandths motion at the bit. I'm thinking I have that much flex. The moving parts of the Z axis are the 1/4"x4" cold rolled plus a piece of 80/20 1.5 x 3" extrusion.

So maybe I'm stuck with the taper, unless I rebuild the Z axis.
  • Aciera
  • Aciera's Avatar
19 Oct 2024 16:49
Replied by Aciera on topic Lathe Macro execution

Lathe Macro execution

Category: Gmoccapy

It doesn't generate gcode. It calls the respective ngc subroutine and passes the required parameters.
eg 'turning.ngc':
;Turning

O<turning> sub

G8 ; Radius mode (easier maths)
G18 ; XZ Plane
G21 ; Metric Units
G90 ; Absolute Distance
G91.1 ; but not for arcs

M6 T#8 G43

#1 = [#1 / 2] ; because of radius mode
#14 = [#<_x>] (starting X)
#13 = #<_z> (starting Z)

#20 = [#6 * SIN[#7]]
#21 = [#6 * COS[#7]]
#22 = [#6 / COS[#7]]
#23 = [#5 + #6 - #20]
#24 = [[#13 - #23] * TAN[#7]]

G96 D2500 S#2 ; Constant Surface Speed Mode
m3 ;Start Spindle
g95 F#4 ; Feed-Per-Rev Mode

O90 IF [#9 GT 0.5]
	M8
O90 ENDIF
g4p1 ; Wait to reach speed

	O100 WHILE [#14 GT [#1 + #3 / 2]]
        g0 X #14
	#14=[#14-#3 / 2]
	G1 X #14
	G1 Z #23 X[#14 + #24]
        O101 IF [#6 GT 0]
                G2 Z#5 X[#14 + #24 + #21] I#21 K#20
		G1 X[#14 + #24 + #21 + #3/2]
        O101 ELSE
	        G1 X[#14 + #24 + [#3 * .6]]
        O101 ENDIF
	O104 IF  [#7 LT 0]
		G0 X#14
	O104 ENDIF
	G0 Z[#13]
	O100 ENDWHILE

	G0 x#1
	G1 Z #23 X[#1 + #24]
        O102 IF [#6 GT 0]
                G2 Z#5 X[#1 + #24 + #21] I#21 K#20
		G1 X[#1 + #24 + #21 + #3]
        O102 ELSE
	        G1 X[#1 + #24 + #3]
        O102 ENDIF
	O106 IF  [#7 LT 0]
		G0 X#14
	O106  ENDIF
	M9
	G0 Z #13
	G0 X #1 ; For touch-off
    M5
	G7
O<turning> endsub
M2
  • Grotius
  • Grotius's Avatar
19 Oct 2024 16:41
Replied by Grotius on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Hi,

Compiles ok now.
Swap your .pro file for the cmakelists.txt file. Edit path to your needs.
Good luck.
Displaying 19711 - 19725 out of 24139 results.
Time to create page: 0.582 seconds
Powered by Kunena Forum