|
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, algebra, 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.
|