Omron trajexia CJ1W-MCH72 Operation Manual page 265

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

Advertisement

All BASIC commands
4-2-237 TABLEVALUES
4-2-238 TAN
4-2-239 THEN
254
/i
Example
The following line will print the value at location 1000.
>> PRINT TABLE(1000)
See also
CAM, CAMBOX, DEL, NEW, SCOPE, TSIZE, VR.
/i
Type
System command
Syntax
TABLEVALUES(address, number_of_points, format)
Description
Returns a list of TABLE points starting at the number specified. There is
only one format supported at the moment, and that is comma delimited
text.
Note: TABLEVALUES is provided mainly for Trajexia Studio to allow for
fast access to banks of TABLE values.
Arguments
address
Number of the first point to be returned
number_of_points
Total number of points to be returned
format
Format for the list
Example
No example.
See also
N/A
/i
Type
Mathematical function
Syntax
TAN(expression)
Description
The TAN function returns the tangent of the expression. The expression
is assumed to be in radians.
Arguments
expression
Any valid BASIC expression.
Example
>> print TAN(PI/4)
1.0000
See also
N/A
See
IF..THEN..ELSE..ENDIF
.
Section 4-2

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents