212
Platforms
©2000-2008 Tibbo Technology Inc.
daycount
Day number. Base date for the day count is 1-JAN-2000
(this is day #0).
Details
---
Examples
b = year(
366
)
' result will be 1 (this day number is in year 2001).
Object Reference
Object reference section is a repository for all objects that have ever been created.
The platform you are working with does not necessarily support every object. See
your
- you will find the list of supported objects there.
Sys Object
This is the system object that loosely combines "general system" stuff such as
initialization (boot) event, buffer management, system timer, PLL mode, and some
other miscellaneous properties and methods.
8.3.1.1
Overview
Here you will find:
such as how to halt execution, reboot, check firmware
version.
On_sys_init Event
The sys object provides a very important event-
. This event is
guaranteed to be generated first when your device starts running. Therefore, you
should put all your initialization code for sockets, ports, .etc into the event handler
for this event:
133
212
213
214
215
216
217
220