All BASIC commands
Section 4-2
207
4-2-167 NOT
/i
/i
/i
4-2-168 NTYPE
/i
4-2-169 OFF
/i
Type
Mathematical operation
Syntax
NOT expression
Description
The
NOT
operator performs the logical
NOT
function on all bits of the
integer part of the expression.
The logical
NOT
function is defined as in the table below.
Bit
Result
0
1
1
0
Arguments
•
expression.
Any valid BASIC expression.
Example
>> PRINT 7 AND NOT 1
6.0000
See also
N/A
Type
Axis parameter (read-only)
Syntax
NTYPE
Description
The
NTYPE
parameter contains the type of the move in the next move
buffer. Once the current move has finished, the move present in the
NTYPE
buffer will be executed. The values are the same as those for
the
MTYPE
axis parameter.
NTYPE
is cleared by the
CANCEL(1)
command.
Arguments
N/A
Example
No example.
See also
AXIS
,
MTYPE
.
Type
Constant (read-only)
Syntax
OFF
Description
The
OFF
constant returns the numerical value 0.
Arguments
N/A
Example
OP (lever,OFF)
The above line sets the output named lever to OFF.
See also
N/A
Summary of Contents for SYSMAC CJ Series
Page 2: ......
Page 70: ...Specifications Section 2 4 58...
Page 84: ...FINS commands Section 3 4 72...
Page 148: ...All BASIC commands Section 4 2 136 AXIS 1 AXIS 0...
Page 370: ...Section 358...