Difference between revisions of "MC-Basic:CHECKCAMMONOTONIC"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:CHECKCAMMONOTONIC}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
CheckCamMonotonic(''<cam>'')
+
CheckCamMonotonic(<''cam''>)
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
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 17:
  
 
|RANGE=
 
|RANGE=
Existing CAM table name
+
Existing cam table name
  
 
|UNITS=
 
|UNITS=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:CREATECAMDATA|CREATECAMDATA]]
+
* [[MC-Basic:CREATECAMDATA|CREATECAMDATA]]
  
  
 
}}
 
}}

Latest revision as of 02:27, 26 April 2017

Language: English  • 中文(简体)‎

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 )

See Also