• Home
  • Company Info
    • Industries we serve
  • Products
    • Motion Controllers
    • Software
    • Drives
    • Motors
    • I/O
    • Cables
      • SERCOS Cables
      • SynqNet Cables
  • Support
    • RapidCode
    • RapidSetup
    • Steeplechase VLC
    • DSP to SynqNet Translator
  • Downloads
  • Search
  • Contact Us
Overview | MotionController | Axis | MultiAxis | IO | Examples | Topics | ChangeLog | Search for 
MultiAxis
AxisAdd
AxisCountGet
AxisGet
AxisRemove
AxisRemoveAll
MotionDelaySet
MoveRelative
MoveSCurve
MoveTrapezoidal
MoveVector
MoveVelocity
MoveVelocitySCurve
PathArcAdd
PathBlendSet
PathLineAdd
PathListEnd
PathListStart
PathMotionStart
PathRatioSet
PathTimeSliceGet
PathTimeSliceSet
SourceGet
StatusBitGet
VectorAccelerationGet
VectorAccelerationSet
VectorDecelerationGet
VectorDecelerationSet
VectorJerkPercentGet
VectorJerkPercentSet
VectorVelocityGet
VectorVelocitySet
void VectorVelocitySet ( double  velocity  ) 

Description:
VectorVelocitySet sets the vector velocity.
Parameters:
velocity In counts/second.
Sample Code:
  // Set the vector velocity to 1000.0 counts/second.
  multiAxis->VectorVelocitySet(1000.);
See also:
VectorVelocityGet
Examples:
pathMotion.cpp.

Copyright © 2009 ---.
All Rights Reserved.