TSC AUTO ID Technology Co., Ltd. 215 Copyright 2013 All Rights Reserved.
HOUR
Description
This variable reads/writes the hour data via the Real Time Clock (RTC). The 24-hour-day system (00~23)
is supported by RTC.
Syntax
Write attribute: HOUR = 12
Read attribute: A = HOUR
Range: 00~23
Example
Sample code
DOWNLOAD "SetHour.BAS"
REM *****Set Hour Parameter to RTC*****
HOUR=10
EOP
SetHour
Sample code
DOWNLOAD "DEMO.BAS"
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
REM *****Read Hour parameter form RTC*****
HOUR$=STR$(HOUR)
H=HOUR
REM *****Print*****
TEXT 10,10,"3",0,1,1,"HOUR1="+HOUR$
TEXT 10,50,"3",0,1,1,"HOUR2="+STR$(H)
TEXT 10,90,"3",0,1,1,"HOUR3="+STR$(HOUR)
PRINT 1
EOP
DEMO
Result
See Also
~!C, MONTH, DATE, DAY, HOUR, MINUTE, SECOND