Remote Switch On/Off -How do these settings - Wersja do druku +- Forum Tiny Control Solution (https://forum.tinycontrol.pl) +-- Dział: LanKontroler - sprzęt i wersje wsadów, problemy, zastosowanie (https://forum.tinycontrol.pl/forumdisplay.php?fid=3) +--- Dział: LanKontroler - wersje oprogramowania (https://forum.tinycontrol.pl/forumdisplay.php?fid=4) +---- Dział: Przykłady zastosowań przez użytkowników. (https://forum.tinycontrol.pl/forumdisplay.php?fid=6) +---- Wątek: Remote Switch On/Off -How do these settings (/showthread.php?tid=39) Strony:
1
2
|
Re: Remote Switch On/Off -How do these settings - bulentkusva - 12-15-2012 bulentkusva napisał(a)ower fails, the key position information (on / off) does not read. "Is true, I add this function in next software" Did you add this feature? Re: Remote Switch On/Off -How do these settings - wilkxt - 12-15-2012 bulentkusva napisał(a):bulentkusva napisał(a)ower fails, the key position information (on / off) does not read. No, but I add soon (maby 2-3 days) Re: Remote Switch On/Off -How do these settings - wilkxt - 12-17-2012 wilkxt napisał(a):bulentkusva napisał(a):bulentkusva napisał(a)ower fails, the key position information (on / off) does not read. I add this in soft ver 2.37, test and check. http://tinycontrol.ats.pl/forum/viewtopic.php?f=2&t=2599 Re: Remote Switch On/Off -How do these settings - bulentkusva - 12-19-2012 192.168.1.100 remote kontrol ---> enable server 192.168.1.101 remote kontrol ---> enable client --- INP1D ---> OUT0 ----------------- 192.168.1.101 = INP1D ----> LOW => 192.168.1.100 OUT0 =ON 192.168.1.101 = INP1D ----> HIGH => 192.168.1.100 OUT0 =OFF OK NO PROBLEM ----------------- 192.168.1.101 = INP1D ----> LOW => 192.168.1.100 OUT0 =ON 192.168.1.101 INP1D ----> LOW |POWER OFF | INP1D ----> HIGH ----> |POWER ON | 192.168.1.100 OUT0 =OFF OK NO PROBLEM --------------------------- 192.168.1.101 = INP1D ----> LOW => 192.168.1.100 OUT0 =ON 192.168.1.100 |POWER OFF | |POWER ON | 192.168.1.100 OUT0 =OFF (192.168.1.101 => INP1D ----> LOW) PROBLEM Re: Remote Switch On/Off -How do these settings - wilkxt - 12-19-2012 You're right, I added client-side options. But it works, so that the server receives UDP packets from the client, and if the server is turned off and back on, it does not know how to set the output until get the package from the client. Server does not know what is the address of the client(because there may be many) and can not send the package to the client. There are two ways to solve the problem. 1.Easier to implement: Add option, the server will remember the outputs stats before off and after turning on them set. Only that this option has one drawback: as the server is turned off and at that time will change the status of the client INPD it will not be noticed. 2. Difficult to implement: Server will remember client IP(the last client package before off) and when you turn on, serwer sends requesting packet to the client the transfer of the current state of INPD. The first solution is sufficient or not? Re: Remote Switch On/Off -How do these settings - bulentkusva - 12-19-2012 client at regular intervals, send INP status? or to the server, type the IP address of the client, status query INP be a solution? Re: Remote Switch On/Off -How do these settings - wilkxt - 12-19-2012 bulentkusva napisał(a):client at regular intervals, send INP status?What time intervals will be OK? bulentkusva napisał(a):or to the server, type the IP address of the client, status query INP be a solution?It is OK solution, propably i add this option Re: Remote Switch On/Off -How do these settings - bulentkusva - 12-19-2012 What time intervals will be OK? 1-20 sec Re: Remote Switch On/Off -How do these settings - bulentkusva - 02-22-2013 Control Panel ---> DIGITAL Inputs State : DIGITAL Inputs : INP1D INP2D INP3D INP4D 4 pcs Network Configuration ---> Remote Control : INP1D - INP2D 2 pcs Remote Control 4 pcs Is it possible? Re: Remote Switch On/Off -How do these settings - wilkxt - 02-22-2013 bulentkusva napisał(a):Remote Control 4 pcs Is it possible? Yes, but in new software. I don't now when new software will be done, maby one two months |