Galil Motion Control optcom Page 65
Optima DMC-1xxx and DMC-18x2 Command Reference
@COM[n]
i
54
@COM[n]
FUNCTION: Bitwise complement
DESCRIPTION:
Performs the bitwise complement (NOT) operation to the given number
ARGUMENTS: @COM[n] where
n is a signed integer in the range -2147483647 to 2147483647.
The integer is interpreted as a 32-bit field.
USAGE: DEFAULTS:
While Moving
Yes
Default Value
-
In a Program
Yes
Default Format
-
Command Line
Yes
Controller Usage
ALL
RELATED COMMANDS:
&
|
Logical operators AND and OR
EXAMPLES:
:MG {$8.0} @COM[0]
$FFFFFFFF
:MG {$8.0} @COM[$FFFFFFFF]
$00000000
: