Difference between revisions of "MC-Basic:movingFrame.MAXFLOPS"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''<Moving Frame>.''MaxFlops = <''numeric expression''> |AVAILABILITY= Versions 4.0.26 and higher |DESCRIPTION= Defines the max number of chan…')
 
 
(4 intermediate revisions by 3 users not shown)
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
R/W
+
Read/Write
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 35: Line 35:
 
|SEE ALSO=
 
|SEE ALSO=
  
 +
}}
  
}}
+
[[Category:Motion:MovingFrame]]

Latest revision as of 09:18, 22 May 2014

Defines the max number of changes of the velocity difference sign before a conveyr tracking error is reported. If during synchronization between the robot and a moving frame more then MAXFLOPS number of times the diffenrece between the robot velocity and the moving frame’s velocity changes sign the error(13117): “Robot too slow or Moving Frame too fast.” is returned and the moving frame disengaged from the robot (slave = 0).

Syntax

<Moving Frame>.MaxFlops = <numeric expression>

Availability

Versions 4.0.26 and higher

Type

Long

Range

0 to MaxLong

Default

2

Scope

Configuration, Task or Terminal

Limitations

Read/Write

Examples

CNV.MaxFlops = 4