Difference between revisions of "MC-Basic:cam.ISMONOTONIC"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<cam>''" to "<''cam''>")
m
Line 11: Line 11:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
This flag indicates whether a table is monotonic. Only the monotonicity of the master data is relevant. The monotonicity of a table is checked when:
 
This flag indicates whether a table is monotonic. Only the monotonicity of the master data is relevant. The monotonicity of a table is checked when:
 +
*Data is loaded using the LOADCAMDATA command
 +
*The function CHECKCAMMONOTONIC() is executed
 +
*Camming is engaged by setting the Slave property to the value 2.
  
Data are loaded using the LOADCAMDATA command<br>
+
The Cam tables must be monotonic in order to be used.
        The function CHECKCAMMONOTONIC() is executed<br>
 
        Camming is engaged by setting the Slave property to the value 2.
 
 
 
The CAM tables must be monotonic in order to be used.
 
  
 
|TYPE=
 
|TYPE=

Revision as of 11:05, 20 March 2014

This flag indicates whether a table is monotonic. Only the monotonicity of the master data is relevant. The monotonicity of a table is checked when:

  • Data is loaded using the LOADCAMDATA command
  • The function CHECKCAMMONOTONIC() is executed
  • Camming is engaged by setting the Slave property to the value 2.

The Cam tables must be monotonic in order to be used.

Short form

Imon

Syntax

?<cam>.IsMonotonic

Availability

All versions

Type

Long

Range

0 or 1

Scope

Configuration, Task or Terminal

Examples

?Cam1.Imon

See Also