27
January 2004
R
EAL
-T
IME
C
LOCK
The control has a display for the current date and time. The real-time clock/calendar is displayed on the
second page of the Diagnostics screen, in the lower left corner.
The alarm history is displayed with the date and time for each alarm that has occurred. To see the alarm
history, go to the Alarm display and use the left or right cursor arrow, followed by the arrow up, to see the
last 100 alarms.
Macro variables. Macro variable #3011 contains the date in the format yymmdd (two digit year* 10000+ month*
100+ day). Macro variable #3012 contains the time in the format hhmmss (hours* 10000 + minutes* 100 +
seconds).
Parameter outputs contain the date and time as well. When downloading a parameter file to a floppy disk
or the serial port, two comments near the top will state the current date and time.
Macro variable #3011 contains the date in the format yymmdd. Macro variable #3012 contains the time in
the format hhmmss. The user is not able to see Parameters #3011 and #3012, but you can call up the date
and time in another macro variable if you have the Macro option. Type in #100=#3011 and press Cycle Start
to see the date listed in Macro variable #100.
O08004
N101 (Engrave Date and Time Macro)
T10 M06 (T10 ENGRAVING TOOL)
G90 G54 G00 X0 Y0
G43 Z0.1 H10
S7500 M03
(Engrave NAME)
G47 P0 X0 Y0 I30. J0.5 R0.05 Z-0.015 F20. (*Enter Name*)
(Engrave Actual DATE using Macro)
#100= FIX[ #3011 / 10000 ]
#101= FIX[ #3011 / 100 ] - [ #100 * 100 ]
#102= #3011 - [ #100 * 10000 ] - [ #101 * 100 ]
#599= #100
G47 P1 (##/) X-1.6 Y-1.7 I0 J0.15 R0.05 Z-0.295
#599= #101
G47 P1 (##/) I0 J0.15 R0.05 Z-0.295
#599= #102
G47 P1 (##) I0 J0.15 R0.05 Z-0.295
(Engrave Actual TIME using Macro)
#100= FIX[ #3012 / 10000 ]
#101= FIX[ #3012 / 100 ] - [ #100 * 100 ]
#102= #3012 - [ #100 * 10000 ] - [ #101 * 100 ]
#599= #100
G47 P1 ( ##:) I0 J0.15 R0.05 Z-0.295
#599= #101
G47 P1 (##:) I0 J0.15 R0.05 Z-0.295
#599= #102
G47 P1 (##) I0 J0.15 R0.05 Z-0.295
G28
M30
Содержание VF Series
Страница 1: ...January 2004...
Страница 7: ...V I January 2004...
Страница 125: ...118 January 2004...
Страница 126: ......