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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "<axis>" to "<''axis''>")
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.UserFollowingMode}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
''?<''axis''>''.UserFollowingMode  
+
?<''axis''>.UserFollowingMode  
  
 
|AVAILABILITY=
 
|AVAILABILITY=
From ver 4.10.x
+
Since Version 4.10.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
The user can control the type of the following-mode by setting different values into [[Axystems:MC-Basic:axis.FOLLOWINGMODE|FOLLOWINGMODE]]. But 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>
<br/>1 - the drive is in following mode. 
+
The current property comes to help the user to query what is the following-mode type.  
<br/>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.
 
  
  
Line 21: Line 20:
 
|RANGE=
 
|RANGE=
  
* 0 –( Default ) No user-following mode.
+
0 – (Default) No user following mode<br>
 +
1 - User - Following: freeze PCMD value so it's won't be changed. <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> -->
 +
-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>
  
* 2 - soft user following-mode, keeps PositionCommand equal to PositionFeedback .
 
  
*-2 - user following by (PCMD = PCMD<sub>0 </sub>)- relevant only when drive status'-'''BIT3''' is set. Exiting this type of following mode is with setting PCMD using IDN47  AT cyclic telegram.
 
  
*-3 - user following by (PCMD = PCMD<sub>0 </sub>)- relevant only when drive status'-'''BIT3''' is set. Exiting this type of following mode is with setting PCMD using drive PFB AT cyclic telegram.
+
{{Note|For '''BIT3''' see: [[MC-Basic:axis.DRIVESTATUS|axis.DRIVESTATUS]]}}
  
 
|UNITS=
 
|UNITS=
Int
+
Integer
  
 
|DEFAULT=
 
|DEFAULT=
Line 39: Line 40:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read Only, valid for axis only.
+
*Read only
 +
*Valid for axis only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 45: Line 47:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.FOLLOWINGMODE|axis.FOLLOWINGMODE]]
+
* [[MC-Basic:axis.FOLLOWINGMODE|axis.FOLLOWINGMODE]]
  
  
 
}}
 
}}

Latest revision as of 11:02, 28 February 2018

Language: English  • 中文(简体)‎

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.


NOTE-Info.svgNOTE
For BIT3 see: axis.DRIVESTATUS

Units

Integer

Default

0

Scope

Configuration, Task or Terminal

Limitations

  • Read only
  • Valid for axis only

Examples

?X_Axis.FollowingMode

See Also