Hello Guest it is March 28, 2024, 09:43:10 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 - wyb_506

Pages: 1 2 3 »
1
General Mach Discussion / how to get Z position while moving
« on: July 06, 2012, 01:21:52 AM »
z=0
code "G53 Z60"
while ismoving()
 if active(input4) then --like a prob
  z=GetoemDRO(802)  ---get Z current position( also I try getdro(2))
 end if
Wend
----
I want to get the a Z position while Z is moving, but finally I always get the last stop position  Z=60, why?
thank you!!

2
General Mach Discussion / Re: Load NC file Error. ask for help!
« on: June 20, 2012, 08:24:06 PM »
if some GETOEMDro( ) function can give this information

3
General Mach Discussion / Re: Load NC file Error. ask for help!
« on: June 20, 2012, 08:23:31 PM »
ok ok thank you
in a simple way  is : I want to shield some code when Load a New NC file , but it can work in  normal cutting progarm
 like
 if ( not in Load program)
    MyZ = GetOemDro(802)
   If MyZ >55 Then
   code "g01 f1500"
   code "g53 z"&toolup
    msgbox " fail to release tool, press any key to continue"
   End If
(end if )

4
General Mach Discussion / Re: Load NC file Error. ask for help!
« on: June 20, 2012, 04:29:34 AM »
anybody else can give me a help? ! 
thank you

5
General Mach Discussion / Re: Load NC file Error. ask for help!
« on: June 19, 2012, 07:58:14 PM »
hello BR549, thank you for your reply first.
M6 or M15 I think it is not the key question, my question is how to judge the difference between load nc file and normal cutting process,so I can add a judge in the code

6
General Mach Discussion / Load NC file Error. ask for help!
« on: June 19, 2012, 07:22:05 PM »
I define a function in a microfiles named M15 ,
and I use TxM15 to change my tool,also I define a funtion in changing tool:
    MyZ = GetOemDro(802)
   If MyZ >55 Then
   code "g01 f1500"
   code "g53 z"&toolup
    msgbox " fail to release tool, press any key to continue"
   End If
but I find when I load a new nc file , the screen display all the lines,when to TxM15, then messagebox displayed and stop
please tell me why and how to avoid the error thank you

7
General Mach Discussion / Re: Need help,can you help me thank you
« on: February 02, 2012, 06:58:16 PM »
thank you Hood. because my cutting process keep long time, so the stop/start process only keep  littile time. but it effect the cutting result

8
General Mach Discussion / Re: Need help,can you help me thank you
« on: February 02, 2012, 03:53:43 AM »
servel motors  line guide articles, ball screws

9
General Mach Discussion / Need help,can you help me thank you
« on: February 02, 2012, 02:47:59 AM »
when I turn the XYZ speed and accelerate speed up to a value,the movement will appear intermittently, I can see  the stop and movement. but I don't know how to adjust my parameters

10
as the topic
if anybody know how to set up? thank you!

Pages: 1 2 3 »