Machsupport Forum
Mach Discussion => General Mach Discussion => Topic started by: pavlic28 on March 02, 2010, 03:25:06 PM
-
Hi guys!
I am using DSPMC/IP controller with servo motors.It is a milling machine. I have one problem. When I press "GO TO Z" button the machine allways go to this position:
X=0.545
Y=0.351
Z=0.045
Why dont the axis go in to the 0.000 position? ???
-
Could you be looking at machine coords? The GoToZero button will take you to your work offset zero, so if viewing machine coords you will not see where it is.
Hood
-
No, I had already checked that. Are there some other configurations?
Thanks
-
Not that I know of, sounds like it may be a DSPMC issue. If you command a G0X0Y0Z0 move does it go to zero?
Hood
-
When i push the zero button or if I put X0.0 Y0.0 Z0.0 coordinates in to the G code it is always go in to the position that I describe in first post.
-
If you want to attach your xml I can have a look at it to see if I can see anything wrong but I think you will really need to contact the DSPMC people and see if they can suggest anything.
Hood
-
This is the dspmc file.
thank you!
-
Afraid that seems to be a blank xml you have attached.
Hood
-
I can normally open it with the Internet explorer 6.0 :)
-
The xml you sent is a blankl.
Hood
-
Hood,
Try again. Opens for me with IE.
Regards,
John Champlain
-
John, yes it opens fine but there are no axis enabled etc.
Hood
-
Thanks. Sorry I misunderstood what you meant.
Regards,
John Champlain
-
Hi!
I fix the problem. ;D I just put the diference in the formulas. Like this f(x)=x-0.45
Thank you guys anyway.