MODE SC        Set speed contouring mode

Syntax                        

MODE SC

MODE Speed Contouring

Operands

PlaceTML

Binary code

DescriptionSets the drive/motor to operate in speed contouring mode. In the contouring modes, you can program an arbitrary path via a series of points. Between the points, linear interpolation is performed, leading to a contour described by a succession of linear segments. In the speed contouring, the drive/motor performs a speed control and the path represents a speed reference.

 

The new motion mode becomes effective at the next update command UPD.

 

Example

// Speed contouring with position feedback on motor: 500 lines

// incremental encoder (2000 counts/rev)

MODE SC;//Set Speed Contouring

TUM1;//Start from actual value of position reference

SEG 100U, 20.00000;// 1st point

UPD; //Execute immediate

SEG 100U, 0.00000; // 2nd point

SEG 0, 0.0; //End of contouring