Hello Guest it is April 19, 2024, 04:05:01 AM

Author Topic: CV feedrate question  (Read 7111 times)

0 Members and 1 Guest are viewing this topic.

Re: CV feedrate question
« Reply #10 on: March 14, 2013, 10:06:06 AM »
maybe i'm looking in the wrong docs. can't find anything
is there a direct link ?



by the way, no smoothstepper
Kenneth

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
Re: CV feedrate question
« Reply #11 on: March 14, 2013, 10:51:28 AM »
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!
Re: CV feedrate question
« Reply #12 on: March 14, 2013, 11:10:14 AM »
Thanks Brett,
so it's mses, the g04 option in general setting is not effected ?

Sleep
Sub Sleep(Time As Integer)
This function causes the CB program to pause for the specified period of time, in mSec.
During this time, other processes can have access to the CPU. A Sleep() call should
always be inserted in any loop which might remain active for any period of time, for
example the While loop used to wait for a move command to complete.
Arguments:
Time, an Integer value expressing the sleep time in milliseconds.
Return Value:
None
Example:
‘ Move to zero position
Code “G0 X0.000 Y0.000”
‘ Wait for move to complete
While IsMoving()
‘ Let other processes have CPU while we wait
Sleep 100
Wend
Kenneth
Re: CV feedrate question
« Reply #13 on: March 14, 2013, 11:23:52 AM »
and is there a way to DIABLE the sound when i click a button ?
and still be able to use Speak
Kenneth