Component: WLAN (EB069, WIZ610wi) (Misc): Difference between revisions
Appearance
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder"" |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| Line 331: | Line 331: | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | IP Address | | width="90%" class="mtx-class-propfolder" | IP Address | ||
|- | |- | ||
| Line 355: | Line 355: | ||
| colspan="2" | Fourth number in IP address - e.g. 192.168.1.xxx | | colspan="2" | Fourth number in IP address - e.g. 192.168.1.xxx | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Subnet Mask | | width="90%" class="mtx-class-propfolder" | Subnet Mask | ||
|- | |- | ||
| Line 379: | Line 379: | ||
| colspan="2" | Fourth number in Subnet mask - e.g. 255.255.255.xxx | | colspan="2" | Fourth number in Subnet mask - e.g. 255.255.255.xxx | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Gateway IP | | width="90%" class="mtx-class-propfolder" | Gateway IP | ||
|- | |- | ||
| Line 403: | Line 403: | ||
| colspan="2" | Fourth number from IP address used as the gateway to the internet e.g. 192.168.1.xxx | | colspan="2" | Fourth number from IP address used as the gateway to the internet e.g. 192.168.1.xxx | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Connections | | width="90%" class="mtx-class-propfolder" | Connections | ||
|- | |- | ||
| Line 457: | Line 457: | ||
| colspan="2" | Controls if we are assigning IPs to any joing wifi devices or if we are using a fixed IP based system. | | colspan="2" | Controls if we are assigning IPs to any joing wifi devices or if we are using a fixed IP based system. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | DHCP Pool Start IP Address | | width="90%" class="mtx-class-propfolder" | DHCP Pool Start IP Address | ||
|- | |- | ||
| Line 481: | Line 481: | ||
| colspan="2" | Minimum IP address that can be generated for a joining device under DHCP. | | colspan="2" | Minimum IP address that can be generated for a joining device under DHCP. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | DHCP Pool End IP Address | | width="90%" class="mtx-class-propfolder" | DHCP Pool End IP Address | ||
|- | |- | ||
| Line 525: | Line 525: | ||
| colspan="2" | The amount of power to use when transmitting signals to other wifi devices. | | colspan="2" | The amount of power to use when transmitting signals to other wifi devices. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | HTML Source | | width="90%" class="mtx-class-propfolder" | HTML Source | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | Matrix Ltd. |
| Version | 1.3 |
| Category | Misc |
WLAN (EB069, WIZ610wi) component
Wireless LAN component designed to work with the WIZ610wi module from Wiznet. Provides a very simple interface to allow webpages to be hosted from hardware or simulation. Also available in the form of the EB069 E-block.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_WLAN.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_WLAN.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
CheckForPageRequests
| CheckForPageRequests | |
| To be called periodically. Returns non-zero if a request has been processed | |
| Return | |
ConnectToSSID
| ConnectToSSID | |
| Attempts to connect to the given SSID and Key values. Returns 0 if successful. | |
| SSID | |
| Key | |
| Return | |
DisableCommandMode
| DisableCommandMode | |
| Exits command mode | |
| Return | |
EnableCommandMode
| EnableCommandMode | |
| Enables command mode. Must be called before commands are issued. | |
| Return | |
GetInValue
| GetInValue | |
| Returns the string value of a Request parameter | |
| index | |
| Index of the request paramter, starting at zero. | |
| Return | |
GetReply
| GetReply | |
| Returns the last received response to a command. 0 = OK 1 = FAIL_ERR 2 = STX_ERR 3 = CMD_ERR 4 = PARAM_ERR 5 = ETX_ERR 6 = SERIAL 255 = TOUT | |
| Return | |
Initialise
| Initialise | |
| Initialise the device with the property data. Returns 0 if successful | |
| Return | |
ReadConnectionStatus
| ReadConnectionStatus | |
| Checks the connection status. Returns 0 if not connected, 1 if connected. | |
| Return | |
ReceiveIncoming
| ReceiveIncoming | |
| Returns the received data string | |
| Return | |
SendCommand
| SendCommand | |
| Sends the given command and returns the reply status. (See GetReply for return values) | |
| Command | |
| Return | |
SendString
| SendString | |
| Sends the given Text. Appends a CR/LF pair of characters it CrLf is true. | |
| Text | |
| CrLf | |
| Return | |
Send_Embedded_HTML_Page1
| Send_Embedded_HTML_Page1 | |
| Return | |
Send_Embedded_HTML_Page2
| Send_Embedded_HTML_Page2 | |
| Return | |
Send_Embedded_HTML_Page3
| Send_Embedded_HTML_Page3 | |
| Return | |
Send_Embedded_HTML_Page4
| Send_Embedded_HTML_Page4 | |
| Return | |
SetOutValue
| SetOutValue | |
| Set the value of an outbound substitution string | |
| index | |
| value | |
| Return | |