Advanced Search

Search Results (Searched for: )

  • ihavenofish
  • ihavenofish
02 Mar 2025 21:16
Replied by ihavenofish on topic New ethercat / probe basic control for minimonster

New ethercat / probe basic control for minimonster

Category: CNC Machines

ok, z motor hooked up and powered.

im basically lost at this point.

anyone want to walk me through or point me to nice simple sequential "do this then this" instructions?

as of right now i did the ethercat install, and nothing much else. if i type ethercat slaves in the terminal it shows me nothing.

here is my drive manual
www.megatech.ro/doc/590/Accurax%20G5%20w...20Users%20Manual.pdf

thanks!
  • Rilexer
  • Rilexer
02 Mar 2025 20:43

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Hello,
Does anybody know how data is formatted for NVMPG to display XYZ data, etc.?
I wanted to use this mpg in another project, but I cannot make it work from source files for stm32 and linuxCNC.
If anybody has a spreadsheet of these signals or a logic analyzer to see what is going to the mpg, I would be grateful, and I could make a tutorial about using it for other stuff as a cheaper alternative to other mpg.
All I know for sure at the moment is the baudrate and button codes, but it was an easy part of it...
Thank you in advance 
  • rodw
  • rodw's Avatar
02 Mar 2025 20:23
Replied by rodw on topic Motion Control in the kernel

Motion Control in the kernel

Category: General LinuxCNC Questions

I think it needs to be approved but there is a link that takes you through to the comments on their forum.
 
  • rodw
  • rodw's Avatar
02 Mar 2025 20:19
Replied by rodw on topic LinuxCNC 2.10 build

LinuxCNC 2.10 build

Category: Installing LinuxCNC

As Tommy said, balls screws are a poor choice as you can't get the speed out of them and they whip.
Either belts or rack and pinion (with 3:1 to 5:1 reduction)
nodocs has changed. refer the docs :)

linuxcnc.org/docs/devel/html/code/buildi...nc.html#_build_modes
  • MalteS
  • MalteS
02 Mar 2025 20:10 - 02 Mar 2025 20:10

G7x and profile in subroutine with parameters

Category: G&M Codes

If there is interest. The full code is shown below (bear with me - comments are a mixture of German and English :-):

O<g7x_macro> sub

; #1 b_Modus                            (todo) 
; #2 ae - Arbeitseingriff (Zustellung)  (0.5mm)
; #3 Feed per revolution                (0.1mm/u)
; #4 Surface speed (vc)                 (50m/min)
; #5 Max RPM                            (1400)

; Set default values
O100 IF  [#2 EQ 0]
    #2 = 0.5
O100 ENDIF

O101 IF  [#3 EQ 0]
    #3 = 0.1
O101 ENDIF

O102 IF  [#4 EQ 0]
    #4 = 50
O102 ENDIF

O103 IF  [#5 EQ 0]
    #5 = 1400
O103 ENDIF


(Allgemeiner Header)
G8 ; Lathe Diameter Mode
G18 ; XZ Plane
G21 ; Metric Units
G90 ; Absolute Distance

(Spindle Steuerung)
G96 D#5 S#4 ; Constant Surface Speed Mode
M3
G95 F#3 ; Feed-Per-Rev Mode
G4 P.2        ; Wait to reach speed

(Anfangspositionen merken)
#<x_start> = #<_x>
#<z_start> = #<_z>

G71.1 Q100 D[#2 / 2] I#2
G70   Q100 D[#2 / 2]

M5
M2

O<g7x_macro> endsub

O100 SUB
  G0 X5 Z0
  G0 x5 z-11.5
  G0 x10 Z-14
O100 ENDSUB

%
  • rodw
  • rodw's Avatar
02 Mar 2025 20:08
Replied by rodw on topic Safety Light

Safety Light

Category: Plasmac

The attached is old hal code that Todd helped me with  which uses, red, orange and green lights. The green light flashed (via siggen) when a program was paused. red was from the estop

The Run/Step/Pause/Resume part is described in hal examples on the forum but it won't work with QTplasmac which has its own pins that achieve a similar result.

Her is and example of it running. I did eventually wire this into some stack lights like you show,
  • MalteS
  • MalteS
02 Mar 2025 20:02 - 02 Mar 2025 20:08

G7x and profile in subroutine with parameters

Category: G&M Codes

Hi,

I'm trying to write a macro for touchy that provides the option to specify the x/z coordinates of the G7x profile on the touchy user interface. 

My initial thought was subroutine nesting but I just found out that I cannot nest subroutines. So this does not work:


O<g7x_macro> sub
O100 SUB
...
O100 ENDSUB

G71.1 Q100 ....

O<g7x_macro> endsub


What works (a bit) is to put the profile subroutine after the main macro (before does not work).

O<g7x_macro> sub

G71.1 Q100 ....

O<g7x_macro> endsub

O100 SUB
...
O100 ENDSUB

But now I struggle with getting parameters to the subroutine. Does anybody have an idea here?
  • rodw
  • rodw's Avatar
02 Mar 2025 19:55
Replied by rodw on topic Plasma and Ethercat?

Plasma and Ethercat?

Category: Plasma & Laser

These plots don't look correct. Try using halscope. This plot shows on piercing the arc voltage goes right off the page almost instantly then it falls below the cutting voltage before stablising around the cut voltage.
The blue line shows when the THC was enabled and you can see that the voltage has already stabilised before it comes on.


 
  • unknown
  • unknown
02 Mar 2025 19:30

RPi 4B w/LinuxCNC 2.9.3, Mesa 7C81, Isolation Card, PWM Card, Relay Card, More

Category: User Exchange

Mesa makes a board that does pwm to analogue.
store.mesanet.com/index.php?route=produc...oduct&product_id=205

Yeah I went that whole route when I was using machine kit and a beagle bone black.
It's a shame that the BBB hasn't had a upgraded CPU with the PRU and more memory. Was a great little platform, actually still is but a little underpowered.

Will agree that there are some great tools out there. I still have a copy of the DOS version of EasyTrax I was given by a very surly PCB maker, top bloke but didn't suffer fools.
  • gwond
  • gwond
02 Mar 2025 19:28
Replied by gwond on topic Fusion 360 post processor file for Plamac

Fusion 360 post processor file for Plamac

Category: Plasmac

How would I check this? Toolpath looks complete when zooming in and the "show toolpath data" looked similar for all the circles. I also tried a different part and it came out fine. The selected contours are all closed chain, so not sure what is missing with this part.
  • ihavenofish
  • ihavenofish
02 Mar 2025 19:07
Replied by ihavenofish on topic New ethercat / probe basic control for minimonster

New ethercat / probe basic control for minimonster

Category: CNC Machines

K, installed ethercat... I guess..? haha. i need to decipher all the instructions.

BUT, I have another problem. setting up the servos it seems the configuration software is $500? This makes no sense to me. Never seen a drive where you had to pay extra just to configure and tune it. Am I missing something here? Anyone using Omron G5 servos?
Displaying 18496 - 18506 out of 18506 results.
Time to create page: 0.395 seconds
Powered by Kunena Forum