Difference between revisions of "MC-Basic:CHECKCAMMONOTONIC"
m (Text replace - "''<cam>''" to "<''cam''>") |
m (Text replace - "CAM table" to "Cam table") |
||
Line 10: | Line 10: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This function checks whether | + | 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. |
|TYPE= | |TYPE= | ||
Line 16: | Line 16: | ||
|RANGE= | |RANGE= | ||
− | Existing | + | Existing Cam table name |
|UNITS= | |UNITS= |
Revision as of 11:10, 20 March 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 )