SMALL INTERNET MONITORING AND CONTROL DEVICE

Size: px
Start display at page:

Download "SMALL INTERNET MONITORING AND CONTROL DEVICE"

Transcription

1 International Carpathian Control Conference ICCC 2002 MALENOVICE, CZECH REPUBLIC May 27-30, 2002 SMALL INTERNET MONITORING AND CONTROL DEVICE Marcin JACHIMSKI, Grzegorz HAYDUK, Grzegorz WRÓBEL, Henryk ZYGMUNT and Paweł KWASNOWSKI Institute of Electrical Drives and Industrial Equipment Control Systems AGH - University of Mining and Metallurgy Cracow, Poland, hazet@uci.agh.edu.pl Abstract: The paper presents a comprehensive description of a SMALL INTERNET MONITORING AND CONTROL DEVICE, named as: INTERNET LOGGER elog, designed and manufactured by the Experimental Department of Scientific Equipment and Automation Ltd in Cracow. It is a miniature, microcomputer remote data concentrator, using real-time operating system, designed for direct connection to the Internet/Intranet network. Visualization of acquired signals, as well as configuration and programming of the device are performed by means of www browser (using Java platform). For this purpose it was provided with the Ethernet 10BaseT interface, TCP/IP protocol and a www server (www@elog ). Additional services installed are: Telnet, FTP, ( @elog ), PPP and sending short text messages to mobile phones (SMS@eLOG ). The internet concentrator is designed for operation in distributed systems of data acquisition and recording. It provides an input/output unit for analog and binary signals. Also a method, developed for programming simple control strategies by selecting functions from an available set (list on the configuration www page) and some details of developed programming tools are presented. Key words: internet, monitoring, data-acquisition and remote control. 1 Introduction Quite often a remote monitoring of manufacturing processes is necessary in industrial automatics systems and the notion "remote" frequently means "whole country" or even further. As the Internet and Intranet in these days are being more and more accessible, nearly everywhere, the authors began to search for solutions of remote monitoring, using technologies available in those networks. [COMER 2000]. 697

2 To reach this goal, a small internet monitoring controller was developed and studied both in industrial and laboratory conditions. We called it Internet Logger elog and its task is to support remote monitoring and control of manufacturing processes, using Internet/Intranet networks. This device can be directly plugged into Ethernet network without need of additional interfaces and a standard www browser can be used to perform online visualization of signals being monitored, configuration and programming of the device. 2 Device functions All input and output signal states of the device can be seen on the main www page of Internet Logger. Each signal has its own area on screen, which is filled with information about it. Analog signals area shows name of the signal, its current value (in configured physical units), current trend pointer (increasing, decreasing, constant) and trend graph over a predefined period of time. Digital signals area shows name of the signal and text description of the current state. The page also contains Event Log area. All areas are automatically updated and gently refreshed thanks to applying Java technology [BIELECKI 1997, PARKER 2000]. The authors developed a method of programming simple control strategies, notifying and data acquisition. The programming is carried out using developed Java applet with password restricted access. The method allows to define logical function and the device may take a predefined action when the function changes its state from false to true. Time of the change is called an event. The functions are defined by selecting components (digital input and output states or analog high or low alarm limits) and operators (logical product, logical sum, negation) available in combo box. Besides the event functions a user can select and define actions to be taken. The actions include sending: message on main www Event Log area, , SMS and message on auxiliary RS-232 port. Additionally seting or reseting of digital outputs for given period of time with given timeout is possible. Configuration of all elog parametres is possible using forms on password protected configuration www page. Basic configuration form allows to set the following data: current time and date, device name which will be shown on main www page, SMTP server IP address, sender address and reports address. Analog inputs configuration form allows for each input to define name of the input signal, formating string, units, scaling and alarm limits (high and low). The form for configuring digital signals allows to define name of the signal together with names of the states. 3 The hardware Internet Logger elog [JACHIMSKI 2001] was built up using two highly integrated circuits. First one is an 8-bit microcontroller integrated together with analog to digital converter (based on 87c552 microcontroller) [PHILLIPS 1998]. It's task is to operate directly on I/O 698

3 signals of elog. It operates on 4 analog inputs (ranges are V or 4-20 ma, their ADC resolution can be set by program to 10 or 12-bit), 8 digital inputs (adapted to work with no-voltage contacts or to count pulses) and 2 bistable relay outputs with open-contact configured as an inactive state. Buffering of input samples is possible thanks to 512 KB RAM; a non-volatile RAM and RTC allow to assign time to the samples. Internal communication with the second IC (communicating with Internet) is done using serial link RS 232. The second IC is a hybrid embedded PC compatible microcomputer (by German company Beck GmBH, named IPC@CHIP) [BECK 2001]. Its main function is to support Internet functionality through integrated Ethernet 10BaseT interface or modem. 3.1 Overview of IPC@CHIP microcomputer IPC@CHIP is a hybrid IC in DIL32 housing ( mm, see fig. 1), containing among others: MHz 16-bit CPU, 512 KBytes RAM, 515 KBytes Flash, operating system (on the Flash memory), I/O pins to support: Ethernet 10BaseT, 2 fast RS-232 serial ports (RXD, TXD, CTS, RTS), I 2 C Bus, 2 Timer Out, 2 Timer IN, 14 programmable I/O pins, Watchdog, Powerfail detection (NMI) with data retention Fig. 1. IPC@CHIP microcomputer 3.2 Operating It would be much more harder to use IPC@CHIP without its firmware. Some options the firmware provides to the user and programmer are: simultaneous execution of up to 35 tasks (spawned by max. 12 *.exe programs), simultaneous counting of up to 15 timers, using up to 60 semaphors and 2 message exchanges, Filesystem allowing to work on internal RAM-disk, internal Flash-disk or external IDE disk, TCP/IP stack with TCP, UDP, ARP, ICMP, Sockets interface (up to 64 at once), 3 device interfaces ( Ethernet / PPP client / PPP server ), embedded TCP/IP applications: HTTP, FTP and Telnet servers and DHCP client, packet driver interface, allowing user to access ethernet device directly, not using TCP/IP stack, DOS-like command shell, supporting subset of DOS-commands specific commands, accessible through telnet or serial port, 699

4 scalability making optimal Flash utilization possible (6 versions with different functionality are available to downloading through Ethernet or serial link), API for: - basic DOS functions, - additional realtime operating system services, - TCP/IP sockets or ethernet device access through packet driver, - HTTP server with CGI, - I 2 C bus and two serial ports (Fossil), - using I/O lines directly. Because executable file format is compatibile with DOS, development process is possible on any desktop PC with any development environment able to compile on processor (i.e. Turbo Pascal, Microsoft C/C++ or Borland C/C++). 3.2 IPC@CHIP microcomputer in Internet Logger elog Access to I/O of Internet Logger Internet Logger has arised from connecting logger based on 87c552 microcontroller with IPC@CHIP microcomputer. For coupling with a physical I/O of Internet Logger, the software which resides in IPC@CHIP must communicate through internal RS-232 link with 87c552 microcontroller using protocol similar to Modbus protocol (fig. 2). I/O 87c552 Beck IPC@Chip binary analog CPU RAM PROM RS RS-232 Modbus RS EXT CPU RAM RAM, C:\ Flash BIOS, A:\ I/O pins Ethernet Fig. 2. Internet Logger architecture 4 Software Internal software of the monitoring controller can be divided into two parts: software in 87c552 microcontroller, which directly handles inputs and outputs, software in IPC@CHIP microcomputer, which interoperates with Internet. Dedicated software in 87c552 microcontroller was written in C and partially in assembler and provides handling of I/O signals. When communicating through internal serial link with IPC@CHIP using protocol similar to Modbus protocol and receiving commands, this module operates as a slave. Firmware of IPC@CHIP consists (among other things) from realtime operating system, TCP/IP stack with www, telnet, FTP and PPP services. Proprietary software written 700

5 by one of the authors of the paper includes helper tasks (NXP - exchanging of pointers by name, MLgr - access to console from within many tasks, elogsvr - communication with 87c552 through serial line) and main task (elogcgi). 4.1 Proprietary software in IPC@CHIP While writing the software to be run on IPC@CHIP fulfilling the previously presented functions of Internet Logger an assumption was made, that the software should be easily modificable and reusable in further developing applications, which may arise (basing on Internet Logger hardware). This goal has been reached thanks to modular architecture of written software, supports. The software consists of several tasks, stored on Flash-disk and started during Internet Logger bootup. These are server-tasks (NXP, MLgr, elogsvr) making available described below services and main task elogcgi. When developing the software, experience gained while applying QNX OS in industrial manufacturing process control systems had been utilized NXP - Exchanging pointers by name NXP is a server-task which allows to register (on NXP's internal list) memory pointer under given name, query the pointer (giving its name), deregister it and (for diagnostics purposes) retrieving list of registered pointers. All of the functions (registration, querying, deregistering and retrieving list) are available through following API functions: int NXP_SendNamedPtr( char *Name, void far *ptr ); int NXP_GetNamedPtr( char *Name, void far * far * ptr ); int NXP_DelNamedPtr( char *Name ); int NXP_GetNamesArray( NameXPtrItem_t far * far * ptr ); An example of NXP application is a situation, where (to achieve fast inter-process communication as shared memory) one of the tasks (T1) registers (using NXP_SendNamedPtr) address of its memory block under some name (i.e. "FunArray") and another task (T2) using NXP_GetNamedPtr reads that address knowing only the name (here "FunArray"). Additionaly, using semaphores, those two tasks using memory block registered by task T1 can now communicate synchronically (access to memory buffer also can be guarded by semaphore) MLgr - access to system console from within many tasks During development of IPC@CHIP it came out, that using printf() function in one moment only one task can print messages on command shell console. However during development it is very usefull to print out tracing messages from any task. To reach this goal, MLgr server task was created (nb. registering pointer to its message queue using NXP), which all the time has exclusive access to printing messages on the console and prints messages that other tasks will send them. This task is a kind of buffer and another advantage is that tasks (which normally would printf() message and block) now don't block on sending message to MLgr. Its the MLgr which blocks on printf() function. Synopsis of API function is given below: int MLoggerSend( char *format_str,... ); 701

6 4.1.3 elogsvr - communication with 87c552 elogsvr is a server-task which allows in easy way (thanks to implemented API) to communicate with 87c552 microcontroller (which directly couple with I/O of elog ). The API was modeled on Photon microgui API (used under QNX and Neutrino) and consists of the following functions: void LgSetArg( LgArg_t *arg, char cmd, void *bufptr, int bufsize ); void LgSetArgIO( LgArg_t *arg, char cmd, void *inbufptr, int inbufsize, void *outbufptr, int outbufsize ); int LgGetResources( LgArg_t *args, int nargs ); First, the user has to fill arguments table (LgArg_t type) and call LgGetReources function passing the pointer and size of the table. The argument contains command (read or write I/O) and pointer to read/written data. In case of extending hardware of Internet Loger or 87c552 software, the user to use new features calls the same API functions passing new commands in arguments elogcgi - main task To achieve above described functionality of elog the main task was written and performs the following functions: periodically communicates with elogsvr to read inputs and write outputs, allowing any www client (through CGI functions called by webserver) to read inputs states and write outputs, periodically evaluating event functions and performing actions - set by the user - assigned to the events (changing outputs, sending , SMS or message on main elog www page), allowing I/O and event functions (up to 10) configuration. 4.2 How Java applets and CGI functions cooperate To allow most effective usability of the software created on IPC@CHIP, several Java applets have been written. [BIELECKI 1997, PARKER 2000, SUN 2001]. They make use of elog from www browser easier and more comfortable. They are briefly described below, together with their cooperation with implemented CGI functions. When WWW client requests main elog www page, retrieves Java applet elogview.class which displays current I/O state. The applet automatically sets its size according to the size of www browser window and periodically queries elog for current I/O states and refreshes its view avoiding flickering effect (the user always can see current I/O state and www messages). Requesting data is done by calling CGI function named elogdata.txt and decoding response. Some example response is shown below: WeA1:Temperature:22.4 C:+:1:0:-10:40:22.375; ;...; WeD1:998:1: :Alarm! WyD1:Ring:0:Silent:Rings M01:06/05/00 00:00:07 : Temp. normal... If the client requests elog parameters configuration www page, GenConf CGI function is called. It creates HTML page containing forms with currently set parameters. After the user modifies the parameters, each of the forms can send its data back to 702

7 GenConf CGI function, which can save the parameters on Flash-disk, making changes permanent. When requesting elog event functions configuration page, JEvtConf.class applet is called which allows user to define and modify event functions definitions together with actions assigned to the functions. The applet talks with elog thangs to another CGI function called elogevt.txt. The data being sent between the applets and CGI functions is slightly coded to achieve compromise between easiness of human reading and size of the data. Event functions and the actions are coded into lines like this: M0=Temp. high!!! S0= A0=ac0000 F0=0f0100 Additional CGI function implemented in elog is OneLine, which allows reading and writing of I/O in very simple way: all the values are put in one line, i.e.: DI0= , AI0=0x059e, AI1=0x0000, AI2=0x0000, AI3=0x0000, DO0= , ERR=0 Utilizing this CGI function it was easy to write such programs like HTTP2DDE Bridge or elogger ActiveX control. They work on desktop PC in MS Windows environment. First one works as DDE server, periodically requesting I/O states from elog and passing the data to other applications connected with DDE link. Writing to elog outputs is also possible. And above mentioned ActiveX control allows any application being OLE container (i.e. MS Office applications, Visio, Matlab, InTouch by Wonderware or Fix32 by Intelution) to communicate with elog using VBA code or GUI. 4.3 Further extensibility of software Because elog is based on it is possible to create any software strictly fulfilling given application requirements. Above described software is an example of using this hardware and because of its modularity (server tasks and API functions libraries), it certainly would be much easier for developers to create their own software. 5 Application examples One of example of application elog is monitoring remote heating node in one of buildings at University of Mining and Metallurgy in Kraków, whose connections diagram is shown in figure 3. It collects information on actual values of temperatures: heating medium at central heating installation supply (Tzco) and return (Tpco), sanitary hot water supply (Tzwu) and on input of heat exchanger for lecture hall air supply (Twent), and also the heating medium flow rate (Fm) and amount of heat (Wm) supplied to the building. Figure 4 shows web page containing these values. [GREGA 2002]. Another application example (not yet realised) is monitoring cooling storehouses from all over the country. Monitoring signals include 4 analog inputs (temperatures) and 8 relay inputs (occupancy sensors, smoke sensors, door and window open sensors), whereas two relay outputs control acoustic and light signaling devices. To communicate with elog, Ethernet TP and auxiliary RS-232 port were provided. 703

8 Impulses (heat, water flow) Supply (24 V AC/DC) Ethernet TP (to hub) Temperatures RS-232 (AUX) Fig. 3. elog connections in heat-node monitoring application Fig. 4. Heat node visualization screenshot 6 Conclusions Developed and tested Internet Logger elog for remote monitoring of manufacturing processes through Internet or Intranet network, proved its high usefulness in practical applications. The device could be directly plugged to the net without need of additional interfaces. Visualization of monitored signals, configuration and programming are possible using a standard www browser. A method of programming simple control strategies was designed, allowing user to select conditions and actions from available options. The method is easy enough for every user holding basic technical knowledge and the rest of the device functionality also doesn't require from user any additional training. References BIELECKI J.: Java od podstaw, Warszawa, Intersoftland, COMER D.: Sieci komputerowe i intersieci, Warszawa, WNT, PARKER T., SPARTACK M.: TCP/IP - księga eksperta, Gliwice, Helion, PHILLIPS Semiconductor North America Corporation, IC20 Data Handbook, 87C552 Product Specification, 1998 May 01. SUN Microsystems Inc.: Java SDK Documentation, JACHIMSKI M., WRÓBEL G., HAYDUK G., ZYGMUNT H., KWASNOWSKI P.: Monitorowanie procesów przemysłowych przez internet; Studia Informatica 2001, Volume 22. Number 4 (46), pp , Silesian University of Technology Press, Gliwice 2001 PL ISSN BECK GmBH, IPC@CHIP, GREGA W., KOŁEK K. 2002; 704

CGI-based applications for distributed embedded systems for monitoring temperature and humidity

CGI-based applications for distributed embedded systems for monitoring temperature and humidity CGI-based applications for distributed embedded systems for monitoring temperature and humidity Grisha Spasov, Nikolay Kakanakov Abstract: The paper discusses the using of Common Gateway Interface in developing

More information

StarterKit Embedded Control SC13 + DK51. From the electronic to the automation

StarterKit Embedded Control SC13 + DK51. From the electronic to the automation SC13 + DK51 From the electronic to the automation 20.07.2005 No. 1 /14 Development board for Embedded Controller Open for add on of customer applications Ethernet-interface Serielle interface Compact flash

More information

SNMP-1000 Intelligent SNMP/HTTP System Manager Features Introduction Web-enabled, No Driver Needed Powerful yet Easy to Use

SNMP-1000 Intelligent SNMP/HTTP System Manager Features Introduction Web-enabled, No Driver Needed Powerful yet Easy to Use SNMP-1000 Intelligent SNMP/HTTP System Manager Features Monitors system fans, temperature, voltage, power supply, CPU fan, CPU temperature, Vcore, watchdog timer etc. Stand alone system monitoring, no

More information

Alcalde # 1822 Col. Miraflores C.P. 44270 Guadalajara, Jal. Mexico MX 01 (33) 3854-5975 y 3823-4349 USA 001 (619)- 884-94-93 (San Diego, CA.

Alcalde # 1822 Col. Miraflores C.P. 44270 Guadalajara, Jal. Mexico MX 01 (33) 3854-5975 y 3823-4349 USA 001 (619)- 884-94-93 (San Diego, CA. Tu Sitio de Automatización! Description Modbus is very wide known protocol in the industrial manufacturing and environment monitoring fields. It is suit master-slave or query-response distributed I/O applications.

More information

Designed for the needs of automation, telecommunications, remote supervision, and monitoring

Designed for the needs of automation, telecommunications, remote supervision, and monitoring - Programmable automation controller (PAC) MADE IN EU is a series of industrial computers which you can easily adapt to your needs by choosing from the available options. Energy-efficient ARM11 700 MHz

More information

WP-8849. WinPAC-8x49 Series (WP-8149/8449/8849) is the new generation WinCE based InduSoft PAC (Programmable Automation Controller).

WP-8849. WinPAC-8x49 Series (WP-8149/8449/8849) is the new generation WinCE based InduSoft PAC (Programmable Automation Controller). Tu Sitio de Automatización! WP-8149 WP-8449 Introduction: WP-8849 WinPAC-8x49 Series (WP-8149/8449/8849) is the new generation WinCE based InduSoft PAC (Programmable Automation Controller). It equips a

More information

NETWORK ENABLED EQUIPMENT MONITOR

NETWORK ENABLED EQUIPMENT MONITOR NETWORK ENABLED EQUIPMENT MONITOR Remotely Monitor Sensors over the Internet Connect Sensors to the Web to Remotely Monitor Equipment, Processes or Other Applications A Complete, Easy to Deploy, Stand-Alone

More information

Virtual KNX/EIB devices in IP networks

Virtual KNX/EIB devices in IP networks WEINZIERL ENGINEERING GmbH WEINZIERL ENGINEERING GMBH F. Heiny, Dr. Y. Kyselytsya, Dr. Th. Weinzierl Bahnhofstr. 6 D-84558 Tyrlaching Tel. +49 (0) 8623 / 987 98-03 E-Mail: info@weinzierl.de Web: www.weinzierl.de

More information

M85 OpenCPU Solution Presentation

M85 OpenCPU Solution Presentation M85 OpenCPU Solution Presentation 2013/09/22 Wireless Solutions Co., Ltd. All rights reserved OUTLINE OpenCPU Summary Advantages Software Architecture What s New? Open Resources Development Requirements

More information

MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments

MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments The MSITel module family allows your ground console to be everywhere while balloon experiments run everywhere MSITel provides real time telemetry up to 4.8 kbps (2xIridium modem) for balloons/experiments

More information

IPThermo206G. Offline/online data collector, SMS alarm sender, watchdog terminal for IPThermo Pro network

IPThermo206G. Offline/online data collector, SMS alarm sender, watchdog terminal for IPThermo Pro network IPThermo206G Offline/online data collector, SMS alarm sender, watchdog terminal for IPThermo Pro network IPThermo 206G is the central data handling terminal of the IPThermo Pro measurement network. This

More information

Interfacing an HTML Form to the ez80f91 MCU

Interfacing an HTML Form to the ez80f91 MCU Application Note Interfacing an HTML Form to the ez80f91 MCU AN020803-0708 Abstract This application note demonstrates how to use Zilog s ez80f91 microcontroller unit (MCU) as a web server to send electronic

More information

Computer Cabinet Environment Monitor

Computer Cabinet Environment Monitor Computer Cabinet Environment Monitor WxGoos-1 (03/30/2006) Individual or Multiple Cabinet Monitoring A simple, low-cost device for monitoring cabinets and racks, the WxGoos-1 contains five built-in environment

More information

AUTOMATIC BILLING SYSTEM FOR CISCO ANALOG TELEPHONE ADAPTOR ATA 186/188

AUTOMATIC BILLING SYSTEM FOR CISCO ANALOG TELEPHONE ADAPTOR ATA 186/188 AUTOMATIC BILLING SYSTEM FOR CISCO ANALOG TELEPHONE ADAPTOR ATA 186/188 Rosen Ivanov Technical University of Gabrovo, BULGARIA E-mail: rs-soft@ieee.org Abstract: This paper presents an automatic billing

More information

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote.

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote. Specifications for ARINC 653 compliant RTOS & Development Environment Notes and terms of conditions Vendor shall note the following terms and conditions/ information before they submit their quote. 1.

More information

MONITORING. m 3 /s. m/s F. g/m 3. Software. Data Input. M2M Transfer. Processing. Reports Graphs, Excel Alarms. Measurement Sensors Dry contacts

MONITORING. m 3 /s. m/s F. g/m 3. Software. Data Input. M2M Transfer. Processing. Reports Graphs, Excel Alarms. Measurement Sensors Dry contacts MONITORING A m 3 /s C Rh V J m/s F g/m 3 Pa kw Measurement Sensors Dry contacts Logging Analysis, Alarms Various products XML/HTTP SNMP, E-mail GPRS/SMS Reports Graphs, Excel Alarms www.hw-group.com Measurement,

More information

JNIOR. Overview. Get Connected. Get Results. JNIOR Model 310. JNIOR Model 312. JNIOR Model 314. JNIOR Model 410

JNIOR. Overview. Get Connected. Get Results. JNIOR Model 310. JNIOR Model 312. JNIOR Model 314. JNIOR Model 410 The INTEG is an Ethernet I/O (digital, analog) device that monitors and controls a small set of process signals. functions as both basic I/O for integration with another application or system AND as a

More information

Data Transfer between Serial Link and TCP/IP Link Using ez80f91 MCU

Data Transfer between Serial Link and TCP/IP Link Using ez80f91 MCU Application Note Data Transfer between Serial Link and TCP/IP Link Using ez80f91 MCU AN021904 0808 Abstract This application note describes Zilog s ez80 - based Serial-to-TCP and TCP-to-Serial communicator

More information

Remote Monitoring Unit SC8100. Monitoring Unit SC8100

Remote Monitoring Unit SC8100. Monitoring Unit SC8100 Monitoring Unit SC8100 Remote Monitoring Unit SC8100 Environmental monitoring of any facilities, control of security breaches, temperatures, smoke, water leakages, voltages and more. Compatible with all

More information

FLYPORT Wi-Fi 802.11G

FLYPORT Wi-Fi 802.11G FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB

More information

MONITORING. Software. M2M Transfer. Data Input. Processing. Reports Graphs, Excel Alarms. Logging Analysis, Alarms Various products

MONITORING. Software. M2M Transfer. Data Input. Processing. Reports Graphs, Excel Alarms. Logging Analysis, Alarms Various products MONITORING Measurement Sensors Dry contacts Logging Analysis, Alarms Various products XML/HTTP SNMP, E-mail GPRS/SMS Reports Graphs, Excel Alarms www.hw-group.com Measurement, Sensors Temperature Humidity

More information

Semaphore T BOX Applications in Data Center Facilities

Semaphore T BOX Applications in Data Center Facilities Semaphore T BOX Applications in Data Center Facilities Introduction Data centers must reliably provide 24/7/365 operation. For automation and monitoring of the facility, use of a rugged, reliable RTU is

More information

Niagara IT Manager s Guide

Niagara IT Manager s Guide 3951 Westerre Parkway, Suite 350 Richmond, VA 23233 804.747.4771 Phone 804.747.5204 FAX Niagara IT Manager s Guide A White Paper An IT Manager s Guide to Niagara This document addresses some of the common

More information

WISE-4000 Series. WISE IoT Wireless I/O Modules

WISE-4000 Series. WISE IoT Wireless I/O Modules WISE-4000 Series WISE IoT Wireless I/O Modules Bring Everything into World of the IoT WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud

More information

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6

More information

Page 1 / 14 Groupe MOBILITECHMIOSBOX Technical Specification MWP-DT1010. Technical specifications

Page 1 / 14 Groupe MOBILITECHMIOSBOX Technical Specification MWP-DT1010. Technical specifications Page 1 / 14 Technical specifications Page 2 / 14 SUMMARY 1. GENERAL OVERVIEW 1.1 MIOS and the remote management 1.2 The MIOSBOX range 1.3 Synthesis of MIOSBOX s specificities 2. DETAILED PRESENTATION OF

More information

EMG Ethernet Modbus Gateway User Manual

EMG Ethernet Modbus Gateway User Manual EMG Ethernet Modbus Gateway User Manual Rev 2.2 07/2010 CONTENTS 1. Introduction 1.1. General Features 1.2 Installing the Drivers 2. Configuration 2.1 Main Device Parameters 2.1.1 RS485 Serial Communication

More information

APPLICATION NOTE. The DMP Software Family DMP COMPUTER SOFTWARE PROGRAMS

APPLICATION NOTE. The DMP Software Family DMP COMPUTER SOFTWARE PROGRAMS APPLICATION NOTE Contents The DMP Software Family... 1 Stand-Alone Link Software... 1 Add-on Modules for Link Software... 1 System Link End-User Panel Management Software... 2 Simple Registration and Activation...

More information

applicomio Profibus-DP

applicomio Profibus-DP BradCommunications Profibus-DP network interface cards allow deterministic I/O data acquisition for PC-based control applications. Features New! Support of Windows 32-bit and 64-bit (WoW64) Support of

More information

SIP Protocol as a Communication Bus to Control Embedded Devices

SIP Protocol as a Communication Bus to Control Embedded Devices 229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania ramunas.dzindzalieta@gmail.com Abstract.

More information

Ponto Series. A new concept for automation

Ponto Series. A new concept for automation Ponto Series A new concept for automation Programmable Controller Remote I/O for Field Buses Special models of I/O modules Web connection Ponto Series Programmable Controller High connectivity CPUs Direct

More information

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements.

The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. HARDWARE DESCRIPTION The modular concept of the MPA-3 system is designed to enable easy accommodation to a huge variety of experimental requirements. BASE MODULE GO LINE Digital I/O 8 Analog Out AUX 1

More information

MONITORING. Software. M2M Transfer. Data Input. Processing. Reports Graphs, Excel Alarms. Logging Analysis, Alarms Various products

MONITORING. Software. M2M Transfer. Data Input. Processing. Reports Graphs, Excel Alarms. Logging Analysis, Alarms Various products MONITORING Measurement Sensors Dry contacts Logging Analysis, Alarms Various products XML/HTTP SNMP, E-mail GPRS/SMS Reports Graphs, Excel Alarms www.hw-group.com Measurement, Sensors em e u e H m d ty

More information

Internet-bridge XPort

Internet-bridge XPort Ing. Z.Královský Ing. Petr Štol Perk 457 Okrajová 1356 675 22 STA 674 01 T EBÍ Development & production of control equipment Tel.: 568 870982 Tel.: 568 848179 Visualization, measurement and regulation

More information

Getting Started Guide with WIZ550web

Getting Started Guide with WIZ550web 1/21 WIZ550web is an embedded Web server module based on WIZnet s W5500 hardwired TCP/IP chip, Users can control & monitor the 16-configurable digital I/O and 4-ADC inputs on module via web pages. WIZ550web

More information

ARCHITECTURE FOR INDUSTRIAL MONITORING SYSTEMS

ARCHITECTURE FOR INDUSTRIAL MONITORING SYSTEMS ARCHITECTURE FOR INDUSTRIAL MONITORING SYSTEMS Assoc.Prof.Dr.Eng. Sorin Aurel MORARU MSc.Eng.Drd. Adrian PELCZ Senior Lecturer Drd.Eng. Liviu PERNIU Assoc.Prof.Dr.Eng. Adrian CRACIUN Automatics Department,

More information

H0/H2/H4 -ECOM100 DHCP & HTML Configuration. H0/H2/H4--ECOM100 DHCP Disabling DHCP and Assigning a Static IP Address Using HTML Configuration

H0/H2/H4 -ECOM100 DHCP & HTML Configuration. H0/H2/H4--ECOM100 DHCP Disabling DHCP and Assigning a Static IP Address Using HTML Configuration H0/H2/H4 -ECOM100 DHCP & HTML 6 H0/H2/H4--ECOM100 DHCP Disabling DHCP and Assigning a Static IP Address Using HTML 6-2 H0/H2/H4 -ECOM100 DHCP DHCP Issues The H0/H2/H4--ECOM100 is configured at the factory

More information

Poseidon2 3268 MANUAL

Poseidon2 3268 MANUAL Poseidon2 3268 MANUAL Safety information The device complies with regulations and industrial standards in force in the Czech Republic and the European Union. The device has been tested and is supplied

More information

EMS. EtherCAN CI. Ethernet/CAN Interface. User Manual THOMAS WÜNSCHE. Documentation for Ethernet/CAN interface EtherCAN CI version 2.1.

EMS. EtherCAN CI. Ethernet/CAN Interface. User Manual THOMAS WÜNSCHE. Documentation for Ethernet/CAN interface EtherCAN CI version 2.1. Documentation for Ethernet/CAN interface version 2.1. Document version: V3.0 Documentation date: June 16th, 2007 This documentation is not valid for version 2.0 and earlier versions. No part of this document

More information

Operator Touch Panel PC OTP/57V esom2586 / x86

Operator Touch Panel PC OTP/57V esom2586 / x86 Operator Touch Panel PC OTP/57V esom2586 / x86 3U Operator Touch Panel Device with 5.7 VGA LCD, Touch Screen, Embedded PC and Java 6 Product Information Description The OTP/57V is a compact PC-based open

More information

Freescale Semiconductor, I

Freescale Semiconductor, I nc. Application Note 6/2002 8-Bit Software Development Kit By Jiri Ryba Introduction 8-Bit SDK Overview This application note describes the features and advantages of the 8-bit SDK (software development

More information

CMS Central Monitoring System

CMS Central Monitoring System General In This Section CMS for Windows CMS Hardware CMS Functional Spec Relational Database Monitoring Interface Communication Network CMS Central Monitoring System General CMS Central Monitoring System

More information

MONITORING. m 3 /s. m/s F Pa. g/m 3. Software. Data Input. M2M Transfer. Processing. XML/HTTP SNMP, E-mail GPRS/SMS. Measurement Sensors Dry contacts

MONITORING. m 3 /s. m/s F Pa. g/m 3. Software. Data Input. M2M Transfer. Processing. XML/HTTP SNMP, E-mail GPRS/SMS. Measurement Sensors Dry contacts MONITORING A g/m 3 m 3 /s C Rh V J m/s F Pa kw Measurement Sensors Dry contacts Logging Analysis, Alarms Various products XML/HTTP SNMP, E-mail GPRS/SMS Reports Graphs, Excel Alarms www.hw-group.com Measurement,

More information

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS MODEL ATC-2000 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2000 is a RS232/RS485 to TCP/IP converter integrated with a robust system and network management features designed

More information

NEW. EVEN MORE data acquisition and test stand automation

NEW. EVEN MORE data acquisition and test stand automation NEW EVEN MORE data acquisition and test stand automation the new class of data The plug&play complete package User benefits Expert Series is the latest generation of data acquisition Complete hardware

More information

Windows Server 2003 default services

Windows Server 2003 default services Windows Server 2003 default services To view a description for a particular service, hover the mouse pointer over the service in the Name column. The descriptions included here are based on Microsoft documentation.

More information

Process Control and Automation using Modbus Protocol

Process Control and Automation using Modbus Protocol Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has

More information

IP POWER 9258 USER MANUAL IP POWER 9258 USER MANUAL

IP POWER 9258 USER MANUAL IP POWER 9258 USER MANUAL IP POWER 9258 USER MANUAL USER MANUAL IP POWER 9258 Version: X.X 2005.11-1 - VER. X.X, Warning: Any changes to this equipment without permission may cause damages to your equipment! This equipment has

More information

Software installation and configuration IEC-line series

Software installation and configuration IEC-line series Software installation and configuration IEC-line series update: 04-10-2014 IEC-line by OVERDIGIT overdigit.com Table of contents 1. Installing the software... 3 1.1. Installing CoDeSys... 4 1.2. Installing

More information

A Practical Approach to Education of Embedded Systems Engineering

A Practical Approach to Education of Embedded Systems Engineering A Practical Approach to Education of Embedded Systems Engineering Özgür Yürür Department of Electrical Engineering University of South Florida Tampa, Florida, 33620 oyurur@mail.usf.edu Wilfrido Moreno

More information

Tracer Summit Web Server

Tracer Summit Web Server Tracer Summit Web Server Web-based access for the Tracer Summit building automation system March 2003 BAS-PRC014-EN Introduction The Tracer Summit Web Server provides the ability to operate a Tracer Summit

More information

PANDORA FMS NETWORK DEVICE MONITORING

PANDORA FMS NETWORK DEVICE MONITORING NETWORK DEVICE MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS is able to monitor all network devices available on the marke such as Routers, Switches, Modems, Access points,

More information

Display Message on Notice Board using GSM

Display Message on Notice Board using GSM Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 7 (2013), pp. 827-832 Research India Publications http://www.ripublication.com/aeee.htm Display Message on Notice Board

More information

SIMATIC S7-1200. It s the Interplay that makes the difference. Siemens AG 2010. All Rights Reserved.

SIMATIC S7-1200. It s the Interplay that makes the difference. Siemens AG 2010. All Rights Reserved. SIMATIC S7-1200 It s the Interplay that makes the difference SIMATIC S7-1200 Controller SIMATIC S7-1200 CPUs CPU 1211C 3 configurations per CPU Dimensions W x H x D (mm) CPU 1212C CPU 1214C DC/DC/DC, AC/DC/RLY,

More information

Figure 1.Block diagram of inventory management system using Proximity sensors.

Figure 1.Block diagram of inventory management system using Proximity sensors. Volume 1, Special Issue, March 2015 Impact Factor: 1036, Science Central Value: 2654 Inventory Management System Using Proximity ensors 1)Jyoti KMuluk 2)Pallavi H Shinde3) Shashank VShinde 4)Prof VRYadav

More information

Compatible with all of the Ravica range of Intelligent Sensors it provides a complete environmental, access control and security monitoring solution.

Compatible with all of the Ravica range of Intelligent Sensors it provides a complete environmental, access control and security monitoring solution. Sensor Control... Control... Sensor Control... Access securityprobe 5E Standard securityprobe 5E Standard Monitor the physical environment and receive alerts of any disturbances, such as unauthorized intruders,

More information

Course Description and Outline. IT Essential II: Network Operating Systems V2.0

Course Description and Outline. IT Essential II: Network Operating Systems V2.0 Course Description and Outline IT Essential II: Network Operating Systems V2.0 Course Outline 1. Operating System Fundamentals 1.1 Operating System Basics 1.1.1 Overview of PC operating systems 1.1.2 PCs

More information

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4 10 Steps to Developing a QNX Program Quickstart Guide 2008, QNX Software Systems GmbH & Co. KG. A Harman International Company. All rights

More information

Communication standards and Carel solutions

Communication standards and Carel solutions Brugine March 2002 Communication standards and Carel solutions Modbus All Carel controllers: GATEWAYMB0 pco 2 - Direct connection through RS232 serial card PCO200MDM0 RS485 serial card PCO2004850 BIOS

More information

Development of an Internet based Embedded System for Smart House Controlling and Monitoring

Development of an Internet based Embedded System for Smart House Controlling and Monitoring Development of an Internet based Embedded System for Smart House Controlling and Monitoring Ahmed Abd-Elkarim Abd- Ellatif Salih Maged Ali Mohammed Asa'ad Yousif Elhadi Elsideeg Ahmed Department of Computer

More information

IP SENSOR 9216 USER MANUAL IP SENSOR 9216 USER MANUAL

IP SENSOR 9216 USER MANUAL IP SENSOR 9216 USER MANUAL IP SENSOR 9216 USER MANUAL USER MANUAL IP SENSOR 9216 Version: 1.0 2006.08-1 - VER. 1.0, Warning: Any changes to this equipment without permission may cause damages to your equipment! This equipment has

More information

Computer Automation Techniques. Arthur Carroll

Computer Automation Techniques. Arthur Carroll Computer Automation Techniques Arthur Carroll 1 Three Types of Computers Micro-Controller Single Board Computer Desktop Computer 2 The Micro-Controller Small inexpensive DIP or surface mount chips Roughly

More information

Smart Cloud Solutions

Smart Cloud Solutions home2net GmbH Smart Cloud Solutions May 2015 Did you notice? IOT development Industrial IOT IHS 2013: Internet Connected Devices Implications 50.000.000.000 IOT device's in 2020 highest prediction is 200.000.000.000

More information

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson CS 3530 Operating Systems L02 OS Intro Part 1 Dr. Ken Hoganson Chapter 1 Basic Concepts of Operating Systems Computer Systems A computer system consists of two basic types of components: Hardware components,

More information

Embedded PC The modular Industrial PC for mid-range control. Embedded PC 1

Embedded PC The modular Industrial PC for mid-range control. Embedded PC 1 Embedded PC The modular Industrial PC for mid-range control Embedded PC 1 Embedded OS Operating Systems Major differences Details XPE / CE Embedded PC 2 The Windows Embedded OS family CX1000 The modular,

More information

Networked Embedded Greenhouse Monitoring and Control

Networked Embedded Greenhouse Monitoring and Control Networked Embedded Greenhouse Monitoring and Control Darko Stipanièev, Member, IEEE, Maja Èiæ and Jadranka Marasoviæ, Member, IEEE Abstract Networked embedded systems have become quite important nowdays,

More information

UPS MANAGEMENT SOFTWARE OPTIONS

UPS MANAGEMENT SOFTWARE OPTIONS UPS MANAGEMENT SOFTWARE OPTIONS For SAFEPOWER EVO series of UPS & CPS Systems UPSMAN UPSMON/UPSVIEW UPSMON CUSTOM Version: 2012-12-07 UPS MANAGEMENT SOFTWARE UPSMAN/UPSMON/UPSVIEW, and UNMS II Comprehensive

More information

DK40 Datasheet & Hardware manual Version 2

DK40 Datasheet & Hardware manual Version 2 DK40 Datasheet & Hardware manual Version 2 IPC@CHIP DK40 Evaluation module Beck IPC GmbH http://www.bcl.de page 1 of 11 Table of contents Table of contents... 2 Basic description... 3 Characteristics...

More information

securityprobe 5E Standard

securityprobe 5E Standard securityprobe 5E Standard securityprobe 5E Standard Monitor the physical environment and receive alerts of any disturbances, such as unauthorized intruders, security breaches, high temperatures, smoke,

More information

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R-

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R- MODEL ATC-2004 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2004 is a 4 Port RS232/RS485 to TCP/IP converter integrated with a robust system and network management features

More information

PROCESS DATA VISUALIZATION AND MONITORING USING INTERNET

PROCESS DATA VISUALIZATION AND MONITORING USING INTERNET International Carpathian Control Conference ICCC 2002 MALENOVICE, CZECH REPUBLIC May 27-30, 2002 PROCESS DATA VISUALIZATION AND MONITORING USING INTERNET Lenka LANDRYOVÁ 1 and Jiří KOZIOREK 2 1 Department

More information

IP SERIAL DEVICE SERVER

IP SERIAL DEVICE SERVER IP SERIAL DEVICE SERVER ( 1 / 2 / 4 serial port ) Installation guide And User manual Version 1.0 1Introduction... 5 1.1Direct IP mode...5 1.2Virtual COM mode...5 1.3Paired mode...6 1.4Heart beat... 6

More information

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0 T-BOXN12R You can make it wireless First steps with T-BOXN12R Date: 2004-07-16 Version 1.0 Content 1. Purpose of this document... 3 2. T-BoxN12R overview... 4 3. First step... 5 3.1. Preparing your workshop

More information

Rcore Embedded Software Platform

Rcore Embedded Software Platform Industrial Computing Rcore Embedded Software Platform The high reliability and stability of Moxa s embedded computers give our customers an edge over the competition. Moxa s Rcore embedded software platform

More information

Millenium Web Server

Millenium Web Server Web Control System Cooling management Water management Building management system Millenium Web Server freedom for professionals f r e e d o m f o r p r o f e s s i o n a l s Supervise your installations

More information

A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets

A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets Pradipta Biswas University of Kalyani, India 1 Introduction Remote control of electrical and electronic gadgets in domestic and

More information

Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems. 2008 Chapter-1L03: "Embedded Systems - ", Raj Kamal, Publs.: McGraw-Hill Education

Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems. 2008 Chapter-1L03: Embedded Systems - , Raj Kamal, Publs.: McGraw-Hill Education Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems 1 Typical Embedded System Hardware units 2 Basic Circuit Elements at the System 3 (i) Power Source 1. System own supply with separate supply

More information

PANDORA FMS NETWORK DEVICES MONITORING

PANDORA FMS NETWORK DEVICES MONITORING NETWORK DEVICES MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS can monitor all the network devices available in the market, like Routers, Switches, Modems, Access points,

More information

How To Run An Nport I5000A Device Server

How To Run An Nport I5000A Device Server NPort IA5000A Series 1, 2, and 4-port serial device servers for industrial automation Enhanced surge protection for serial, LAN, and power 2 KV isolation for serial signals Rugged screw-type terminal blocks

More information

Technology & Evolution

Technology & Evolution Technology & Evolution WebGate is an innovative product that allows all Carel controllers to be connected to any Ethernet -TCP/IP network. These protocols have seen enormous development and diffusion in

More information

WinCon-8000. Programmable Automation. Controller

WinCon-8000. Programmable Automation. Controller Programmable Automation Controller Introduction The is a leading edge embedded platform with Intel Strong ARM CPU running the Windows CE.NET operating system. When compared to the standard Windows OS,

More information

Acquiring i data from the field level l to a SQL database

Acquiring i data from the field level l to a SQL database M2M SQL Connector - a Turnkey Solution Dt Data Acquisition Data Logging Transmission SQL Database Acquiring i data from the field level l to a SQL database M2M Data Management 5 Steps: 1. Data Acquisition

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab. 2 Network Devices & Packet Tracer Objectives 1. To become familiar with

More information

User Manual Document HTTP-Direct / FTPServer and FLASH file system

User Manual Document HTTP-Direct / FTPServer and FLASH file system Smart solutions for comfort and safety User Manual Document HTTP-Direct / FTPServer and FLASH file system Version: 1.6 Date: October 2009 Status: Released Classification: Public HTTP-Direct / FTPServer

More information

Providing a jump start to EFI application development and a uniform pre-boot environment

Providing a jump start to EFI application development and a uniform pre-boot environment Providing a jump start to EFI application development and a uniform pre-boot environment Yosi Govezensky Program Manager Microcomputer Software Corp. February 15-17, 2000 Agenda l EFI Application Toolkit

More information

Stellaris Based Integrating Web Servers in Embedded Applications

Stellaris Based Integrating Web Servers in Embedded Applications Stellaris Based Integrating Web Servers in Embedded Applications S.Karthick 1, K.Arun Kumar 2 Assistant Professor, Dept of ECE, Jeppiaar Institute of Technology, Chennai, Tamilnadu, India 1 Associate Professor,

More information

Understanding PIC WEB boards and how to use Microchip's TCP-IP Stack. Rev.A, April 2008. Copyright(c) 2008, OLIMEX Ltd, All rights reserved

Understanding PIC WEB boards and how to use Microchip's TCP-IP Stack. Rev.A, April 2008. Copyright(c) 2008, OLIMEX Ltd, All rights reserved Understanding PIC WEB boards and how to use Microchip's TCP-IP Stack Rev.A, April 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved INTRODUCTION: The PIC-WEB family of boards are development boards

More information

SecureLinx Spider Duo Quick Start Guide

SecureLinx Spider Duo Quick Start Guide SecureLinx Spider Duo Quick Start Guide SecureLinx Spider Duo Quick Start Guide SecureLinx Spider Duo QUICK START GUIDE CONTENTS Overview... 2 What s In The Box... 3 Installation and Network Settings...

More information

One Port Serial Server Users Manual Model ESP901, ESP901E

One Port Serial Server Users Manual Model ESP901, ESP901E One Port Serial Server Users Manual Model ESP901, ESP901E Documentation Number: ESP901-2303 International Headquarters B&B Electronics Mfg. Co. Inc. 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350

More information

LPC2300/LPC2400 TCP/IP Overview. TCP/IP and LPC2300/LPC2400 Family October 2007

LPC2300/LPC2400 TCP/IP Overview. TCP/IP and LPC2300/LPC2400 Family October 2007 LPC2300/LPC2400 TCP/IP Overview TCP/IP and LPC2300/LPC2400 Family October 2007 Introduction to the LPC2300/LPC2400 Family Family is an important word in the title All blocks across the LPC2000 family are

More information

TAC Vista Family TAC Xenta 700 Everything You Need to Monitor and Control Your Building

TAC Vista Family TAC Xenta 700 Everything You Need to Monitor and Control Your Building TAC Vista Family TAC Xenta 700 Everything You Need to Monitor and Control Your Building Retail: an application example for small-size solutions The TAC Xenta 700 is a complete Building Management System.

More information

Manual. IP Sensor and Watchdog IPSW2210. I P S W 2 2 1 0 M a n u a l P a g e 1. Relay Output. Power input. 12VDC adapter LED Indicators. 2 Dry.

Manual. IP Sensor and Watchdog IPSW2210. I P S W 2 2 1 0 M a n u a l P a g e 1. Relay Output. Power input. 12VDC adapter LED Indicators. 2 Dry. IP Sensor and Watchdog IPSW2210 Manual Relay Output Power input 12VDC adapter LED Indicators 1 wire 2 Dry Output Green : Power Yellow: Link temperature & humidity contact inputs LED indicator sensor input

More information

COMPUTER BASED REMOTE CONTROL FOR LAYOUT OF SCALED MODEL TRAINS

COMPUTER BASED REMOTE CONTROL FOR LAYOUT OF SCALED MODEL TRAINS COMPUTER BASED REMOTE CONTROL FOR LAYOUT OF SCALED MODEL TRAINS Ivan Ivanov Monov, Ivan Petrov Gorchev Technical University - Sofia, 8 Kliment Ohridski Blvd., Sofia 1000, Bulgaria, phone: +359 887 204488,

More information

ED-516. Ethernet to Digital In ED-516. Connect, Configure, Control. ED-516 ETHERNET TO Digital IO 16 Inputs

ED-516. Ethernet to Digital In ED-516. Connect, Configure, Control. ED-516 ETHERNET TO Digital IO 16 Inputs Ethernet to Digital In ED-516 ED-516 ETHERNET TO Digital IO 16 Inputs ED-516 16 Digital Inputs 0 to 30 Volt inputs ideal for dry/volt free contacts or wet contacts Ideal for inductive, capacitive & resistive

More information

obems - open source Building energy Management System T4 Sustainability Ltd

obems - open source Building energy Management System T4 Sustainability Ltd obems - open source Building energy Management System T4 Sustainability Ltd AMR and BMS What are the problems? Cost - hardware, rental or purchase, and software licenses, upgrades etc. Lack of open standards.

More information

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu. Fall 2009 Lecture 1 Operating Systems: Configuration & Use CIS345 Introduction to Operating Systems Mostafa Z. Ali mzali@just.edu.jo 1-1 Chapter 1 Introduction to Operating Systems An Overview of Microcomputers

More information

TK700 +70 C -25 C 95% RH EMC TK701G TK701U TK704G TK704U TK704W. TK-Series Cellular Router

TK700 +70 C -25 C 95% RH EMC TK701G TK701U TK704G TK704U TK704W. TK-Series Cellular Router +70 C -25 C 95% RH EMC TK701G TK701U TK704G TK704U TK704W The industrial 2G GPRS- and 3G UMTS routers offered by Welotec enables the access to Ethernet devices or a local network remotely via mobile network

More information

Machine control going www - Opportunities and risks when connecting a control system to the Internet

Machine control going www - Opportunities and risks when connecting a control system to the Internet B&R Industrial Automation Corp. 1325 Northmeadow Parkway, S-130 Tel: (770) 772-0400 E-mail: office.us@br-automation.com Roswell, Georgia 30076 Fax: (770) 772-0243 Internet: www.br-automation.com Machine

More information

VisorALARM-Manager Application Quick Guide. (Ver. 1.3) Dm 380-I. V:3.0

VisorALARM-Manager Application Quick Guide. (Ver. 1.3) Dm 380-I. V:3.0 VisorALARM-Manager Application Quick Guide. (Ver. 1.3) Dm 380-I. V:3.0 1. Installation Requirements 1.1. PC Pentium III processor or higher. Minimum RAM memory: 128 Mbytes Operating system: Windows XP

More information

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER Understanding what a PAC is starts from the understanding of PLC. A PLC is a Programmable Logic while

More information