TSC AUTO ID Technology Co., Ltd. 223 Copyright 2013 All Rights Reserved.
@MINUTE
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
Example
Sample code
REM *****Set @MINUTE*****
@MINUTE="59"
REM *****Print*****
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,"@MINUTE"
TEXT 210,10,"3",0,1,1,@MINUTE
PRINT 1
See Also
~!C, @YEAR, @MONTH, @DATE, @DAY, @HOUR, @SECOND