Component: Webserver (GENERIC Flash / File) (Comms: Networking)
Author | Matrix Ltd. |
Version | 1.5 |
Category | Comms: Networking |
Contents
Webserver (GENERIC - Flash / File) component
Webserver component designed to work with Network Comms abstraction layer. Provides a very simple interface to allow webpages to be hosted from hardware or simulation. Webpages can be embedded into ROM or can be pulled directly from a local file or a SD card via the File component. The File mode allows for images and other media to be served to the web client.
Component Pack
COMMSC
Detailed description
No detailed description exists yet for this component
Examples
Webserver Embedded Files
A simple example demonstrating how to host a website with fixed HTTP content including dynamic sections that can be passed in and out of Flowcode SCADA.
For example a dynamic section could be used to display a variable value on a webpage such as a temperature or used to control Flowcode e.g. turn on an output.
Webserver Dynamic Files
Flowcode Embedded
A simple example demonstrating how to host a website with dynamic content based on external files including dynamic sections that can be passed in and out of an embedded system using an SD card and an ESP8266 module.
For example a dynamic section could be used to display a variable value on a webpage such as a temperature or used to control Flowcode e.g. turn on an output.
Flowcode App Developer
A simple example demonstrating how to host a website with dynamic content based on external files including dynamic sections that can be passed in and out of Flowcode App Developer.
For example a dynamic section could be used to display a variable value on a webpage such as a temperature or used to control Flowcode e.g. turn on an output.
Downloadable macro reference
![]() |
GetInValueFloat |
Returns the float value of an incoming Request parameter | |
![]() |
Index |
Range: 0 to IncomingCount - 1 | |
![]() |
Return |
![]() |
SetOutValue |
Set the value of an outbound substitution string | |
![]() |
Index |
Incoming string Index Range: 0 to Outgoing Count - 1 | |
![]() |
Value |
Value string to assign | |
![]() |
Return |
![]() |
GetInValue |
Returns the string value of an incoming Request parameter | |
![]() |
Index |
Incoming string Index Range: 0 to Incoming Count - 1 | |
![]() |
Return |
![]() |
GetInValueLong |
Returns the integer value of an incoming Request parameter | |
![]() |
Index |
Range: 0 to IncomingCount - 1 | |
![]() |
Return |
![]() |
Initialise |
Resets and initialises the Web Server component. | |
![]() |
Return |