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