Difference between revisions of "MC-Basic:CHECKCAMMONOTONIC"
m (Miborich moved page Axystems:MC-Basic:CHECKCAMMONOTONIC to MC-Basic:CHECKCAMMONOTONIC: Global renaming of Axystems: namespace into (Main):) |
|||
Line 34: | Line 34: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:CREATECAMDATA|CREATECAMDATA]] |
}} | }} |
Revision as of 08:37, 22 May 2014
This function checks whether cam table is monotonic. It returns 0 if the table is monotonic. Otherwise, it returns the index in the table at which the data are not monotonic. A cam table must be monotonic to run.
Short form
Ccmon
Syntax
CheckCamMonotonic(<cam>)
Availability
All versions
Range
Existing cam table name
Scope
Configuration, Task or Terminal
Examples
Index = CheckCAMMonotonic( Cam1 )