4 Software
List of commands
4-93
Others
Definition
Defines the integer type or real number type variable.
Def Inte KAISUU
Defines the character string variable.
Def Char MESSAGE
Defines the layout variable. (Up to 3-dimensional possible)
Dim PDATA(2,3)
Defines the joint variable.
Def Jnt TAIHI
Defines the position variable.
Def Pos TORU
Defines the function.
Def FN TASU(A,B)=A+B
Clear
Clears the general-purpose output signal, variables in program,
variables between programs, etc.
Clr 1
File
Opens a file.
Open "COM1:" AS #1
Closes a file.
Close #1
Inputs data from a file.
Input #1,M1
Outputs data to a file.
Print #1,M1
Comment
Describes a comment.
Rem "ABC"
Label
Indicates the branching destination.
*SUB1
Type
Class
Function
Input format (example)
Содержание CR800-D Series
Страница 2: ......
Страница 126: ...Appendix 114 Specifications discussion material 7 Appendix ...
Страница 127: ......