www.BrickElectric.com
4. General Functionality
4.1 Basic Network Communications
The main method of communication to BEM11000 is a standard Ethernet communication.
This communication protocol makes use of Network Sockets or HTTP protocol to create
point to point tunnels that data can flow through bi-directionally. In this way, the computer
that is controlling the relay can send commands and shortly thereafter receive the
response through the same Socket/Web Page.
Communications
In most programming languages, all you need to do to open a socket is to import the
appropriate plug-in, build the socket object, and connect the socket using the IP Address
and Port Number of the target device.
MAC Address
You can find the MAC Address of the module at the simple start manual delivered together
with module package. You can also change the MAC address to use your own MAC
address.
4.2 Save Parameters
After power cycle, BEM11000 will lose its parameter modifications if you don't actively
require it to save modified parameters into internal nonvolatile memory. For examples, IP
Address, Gateway address and Net mask.
Assuming module current IP Address is 192.168.1.105 for all the following commands.
Save parameters
To save parameters:
Web access URL:
http://192.168.1.105/setpara[28]=1
Socket command text:
setpara[28]=1;
4.3 Reboot
Send the module a restart signal so it will restart itself.
Some parameters modifications
are only effective after a reboot or power cycle.
Parameters modifications will be lost if
you don't save them before reboot or power cycle operation.
Assuming module current IP Address is 192.168.1.105 for all the following commands.
Reboot
To reboot device: