Hello Guest it is April 19, 2024, 08:32:50 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.


Messages - Ruedi

Pages: 1
1
Mach SDK plugin questions and answers. / Motor Outputs Signal Enabled
« on: December 30, 2018, 04:58:07 AM »
Hi,

Is it possible to check with GetOEMDRO or GetOEMLED thad a specific axis is enabled?

I am working with a referenz to Mach3.exe in Visual Studio.

Thanks

Best Regards

Ruedi

2
Hello

I have tried something:
The Problem i have explained is on a Win7 PC with CAD and CAM Software. The Mach3 is only for testing the cnc program, without any configuration or connection.
Now i have loade some of the program's, i have the problem's with explained on top, on a LapTop with WinXP and configured connection to a CNC maschine.

The program seams to work exactly?!?

Now i wonder what i must configure on the Mach3 installation, on the PC without a connection to a real CNC?

Thanks

3
No, my goal is to cut in YX plane with IJ and G17. I have try with G90.1 and G91.1 with the diffrent values for IJ. This is only a simple example. I have the problem with all G3 Codes. The only G3 i have successful cut is a exact half circular.
I can not find the reason for the big difference between the red lines, thad comes up wen i load the program and the green line, thad is painting while the program runs.

If i run the full program, i get a full green circular for each G3 command.

Most of the program all three axes are move in minus area.

4
Hello

In the toolpath the red lines shows the way i would like to run the machine. But if i start the program, the green line shows something completely different.
Watch can be the reason for this difference?



5
G-Code, CAD, and CAM discussions / Inc Interpolation G91.1 not posible
« on: April 25, 2013, 04:14:49 PM »
Hello

I have try to run a simple programm on Mach3 with G3 and Incremetle I and J. Unfortunaly i have not find a way to use incrementle I and J interpolation.
I have also set the IJ Mode to Inc in General Config.
Can someone tel me wath im done wrong?

Code:

(<1: Programmanfang>)
%1(Kommentar:Anschlag Seite Tasche)
G17
G40
G50
G80
G90
G91.1
(<3: Werkzeug Flach 4>)
M9
T02 M6 (GUID:DD03DC72-ED4D-4566-8210-78C797258D9D)
M8
S20000 F1200 M3
(<4: Kontur 2>)
G0 X-50.367 Y5.449
G0 Z2
G0 Z0
G1 Z2 F800
G3 X-45 Y2 I5.367 J2.452 F1200
G1 X5 Y2
G3 X11.075 Y7.02 I0 J6.185
G0 Z2
(<5: Kontur 4>)
G0 X-50.367 Y5.449
G0 Z2
G0 Z1.5
G1 Z4 F800
G3 X-45 Y2 I5.367 J2.452 F1200
G1 X5 Y2
G3 X11.075 Y7.02 I0 J6.185
G0 Z2
(<6: Kontur 6>)
G0 X-50.367 Y5.449
G0 Z2
G0 Z3.5
G1 Z6 F800
G3 X-45 Y2 I5.367 J2.452 F1200
G1 X5 Y2
G3 X11.075 Y7.02 I0 J6.185
G0 Z2
(<7: Kontur 8>)
G0 X-50.367 Y5.449
G0 Z2
G0 Z5.5
G1 Z8 F800
G3 X-45 Y2 I5.367 J2.452 F1200
G1 X5 Y2
G3 X11.075 Y7.02 I0 J6.185
G0 Z2


Pages: 1