Difference between revisions of "MC-Basic:axis.UserFollowingMode"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "From ver 4.10.x" to "Since Version 4.10.x")
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
The type of the Following mode can be defined by setting different values into [[Axystems:MC-Basic:axis.FOLLOWINGMODE|FOLLOWINGMODE]]. The query on this property returns the internal state:
+
The type of the Following mode can be defined by setting different values into [[MC-Basic:axis.FOLLOWINGMODE|FOLLOWINGMODE]]. The query on this property returns the internal state:
  
 
1 - The drive is in Following mode <br>
 
1 - The drive is in Following mode <br>
Line 47: Line 47:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.FOLLOWINGMODE|axis.FOLLOWINGMODE]]
+
* [[MC-Basic:axis.FOLLOWINGMODE|axis.FOLLOWINGMODE]]
  
  
 
}}
 
}}

Revision as of 08:45, 22 May 2014

The type of the Following mode can be defined by setting different values into FOLLOWINGMODE. The query on this property returns the internal state:

1 - The drive is in Following mode

0 - Indicates on a regular working mode

The current property comes to help the user to query what is the following-mode type and not indication on the current working mode.

Short form

<axis>.UserFmode

Syntax

?<axis>.UserFollowingMode

Availability

Since Version 4.10.x

Type

Long

Range

0 – (Default) No user following mode
2 – Soft user following mode, keeps PositionCommand equal to PositionFeedback
-2 – User following by (PCMD = PCMD0). Relevant only when drive status BIT3 is set. Exit this type of following mode by setting PCMD using IDN47 AT cyclic telegram.
-3 – User following by (PCMD = PCMD0). Relevant only when drive status BIT3 is set. Exit this type of following mode by setting PCMD using drive PFB AT cyclic telegram.

Units

Integer

Default

0

Scope

Configuration, Task or Terminal

Limitations

  • Read only
  • Valid for axis only

Examples

?X_Axis.FollowingMode

See Also