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