All BASIC commands
Section 4-2
253
/i
4-2-233 TABLEVALUES
/i
4-2-234 TAN
/i
4-2-235 THEN
See
IF..THEN..ELSE..ENDIF
.
Example
The following line will print the value at location 1000.
>> PRINT TABLE(1000)
See also
CAM
,
CAMBOX
,
DEL
,
NEW
,
SCOPE
,
TSIZE
,
VR
.
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
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
Содержание SYSMAC CJ Series
Страница 2: ......
Страница 70: ...Specifications Section 2 4 58...
Страница 84: ...FINS commands Section 3 4 72...
Страница 148: ...All BASIC commands Section 4 2 136 AXIS 1 AXIS 0...
Страница 277: ...Section 265 SECTION 5 Examples This chapter gives 2 categories of examples and tips How to s Practical examples...
Страница 370: ...Section 358...