MC-Basic:cam.ISMONOTONIC

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 are 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