Hello Guest it is April 19, 2024, 04:55:21 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 - Alloush1980

Pages: 1
1
General Mach Discussion / Re: post processors difference?
« on: May 24, 2023, 05:50:19 AM »
thx alot,
i have artcam 2018 and mach3,,, so which is better to generate my G code as mach3 arcs(mm) or mach3 (mm)?








2
General Mach Discussion / Re: post processors difference?
« on: May 24, 2023, 05:14:43 AM »
Hi
what is the difference between mach3-4(mm) and mach3-4 arcs (mm)?

3
Hi
I am facing a problem with assigning auto tool to a button
kindly help me to solve it..
for example i want to assign the Alt Right and BE button to do auto tool zero...
knowing that my code for my Auto tool zero is the following:
'chengdu xhc tec. probe z surface macro
FeedCurrent = GetOemDRO(818)    'Get the current settings, OEM DROs (818)=Feedrate DRO
ZCurrent = GetOemDro(802)   'OEM DROs (802)=Z DRO
GageH = GetOEMDRO(1001)   'OEMDRO(1001)=Gage Block Height
ZNew = ZCurrent - 300      'probe down 20 mm

Code "G90F200"         'slow feed rate to 100 MM/MIN
SetOemDRO(818,200)
Rem Code "G4 P1"         'Pause 1 second to give time to position probe plate
Code "G31 Z" &ZNew
While IsMoving()
Sleep(10)
Wend
Call SetDro (2,GageH)      'DRO(2)=Z DRO

FinalMove = GageH + 10
Code  "G0 Z" &FinalMove
Code "F" &FeedCurrent        'restore starting feed rate   
SetOemDRO(818,FeedCurrent)

so how to write it to M800.m1s
Thanks, appreciate ur reply

4
hi,
I want to know how to assign (auto tool zero) to a button in PS4 controller, knowing that i am using joypad by Joakim

5
General Mach Discussion / help needed plz
« on: August 27, 2018, 05:20:27 AM »
dear...
i have set my G54 to  x 100    y 100 and z to -10
then i did homing to all axis.
now machine coordinate DRO is x0 y0 z0
then i select the G54 and click  go to zero
the machine coordinate moves to x100 y100 and z50   why z 50 i dont know why????
when i switch to offset coordinate it shows in the DRO  x0 y0 and z40......why z40??
plz any help to solve this problem..
best regards...and thanks in advance.

Pages: 1