Difference between revisions of "Component: Webserver (EB023 v1) (E-blocks 1)"
From Flowcode Help
Jump to navigationJump to search| Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
''No detailed description exists yet for this component'' | ''No detailed description exists yet for this component'' | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
| Line 29: | Line 33: | ||
| − | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
Revision as of 14:14, 20 January 2023
| Author | Matrix TSL |
| Version | 2.0 |
| Category | E-blocks 1 |
Contents
Webserver component
Webserver component designed to work with the NM7010A module from Wiznet, as used in the version 1 EB023 E-block. Provides a very simple interface to allow webpages to be hosted from hardware or simulation.
Component Source Code
Please click here for the component source code: FC_Comp_Source_WebServer_EB023-00-1_EB.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
| SetOutValue | |
| Set the value of an outbound substitution string | |
| index | |
| value | |
| Return | |
| Send_Embedded_HTML_Page4 | |
| Return | |
| Send_Embedded_HTML_Page3 | |
| Return | |
| Send_Embedded_HTML_Page2 | |
| Return | |
| Send_Embedded_HTML_Page1 | |
| Return | |
| GetInValue | |
| Returns the string value of a Request parameter | |
| index | |
| Return | |
| CreateServerSocket | |
| Creates a listening socket on the selected channel and port ready to accept incoming web page requests. | |
| Channel | |
| Port_Hi | |
| Port_Lo | |
| Return | |
| IncRxPtr | |
| Channel | |
| Return | |
| CheckSocketActivity | |
| Checks for activity on the server socket and serves out the webpages to any requesting parties. | |
| Return | |