4-267
Detailed explanation of Robot Status Variable
4MELFA-BASIC IV
C_Time
[Function]
This variable returns the current time in the format of time:minute:second (24 hours notation).
[Format]
[Reference Program]
1 C1$=C_Time
' "01/05/20" is assigned to C1$.
[Explanation]
(1) The current clock is assigned.
(2) This variable only reads the data.
(3) Use the T/B to set the time.
[Reference]
C_User
[Function]
This variable returns the data registered in the "USERMSG" parameter.
[Format]
[Reference Program]
1 C1$=C_User
' The characters registered in "USERMSG" are assigned to C1$.
[Explanation]
(1) This variable returns the data registered in the "USERMSG" parameter.
(2) This variable only reads the data.
(3) Use the PC support software or the T/B to change the parameter setting.
Example) <Character String Variable >=C_Time
Example) <Character String Variable >=C_User