Difference between revisions of "MC-Basic:SERCOS.CYCLETIME"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= Ser.CTim |SYNTAX= Sercos.CycleTime ''= <value>''<br> ?Sercos.CycleTime |AVAILABILITY= All versions |DESCRIPTION= This property is used to either set …')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

This property is used to either set or query the SERCOS communications cycle time. Set this value before initializing the SERCOS ring.

Short form

Ser.CTim

Syntax

Sercos.CycleTime = <value>

?Sercos.CycleTime

Availability

All versions

Type

Long

Range

Discrete values of 2000,3000,4000,5000 or 6000. Discrete values of 7 through 16 milli-seconds are also supported, but the drive may not support microinterpolation with these cycle times. Microinterpolation is necessary for smoothing the position profile.

Units

Microseconds

Default

4000 (4 milliseconds)

Scope

Configuration, Task or Terminal

Limitations

This property is only set in SERCOS communication phases 0, 1, and 2, transferred from the MC to drives during phase 2 and becomes active in phase 3.

Examples

Sercos.CycleTime = 2000

?sercos.CycleTime

See Also