Difference between revisions of "MC-Basic:cam.ISMONOTONIC"
(Created page with '{{MC-Basic |SHORT FORM= Imon |SYNTAX= ?''<cam>''.IsMonotonic |AVAILABILITY= All versions |DESCRIPTION= This flag indicates whether a table is monotonic. Only the monotonicity …') |
|||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:cam.ISMONOTONIC}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | ?'' | + | ?<''cam''>.IsMonotonic |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This flag indicates whether a table is monotonic. Only the monotonicity of the master data is relevant. | + | This flag indicates whether a table is monotonic. Only the monotonicity of the master data is relevant. |
− | Data | + | 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 | + | The cam tables must be monotonic in order to be used. |
|TYPE= | |TYPE= | ||
Line 40: | Line 42: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:CHECKCAMMONOTONIC|CHECKCAMMONOTONIC]] |
− | * [[ | + | * [[MC-Basic:CREATECAMDATA|CREATECAMDATA]] |
− | * [[ | + | * [[MC-Basic:LOADCAMDATA|LOADCAMDATA]] |
}} | }} |
Latest revision as of 08:20, 25 April 2017
Language: | English • 中文(简体) |
---|
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