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

From SoftMC-Wiki
Jump to: navigation, search
(IDN47 -> SDO_0x208e)
Line 11: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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:
+
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 (See ''Range'') <br>
 +
The current property comes to help the user to query what is the following-mode type.
  
1 - The drive is in Following mode <br>
 
<font color="red">
 
 
0 - Indicates on a regular working mode <br>
 
 
The current property comes to help the user to query what is the following-mode type and '''not''' indication on the current working mode.
 
</font>
 
  
 
|TYPE=
 
|TYPE=
Line 27: Line 21:
  
 
0 – (Default) No user following mode<br>
 
0 – (Default) No user following mode<br>
 +
1 - User - Following: freeze PCMD value so it's won't be changed.
 
2 – Soft user following mode, keeps PositionCommand equal to PositionFeedback<br>
 
2 – Soft user following mode, keeps PositionCommand equal to PositionFeedback<br>
-2 – User following by (PCMD = PCMD<sub>0</sub>). Relevant only when drive status <b>BIT3</b> is set. Exit this type of following mode by setting PCMD using SDO_0x208e  AT cyclic telegram.<br>
+
<!-- -2 – User following by (PCMD = PCMD<sub>0</sub>). Relevant only when drive status <b>BIT3</b> is set. Exit this type of following mode by setting PCMD using SDO_0x208e  AT cyclic telegram.<br> -->
-3 – User following by (PCMD = PCMD<sub>0</sub>). Relevant only when drive status <b>BIT3</b> is set. Exit this type of following mode by setting PCMD using drive PFB AT cyclic telegram.<br>
+
-3 – User following by (PCMD = PCMD<sub>0</sub>). Freezing the PCMD value so it's won't be changed with drive's PFB exit, Relevant only when drive status <b>BIT3</b> is set. Exit this type of following mode by setting PCMD using drive PFB AT cyclic telegram.<br>
  
 
|UNITS=
 
|UNITS=

Revision as of 11:00, 28 February 2018

Language: [[::MC-Basic:axis.UserFollowingMode|English]]  • [[::MC-Basic:axis.UserFollowingMode/zh-hans|中文(简体)‎]]

The type of the Following mode can be defined by setting different values into FOLLOWINGMODE. The query on this property returns the internal state (See Range)
The current property comes to help the user to query what is the following-mode type.

Short form

<axis>.UserFmode

Syntax

?<axis>.UserFollowingMode

Availability

Since Version 4.10.x

Type

Long

Range

0 – (Default) No user following mode
1 - User - Following: freeze PCMD value so it's won't be changed. 2 – Soft user following mode, keeps PositionCommand equal to PositionFeedback
-3 – User following by (PCMD = PCMD0). Freezing the PCMD value so it's won't be changed with drive's PFB exit, 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