?"+!
Description
This variable reads/writes the minute data via the Real Time Clock (RTC). The two-digits (00~59)
minute format is supported by RTC. @MINUTE global variable can be accessed directly without using
BASIC language functions.
Syntax
Write attribute: @MINUTE = "12"
Read attribute: @MINUTE
Range: 00~59
Model Support
Example
REM *****Set @MINUTE*****
@MINUTE="59"
REM *****Print*****
SIZE 3,3
GAP 0.08,0
DENSITY 8
SPEED 6
DIRECTION 0
REFERENCE 0,0
SET CUTTER OFF
SET PEEL OFF
CLS
TEXT 10,10,"5",0,1,1,"@MINUTE"
TEXT 310,10,"5",0,1,1,@MINUTE
PRINT 1
See Also
~!C, @YEAR, @MONTH, @DATE, @DAY, @HOUR, @SECOND