Omron C200H-ASC11 Manual page 156

Ascii units
Hide thumbs Also See for C200H-ASC11:
Table of Contents

Advertisement

Details of BASIC Commands
cont
Syntax:
CONT
Command. Resumes execution of the BASIC program after
Description:
or
STOP
Remarks:
Execution of the BASIC program resumes at the point after the break occurred. If the program has
been changed or if the break occurs during data transfer with an external device then the BASIC
program cannot be resumed. If there is a break during the execution of an interrupt program, the
program cannot be resumed using the CONT command. When the BASIC program cannot be
resumed, a "CANNOT CONTINUE" error message (code B017) will result.
CONT
Examples:
See also:
STEP
cos
Syntax:
COS
Description:
Function. Calculates the cosine of a numerical expression.
Remarks:
<numerical expression> may be any integer, single-precision floating point or double-precision
floating point.
The return type is single-precision floating point if the argument is of type integer or single-
precision floating point. If the argument is of type double-precision floating point then the return
type is also double precision floating point.
The return value will be in the range [-1, 1].
Note:
> 10 A = 0.4
Examples:
> 20 PRINT COS(A)
> RUN
.921061
See also:
,
SIN
csng
Syntax:
CSNG
Function. Converts a numerical expression into a single-precision floating point.
Description:
Remarks:
<numerical expression> may be any integer, single-precision floating point or double-precision
floating-point expression.
If the <numerical expression> is an integer or double-precision floating-point type then
convert it to a single-precision floating-point type. If the <numerical expression> is already a
single-precision floating point then the precision of the returned value will be the same as it was
before conversion.
Examples:
> 10 A# = 1.23456789
> 20 A! = A#
> 30 B! = CSNG(A#)
> 40 PRINT A#, A!, B!
> RUN
1.23456789
See also:
CDBL
statements, after encountering a breakpoint or after the occurrence of an error.
,
,
,
STOP
END
BRKPT
(<numerical expression>)
1. The argument should be specified in radians.
TAN
(<numerical expression>)
1.23457
,
CINT
+
, after execution of
CTRL
X
1.23457
7-6
Section
,
END
STEP
will
CSNG
147

Advertisement

Table of Contents
loading

This manual is also suitable for:

C200h-asc21C200h-asc31

Table of Contents