Hello Guest it is March 28, 2024, 07:20:24 PM

Author Topic: Changing Homing-Speed with VB  (Read 15746 times)

0 Members and 1 Guest are viewing this topic.

Re: Changing Homing-Speed with VB
« Reply #20 on: June 27, 2013, 09:06:45 AM »
Hi Brian,
I tried your suggestion to change homing speed with VB, but it not works, Is it possible you send more details about it, with an example how to make it right to work? I always appreciate the great help you do in this forum. thanks
Re: Changing Homing-Speed with VB
« Reply #21 on: June 27, 2013, 09:07:58 AM »
Hi Brian,
I tried your suggestion to change homing speed with VB, but it not works, Is it possible you send more details about it, with an example how to make it right to work? I always appreciate the great help you do in this forum. thanks

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Changing Homing-Speed with VB
« Reply #22 on: June 27, 2013, 07:38:53 PM »
Here's an example of a homing script:

DoButton(24)
DoButton(23)
DoButton(22)
While IsMoving()
Sleep(100)
Wend
SetParam("XRefPer", GetParam("XRefPer")/10)
SetParam("YRefPer", GetParam("YRefPer")/10)
SetParam("ZRefPer", GetParam("ZRefPer")/10)
DoButton(24)
DoButton(23)
DoButton(22)
While IsMoving()
Sleep(100)
Wend
SetParam("XRefPer", GetParam("XRefPer")*10)
SetParam("YRefPer", GetParam("YRefPer")*10)
SetParam("ZRefPer", GetParam("ZRefPer")*10)
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html