Avisaro Online Documentation - Wiki
Impressum Kontakt Sitemap

WEB

Description

WEB can be used to customize the web pages that the module deliveres to the browser of the user.

Parameters

WEB requires a single argument as decimal number which contains 32 bits that switch some parts of the web pages on and off.

The following list shows the meaning of those bits:

BIT 0: Show Ethernet page

BIT 1: Show WLAN page

BIT 2: Show Ethernet IP settings

BIT 3: Show WLAN IP settings

BIT 4: Show data interface pages

BIT 5: Webserver expert mode

BIT 6: Show FTP server page

BIT 7: Scripting expert mode

BIT 8: General expert mode

BIT 9: Show FW download page

BIT 10: Show copyright label

BIT 11 ... 31: Not used

Return Value

ERR_OK (0) If a single argument was given.
ERR_PARAMCOUNT (3) If zero or more than one arguments were given.

Example

WEB 10 

Switches on bit 2 and bit 8 to enable only the WLAN page and the WLAN IP settings

Remarks

By default (factory settings) all pages are visible.