Internet/Ethernet 12 Channel Relay Module 16 A/D I/O Board - Web, TCP/IP, DAQ | eBay

More details

This is standalone Internet/Ethernet relay module (board) for remote management and control with Virtual Serial Port, TCP/IP, Web, HTTP API, Telnet and serial commands access. It has 12 SPDT Relays, 8 digital inputs (0-12V), 8 analog inputs (0-10V) and one UART port. Inputs can be adjusted to control relays (standalone work). Also inputs of one controller can control outputs of another over the LAN/WAN (box-to-box mode). It can send E-mails on inputs change as well. Suitable for remote control, home automation, data acquisition, sensor processing, alarm systems, PLC applications. Now with free Android and iOS mobile App! 

Demo video with two devices connected via ethernet utp cable (Box-To-Box). There are 8 push buttons connected to the first one and one ABB ultrasonic distance sensor connected to the analog inputs of the another one. The inputs of the devices control not only their relays, but the relays of the remote device.     Demo video with two devices connected via ethernet utp cable (Box-To-Box). There are 8 push buttons connected to the first one and one ABB ultrasonic distance sensor connected to the analog inputs of the another one. The inputs of the devices control not only their relays, but the relays of the remote device.   Module specification:It is possible functions by customer's request to be created (for example web pages modification), put Logo and company name (OEM) or change the inputs range voltage...Bellow is given shortcut for instructions how to connect the device DAE-PB-RO12/DI8/AI8 + DAEnetIP3-EB or only DAEnetIP3-EX for first time to router with UTP cable. In the user's manual are shown the rest connection types.  Typical connection of the devicePlease pay attention that:We recommend to use this 12VDC Power Supply Adaptor (SYS1357-2412 ) that may be found also in our store. Please contact with us if you have questions. We sell the adaptor with one of the AC plugs for: USA, UK, EU, AUS. Note the Power adapter is not included in the auction, we just recommend to use it with the dvice! It is sold separately. You may find it in our store! 16 Digital Outputs (Port A) DAEnetIP3 has 16 digital outputs working in 19 different modes. However the peripheral board DAE-PB/RO12/DI8/AI8 has only 12 relay outputs. So to set the relays you need to change DO0 - DO11. When the output level is 0, the relay is OFF. When it is 1, the relays is ON.8 Digital Inputs (Port B) DAEnetIP3 has 8 digital inputs working in 3 different modes. The DAEnetIP3 PortB.0 DI is connected with DAE-PB/RO12/DI8/AI8 Din1, PortB.7 is connected with Din8. When the PortB.X is 1, this means there is high level signal in DinX. When it is 0, this means DinX is not connected or there is low level signal. The input can be monitored only, can control some PortA digital output by rising/falling edge or it can control even output from another DAEnetIP3 controller (Box-To-Box).8 Analog Inputs (Port C) DAEnetIP3 has 8 analog inputs with 2.5 VDC reference voltage source and 1024 bit resolution. The DAE-PB/RO12/DI8/AI8 peripheral board extends the input voltage to be from 0 to 10VDC.The DAEnetIP3 PortC.0 AI is connected with DAE-PB/RO12/DI8/AI8 Ain1, PortC.7 is connected with Ain8. The input voltage may be calculated by the following formula:V_Ain(X) = (PortC(X-1) / 1023) * 10, where V_Ain (X) is the input voltage of the The DAE-PB/RO12/DI8/AI8 Ain channel with number X (X is from 1 to 7). PortC(X-1) is the DAEnetIP3 analog input channel with number X-1 (X-1 is from 0 to 7). So for example if we have PortC.0= 512, this means the input voltage is 5.00V. If we have 742, the input voltage is 7.253V. The input may be tracked only, may control some PortA digital output by crossing threshold or it may control even output from another DAEnetIP3 controller (Box-To-Box).The inputs can also be calibrated softwarely according your hardware application so they can be retreived directly in desirable units (C,V,m...).This is so called linearization.DAE-iModules iOS mobile App - 100% FREE    DAE-aModules Android mobile App - 100% FREE The video bellow shows how you can control DAEnetIP3 based device - Wi-Fi 12 Relay Module. Any other Denkovi Ethernet Device from this list can be acessed with same success from your iOS device via DAE-iModules.

Some useful information about DAE-iModules/DAE-aModules and DAEnetIP3 12 Relay Module: Select device DAEnetIP3. Enter the IP, HTTP Port and web password for the device Tab "Other" contains the analog input values for the hardware linearization (by DAEnetIP3) while tab "Analog Inputs" shows their original values To connect and scale the analog inputs with sensors, please refer to this link: http://denkovi.com/connecting-analog-sensors-to-DAEnetIP3-ethernet-12-relay-module   Some useful information about DAE-iModules/DAE-aModules and DAEnetIP3 12 Relay Module: DAEnetIP3 Manager Virtual Serial Port (Virtual Com Port)DAEnetIP3 and all devices that are based on it may be accessed/controlled via Virtual Serial Port. In other words the the device in this auction may be accessed via COM Port RS232 commands from your computer because it will apear as COM Port: Example commands and responses that are sent/received via the DAEnetIP3 VSP (COM Port). The serial address of DAEnetIP3 is 00.All the commands are described in the user manual DAEnetIP3_UM.pdf  Web browser DAEnetIP3 has built-in web server for configuration. All the parameters can be accessed via web browsers like Mozilla, IE and Opera. The pages for I/O ports are refreshed automatically. In this way it is possible to track all the I/O states in real time without manually refreshing the page. The web browser must support JavaScript. The page below the text shows the page for the analog inputs. Their states are automaticaly refreshed each 2-3 seconds. The user doesn't have to click refresh button each time but just tracks the I/O changing values almost in real time (Ajax).TCP/IP commands DAEnetIP3 controller has possibility for access via TCP/IP socket. The user may connect with custom software to port (default is 1010) that is defined for socket based TCP/IP communication. The protocol is not based on some standart, but it is developed especially for the DAEnetIP3 controller. The full description of the protocol may be found in the user manual. It is fully ASCII (strings). The reason for creating such communiation way is that TCP/IP sockets are widely used in all programing languages.In this way you may create software for DAEnetIP3 without learning difficult and heavy protocols. The controller supports RC4 encryption/decription for the TCP/IP socket comunication. This is security measure that gives you basic protection. Another security option is IP address protection, that allows only one IP to access the DAEnetIP3 via Web, Socket and Telnet.Example commands:Set Digital Output 1 in Low state Send: 00AS0=0; Receive: 00AS0=0;Get Analog input 1 value Send: 00CV0=?; Receive: 00CV0=512; HTTP API commands Bellow are shown example commands. Please note that there is HTTP API password (by default it is admin) to prevent unauthorized access. Example commands: send: http://your.ip.address/command.html?P=admin&ASG=?& (get the whole PortA status of DAEnetIP3) receive: <!DOCTYPE html><html><body> ASG=0F0F; </body></html> send:http://your.ip.address/command.html?P=admin&ASG=?&BVG=?&CV0=?& (send several commands at a time) receive: <!DOCTYPE html><html><body> ASG=FFFF;BVG=0F;CV0=12; </body></html>  Telnet DAEnetIP3 can be easily accessed via Telnet. Simple password protection mechanizm is provided. Note that Telnet is not secure protocol, so it is recommend using only in secure networks. On the figure right to the text is shown how DAEnetIP3 controller with IP address 192.168.1.50 is accessed via Telnet with Windows XP.Ofcourse these commands are only small part. The full list may be found in the documentation. Serial Port Each DAEnetIP3 controller may be accessed via UART serial communication. The protocol is given in the documentation. This is provided in case you need RS485 network for example accessed only with one IP address. Each controller has serial address, that is given in each packet sent to the server bridge from user software.The figure right to the text shows how 3 DAEnetIP3 controllers are connected in serial network using UART <-> RS485 convertors (not included in the auction). The serial network may be accessed over LAN or WAN with user TCP/IP socket based software.        Denkovi Relay Manager (DRM) is multiplatform software for easy controlling all kinds of Denkovi relay boards (USB,SNMP,TCP/IP)CAUTION! Using of Denkovi Relay Manager (DRM) Software with devices which are not manufactured by Denkovi Assembly Electronics LTD is not allowed! The item is supported by DRM Software (but only the relays can be controlled). DRM Software will hep you to save money for expensive software and time in programming. It allows you to switch ON/OFF your devices at particular date and time, turn ON/OFF the relays with pulses or control them via specific sequence. If you have ordered at least one of our relay boards from this list you may turn your PC in powerful automation tool. For more information about DRM Software, screen-shots, detailed description and download - here

  Demo video showing 8 buttons connected to the digital inputs of the module. Each button demonstrates different controlling some of the relays.  Demo video showing 8 buttons connected to the digital inputs of the module. Each button demonstrates different controlling some of the relays.  

This is example of how analog inputs controls the digital outputs (relays). When some analog input crosses low/high threshold the relay starts/stops making pulses. This is one of the many functions of this PLC module. It is connected with PC directly with ethernet cable. All the processes can be monitored via web browser dynamicaly (with auto-refresh). This is example of how analog inputs controls the digital outputs (relays). When some analog input crosses low/high threshold the relay starts/stops making pulses. This is one of the many functions of this PLC module. It is connected with PC directly with ethernet cable. All the processes can be monitored via web browser dynamicaly (with auto-refresh).  Please note that TFTP firmware upgrade is not anymore supported. From our experience we don't recommend to use it because it is unsafe and can damage your DAEnetIP3 controller. If you would like to upgrade your DAEnetIP3 device with the last firmware version, please contact with us and we will send you instructions. Report item - opens in a new window or tab Description current Shipping and payments eBay item number:170821902411 Seller assumes all responsibility for this listing. Last updated on  Jul 03, 2016 05:05:13 PDT  View all revisions Item specifics Condition: New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is applicable). Packaging should be the same as what is found in a retail store, unless the item is handmade or was packaged by the manufacturer in non-retail packaging, such as an unprinted box or plastic bag. See the seller's listing for full details. See all condition definitions- opens in a new window or tab ... Read moreabout the condition Brand: Denkovi Digital Inputs: 8 MPN: DAE-PB-RO12/DI8/AI8 + DAEnetIP3-EB Power supply: 12 VDC Country of Manufacture: Bulgaria Interface: Ethernet (UTP cable) Protocols: HTTP, TCP/IP, Telnet, NTP, ARP, UART, ICMP, SMTP Relay channel Max Current Load: 10 A Relays: 12 EAN: NA Analog Inputs: 8 UPC: NA   Denkovi Assembly Electronics ltd. Internet/Ethernet 12 Channel Relay Module 16 A/D I/O Board - Web, TCP/IP, DAQ General description This is standalone Internet/Ethernet relay module (board) for remote management and control with Virtual Serial Port, TCP/IP, Web, HTTP API, Telnet and serial commands access. It has 12 SPDT Relays, 8 digital inputs (0-12V), 8 analog inputs (0-10V) and one UART port. Inputs can be adjusted to control relays (standalone work). Also inputs of one controller can control outputs of another over the LAN/WAN (box-to-box mode). It can send E-mails on inputs change as well. Suitable for remote control, home automation, data acquisition, sensor processing, alarm systems, PLC applications. Now with free Android and iOS mobile App!  

Demo video with two devices connected via ethernet utp cable (Box-To-Box). There are 8 push buttons connected to the first one and one ABB ultrasonic distance sensor connected to the analog inputs of the another one. The inputs of the devices control not only their relays, but the relays of the remote device.     Module specification: 10/100 Mbit Ethernet interface with Link Led. Auto MDIX UART interface for RS232/RS485 serial connection with other such controllers. UART can be used also for configuration of the parameters Power supply: 12VDC / 550mA 12 x SPDT Relays RAS-12-15 (10A / 250VAC, 15A / 120VAC, 15A / 24VDC) 1 x 8 digital inputs. Levels: 0-12V 1 x 8 analog inputs. Referent voltage: 2.5 V, resolution: 10 bits, input range: 0-10V On boot the outputs are set with states before reset Built in RTC (Real Time Clock). It can be synchronized via NTP manually or automatically each 6 hours Capacitor power backup keeps time for days during power failure Virtual Serial Port - it may be accessed with Serial RS232 commands over TCP/IP network Integrated WEB server with password and features like Ajax parameters reading Telnet commands HTTP API commands - New TCP/IP ASCII protocol with optional RC4 encryption All the network ports can be defined by the user Supports ICMP (ping) 19 modes for I/O lines such as inverting, timer, pulses, setting output via input and switch ON/OFF according particular time (scheduling) Any input may be referred to control any output of this or another controller in the TCP/IP network Linearization for the analog inputs - New Box-to-Box (distributed) mode SMTP with authentication (SSL is not supported) - New E-mail notifications for various events - New IP address protection Power and status led Working temperature range: 0 to +70 °C; Configuration, control and monitoring software: DAEnetIP3 Manager - New Denkovi software: DAEnetIP3 Manager Windows Software, DAE-iModules - FREE iOS mobile app, DAE-aModules - FREE Android mobile app and many others third parity software apps Software examples in Java, .NET, VB6 and BCB6 (or others by request) DAEnetIP3 documentation: DAEnetIP3 user's manual It is possible functions by customer's request to be created (for example web pages modification), put Logo and company name (OEM) or change the inputs range voltage... Application examples Remote electrical devices control. Each relay handles 10A at 230VAC. Sensor information processing (temperature,humidity,distance...) Management/monitoring for industrial It may be used for simple standalone web based thermostat Remote Lock/unlock doors Home automation It may be used as standalone PLC It may be used for controlling another such device over the LAN without PC. The auction includes 1 x DAEnetIP3 - EB Ethernet controller - user manual DAEnetIP3_UM.pdf 1 x DAE-PB/RO12/DI8/AI8 peripheral board - Module related documentation 3 x plastic spacers DRM Software - Denkovi Relay Manager Software. CD is not included in the package but the software is available for download from this link DAEnetIP3 Manager - downloadable from this link Instructions Bellow is given shortcut for instructions how to connect the device DAE-PB-RO12/DI8/AI8 + DAEnetIP3-EB or only DAEnetIP3-EX for first time to router with UTP cable. In the user's manual are shown the rest connection types. Connect DAEnetIP3 RJ45 port with UTP (doesn’t matter crossover or straight) cable. Connect PC with the other side of the UTP cable. Change the IP of the PC. It may be for example 192.168.0.1. (DAEnetIP3 is with 192.168.0.100). Supply DAEnetIP3 with power supply 12 VDC (the middle pin of DAEnetIP3 power jack is +12VDC). The power led (with red color) must be on. Open your browser (IE, Firefox, Opera) and type 192.168.0.100 in the address bar. Use admin for password. Open admin settings. Change the Eth IP address of DAEnetIP3. Make it to be in one network with your router and PC. For example if your router is with IP 192.168.0.1 and PC with 192.168.0.101, make DAEnetIP3 with 192.168.0.100. Eth mask must be 255.255.255.0 and Eth gateway 192.168.0.1 (router IP) Click “Save” button. Unplug the power supply. Disconnect the UTP cable from PC and connect it to the router. Supply again the DAEnetIP3 Open browser and type 192.168.0.100. Now you may access the DAEnetIP3 controller with router via router from PC.     Typical connection of the device Please pay attention that: the middle pin of the power jack is +12VDC There is not protection against reverse voltage. We recommend to use power supply adaptor that outputs 12 VDC stabilized. Inproper power supply voltage will damage the device ! We recommend to use this 12VDC Power Supply Adaptor (SYS1357-2412 ) that may be found also in our store. Please contact with us if you have questions. We sell the adaptor with one of the AC plugs for: USA, UK, EU, AUS.   Note the Power adapter is not included in the auction, we just recommend to use it with the dvice! It is sold separately. You may find it in our store!   I/O Ports 16 Digital Outputs (Port A) DAEnetIP3 has 16 digital outputs working in 19 different modes. However the peripheral board DAE-PB/RO12/DI8/AI8 has only 12 relay outputs. So to set the relays you need to change DO0 - DO11. When the output level is 0, the relay is OFF. When it is 1, the relays is ON. 8 Digital Inputs (Port B) DAEnetIP3 has 8 digital inputs working in 3 different modes. The DAEnetIP3 PortB.0 DI is connected with DAE-PB/RO12/DI8/AI8 Din1, PortB.7 is connected with Din8. When the PortB.X is 1, this means there is high level signal in DinX. When it is 0, this means DinX is not connected or there is low level signal. The input can be monitored only, can control some PortA digital output by rising/falling edge or it can control even output from another DAEnetIP3 controller (Box-To-Box). 8 Analog Inputs (Port C) DAEnetIP3 has 8 analog inputs with 2.5 VDC reference voltage source and 1024 bit resolution. The DAE-PB/RO12/DI8/AI8 peripheral board extends the input voltage to be from 0 to 10VDC.The DAEnetIP3 PortC.0 AI is connected with DAE-PB/RO12/DI8/AI8 Ain1, PortC.7 is connected with Ain8. The input voltage may be calculated by the following formula: V_Ain(X) = (PortC(X-1) / 1023) * 10, where V_Ain (X) is the input voltage of the The DAE-PB/RO12/DI8/AI8 Ain channel with number X (X is from 1 to 7). PortC(X-1) is the DAEnetIP3 analog input channel with number X-1 (X-1 is from 0 to 7). So for example if we have PortC.0= 512, this means the input voltage is 5.00V. If we have 742, the input voltage is 7.253V. The input may be tracked only, may control some PortA digital output by crossing threshold or it may control even output from another DAEnetIP3 controller (Box-To-Box).The inputs can also be calibrated softwarely according your hardware application so they can be retreived directly in desirable units (C,V,m...).This is so called linearization. Mobile Apps DAE-iModules iOS mobile App - 100% FREE     DAE-aModules Android mobile App - 100% FREE The video bellow shows how you can control DAEnetIP3 based device - Wi-Fi 12 Relay Module. Any other Denkovi Ethernet Device from this list can be acessed with same success from your iOS device via DAE-iModules.

Some useful information about DAE-iModules/DAE-aModules and DAEnetIP3 12 Relay Module: Select device DAEnetIP3. Enter the IP, HTTP Port and web password for the device Tab "Other" contains the analog input values for the hardware linearization (by DAEnetIP3) while tab "Analog Inputs" shows their original values To connect and scale the analog inputs with sensors, please refer to this link: http://denkovi.com/connecting-analog-sensors-to-DAEnetIP3-ethernet-12-relay-module   How to access the ip controller DAEnetIP3 Manager   Virtual Serial Port (Virtual Com Port) DAEnetIP3 and all devices that are based on it may be accessed/controlled via Virtual Serial Port. In other words the the device in this auction may be accessed via COM Port RS232 commands from your computer because it will apear as COM Port: Ethernet TCP/IP Data Acquisition I/O Module appears as VSP (COM Port) on your PC It may be accessed with any Serial Terminal (for exaple HyperTerminal) The only thing the user has to do is to send and receive commands via the COM Port. All the TCP/IP commnucation is done by the driver. There is not matter if your DAEnetIP3 device is connected to your PC over LAN cable or Wireless Wi-Fi network, it will appear as VSP (COM Port) on your PC. You need to set only the proper IP, Port and COM Port Name.   Example commands and responses that are sent/received via the DAEnetIP3 VSP (COM Port). The serial address of DAEnetIP3 is 00. Get Digital Input 1 level (Din1), counting in the commands is zero based: Send : 00BV0=?; Receive : 00BV0=0; //The level is low Get Analog Input 1 level (Ain1), counting in the commands is zero based: Send : 00CV0=?; Receive : 00CV0=512; Set Digital Output 12 (Do12) in High level, counting in the commands is zero based: Send : 00ASB=1; Receive : 00ASB=1; Get the Ethernet IP address of the module. Send : 00MIP=?; Receive : 00MIP=192.168.0.100; All the commands are described in the user manual DAEnetIP3_UM.pdf   Web browser DAEnetIP3 has built-in web server for configuration. All the parameters can be accessed via web browsers like Mozilla, IE and Opera. The pages for I/O ports are refreshed automatically. In this way it is possible to track all the I/O states in real time without manually refreshing the page. The web browser must support JavaScript. The page below the text shows the page for the analog inputs. Their states are automaticaly refreshed each 2-3 seconds. The user doesn't have to click refresh button each time but just tracks the I/O changing values almost in real time (Ajax). TCP/IP commands DAEnetIP3 controller has possibility for access via TCP/IP socket. The user may connect with custom software to port (default is 1010) that is defined for socket based TCP/IP communication. The protocol is not based on some standart, but it is developed especially for the DAEnetIP3 controller. The full description of the protocol may be found in the user manual. It is fully ASCII (strings). The reason for creating such communiation way is that TCP/IP sockets are widely used in all programing languages.In this way you may create software for DAEnetIP3 without learning difficult and heavy protocols. The controller supports RC4 encryption/decription for the TCP/IP socket comunication. This is security measure that gives you basic protection. Another security option is IP address protection, that allows only one IP to access the DAEnetIP3 via Web, Socket and Telnet. Example commands: Set Digital Output 1 in Low state Send: 00AS0=0; Receive: 00AS0=0; Get Analog input 1 value Send: 00CV0=?; Receive: 00CV0=512; HTTP API commands Bellow are shown example commands. Please note that there is HTTP API password (by default it is admin) to prevent unauthorized access. Example commands: send: http://your.ip.address/command.html?P=admin&ASG=?& (get the whole PortA status of DAEnetIP3) receive: <!DOCTYPE html><html><body> ASG=0F0F; </body></html> send:http://your.ip.address/command.html?P=admin&ASG=?&BVG=?&CV0=?& (send several commands at a time) receive: <!DOCTYPE html><html><body> ASG=FFFF;BVG=0F;CV0=12; </body></html>   Telnet DAEnetIP3 can be easily accessed via Telnet. Simple password protection mechanizm is provided. Note that Telnet is not secure protocol, so it is recommend using only in secure networks. On the figure right to the text is shown how DAEnetIP3 controller with IP address 192.168.1.50 is accessed via Telnet with Windows XP. Open command line and type: telnet "IP of the controller" Use the passowrd, in our case this is admin. After correct login the controller responds with welcome message. The first command is ASG=0000; - it sets all 16 DO in low level. CV0=?; gets the ADC channel 0 value. Its 415; It may be from 0 up to 1023. BVG=?; gets the eight digital inputs levels. Its 00, which means all inputs are in low level ASG=FFFF; Sets all the 16 DO in high level. Ofcourse these commands are only small part. The full list may be found in the documentation.   Serial Port Each DAEnetIP3 controller may be accessed via UART serial communication. The protocol is given in the documentation. This is provided in case you need RS485 network for example accessed only with one IP address. Each controller has serial address, that is given in each packet sent to the server bridge from user software. The figure right to the text shows how 3 DAEnetIP3 controllers are connected in serial network using UART <-> RS485 convertors (not included in the auction). The serial network may be accessed over LAN or WAN with user TCP/IP socket based software.                 DRM Software DRM Software Denkovi Relay Manager (DRM) is multiplatform software for easy controlling all kinds of Denkovi relay boards (USB,SNMP,TCP/IP) CAUTION! Using of Denkovi Relay Manager (DRM) Software with devices which are not manufactured by Denkovi Assembly Electronics LTD is not allowed! The item is supported by DRM Software (but only the relays can be controlled). DRM Software will hep you to save money for expensive software and time in programming. It allows you to switch ON/OFF your devices at particular date and time, turn ON/OFF the relays with pulses or control them via specific sequence. If you have ordered at least one of our relay boards from this list you may turn your PC in powerful automation tool. Multiplatform software: supported by Windows/Linux (ver. 2.0) Control up to 32 relay boards User-friendly intuitive interface Save/Load file Control mode: single and multiple setting of the relays Single pulse with adjustable delay from the control mode (ver. 2.0) Timer mode: create timer playlist for the relays Weekly mode: each relay may be turned ON/OFF on each day of the week Calendar mode: each relay may be turned ON/OFF on particular date at particular time Pulse mode: each relay may work in pulse mode by setting duration for ON and duration for OFF. Adjustable number of pulses (ver. 2.0) Each relay from each relay board can work independently in some of the five modes Each relay board and each relay can be named by the user Indicator panel Auto load function - the last working file is loaded when DRM is started Auto connect function - when the relay board is disconnected DRM will keep trying to find and when this is done, the relay board will be connected again Auto start function - DRM software starts when the OS starts (Currently not supported in Windows 8 and Linux) Auto set function - DRM will set the relays automatically when the relay board is connected Possibility of DRM to starts when PC boots and continues to work from the last saved point For more information about DRM Software, screen-shots, detailed description and download - here DRM Software image - control mode for Ethernet TCP/IP Data Acquisition I/O Module Demo video - DRM Software and Ethernet TCP/IP Data Acquisition I/O Module Demo videos

  Demo video showing 8 buttons connected to the digital inputs of the module. Each button demonstrates different controlling some of the relays.  

This is example of how analog inputs controls the digital outputs (relays). When some analog input crosses low/high threshold the relay starts/stops making pulses. This is one of the many functions of this PLC module. It is connected with PC directly with ethernet cable. All the processes can be monitored via web browser dynamicaly (with auto-refresh).   Pictures Useful links General links DAEnetIP3 user's manual - here Ethernet Module documentation - here How to control DAEnetIP3 with Virtual Serial Port - here How to connect sensors to the module (schematics) - here Software by Denkovi DAE-iModules - Mobile app for iOS mobile devices, support link here DAE-aModules - Mobile app for Android mobile devices, support link here DRM Software download and support page - here DAEnetIP3 Manager software download and support page - here DAEnetIP3 Command line tool - here Software examples VB .NET Express 2010 (screenshot) - Example how to access DAEnetIP3 via Virtual Com Port (VCP). There is tutorial how to do this - here. The executable file is here. C# .NET Express 2010 - Example how to access DAEnetIP3 via HTTP GET commands. Visual Basic 6 (screenshot) - Example how to acess the I/O lines (does not include RC4) - download. Borlnad C++ Builder 6 (screenshot) - Example how to acess the I/O lines (does not include RC4) - download. Java (using TCP/IP sockets) - Example how to acess the I/O lines (does not include RC4) - download. Java (using HTTP/API) - Example how to acess the I/O lines (does not include RC4) - download. Third parity software Majordomotic - Cloud home automation software by the company EdelBit. It supports all our ethernet relays and ip controllers. Additional android software is available as well. Here we have tried to explain how to work with it together with our hardware - http://denkovi.com/majordomotic-with-denkovi-ethernet-relays MyDomoticaHd - Android software by www.phsoftware.altervista.org. Additional explanation how to use the software with our ethernet relays and ip controllers - here:http://denkovi.com/mydomoticahd-with-denkovi-ethernet-relays Android application for mobile devices by iSwitch LLC, Android market link - here, developer's page - here . Please note if your DAEnetIP3 controller is with firmware version 1.0.0, then RC4 option must be turned off. Please note that TFTP firmware upgrade is not anymore supported. From our experience we don't recommend to use it because it is unsafe and can damage your DAEnetIP3 controller. If you would like to upgrade your DAEnetIP3 device with the last firmware version, please contact with us and we will send you instructions. Please read before buy Contact information Skype: borislav__denkov Questions and answers about this item No questions or answers have been posted about this item. Ask a question - opens in a new window or tab 09464 Seller assumes all responsibility for this listing. Shipping and handling This item will ship to Thailand, but the seller has not specified shipping options. Contact the seller- opens in a new window or tab and request a shipping method to your location. Shipping cost cannot be calculated. Please enter a valid ZIP Code. Item location: Europe, Bulgaria Shipping to: Worldwide Excludes: Russian Federation No additional import charges at delivery! This item will be shipped through the Global Shipping Program and includes international tracking. Learn more- opens in a new window or tab Quantity: Change country: -Select- Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Republic Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bosnia and Herzegovina Botswana Brazil British Virgin Islands Brunei Darussalam Bulgaria Burkina Faso Burundi Cambodia Cameroon Canada Cape Verde Islands Cayman Islands Central African Republic Chad Chile China Colombia Comoros Congo, Democratic Republic of the Congo, Republic of the Cook Islands Costa Rica Cote d Ivoire (Ivory Coast) Croatia, Republic of Cyprus Czech Republic Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Falkland Islands (Islas Malvinas) Fiji Finland France French Guiana French Polynesia Gabon Republic Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti Honduras Hong Kong Hungary Iceland India Indonesia Iraq Ireland Israel Italy Jamaica Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea, South Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macau Macedonia Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Morocco Mozambique Namibia Nauru Nepal Netherlands Netherlands Antilles New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norway Oman Pakistan Palau Panama Papua New Guinea Paraguay Peru Philippines Poland Portugal Puerto Rico Qatar Reunion Romania Rwanda Saint Helena Saint Kitts-Nevis Saint Lucia Saint Pierre and Miquelon Saint Vincent and the Grenadines San Marino Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Slovakia Slovenia Solomon Islands Somalia South Africa Spain Sri Lanka Suriname Swaziland Sweden Switzerland Taiwan Tajikistan Tanzania Thailand Togo Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu Uganda Ukraine United Arab Emirates United Kingdom United States Uruguay Uzbekistan Vanuatu Vatican City State Venezuela Vietnam Virgin Islands (U.S.) Wallis and Futuna Western Sahara Western Samoa Yemen Zambia Zimbabwe There are 45 items available. Please enter a number less than or equal to 45. Select a valid country. ZIP Code: Please enter a valid ZIP Code. Please enter 5 or 9 numbers for the ZIP Code. Shipping and handling Each additional item To Service Delivery* US $15.70 US $7.85 Thailand Standard Int'l Shipping Varies for items shipped from an international location Seller ships within 5 days after receiving cleared payment - opens in a new window or tab. US $49.00 Free Thailand Expedited Int'l Shipping Varies for items shipped from an international location Seller ships within 5 days after receiving cleared payment - opens in a new window or tab. * Estimated delivery dates- opens in a new window or tab include seller's handling time, origin ZIP Code, destination ZIP Code and time of acceptance and will depend on shipping service selected and receipt of cleared payment- opens in a new window or tab. Delivery times may vary, especially during peak periods. Domestic handling time Will usually ship within 5 business days of receiving cleared payment - opens in a new window or tab. Return policy After receiving the item, contact seller within Refund will be given as Return shipping 14 days Money back or item exchange (buyer's choice) Buyer pays return shipping Payment details Payment method Preferred / Accepted   Accepted  

More details