Avisaro Online Documentation - Wiki
Impressum Kontakt Sitemap

TIME

Description

TIME is a pseudo variable that holds seconds since 01.01.2007 in 32 bit signed integer format. TIME can only be read.

Example

This example prints the TIME value during ten seconds:

outmode -2
for s = 1 to 10
   print time
   sleep 1000
next

Remarks

TIME uses the battery-backed RTC.