EasyManua.ls Logo

BrickElectric BEM104 - Page 28

BrickElectric BEM104
47 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
www.BrickElectric.com
Read: getpara[173]=1;getpara[165]=1;
Auto Ping Channel 2:
1. To set time unit to millisecond: setpara[174]=0;
2. To set time unit to second: setpara[174]=1;
3. To set time value to 60: setpara[166]=60;
I want to setup after reboot delay time to 300 seconds, for example:
Web access URL:
Write: http://192.168.1.105/setpara[174]=1&setpara[166]=300
Read: http://192.168.1.105/getpara[174]=1&getpara[166]=1
Socket command text:
Write: setpara[174]=1;setpara[166]=300;
Read: getpara[174]=1;getpara[166]=1;
(7) Start auto ping function
To start auto ping function, please make sure your every other setting is finished so it can
work correctly. If you save settings after auto ping start, when power on the device, auto
ping will automatically start again with the parameters of last time.
Auto Ping Channel 1:
To start auto ping:
Web access URL:
Write: http://192.168.1.105/setpara[181]=1
Socket command text:
Write: setpara[181]=1;
To stop auto ping:
Web access URL:
Write: http://192.168.1.105/setpara[181]=0
Socket command text:
Write: setpara[181]=0;
Auto Ping Channel 2:
To start auto ping:
Web access URL:
Write: http://192.168.1.105/setpara[182]=1
Socket command text:
Write: setpara[182]=1;
To stop auto ping:
Web access URL:
Write: http://192.168.1.105/setpara[182]=0
Socket command text:
Write: setpara[182]=0;