Hello Guest it is April 16, 2024, 02:23:03 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.


Topics - amnon

Pages: 1 2 »
1
General Mach Discussion / calculating time
« on: September 21, 2015, 04:19:32 PM »
Hej,

Is there any way(macro maybe) to calculate time of code loaded to mach.

Best Regards
Amnon

2
General Mach Discussion / Ref All Home - problem
« on: September 01, 2015, 01:36:28 PM »
Hej,

I have marked Auto Limit OverRide but when I press Ref All Home it doesn't work.

Best Respect
Amnon

3
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

4
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

5
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

6
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

7
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

8
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

9
General Mach Discussion / SetToolParam()
« on: February 20, 2015, 02:36:14 PM »
Hej,

How can I set Tool 1 Length to 200 using function SetToolParam()

Best Regards
Amnon

10
G-Code, CAD, and CAM discussions / CIMCO
« on: February 15, 2015, 06:52:17 AM »
Hej,

How can I set material zero in CIMCO?

Best Regards
Amnon

Pages: 1 2 »