Hello Guest it is April 19, 2024, 05:24:08 PM

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 - amnon

Pages: « 1 2 3 4 »
11
Mach4 General Discussion / Re: Spindle turn of mach
« on: July 20, 2015, 09:09:56 AM »
I've instaled interference eliminator, but still nothing. Kress stop all the time when start cutting. What can I do more?
May Relay have something to say, I mean if is not big enough?

Respect
Amnon

12
General Mach Discussion / M5 doesn't work
« on: July 17, 2015, 07:45:35 AM »
Hej,

What can be the reason, that M5 doesn't work?. When I entered M3 or M4 on MIDI, relay clicked and spindle started, but when I  entered M5 to stop it, nothing, I cant hear click of Relay.

Best Regards
Amnon

13
Mach4 General Discussion / Spindle turn of mach
« on: July 04, 2015, 01:01:12 PM »
Hej,

Why is that, when program runs with M3(spindle on), after a few minutes Mach suddenly stop and Reset button is red. It doesn't happen when spindle is off. Is it cause by line interference?

Best Regards
Amnon

14
G-Code, CAD, and CAM discussions / Problem with simulation
« on: June 21, 2015, 07:36:12 AM »
Hej ,

I use SolidCam with postprocesor sent by bscandanavia from this forum, and my simulation suddenly crashed. Can someon help me.


Best Regards
Amnon

15
G-Code, CAD, and CAM discussions / Re: diameter compensation
« on: June 19, 2015, 08:34:41 AM »
Hej,

Thanks a lot, I removed D33 and works fine.

Quote
Also there is really no reason to comp each and every move down through the helix Just comp it at the beginning and remove at the end . IF you are doing it to get a smooth transition then just program a small circle coming out of the circle end move and back into the beginning move. During that small transition move lower the Z to the next cut step. It makes it much faster and just as smooth running/cutting

Maybe you know how to do this in Solid Cam

Amnon

16
G-Code, CAD, and CAM discussions / diameter compensation
« on: June 17, 2015, 01:54:55 PM »
Hej,

I don't know why doesn't work diameter compensation  in my code(some part below).

Code: [Select]
M01
N3 M6 T3
(TOOL -3- MILL DIA 8.0 R0. MM )
G90 G00 G40 G54
G43 H3 D33 G0 X68.999 Y-15. Z50. S1000 M3
M8
(------------------------------------)
(ROZFREZOWANIE OTWORU FI 11 - PROFILE)
(------------------------------------)
   X68.999 Y-15. Z20.
   Z2.
G1 Z-0.3 F33
G41 G1 X73. F100
G3 X73. Y-15. I-5.5 J0.
G40 G1 X68.999
   Z-0.6 F33
G41 G1 X73. F100
G3 X73. Y-15. I-5.5 J0.
G40 G1 X68.999
   Z-0.9 F33
G41 G1 X73. F100
G3 X73. Y-15. I-5.5 J0.
G40 G1 X68.999
   Z-1.2 F33
G41 G1 X73. F100
G3 X73. Y-15. I-5.5 J0.
G40 G1 X68.999
   Z-1.5 F33
G41 G1 X73. F100
G3 X73. Y-15. I-5.5 J0.
G40 G1 X68.999
   Z-1.8 F33
G41 G1 X73. F100
G3 X73. Y-15. I-5.5 J0.
G40 G1 X68.999
   Z-2.1 F33
G41 G1 X73. F100
G3 X73. Y-15. I-5.5 J0.
G40 G1 X68.999
   Z-2.4 F33
G41 G1 X73. F100
G3 X73. Y-15. I-5.5 J0.
G40 G1 X68.999
   Z-2.7 F33
G41 G1 X73. F100
G3 X73. Y-15. I-5.5 J0.
G40 G1 X68.999
   Z-3. F33

Respect
Amnon

17
General Mach Discussion / Step Pin by macro
« on: March 22, 2015, 09:35:11 AM »
Hej,

Is there any way to set up Step Pin, Dir Pin ...and so on, by means of macro?

Amnon

18
General Mach Discussion / x probe
« on: March 19, 2015, 04:05:41 PM »
Hej,

I have been trying to set material X0 by means of some macro, but when my macro reach the line with code
Code: [Select]
Code "G91 G0 X" &X0 - 3
Abnormal Condition turns on, I don't know why.

Code: [Select]
Rem VBScript For probing In the x+ direction
If GetOemLed (825) <> 0 Then 'Check to see if the probe is already grounded or faulty
Code "(Probe plate is grounded, check connection and try again)" 'this goes in the status bar if aplicable
Else
Code "G4 P1" 'Pause 1 second to give time to position probe plate
CurrentFeed = GetOemDRO(818) 'Get the current feedrate to return to later
Code "F4"
Rem Probe Right
XNew = GetDro(0) + 3 'probe to current position + 3 mm
Code "G31 X" &XNew
While IsMoving() 'wait for prob move to complete
Wend
  X0 = SetDRO(0,(-1)*(GetUserDRO(1300))+(-1)*(GetUserDRO(1301)/2))   ' UserDRO(1300) - probe diameter; UserDRO(1301) - plate thickness;
Rem move back adding plate thickness
Code "G91 G0 X" &X0 - 3
While IsMoving ()
Wend
Code "F" &CurrentFeed 'restore original feed rate
End If   

I don't know either how to move my probe back.

Amnon

19
General Mach Discussion / Re: new button and led
« on: March 09, 2015, 03:38:13 PM »

So if the led needs to be turned on in this button script, how can I do this.

Amnon

20
General Mach Discussion / Re: new button and led
« on: March 09, 2015, 02:05:25 AM »

I found this part of code in some macro.

Amnon

Pages: « 1 2 3 4 »