Control Solutions is your source for LonWorks I/O.
i.CanDoIt® Guided Tour (p.12)
Script Basic Programming
This set of pages will provide a brief overview of i.CanDoIt® features and functions. Cruise through using the Next and Previous buttons, or skip around using the links at the bottom of the pages.

The i.Board includes Script Basic for user programming of control algorithms. Access to I/O points and all data registers is available from Basic. You can access remote devices connected via Modbus TCP from your Basic program.

This Basic implementation includes the usual program structures including FOR..NEXT, IF..THEN..ELSE, WHILE..DO, etc. You can write callable functions. All standard math, algegra, and trigonometry functions are included.

An extended optional feature of Script Basic is the ability to open sockets and do string manipulation. This makes it possible to do HTTP based interaction with remote devices beyond the HTTP based data and event logging support already provided.

For more information about Script Basic, visit the demo copy of the i.Board embedded web site (contained within the device itself) by clicking on the web link found on the i.Board page.