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

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:SERCOS.PHASE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 05:19, 28 April 2017

Language: English  • 中文(简体)‎

Sets or queries the SERCOS communications phase. If the SERCOS phase is set to a value greater than the phase that should follow the current phase, the phase transitions are automatic until the desired phase is reached. A query of this property returns the actual phase of the ring.

Short form

Ser.Phase

Syntax

Sercos.Phase = <Phase>

?Sercos.Phase

Availability

All versions

Type

Long

Range

0 to 4

Scope

Configuration, Task or Terminal

Limitations

  • The communication phase may be lowered only to 0.
  • Not supported in EtherCAT system

Examples

sercos.phase = 1

See Also