The ARMweb family supports user defined web pages, that are downloaded with ftp, just like the bigger servers you are use to. The web interface also supports embedded BASIC that can be included in the the html source inside <?BASIC ... ?>. This allows the html to interact with the user BASIC program running on the ARMweb to display or set values.

This is a sample page served from an ARMweb

It's also easy to import data from the controller directly into an Excel spreadsheet using the Get External Data web query function. Just browse to a page of the ARMweb that displays a BASIC variable. That data will be read directly into your spreadsheet. From there you can analyze and graph the data just as you would any other data.

You can also transfer data between ARMwebs or PCs with UDP packets.

Send mail from the BASIC program.

What features of BASIC are supported?