Difference between revisions of "FAQ Motion Control"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Note|If you miss any information concerning ''Motion Control'' in this wiki, please '''ask a question''' to the developer!}} ==== Question ====…")
 
(Question)
Line 3: Line 3:
  
 
==== Question ====
 
==== Question ====
Answer
+
Q: I am changing my Vtran value but the velocity of my MOVE command is not influenced by it.
 +
 
 +
A: Vtran (translational - velocity) influences MOVES only. If you need to change velocity of the MOVE command you need to use vcruise.
 +
* Velocity of MOVES (and CIRCLE for robots)  is defined  by Vtran and Vrot.
 +
* velocity of MOVE is defined  by vcruise.
  
 
==== Question ====
 
==== Question ====

Revision as of 13:32, 25 May 2011

NOTE-Info.svgNOTE
If you miss any information concerning Motion Control in this wiki, please ask a question to the developer!


Question

Q: I am changing my Vtran value but the velocity of my MOVE command is not influenced by it.

A: Vtran (translational - velocity) influences MOVES only. If you need to change velocity of the MOVE command you need to use vcruise.

  • Velocity of MOVES (and CIRCLE for robots) is defined by Vtran and Vrot.
  • velocity of MOVE is defined by vcruise.

Question

Answer