BrickElectric Ethernet Relay

Size: px
Start display at page:

Download "BrickElectric Ethernet Relay"

Transcription

1 BrickElectric Ethernet Relay BE-M100 Excellent building block for LAN/Internet connection Features WEB control / Port Forwarding Software update via Internet 5 VDC power supply EasyBus - simple solution LAN mode Internet mode DHCP - Plug and play Android App Software Password Protection Integrated PLC(Coming Soon) Introduction BE-M100 is an Ethernet Remote Relay Module, with 2 output channels, and provide with both enclosed and open type housing. Its Ethernet connector provides 10/100baseT interface. It supports EasyBus, HTTP control and can be used with servers, computers, routers, etc., to provide remote control and monitor. You can also define the port number for HTTP by yourself, to realize Router Port Forwarding. With Internet mode, BE-M100 provide control possibility without any distance limit. What's more, with DHCP functions, it doesn't need to make any settings anymore. So just plug and play, power it on and then enjoy your remote control with a smart phone at anywhere.

2 General Power Consumption 3W max. Operation Temperature 0 85 Module Size 75mmx50mmx20mm Weight - Connection Diagram Fig. 1.1 Specifications Electric Specifications Parameters At T = 25, V suplly = 5V unless otherwise specified. Symbol Values Unit Min. Typ. Max. Operating voltage V s V Output Relay Rating - 250VAC/10A 125VAC/10A 24VDC/10A 12VDC/10A -

3 Software Specifications Default Settings IP Setting: IP address: Subnet Mask: Gateway: Latest Firmware Version V2.0 You can download latest firmware for free. DHCP function State: Disable HTTP function State: Enable Port: 80 EasyBus function State: Enable Port: 5000 Internet Control State: Enable A Practical step-by-step operation guide for starters This part is a step-by-step tutorial explaining how to start with BE-M100. We'll not discuss too much details here. The only simplest idea here is to make it work by guides with minimum steps. For more information, please refer to later chapters. HTTP Mode: 1. Connect BE-M100 with your routers or computer via a standard Ethernet cable. And then power it on with 5VDC power supply.(see fig.1.1 at page 2) 2. Open any Browser, for example Chrome is used here as demonstration. When the Browser is started, please enter URL : /on0. Relay channel 1 will be switched on, and also a message will be returned and displayed in your browser. Congratulations!

4 LAN Mode: 1. Connect BE-M100 with your routers or computer by Ethernet cable, and then power it on with 5VDC power supply.(see fig.1.1 at page 2) 2. Open any TCP test tool(if you don't have any, or you don't what socket test tool is, you can use TCP/IP Builder, it is within our software package). Open it and see the following Fig.1.2: Fig In "Socket Setup" group, at the first Local enter your PC's IP address, for example this demo PC is at , and then select TCP. At the second Local, leave the value 0 as default, and then click Create Socket. If you don't know your PC's IP address, please click on System Info... at bottom left, and you will get your PC IP address. Now we should see the following Fig.1.3(second Local will automatically change itself to a random value, it's OK):

5 Fig In "Connection Setup" group, at IP please enter the IP address of BE-M100, which by default is At Port please input the port number of BE-M100, which by default is And then click on Connect. If everything goes right and the connection is successful, Send button will be enabled now. See Fig.1.4 Fig Now it is able control the relay module. To switch on relay channel 1, at Send data enter "ON1;" and then click Send, you'll hear the relay opened and also a feedback will show up at Received data: "ON1;", this means the relay module has received your message and executed it correctly. If later you want to switch off channel 1, just enter "OFF1;" and then click on Send data, you'll find the relay is closed and of course a feedback will tell you communication is successful. See Fig.1.5 Fig.1.5

6 Internet Mode: 1. Connect BE-M100 with your routers or computer by Ethernet cable. And then power it on with 5VDC power supply.(see fig.1.1 at page 2) 2. Open "Hello Brick" app for android at any android phone, register a user and then have fun with Internet control. No other need at relay module is necessary. 3. If you need online help or need to contact us for customized functions, please click the bottom right red "online help button". One of our daily on duty R&D engineer will talk to you directly.

7 Easybus Specifications EasyBus use more friendly language to control the relay module. With "easy to understand" grammar and similarity to OS command lines, it's extremely easy to work with it. Not like any other field bus, you don't need to be an expert of automation industry to use it. We believe this saves the time for many engineers who want to focus on software programming but not at industry automation. We provide such a tool so our customer can fully concentrate on more creativity jobs, rather than spend their time on studying the old-fashioned and very long industry automation communication standard knowledge. To switch on relay channel 0: Send: "on0;" Return: "ON0;" To switch off relay channel 0: Send: "off0;" Return: "OFF0;" To switch on relay channel 1: Send: "on1;" Return: "ON0;" To switch off relay channel 1: Send: "off1;" Return: "OFF0;" To switch on relay channel 0 with defined on time, and then automatically switch off: Send: "on0 = 10s;" (explanation: switch on for 10 seconds) Send: "on0 = 100ms;" (explanation: switch on for 100 milliseconds) Return: "ON0=10S;" To switch off relay channel 0 with defined on time, and then automatically switch on: Send: "off0 = 10s;" (explanation: switch off for 10 seconds) Send: "off0 = 100ms;" (explanation: switch off for 100 milliseconds) Return: "ON0=10S;" To switch on relay channel 1 with defined on time, and then automatically switch off: Send: "on1 = 10s;" (explanation: switch on for 10 seconds) Send: "on1 = 100ms;" (explanation: switch on for 100 milliseconds)

8 Return: "ON1=10S;" To switch off relay channel 1 with defined on time, and then automatically switch on: Send: "off1 = 10s;" (explanation: switch off for 10 seconds) Send: "off1 = 100ms;" (explanation: switch off for 100 milliseconds) Return: "OFF1=10S;" To read relay channel 0: Send: "read0;" Return: "ON0" or "OFF0" To assign a new IP address, for example : Send: "newip = ;" Return: "NEWIP= ;" To save the data you changed: Send: "save;" Return: "SAVE;" To reboot the module: Send: "reboot;" Return: "REBOOT;" To enable dhcp functions: Send: "service dhcp start;" Return: "SERVICE DHCP START;" To disable dhcp functions: Send: "service dhcp stop;" Return: "SERVICE DHCP STOP;" To input password: Send: "pw = ;" Return: " " (explanation: is default password) (explanation: no return) To enable password protection: Send: "service password start;" Return: "SERVICE PASSWORD START;" Notice: once you enabled the password, it will be effective immediately. When you want to make other operations, you need always input password first in you command. If your password is not correct, BE-M100 will perform no action. For example you want to send next cmd "on0", you

9 need to do: Send: "pw = ; on0;" To disable password protection: Send: "service password stop;" Return: "SERVICE PASSWORD STOP;" Notice: Once you enabled password service, you need to input correct password first and then you can disable your password protection. You need to do: Send: "pw = ; service password stop;" To modify your password: Send: "newpw = ;" (Explanation: a validate password can have maximum 10 characters) Return: "NEWPW = ;" Notice: Once you enabled password service, you need to input correct password first and then you can change your password. You need to do: Send: "pw = ; newpw = ;" To modify HTTP port number for port forwarding: Send: "webport = 12345;" (replace with the port number you want) Return: WEBPORT = 12345; HTTP Specifications Http mode use URL to control BE-M100, and return message as html format. You can use any standard Browser to access BE-M100, or you can use any programming language to realized http access, so that it is able customized your GUI or control logic. All the URL below assuming default IP setting is used. If you changed IP settings please change the IP address in URL to the correct value. To switch on relay channel 0: URL: " /on0" Return: "ON0;" To switch off relay channel 0: Send: " /off0" Return: "OFF0;" To switch on relay channel 1: Send: " /on1" Return: "ON0;" To switch off relay channel 1: Send: " /off1" Return: "OFF0;"

10 To switch on relay channel 0 with defined on time, and then automatically switch off: Send: " /on0=10s" (explanation: switch on for 10 seconds) Send: " /on0=100ms" (explanation: switch on for 100 milliseconds) Return: "ON0=10S;" To switch off relay channel 0 with defined on time, and then automatically switch on: Send: " /off0=10s" (explanation: switch off for 10 seconds) Send: " /off0=100ms" (explanation: switch off for 100 milliseconds) Return: "ON0=10S;" To switch on relay channel 1 with defined on time, and then automatically switch off: Send: " /on =10s" (explanation: switch on for 10 seconds) Send: " /on1=100ms" (explanation: switch on for 100 milliseconds) Return: "ON1=10S;" To switch off relay channel 1 with defined on time, and then automatically switch on: Send: " /off1=10s" (explanation: switch off for 10 seconds) Send: " /off1=100ms" (explanation: switch off for 100 milliseconds) Return: "OFF1=10S;" To read relay channel 0: Send: " /read0" Return: "ON0" or "OFF0" To assign a new IP address, for example : Send: " /newip= " Return: "NEWIP= ;" To save the data you changed: Send: " /save" Return: "SAVE;" To reboot the module: Send: " /reboot" Return: "REBOOT;" To enable dhcp functions:

11 Send: " /service?dhcp=start" Return: "SERVICE DHCP START;" To disable dhcp functions: Send: " /service?dhcp=stop" Return: "SERVICE DHCP STOP;" To input password: Send: " /pw=123456" (explanation: is default password) Return: " " (explanation: no return) To enable password protection: Send: " /service?password=start" Return: "SERVICE PASSWORD START;" Notice: once you enabled the password, it will be effective immediately. When you want to make other operations, you need always input password first in you command. If your password is not correct, BE-M100 will perform no action. For example you want to send next cmd "on0", you need to do: Send: " /pw = &on0" To disable password protection: Send: " /service?password=stop" Return: "SERVICE PASSWORD STOP" Notice: Once you enabled password service, you need to input correct password first and then you can disable your password protection. You need to do: Send: " /pw=123456&service?password=stop" To modify your password: Send: " /newpw=567890" (Explanation: a validate password can have maximum 10 characters) Return: "NEWPW = " Notice: Once you enabled password service, you need to input correct password first and then you can change your password. You need to do: Send: " /pw=123456&newpw=567890" To modify HTTP port number for port forwarding: Send: " /webport = 12345;" (replace with the port number you want) Return: WEBPORT = 12345; Notice: Once you changed the web port, please send your next command to the correct port number. For example when you changed it to 12345, you need the following address format: Send: " :12345/on0" If you have any questions or any customized software/hardware requirement, please send an to our mailbox: brickelectric@hotmail.com

BrickElectric Ethernet Relay

BrickElectric Ethernet Relay BrickElectric Ethernet Relay BEM106 Excellent network building block Features WEB control / Port Forwarding Software update via Internet Auto ping and programmable reboot Hardware Reset 5-24 VDC power

More information

BrickElectric Ethernet Relay

BrickElectric Ethernet Relay BrickElectric Ethernet Relay BEM104 Excellent network building block Features WEB control Modbus-TCP Auto ping and programmable reboot Hardware Reset 5-24 VDC power supply EasyBus - simple solution Android

More information

Lab - Connect to a Router for the First Time

Lab - Connect to a Router for the First Time Introduction In this lab, you will configure basic settings on a wireless router. Recommended Equipment A computer with Windows installed An Ethernet NIC installed Wireless router Ethernet patch cable

More information

Ayrstone AyrMesh Router Setup

Ayrstone AyrMesh Router Setup Ayrstone AyrMesh Router Setup This guide should help you set up AyrMesh Router SP. The setup is relatively simple but should you need more detailed directions, such as slide shows, video, or troubleshooting

More information

ETH002-2 Relays at 16A Technical Documentation

ETH002-2 Relays at 16A Technical Documentation ETH002-2 Relays at 16A Technical Documentation Overview The ETH002 provides two volt free contact relay outputs with a current rating of up to 16Am. The module is powered from a 12vdc supply which can

More information

Accessing the AXM-WEB at Admin level

Accessing the AXM-WEB at Admin level Accessing the AXM-WEB at Admin level This document will provide a brief overview of accessing the AXM-WEB at Admin level. In this level users will be able to read and view meter information as well as

More information

ETH044-4 SSR (230VAC) and 4 Digital IO

ETH044-4 SSR (230VAC) and 4 Digital IO ETH044-4 SSR (230VAC) and 4 Digital IO Technical Documentation WARNING Mains Voltages can be Lethal. If you are not confident with using these voltages, please use a qualified electrician to wire this

More information

Radiolabs Bridge in a Box Setup

Radiolabs Bridge in a Box Setup Radiolabs Bridge in a Box Setup This manual will guide you through creating a point-to-point bridge using your Radiolabs equipment. Step 1: Preparing for setup. To set the bridge up, start by unboxing

More information

Expert Power Control NET 4x DIN

Expert Power Control NET 4x DIN Expert Power Control NET 4x DIN 2009 Gude Analog- & Digitalsysteme GmbH 2009 Gude Analog- & Digitalsysteme GmbH 14.12.2009 Content 3 Table of contents 1 Security Advise 4 2 Description 5 3 Hardware 3.1

More information

Welcome. Unleash Your Phone

Welcome. Unleash Your Phone User Manual Welcome Unleash Your Phone For assistance with installation or troubleshooting common problems, please refer to this User Manual or Quick Installation Guide. Please visit www.vonage.com/vta

More information

Installation Procedure Windows 95/98/ME with Internet Explorer 5.x & 6.0

Installation Procedure Windows 95/98/ME with Internet Explorer 5.x & 6.0 Installation Procedure Windows 95/98/ME with Internet Explorer 5.x & 6.0 Printer Friendly Version [ PDF 240K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have

More information

Quick Start Guide NETL ink Ethernet Gateways

Quick Start Guide NETL ink Ethernet Gateways Version en as of FW. Quick Start Guide NETL ink Ethernet Gateways www.helmholz.com Content. Introduction. Checking the Network Situation. Preparing the NETL ink. IP Address Settings on the PG/PC Network

More information

User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer

User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer K01-SNMP004-00 TABLE OF CONTENTS INTRODUCTION... 1 INSTALLATION GUIDE...

More information

Chapter 1 Getting Started with Switch Management

Chapter 1 Getting Started with Switch Management Chapter 1 Getting Started with Switch Management This section provides an overview of switch management, including the methods you can choose to start managing your NETGEAR GS700TS Gigabit Stackable Smart

More information

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS Before you start Objectives: Familiarize yourself with the services such as File and Print, WWW, FTP, E- mail, Faxing, Remote Access, DHCP, DNS and WINS.

More information

idor Mobile Setup idor Mobile : idor Mobile System Manual V1.1 1

idor Mobile Setup idor Mobile : idor Mobile System Manual V1.1 1 idor Mobile Setup Table of Contents Login into the Web-GUI... 3 Network Settings... 4 Set Static IP Address... 5 Apartments... 7 Add an Apartment... 7 Edit an Apartment... 9 Delete an Apartment... 9 SIP

More information

COMELIT AUDIO PLAYER ART

COMELIT AUDIO PLAYER ART COMELIT AUDIO PLAYER ART. 20004500-20004501 - 20004502 1 2 TABLE OF CONTENTS 1 INTRODUCTION... 4 1.1 OVERVIEW OF FUNCTIONS... 4 1.2 FUNCTIONAL PRINCIPLE... 4 2 COMELIT AUDIO PLAYER... 5 2.1 SERVER AND

More information

Any device, including routers and hosts, is running an implementation of IP address Host

Any device, including routers and hosts, is running an implementation of IP address Host INSTRUCTION MANUAL IM471-U v0.1 EMI-10L Introduction EMI-10L converter lets you convert a serial RS485 communications port on a bus Ethernet with TCP / IP. The concepts and terms commonly used in the TCP

More information

Application Note Redundancy Configuration FG-110 FF

Application Note Redundancy Configuration FG-110 FF Application Note Redundancy FG-110 FF 1 Commissioning the Hardware... 2 1.1 Hardware Installation... 2 1.2 Adding a Second Linking Device... 3 2 Commissioning the Software... 3 2.1 Network... 3 2.2 of

More information

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista 8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista Introduction If Vista is not available in your classroom, you may complete this lab by viewing the figures in this document. Print and

More information

User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer

User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer User s Manual PowerPanel Shutdown Service Graceful Shutdown and Notification service to ensure power protection of your computer Version 1.3 TABLE OF CONTENTS INTRODUCTION... 1 INSTALLATION GUIDE... 4

More information

Software Installation Guide. Version 1.1

Software Installation Guide. Version 1.1 Software Installation Guide Version 1.1 Thank you for choosing an Airtopia product You are advised to read this manual carefully; it contains all the information you need about the right conditions for

More information

Print Server. User s Manual. Rev. 01 (April, 2004) Made In Taiwan

Print Server. User s Manual. Rev. 01 (April, 2004) Made In Taiwan Print Server User s Manual Rev. 01 (April, 2004) Made In Taiwan TABLE OF CONTENTS ABOUT THIS GUIDE... 4 INTRODUCTION... 5 PACKAGE CONTENTS... 6 SYSTEM REQUIREMENTS... 6 GENERAL FEATURES... 7 PRODUCT VIEW...

More information

Ethernet/Network Communications Module. Installation and Programming Manual. LINQ2 - Two (2) Port Connectivity Module. More than just power.

Ethernet/Network Communications Module. Installation and Programming Manual. LINQ2 - Two (2) Port Connectivity Module. More than just power. Ethernet/Network Communications Module Installation and Programming Manual LINQ2 - Two (2) Port Connectivity Module DOC#: LINQ2 Rev. 060514 More than just power. Overview: Altronix LINQ2 network module

More information

2 Preparation. 2.1 Items to Check Connecting PC with GP Setting PC Network Setting GP Network

2 Preparation. 2.1 Items to Check Connecting PC with GP Setting PC Network Setting GP Network 2 Preparation 2.1 Items to Check...2-2 2.2 Connecting PC with GP...2-6 2.3 Setting PC Network...2-9 2.4 Setting GP Network...2-21 Pro-Server EX Reference Manual 2-1 Items to Check 2.1 Items to Check Before

More information

Brother HL-5370DW Configuration

Brother HL-5370DW Configuration Brother HL-5370DW Configuration Importance of Static IP Address for Printers When a printer is first installed to a computer, its IP address is noted. If that address changes, the computer will be unable

More information

SR-201 Network Relay Quick Start Guide

SR-201 Network Relay Quick Start Guide SR-201 Network Relay Quick Start Guide Table of Content Connect to your device...2 Change configurations...3 Setup remote control via internet...4 Android software...5 Integrate to your applications...6

More information

Industrial Serial Device Server

Industrial Serial Device Server 1. Quick Start Guide This quick start guide describes how to install and use the Industrial Serial Device Server. Capable of operating at temperature extremes of -10 C to +60 C, this is the Serial Device

More information

Installation Procedure Windows 2000 with Internet Explorer 5.x & 6.0

Installation Procedure Windows 2000 with Internet Explorer 5.x & 6.0 Installation Procedure Windows 2000 with Internet Explorer 5.x & 6.0 Printer Friendly Version [ PDF 266K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have

More information

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter APCON100 series Operation Manual RS-232 to Ethernet Converter Page 1 of 24 APCON100 series Operation Manual Index Chapter 1 Specifications 2 Chapter 2 Introduction 3 Chapter 3 Easy Installation 4 Chapter

More information

7NOX User Manual for Site Device. Book after-hours air conditioning in commercial buildings with ease.

7NOX User Manual for Site Device. Book after-hours air conditioning in commercial buildings with ease. 7NOX User Manual for Site Device Book after-hours air conditioning in commercial buildings with ease. Document Control Revision History This document is version controlled via the use of revision numbers.

More information

Programming through Web browser:

Programming through Web browser: Connection Details Digital Inputs: There are 8 isolated digital inputs. Digital inputs will work from 5V to 24V DC. Every input has LED indications on top. LED will be ON when proper input is provided.

More information

IPLoC D2-POM - User Guide

IPLoC D2-POM - User Guide IPLoC D2-POM - User Guide Table of Content 3 Security Note 4 Quick Start Guide 5 Introduction 5 Overview 5 MoCA Coax Network - Example 6 Interface 7 Installing IPLoC D2-POM 7 Overview 7 Minimum installation

More information

Static IP address Dynamic IP address Numer of simmultane connections via Ethernet 1 via masterport 2300, 8 via slave port 2301

Static IP address Dynamic IP address Numer of simmultane connections via Ethernet 1 via masterport 2300, 8 via slave port 2301 . BUS Ethernet Gateway DS 65L TECHNI This module allows you to communicate with the Luxom system over TCP/IP. You can connect up to 9 devices at the same time. All Luxom modules can be controlled and programmed

More information

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line Quick Installation Guide Table of Contents VoIP ATA Package Contents... 2 Checklist... 2 IMPORTANT SAFETY INSTRUCTIONS... 3 Connecting

More information

Installation Procedure Windows NT with Netscape 4.x

Installation Procedure Windows NT with Netscape 4.x Installation Procedure Windows NT with Netscape 4.x Printer Friendly Version [ PDF 232K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have the following: A

More information

ESP32LR20. User Manual v1.02 ESP32LR20. User Manual Version Copyright 2018, Devantech Ltd. All rights reserved.

ESP32LR20. User Manual v1.02 ESP32LR20. User Manual Version Copyright 2018, Devantech Ltd. All rights reserved. User Manual Version 1.02 1 Table of Contents Overview...3 Control Protocols...3 WiFi...3 Configuration...3 USB Configuration Commands...4 ST Status. Return the system status...4 RB ReBoot...5 IP Sets the

More information

QUICK START GUIDE. STEP X - Name of Step DTX1000-T, DTX1000-R, DTX1002-T, DTX1002-R INVISAPC DTX1000/2

QUICK START GUIDE. STEP X - Name of Step DTX1000-T, DTX1000-R, DTX1002-T, DTX1002-R INVISAPC DTX1000/2 STEP X - Name of Step QUICK START GUIDE DTX1000-T, DTX1000-R, DTX1002-T, DTX1002-R INVISAPC DTX1000/2 24/7 TECHNICAL SUPPORT AT 877.877.2269 OR VISIT BLACKBOX.COM STEP 1A - DTX1000-T Option Transmitter

More information

How to assign an IP address and access your device

How to assign an IP address and access your device User Manual Table of Contents Get started................................................ 3 Browser support................................................ 3 About default IP addresses........................................

More information

US-IP2. Monitoring Receiver

US-IP2. Monitoring Receiver US-IP2 Monitoring Receiver (and IP receiver card) Programming Manual 28 / 01 / 2014 CONTENT 1. INTRODUCTION...3 2. SYSTEM STRUCTURE...4 3. FIRST STEPS...4 Connectors and LED signals...5 4. SYSTEM PROGRAMMING

More information

Communication adapter RS485/422 over the Ethernet ELO E222. User manual

Communication adapter RS485/422 over the Ethernet ELO E222. User manual Communication adapter RS485/422 over the Ethernet ELO E222 User manual Table Of Content: 1.0 Introduction... 3 1.1 Application... 3 2.0 How does it works?... 4 3.0 Installation... 4 3.1 Ethernet connection...

More information

1 port RS-232 Device Server

1 port RS-232 Device Server 1 port RS-232 Device Server Ethernet RJ45 1 Port Transmit and receive and Ethernet Link and 100/10M LED drive. 10/100 Mbps, auto MDI/MDIX Gateway IP address Serial Interface 1 Port 15 KV ESD protection

More information

Plus-X I/O Units. Manual Supplement Configuring Units with and without DHCP

Plus-X I/O Units. Manual Supplement Configuring Units with and without DHCP Plus-X I/O Units Manual Supplement Configuring Units with and without DHCP Table of Contents Introduction... 1 Initial Connection Using DHCP... 1 Initial Connection Without DHCP... 2 Set a Static IP Address...

More information

2 Preparation. 2.1 Items to Check Connecting PC with GP Setting PC Network Setting GP Network...

2 Preparation. 2.1 Items to Check Connecting PC with GP Setting PC Network Setting GP Network... 2 Preparation 2.1 Items to Check...2-2 2.2 Connecting PC with GP...2-6 2.3 Setting PC Network...2-9 2.4 Setting GP Network...2-27 2-1 Items to Check 2.1 Items to Check Before installing this product, ensure

More information

Hardware Installation

Hardware Installation LOLM366912 The ipio-8 is a network attached, IP addressed digital input and output device. The ipio-8 can be controlled and monitored with a standard web browser. Multiple ipio-8 devices can communicate

More information

Lecture (02, 03) Networking Model (TCP/IP) Networking Standard (OSI)

Lecture (02, 03) Networking Model (TCP/IP) Networking Standard (OSI) Lecture (02, 03) Networking Model (TCP/IP) Networking Standard (OSI) By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Fall 2014, Computer Networks II Agenda Introduction to networking architecture Historical

More information

Wireless 300N 3G quick install

Wireless 300N 3G quick install Wireless 300N 3G Router quick install guide Model 524681 INT-524681-QIG-0809-01 introduction Thank you for purchasing the INTELLINET NETWORK SOLUTIONS Wireless 300N 3G Router, Model 524681. This quick

More information

Sound Manager 2 User Guide

Sound Manager 2 User Guide Sound Manager 2 User Guide Version 1.8.4 September 27 th, 2016 OVERVIEW 2 USER OPERATION 3-6 LOGIN SCREEN 7 OPTIONAL STEP 8-10 MAIN MENU 11 DEVICES TAB 11 ZONE TAB 12 EQ TAB 13 SOURCES TAB 14 SYSTEM TAB

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide DL-200 Cellular Data logger V1.2_201610 TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 4 1.1 CONTENTS LIST... 5 1.2 HARDWARE INSTALLATION... 6 1.2.1 WARNING... 6 1.2.2 SYSTEM REQUIREMENTS...

More information

TCP/IP CONFIGURATION 3-6

TCP/IP CONFIGURATION 3-6 TCP/IP CONFIGURATION 3. Type IPCONFIG /RENEW and press the Enter key. Verify that your IP Address is now 192.168.2.xxx, your Subnet Mask is 255.255.255.0 and your Default Gateway is 192.168.2.1. These

More information

Winsonic MODBUS Remote IO user manual Rev. 1.0

Winsonic MODBUS Remote IO user manual Rev. 1.0 Winsonic MODBUS Remote IO user manual Rev. 1.0 Model: LEGAL NOTICE Warranty All products manufactured by Winsonic are under warranty regarding defective materials for a period of one year, beginning from

More information

CONTENT. TIDOMAT smartone 2 Start Guide. dok.no Tidomat AB

CONTENT. TIDOMAT smartone 2 Start Guide.   dok.no Tidomat AB 2008 Tidomat AB. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form by any means, electronic, mechanical, recording or otherwise,

More information

All configuration in this document refers to the EZ Setup section.

All configuration in this document refers to the EZ Setup section. Management Access Configuring the HAR11 first requires connecting to its Web Interface. To do this, connect a PC to the LAN port using a straight-thru Ethernet cable. Configure the PC and launch the web

More information

quick setup tp-link

quick setup tp-link 192.168.0.1 quick setup tp-link M5360 3G Mobile Wi-Fi, 5200mAh Power Bank User Guide and wait the Device to reboot and restore its factory default settings. SIM Card Slot: It's where to insert your SIM

More information

GV-I/O Box 4E. Contents

GV-I/O Box 4E. Contents GV-I/O Box 4E Contents 1.1 Key Features... 2 1.2 System Requirements... 2 1.3 Packing List... 2 1.4 Overview... 3 1.5 Connecting to PC... 4 1.5.1 RS-485 Wiring... 4 1.6 Assigning Device ID to GV-I/O Box

More information

8 Button IP Controller Installation and Operation Manual AV-IP-C8-WH

8 Button IP Controller Installation and Operation Manual AV-IP-C8-WH 8 Button IP Controller Installation and Operation Manual AV-IP-C8-WH West Penn Wire 2018 94-000880-A / SE-000880-A Page 1 / 20 Introduction The 8 Button IP Controller (Model: AV-IP-C8-WH) is a versatile

More information

JUNG Smart Control. How to connect the IP camera

JUNG Smart Control. How to connect the IP camera JUNG Smart Control How to connect the IP camera JUNG SMART CONTROL AND IP CAMERA 2 1. Introduction This quick start guide is applicable for the SC7, SC10, SC15 and SC19 devices. The adjacent illustration

More information

Serial to Ethernet Converter

Serial to Ethernet Converter Serial to Ethernet Converter User s Manual Version 1.1 2004 Infosystem Technology Corporation Disclaimers The information in this manual has been carefully checked and is believed to be accurate. Infosystem

More information

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal Tasks: Time: 2:00 hrs (Task 1-6 should take 45 min; the rest of the time is for Ethereal) 1 - Verify that TCP/IP is installed on

More information

How to assign an IP address and access your device

How to assign an IP address and access your device User Manual Table of Contents Get started................................................ 3 Browser support................................................ 3 About default IP addresses........................................

More information

Fast Ethernet Print Server 1 Parallel, 2 USB

Fast Ethernet Print Server 1 Parallel, 2 USB Fast Ethernet Print Server 1 Parallel, 2 USB User s Manual Rev. 01 (Nov, 2005) Made In Taiwan TABLE OF CONTENTS ABOUT THIS GUIDE... 4 INTRODUCTION... 5 PACKAGE CONTENTS... 6 SYSTEM REQUIREMENTS... 6 GENERAL

More information

Setting up RadioSky Spectrograph (RSS) Software to Stream Data

Setting up RadioSky Spectrograph (RSS) Software to Stream Data Setting up RadioSky Spectrograph (RSS) Software to Stream Data There are several configurations of Modems and Routers they may be separate boxes, or both located in a single box. They reside between the

More information

USB 2.0 Print Server. User s Manual. Rev. 01 (Jan, 2004) Made In Taiwan

USB 2.0 Print Server. User s Manual. Rev. 01 (Jan, 2004) Made In Taiwan USB 2.0 Print Server User s Manual Rev. 01 (Jan, 2004) Made In Taiwan TABLE OF CONTENTS ABOUT THIS GUIDE... 4 INTRODUCTION... 5 PACKAGE CONTENTS... 6 SYSTEM REQUIREMENTS... 6 GENERAL FEATURES... 7 PRODUCT

More information

Decoder Firmware B1D-220-V AC User s Manual Decoder Firmware B1D-220-V AC User s Manual

Decoder Firmware B1D-220-V AC User s Manual Decoder Firmware B1D-220-V AC User s Manual Decoder Firmware B1D-220-V3.03.07-AC User s Manual i Table of Contents INTRODUCTION 1 1.1 Minimum system requirements 1 1.2 Preparation before setup 2 1.2.1 Setup your PC network 2 1.3 Configuring the

More information

Home Airwaves Radio. User s Guide. January 2017

Home Airwaves Radio. User s Guide. January 2017 Home Airwaves Radio User s Guide January 2017 The Home Airwaves Radio User s Guide covers hardware set-up, logging in, adding/deleting radio stations, listening capabilities, and unit configuration. This

More information

SALLIS. Installation & Maintenance Guide. Issue: /07/03. Author: Jon Mendizabal

SALLIS. Installation & Maintenance Guide. Issue: /07/03. Author: Jon Mendizabal SALLIS Installation & Maintenance Guide 2012/07/03 Author: Jon Mendizabal Salto Systems S.L. 2012 Version information Issue Date Author Description 01.00 2010/11/02 J.Mendizabal First version. 01.01 2010/11/08

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Printer Friendly Version [ PDF 285K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have the following: A computer

More information

How to open ports in the DSL router firmware version 2.xx and above

How to open ports in the DSL router firmware version 2.xx and above How to open ports in the DSL router firmware version 2.xx and above This example shows how to open port 3389 (which is used by Remote Desktop service) in the DSL router running firmware version 2.xx or

More information

ismartgate-01e INSTALLATION MANUAL ismartgate 01E English REV.0 GARAGE CONTROL PANEL ETHERNET 110/220AC P.E N L

ismartgate-01e INSTALLATION MANUAL ismartgate 01E English REV.0 GARAGE CONTROL PANEL   ETHERNET 110/220AC P.E N L ETHERNET P.E N L LED STATUS LED OUTPUT 1 LED OUTPUT 2 110/220AC RELAY 1 RELAY 2 SEL BACK OK GARAGE CONTROL PANEL INSTALLATION MANUAL ismartgate 01E English REV.0 TABLE OF CONTENTS 1. ismartgate-01e Operating

More information

DIGITCOM DVR System Quick installation MANUAL

DIGITCOM DVR System Quick installation MANUAL DIGITCOM DVR System Quick installation MANUAL Smart Industries Smart Group www.smarthomebus.com Methods of remote Access: 1- Using a Static IP address provided by your ISP 2- Using the Online server www.dvrnat.com

More information

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Login for the first time, please use http://192.168.1.100 To key in user name and password is for identifying authorization. Default

More information

Sierra Wireless AirLink LS300. Setup Steps

Sierra Wireless AirLink LS300. Setup Steps Sierra Wireless AirLink LS300 Description The target of the Airlink LS300 is the Alarming Module. Its purpose is to Send and Receive SMS messages. Essentially, it is going to be utilized as an SMS gateway.

More information

airhaul Nexus sb3010

airhaul Nexus sb3010 u n w i r i n g o u r w o r l d TM airhaul Nexus sb3010 User Configuration Guide Version 1.3 Copyright smartbridges Pte Ltd. All Rights Reserved. About This Document This Software Configuration Guide is

More information

APPENDIX RC4500 GUI Graphical User Interface for RC4500 Antenna Control Unit

APPENDIX RC4500 GUI Graphical User Interface for RC4500 Antenna Control Unit APPENDIX RC4500 GUI Graphical User Interface for RC4500 Antenna Control Unit 1.0 INTRODUCTION This appendix describes the functionality provided by the graphical user interface (GUI) for the RC4500 Antenna

More information

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 I m InTouch router configuration p. 1 I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 Note: Different models may vary slightly

More information

Thermal Printer Configuration (EPSON)

Thermal Printer Configuration (EPSON) Thermal Printer Configuration (EPSON) STEP A : IDENTIFY THE THERMAL PRINTER MODEL Check for your EPSON printer model by finding the label on the printer. Figure 1.1 For the example above (Figure 1.1),

More information

BC4 Users Guide. Revision 1.1 September 22, Copyright 2008 by BitWise Controls, LLC All Rights Reserved.

BC4 Users Guide. Revision 1.1 September 22, Copyright 2008 by BitWise Controls, LLC All Rights Reserved. TM BC4 Users Guide Revision 1.1 September 22, 2008 Copyright 2008 by BitWise Controls, LLC All Rights Reserved www.bitwisecontrols.com Phone: 866-932-2BWC Contents BC4 Users Guide... 1 Introduction...

More information

Table of Contents. Page ii

Table of Contents. Page ii Table of Contents Chapter 1 Introduction 1 Features... 1 Safety Instructions... 1 Package Contents... 2 Physical Details... 3 Chapter 2 Setup 5 Overview... 5 Using the Windows Wizard... 5 Chapter 3 Web-Based

More information

USB2.0 LAN DISK User s Manual

USB2.0 LAN DISK User s Manual 1.0 Product overview USB2.0 LAN DISK User s Manual Thank you for purchasing USB2.0 LANDISK the network storage device. Now you can easily add USB2.0 LANDISK into your Network. Before using this device

More information

Longshine Technologie Europe GmbH

Longshine Technologie Europe GmbH Longshine Technologie Europe GmbH www.longshine.de TABLE OF CONTENTS COPYRIGHT...2 1. INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION...3 2. MFP SERVER INSTALLATION...5

More information

Operation Manual of EX9132CST-Series

Operation Manual of EX9132CST-Series Operation of EX9132CST-Series Serial to TCP/IP Converter (EX9132CST-2/ EX9132CST-RS485/ EX9132C-RS232) Version 1.0.0. 30.03.2017 Table of Contents 1 Introduction... 4 2 Overview... 5 2. 1 Package Checklist...

More information

IPS-2101h. Quick Installation Guide V1.0

IPS-2101h. Quick Installation Guide V1.0 IPS-2101h Quick Installation Guide V1.0 ArtDio IPS-2101h VoIP Gateway Package content: One IPS-2101h VoIP Gateway One Power Adaptor One RJ 45 Ethernet Cable One RJ-11 Telephone Cable Quick Installation

More information

EC-11 Ethernet Converter

EC-11 Ethernet Converter EC-11 Ethernet Converter PSTN Contact ID to TCP Converter Installation and Operations Manual Version 8.H3.MID 1 Table of Contents About EC-11 Ethernet Converter... 3 Circuit Board Layout and Wiring Diagram...

More information

Set-up for a Netgear DG834G (802.11b & g) ADSL Router with the Adpro FastTrace

Set-up for a Netgear DG834G (802.11b & g) ADSL Router with the Adpro FastTrace Set-up for a Netgear DG834G (802.11b & g) ADSL Router with the Adpro FastTrace This is a step-by-step guide on the set-up for a Netgear DG834G Router (Fig. 1) for use with a remote an Adpro FastTrace remote

More information

4. Web-based Switch Configuration

4. Web-based Switch Configuration 4. Web-based Switch Configuration Management Options Connecting using the Web User Interface Logging onto the Web Manager Smart Wizard Web User Interface (Web UI) Management Options The Switch provides

More information

HWg-STE HWg-STE PoE MANUAL

HWg-STE HWg-STE PoE MANUAL HWg-STE HWg-STE PoE MANUAL HWg-STE connections LED indicators Green: Power & Mode Yellow: Link & Activity SENSORS S1 and S2 ports for connecting temperature or humidity sensors. - Max. distance with 1

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Pre-installation Requirements Before proceeding with the installation of a WatchGuard SOHO unit, you must have the following: A computer with a 10BaseT

More information

Lab - Configure Wireless Router in Windows

Lab - Configure Wireless Router in Windows Introduction In this lab, you will configure and test the wireless settings on a wireless router. Recommended Equipment A computer with Windows installed A Wireless NIC installed An Ethernet NIC installed

More information

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I)

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I) Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I) By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Fall 2016, Networks II Agenda Introduction to networking architecture Historical

More information

LXI Developers Track - Implementing the LAN & Web Specification

LXI Developers Track - Implementing the LAN & Web Specification LXI Developers Track - Implementing the LAN & Web Specification Author: John Ryland Date: Oct 10 th 2007 Agenda Overview of the LAN & Web Working Group LXI specification overview with implementation highlights/details

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

User s Manual. ASE-1019 ASE Light Source

User s Manual. ASE-1019 ASE Light Source ASE-1019 ASE Light Source ASE-1019 ASE Light Source User s Manual Triple Play Communications Document 3013800-701 250 East Drive, Suite F Rev 1.1 Melbourne, FL 32904 July 2015 1 Revision History Document

More information

Installation and operating manual

Installation and operating manual HEATING CONTROL PACK GATEWAY ENERGY MONITOR Installation and operating manual 1 Version 1.0 Index Introduction... 3 Preliminary considerations... 4 SmartCommand System Elements... 5 Installation instructions...

More information

IPR10. Quick Start Guide and Application Notes

IPR10. Quick Start Guide and Application Notes IPR10 Quick Start Guide and Application Notes Model: IPR10 Quick Start and Application Notes The IPR10 is an access router with asynchronous serial RS-232 interface for use with dial-up modems, leased

More information

smartden IP-WatchDog PING Restarter and Auto-Rebooter

smartden IP-WatchDog PING Restarter and Auto-Rebooter smartden IP-WatchDog PING Restarter and Auto-Rebooter User Manual Date: For firmware version: v1.21 / May 2017-1- Content smartden IP-WatchDog User Manual 1. Features... 3 2. Application examples... 4

More information

Setting Up A Server Through A Linksys Router

Setting Up A Server Through A Linksys Router A lot of people have had issues with setting up a Static IP, so I decided to throw this simple little tutorial together. First, let me explain a little about IP addresses, and the differences. The majority

More information

1 Access to the configuration page

1 Access to the configuration page Index 1 Access to the configuration page... 4 2 IP address modification... 8 2.1 Ethernet... 8 2.2 WIFI (opzional)... 9 3 232-LAN/WLAN Configuration... 10 4 485-LAN/WLAN Configuration... 11 5 TCP/UDP Port

More information

SEAVDOMUS User guide. Index

SEAVDOMUS User guide. Index Index Introduction... 2 1. Installing SEAV DOMUS... 4 1.1 Activating DomusBox... 4 1.2 Drawing the environments in DomusWeb... 5 1.3 Connecting DomusBox to the devices... 10 1.4 Configuration of a new

More information

IP_PBX_Manual_Data_Network_Config (Opt 2 for Support) You are viewing the IPitomy IP PBX Manual, Table of Contents.

IP_PBX_Manual_Data_Network_Config (Opt 2 for Support) You are viewing the IPitomy IP PBX Manual, Table of Contents. support@ipitomy.com 941.306.2200 (Opt 2 for Support) You are viewing the IPitomy IP PBX Manual, Table of Contents. Data and Network Configuration Planning before getting started will make the setup and

More information

How to setup EW-7428HCn as a range extender for an existing Wi-Fi network

How to setup EW-7428HCn as a range extender for an existing Wi-Fi network How to setup EW-7428HCn as a range extender for an existing Wi-Fi network Thank you for purchasing Edimax EW-7428HCn High Power Ceiling Mount Wireless PoE Range Extender / Access Point. This guide will

More information