Hello Guest it is April 25, 2024, 11:32:21 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - averell

Pages: 1
1
General Mach Discussion / Strange cirkles
« on: April 08, 2022, 10:34:54 AM »
I just don't understand, I have 2 CNC's and when importing G-code to one of them it creates big circles, any ideas?


2
General Mach Discussion / Biesse Rover 23 Yaskawa conversion to mach 3
« on: September 03, 2019, 04:14:03 PM »
Hello

Beginner so i appreciate all kind of help!

I have jut bought a Rover 23 that have Yaskawa servopack SGDB-15VN. Is there anyone on the forum that has succesfully been able to drive this servos with Mach3? I really don't know where to start.

Manual can be found here


https://www.dropbox.com/s/jekk0fyn48x5r5c/Sigma%20SGDB%20User%27s%20Manual%28E%29.pdf?dl=0

https://www.dropbox.com/s/z1mrig210fvfm9j/toe-s616-10.21b_3_0c20yecf20version.pdf?dl=0

3
G-Code, CAD, and CAM discussions / Repetering code and change Zero
« on: November 11, 2016, 07:02:54 AM »
Hi, Im new to this so any help is welcome!

I have a pice I want to mill trough a block several times, so first I want to do the original at x0y0z0

Then I want to change in the code to a new Zero, x100y100z0 to do a copy, after doing this 7 times in X I want to do it 3 times in Y making in total 21 pieces.

So basicly I want to en up with three "rows" and seven "columns" of milled pieces. Some thinking below:





G00 G49 G40.1 G17 G80 G50 G90
G21
For i = 0 to 6 X
For j =0 to 2 y
Go to x0,y0
Move x,y zero point
X = x + i*150
Y= y + j * 200 
set to g54 new 0 position

PROGRAMCODE


NEXT j Y
next i X
G00 Z6.0000
M5 M9
M30

Pages: 1