4-265
Detailed explanation of Robot Status Variable
4MELFA-BASIC IV
C_Date
[Function]
This variable returns the current date in the format of year/month/date.
[Format]
[Reference Program]
1 C1$=C_Date
' "2000/12/01" is assigned to C1$.
[Explanation]
(1) The current date is assigned.
(2) This variable only reads the data. Use the T/B to set the date.
[Reference]
C_Maker
[Function]
This variable returns information on the manufacturer of the robot controller.
[Format]
[Reference Program]
1 C1$=C_Maker
' "COPYRIGHT1999......." is assigned to C1$.
[Explanation]
(1) This variable returns information on the manufacturer of the robot controller.
(2) This variable only reads the data.
[Reference]
Example) <Character String Variable >=C_Date
Example) <Character String Variable >=C_Maker