Programmable SyncPos motion controller
MG.10.J8.02 – VLT is a registered Danfoss trade mark
104
Software Reference
■
■
■
■
■
CSTART
The CSTART command is starting the drive in
speed control mode.
Acceleration/deceleration, as well as the speed
should be set via the ACC, DEC and CVEL com-
mands prior to starting.
CSTART does not contains the command MOTOR
ON which turns on the motor control. When using
CSTART an explicit calling up of MOTOR ON is
necessary after previous use of MOTOR OFF.
Summary
starts the speed mode
Syntax
CSTART
N B!
If no speed value has been defined via
CVEL before the beginning of CSTART, then
the default velocity 0 is used – this means that the
motor will not rotate, but the PID controller is
active.
All CVEL commands following the start of speed
mode will be carried out immediately, i.e. a corres-
ponding speed change will take place immediate-
ly, with the defined acceleration or deceleration
(ACC/DEC).
Command group
ROT
Cross Index
ACC, DEC, CVEL, CSTOP
Syntax-Example
CSTART
/* rpm mode start */
Program sample
CMODE_01.M
■
■
■
■
■
CSTOP
Via the CSTOP command, the speed mode is ter-
minated and the positioning mode is started, where-
by a still rotating axis is stopped with the decelera-
tion defined with DEC and the motor is held in the
stop position.
Summary
stops the drive in speed mode
Syntax
CSTOP
N B!
A CSTOP command carried out in the
positioning mode can also cause an abrupt
termination of the positioning procedure.
Command group
ROT
Cross Index
ACC, DEC, CVEL, CSTART
Syntax-Example
CSTOP
/* rpm mode stop */
Program sample
CMO DE_01.M