4Software
List of commands
4-114
Oth
ers
Definition
Defines the integer type or real number type variable.
Def Inte KAISUU
Defines the character string variable.
Def Char MESSAGE
efines 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)
Summary of Contents for MELFA RV-12SD
Page 2: ......
Page 141: ......
Page 142: ......
Page 143: ......
Page 144: ......
Page 145: ......
Page 146: ......
Page 147: ......
Page 148: ......
Page 149: ......
Page 150: ......
Page 151: ......
Page 152: ......
Page 153: ......
Page 154: ......
Page 155: ......
Page 156: ......
Page 157: ......
Page 158: ......
Page 159: ......
Page 160: ......
Page 161: ......
Page 162: ......
Page 163: ......
Page 164: ......
Page 165: ......
Page 166: ......
Page 167: ......