![Mitsubishi Electric CR750 Series Скачать руководство пользователя страница 333](http://html.mh-extra.com/html/mitsubishi-electric/cr750-series/cr750-series_instruction-manual_238840333.webp)
Detailed explanation of Robot Status Variable
4-313
(5) If this command is executed after the OPEN command, the current open status will not change. In such
a case, it is necessary to close the line with the
command once, and then execute the
OPEN command again.
(6) If an incorrect syntax is used, an error occurs when the program is executed, not when the program is
edited.
[Related parameter]
,
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