Omron trajexia CJ1W-MCH72 Operation Manual page 96

Sysmac cj-series programmable controller
Hide thumbs Also See for trajexia CJ1W-MCH72:
Table of Contents

Advertisement

All BASIC commands
4-2-4
/ (Division)
4-2-5
^ (Power)
4-2-6
= (Is equal to)
/i
Type
Mathematical function
Syntax
expression1 / expression2
Description
The operator / divides expression1 by expression2.
Arguments
expression1
Any valid BASIC expression.
expression2
Any valid BASIC expression.
Example
result = 11 / 4
Assigns the value 2.75 to the variable result.
See also
N/A
/i
Type
Mathematical function
Syntax
expression1 ^ expression2
Description
The power operator ^ raises expression1 to the power of
expression2.
This operation uses floating point algorithms and may give small devia-
tions for integer calculations.
Arguments
expression1
Any valid BASIC expression.
expression2
Any valid BASIC expression.
Example
result = 2^5
Assigns the value 32 to the variable result.
See also
N/A
/i
Type
Mathematical function
Syntax
expression1 = expression2
Description
The operator = returns TRUE if expression1 is equal to expression2,
otherwise it returns FALSE.
Arguments
expression1
Any valid BASIC expression.
expression2
Any valid BASIC expression.
Example
IF a = 10 THEN GOTO label1
If variable a contains a value equal to 10, program execution continues
at label label1. Otherwise, program execution continues with the next
statement.
See also
N/A
Section 4-2
85

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents