MICROCONTROLLER ETHERNET INTERFACING

Size: px
Start display at page:

Download "MICROCONTROLLER ETHERNET INTERFACING"

Transcription

1 MAE 285 Laboratory #5 Purpose MICROCONTROLLER ETHERNET INTERFACING To introduce to Ethernet protocol standards To develop familiarity with how to connect devices using the Ethernet port To reinforce C program standards and coding documentation To explore the similarities and differences between Ethernet protocol standards Learning Objectives: Upon successful completion of this laboratory experiment, the student will be able to: 1. Identify what a RJ45 is and what it has to do with Ethernet communication. 2. Explain what logic voltage levels are used for Ehernet communication. 3. Describe where to find specifications for the Ethernet communication protocol. a. Explain the meaning of layers as it pertains to the Ethernet standard. b. Describe the difference between these layers and their perspective function. 4. Describe the differences between a 10T and a 100T Ethernet system. 5. Apply knowledge from reading assignment and reset the password on the Ethernet board. 6. Apply knowledge from reading assignment and attaché the Atmel JTAG IC to the CPLD and download code. 7. Verify, with the port Sniffer that the data being transmitted from the microcontrollers match the data being received by the web page. 8. Determine what percentage of the information from the microcontroller does the web browser not use. 9. Classify the differences between hardware and software implementation of Ethernet protocol incorporating a microcontroller, and the advantages and disadvantages of each. Lab Preparation The following pre-lab preparation is required to be able to successfully complete this lab. Completion of Introduction to the Atmel Atmega 128 controller. (see course website) Completion of Quick Start Guide for the Embedded Internet Toolkit. (AVR461) The following optional reading will help in deeper understanding of the experiments. Read data sheet for Atmel s ATMEGA 128 section XXX and XXX covering the setting of processor clock speed and calculating scaling bit for serial baud rates. (Atmel) Read data sheet for Crystal CS8900A-C0 chip section XXX and XXX covering the operation of the chip. Components Qty. Items 1 AVR Embedded Internet Toolkit with a Atmega 128 processor 1 STK500 2 Serial LCD

2 1 Serial Adapter board 1 JTAG ICE 1 or mkii 1 Serial port cable Male to Male (straight thru) 1 Bread board 1 Opto-isolater 1 Ethernet cable, twisted (Orange) 1 Ethernet cable, straight thru (Yellow) Lab Overview The Ethernet Lab requires you to utilize the following programs on the PC: Hyper Terminal, AVR studio, Internet Explorer, a Text editor, EtherReal and a C compiler to generate code for an Atmel chip. Hyper Terminal is a free software terminal emulator (communication program) for MS-Windows. It supports VT100 emulation, telnet connection, serial port connection, and so on. AVR Studio 4 is the new professional Integrated Development Environment (IDE) for writing and debugging AVR applications in Windows 9x/NT/2000/XP environments. AVR Studio 4 includes an assembler and a simulator. The AVR Studio supports the following AVR development tools are also supported: ICE50, ICE40, JTAGICE mkii, JTAGICE, ICE200, STK500/501/502 and AVRISP. Internet Explorer or equivalent web page browser used to interrupt information sent from a web site and prepare it for display on the local host computer. Different web browser interprets the information set to them differently and the pages on the Atmel have been only verified with I.E. Text editors like Note pad or Ultra Edit, Microsoft word can be used buy it has to be save without the additional hidden characters the word adds to a text document. The text editor will be used to create your web pages and update them as needed. Port Sniffer is a program the listen to the Ethernet port on the computer and saves all information from it into a log. This program is useful for debugging and verify what is going out and coming into your Ethernet port. A C compiler, like ICCAVR or GCC, to create and update code used for this project and stored on the microcontrollers. Both of these compilers are free to download from the web. The ICCAVR has a limited time full feature use then it implements a 4K limit on program size. GCC on the other hand has no time limit. The software for this lab has been developed or verified operational with ICCAVR. Ether Real is a program the listen to the Ethernet port on the computer and saves all information from it into a log. This program is useful for debugging and verify what is going out and coming into your Ethernet port. This lab requires you to connect the Embedded Internet board to the computer using the Ethernet port on the board and your computer as well as one serial port from the STK500 to the computer and the second serial port on the computer to the embedded web server serial port. You will need to have the port Ethereal software load on your computer and operating before you open the web browser to view the home page on the Embedded Internet Toolkit. The first step in using this board will require you to connect to primary serial port of the board to the serial port of the computer. This step may require you to use a USB to serial adapter cable. Once you have this hooked up and the serial communication rates refer to serial lab and Ethernet board documentation on setting, power up the board. You will be uploading and down loading web content by using a DOS window and the FTP function.

3 COMPUTER RUNNING PROGRAMS RS232 Connection ETHERNET Connection Atmel s Ethernet Board RS232 Connection Port2 STK500 ISP 6 pin Ribbon Fig.1 Laboratory setup for Ethernet communication lab This figure depicts the configuration of the Ethernet and serial cables between the compute running Hyper Terminal and Internet Explorer and Ethernet board mounted with an ATMEGA 128 processor. Introduction In this lab you will investigate how to program a microcontrollers by use of a serial interface as well as ISP functionality built into the STK500. There will also be work on using FTP functionality to upload and down load web content. There will also be monitoring of the web port by software Ethereal to see what is being sent and received over the port. You will also be investigating key operation of uploading a program and by using AVR studio s emulator mode to step through code to verify and validate functionality. Key Questions As you begin this lab, please review the following questions that you will be required to answer as part of your lab report. Think about the questions as you perform each lab, note there is no one correct answer for these questions so provide your reasoning and justifications for each answer. 1) What effect, if any, would a change from a crossover cable to a straight through cable have? 2) Explain how you would integrate a larger memory chip into the Ethernet board and describe how you would code and complete the circuit using your chosen components. 3) Should there be current (e.g., maximum amperage) specifications associated with these protocols? 4) Identify as many things about the circuitry that will limit the maximum rate at which data can be reliably transmitted, and explain why. (e.g., what effect might the length of the wires have? 5) Is it possible that the power supply could have an effect, and if so, what? 6) Explain why you may use 10 base T, over 100 base T. Procedure 1. Remove the STK501 board from the STK500. Slowly rock the board out of the connectors to prevent bending the pins. 2. Make sure the 6 pin ribbon cable is connected to the ISP header on the STK500 board.

4 3. Connect 12 VDC Power to the STK500. Verify 12 volts before plugging power into the STK Connect 12 VDC Power to the AVR Embedded Server board. Verify 12 volts before plugging power into the board. 5. Connect a serial cable from the communication port 1 of the computer to the RS232 CTRL port on the STK500 main board. This will be used to download and debug code for this experiment. 6. Connect a second serial cable from the computers communication port 2 to the AVR Embedded Server board. 7. Connect a cross over CAT5 or CAT6 cable from the PC RJ45 to the RJ45 on the AVR Embedded Server board. 8. Connect the 6-pin ribbon cable from the STK500 to the ISP 6-pin header on the AVR Embedded Server board. Verify that the red wire goes from pins 1-2 on the STK500 to pins 1-2 on the AVR Embedded Server board. 9. If instructed by TA, you may need to compile all three programs used in this lab. If so you will need to open the folders and file specified by the TA. Compile the code using ICCAVR, as the code has not been checked for compiling using GCC. The TA will provide compiler configuration setting. 10. Open AVR studio 4. Make sure the power is ON on the STK500 board and the AVR Embedded Server board. 11. Click the small icon in the AVR studio window that looks like a small IC with the letters AVR on it. A new window should pop up, if not see the TA. 12. Verify that the new window has the title STK500 module. If not, see TA. 13. Click on Program TAB and set device to ATmega 128. This is a pull down device menu. Find the ATmega 28 in this list. The program mode is ISP. Verify that both are correct. 14. Click the board tab and verify the voltage on the board by clicking on read voltage button. Did you get the voltage reading back? If not, see TA. 15. Now click on the Read button under Oscillator and ISP clock. The two numbers should be STK500 = Mhz and ISP Freq. = Khz. If not, set these two numbers using the pull down menu and then press the write button. Then press read again to verify that the write took place and that the numbers are correct. If any problems with this, see TA. 16. Click on the advance tab and press read button. You should get a number like Ox?? Ox?? Ox?? Where the?? are HEX values between 0 and F. If you don t see this, contact the TA. 17. Below the Ox?? Ox?? Ox?? There will be a message. Verify that it states that this number matches the device selected. If it states that the device does not match, return to step 12 and start over. If you are still having problems, see the TA. 18. Click on the Lock bit tab and check that it is set correctly. The following bits should be checked; Mode 1, Application Protection Mode 1 and Boot Loader Bit. If any are not checked, ask the TA for help. IF THESE ARE SET WRONG THE CHIP CAN T BE USED AGAIN, LAB OVER. 19. Click on the fuse bit tab and verify the following items are checked; ATmega 103 compatibility mode, JTAG enabled, boot flash section size = , Brown out detection level at VCC = 2.7 B, and Ext. Crystal/resonator High Frequency start=up time 16 K ck + 4 ms If these are not configured this way, see TA. 20. Click PROGRAM tab and then the Read Button in the FLASH section of the program window. A SAVE AS pop-up window will appear. Name the file whatever up want. Before saving the file create a new folder under ME285 folder on the desktop. Now click SAVE and you will see four OK! In the dialog window. If you did not see this, see the TA

5 21. Close the STK500 dialog window. 22. Open ultra Edit or some other text editor program. Open the file you just uploaded and saved from the AVR Embedded Server board. The file will have your file name with the extension HEX. 23. The file is in HEX with is what is downloaded to the ATmega128. The HEX is compact version of the Binary, which is what the processor really operates on. If you scan the file to the bottom of the file you will come to a section that is full of F s. This is the section of memory that had no program loaded in it. You can see that a large portion of the 12K of memory is without any program. 24. Now open AVR studio if it is not still open. Open the file you just had open in the text editor. File-open file, a new popup window will appear, select AVR simulator and ATmega128 processor the select finish. 25. The File you see is in the disassembler window in the AVR studio. This file shows the assembly code of the program. This is the next higher level of code writing and just below C code. If you want to you can run through the code in the simulator and view IO registers and other memory location as the code executes. 26. Congratulations you have finished the first part of the lab. 27. Now we are going to look at the web page on the AVR Embedded Server board and create our own web page. 28. To set up your PC to connect directly to the Embedded Internet Toolkit, an IP address in the same range as the Toolkit s must be assigned to the PC. In Windows environments, this should be done as follows (some Windows versions might deviate slightly in appearance): Connect the PC and the AVR Embedded Server board with the crossover Ethernet cable. Open the Windows Control Panel. Select Network. Select TCP/IP -> the PC s Ethernet adapter from the Configuration tab as shown in Fig. 2. Fig. 2. TCP/IP Configuration Push the Properties button. A TCP/IP Properties box similar to Fig. 3 should appear.

6 Fig. 3. TCP/IP Properties Select the IP Address tab. Choose to Specify an IP address as shown in Fig. 3. Insert the IP address and the corresponding subnet mask as shown in Figure 2. Save your settings by pressing OK in both TCP/IP properties and Network properties. Reboot your PC. 29. To start the terminal software, open the start menu, select Programs, ATMEL AVR Tools and AVR Web Server Terminal to start the software. To load the default setting, open the File menu and select Load. Fig. 4 shows the settings in the web server terminal. Fig. 4. Web Server Terminal Window 30. The follow explains each setting used in the Web Server Terminal Window:

7 Web Server Setup DHCP Enable If DHCP (Dynamic Host Configuration Protocol) is enabled, the web server will automatically initialize the IP address from a DHCP host. Use of DHCP requires a DHCP host to be set up on the network. DHCP enable disables manual IP address setup. IP Address Sets up the IP (Internet Protocol) address of the web server. Make sure the IP address is available on the local network. For complete description of IP addresses, see the AVR Web Server documentation. MAC Address Configures the MAC (Media Access Control) address of the web server. The MAC address must be a 48-bit hex value. For complete description of MAC address, see the AVR Web Server documentation Setup The AVR Embedded Web Server can be configured to send s to an address specified in the web server terminal. The sender and receiver address can be written directly into the setup section. The Host name is used to identify the web server to the mail server. The server IP address specifies the address of the server. FTP Setup The FTP setup section specifies the user name and password to log on to the AVR Embedded Web Server using FTP (File Transfer Protocol). The default is ews, but this can be reprogrammed to any desired setting. Please leave these at the default setting. Write The software writes the configuration settings to a local file called server.ini. When the write button is pressed the local file is transferred via the RS-232 serial interface to the Internet Toolkit. Make sure that an RS-232 cable is connected between the PC and the Internet Toolkit and that the Toolkit s network connection is running correctly before pressing the write button. NOTE: The file is transferred to the Internet Toolkit using the ymodem protocol. The default settings are 9600 baud, no parity, 8 data bits, and 1 stop bit (9600, n, 8, 1). In the setting menu, the UART settings can be changed from their default values in the Settings menu. The new settings become operative the next time the EIT is reset or powered up. 31. Click on the settings tab and then click on RS232. Verify the RS232 settings that you are connected to the correct port to communicated to the AVR Embedded Server board. NOTE: The file is transferred to the Internet Toolkit using the ymodem protocol. The default settings are 9600 baud, no parity, 8 data bits, and 1 stop bit (9600, n, 8, 1). In the setting menu, the UART settings can be changed from their default values in the Settings menu. The new settings become operative the next time the EIT is reset or powered up. 32. After verifying the setting click on WRITE button 33. The following dialog box should appear. 34. Once the download is successful, power cycle the AVR Embedded Server board 35. Now to check that the AVR Embedded Server board can be reached. Click on the tool tab which will open a PING test window. If the PING was not successful, please see TA for help.

8 36. Now open Internet Explorer or other web browser. Type in the web address of the web page, in our case it should be Then press enter, the web page should now load. If not, please see TA for help. 37. Congratulations, you now have a web server. With a change to the IP address and connecting it directly to the Internet you could have you own web site. You are complete with section two of the lab. 38. For section three you are going to create a new web page for Dr.Du on you web site. Note; The Embedded Internet Toolkit includes 256 Kbytes of Flash memory that can be accessed remotely from the network with FTP (File Transfer Protocol) or via RS-232 and ymodem protocol from a terminal program (For instance Hyperterm). The files can be of any type, web pages, pictures, applications or JAVA applets being the most common ones. 39. You will be using the DOS prompt widow to communicate to the AVR Embedded Server board. To open a DOS window click the start menu, program, Accessories and MS-Prompt. 40. The first thing to do is to recheck the communication to the AVR Embedded Server board by typing PING (space) in the DOS prompt window. 41. Verify that you have a good connection by having a successful ping response. If your ping times out, see TA for help. 42. We are now ready to view the web page directory. Type FTP (space) and the web address of the server You will be prompted for the user name EWS and the password EWS. See fig. 5 as to what the DOS window should look like. Fig. 5. Using FTP from a DOS Window 44. You are now logged into the web site s file system. 45. Type in dir and the director will be displayed in the window. 46. You should see something like what is shown in Fig. 6.

9 Fig. 6. Listing of Files in the File System 47. Type ls in the terminal window and see the list of files on the server. We are now going to upload a few.htm files from the server. To do this you need to type GET in the dos window as follows. To transfer files from the Toolkit to the PC type get name.ext where name.ext is the name of the file. Files in the file system can t be overwritten, and must therefore be deleted before re-written. To delete a file, type rm name.ext. To change the directory from which you want to transfer the files from your PC, type LS directory where directory is the target path on your PC. For more information, type? in the dos window for help. NOTE; make sure you have the files uploaded to the PC before you delete any file on the server. 48. Open the index.htm file in Ultra edit or other text editor program. 49. Open the INDEX.HTM file in Ultra edit or some other text editor program. 50. Find the following section of code: <tr> <td ALIGN=CENTER WIDTH="100" class="topmenuselected"><a href="index.htm" class="topmenuselected">main</a></td> <td ALIGN=CENTER WIDTH="100" class="topmenu"><font color="#ffff00"><a href="io.htm" class="topmenu">controlling I/O Example</a></font></td> <td ALIGN=CENTER WIDTH="100" class="topmenu"><font color="#ffff00"><a href="ac.htm" class="topmenu">air Condition Example</a></font></td> <td ALIGN=CENTER WIDTH="100"><font color="#ffff00"><a href="name.htm">display

10 name Example</a></font></td> </tr> This is the section of HTM that calls out how the web page menu is to be displayed. 51. We are now going to add a new web page for Dr.Du to the menu. Look at the bold section to see what to add: <tr> <td ALIGN=CENTER WIDTH="100" class="topmenuselected"><a href="index.htm" class="topmenuselected">main</a></td> <td ALIGN=CENTER WIDTH="100" class="topmenu"><font color="#ffff00"><a href="io.htm" class="topmenu">controlling I/O Example</a></font></td> <td ALIGN=CENTER WIDTH="100" class="topmenu"><font color="#ffff00"><a href="ac.htm" class="topmenu">air Condition Example</a></font></td> <td ALIGN=CENTER WIDTH="100"><font color="#ffff00"><a href="name.htm">display name Example</a></font></td> <td ALIGN=CENTER WIDTH="100"><font color="#ffff00"><a href="drdu.htm">dr.du web page</a></font></td> </tr> Now that we have the index.htm file changed, we need to create the Dr. Du homepage. To do this, find the file drdu.htm in the ME285 folder on the computer desktop. 53. Open this file in Ultra edit or some other text editor and also in fire fox or some other web browser. Modify the page as you see fit to help Dr.Du's students. 54. For the Dr. Du web page you are going to have to modify the link to Dr.Du's image. 55. Find the section of code that links to Dr.Du gif file and rename the link to drdu.gif. 56. Open the DOC prompt window and log into the AVR embedded web server using FTP. 57. The ftp terminal connection will time out if you are not actively using it. 58. In the termial window type put C:\ (path to the drdu.htm file). For this example the file is located in the C:\ dierctory ftp> put c:\wdu.html

11 200 PORT command successful. 150 ASCII data connection. 226 Transfer complete. ftp: bytes sent in 0.00Seconds Kbytes/sec. Ftp> If you do not get this, ask for help from the TA. 60. Next, download the drdu.gif file to the AVR embedded web server. Follow the steps you used in the previous download. 61. Now you need to download the index.htm page. The first thing to do is to verify that a copy of the index.htm is stored in a backup folder on on the PC. Once this is verified, you will need to delete the index file on the AVR embedded web server board before downloading the new index.htm file. 62. To do this you will be working in the DOS prompt window. Type delete index.htm and press enter. The DOS window will send a message when this is completed. If you get an error, ask the TA for help 63. Now you need to download the index.htm page to the AVR embedded web server board by using the put (path to file)(file name and extension) in the dos prompt window. Wait for the download to complete. You should get a message about the downloading being complete. If this does not happen ask the TA for help. 64. Reset the AVR embedded web server board. Open up fire fox or some other web browser and log into the AVR embedded web server board using the board s IP address. 65. Reloading the page may be necessary to get the new page to display. If you don't see the Dr.Du home page link in the menu area, review all the previous steps. If there is still a problem, see the TA. 66. With the page loaded, click on the Dr.Du home page. Verify that it loads and displays all the information correctly. The off AVR embedded web server board links will not work right now but will when and if the AVR embedded web server board is connected directly to the Internet. 67. Go back to the main page and try out some of the other web pages. Turn the AVR embedded web server board's LED on and off. Open the code up and review how this works. 68. Congratulations, you have completed the basic lab. References Furman et. al., Intro to the Atmega 128 Microcontroller Eady Fred; Networking and Internetworking with Microcontrollers Paperback, ISBN: , 480 pages, publication date: 2004 Imprint: NEWNES Atmel; ATMEGA bit AVR microcontroller with 128K Bytes In-System programmable Flash Datasheet, Microchip; PIC12F629/675 Data Sheet, 8-Pin FLASH-Based 8-Bit CMOS Microcontrollers AVR461: Quick Start Guide for the Embedded Internet Toolkit

8-bit Microcontroller. Application Note. AVR461: Quick Start Guide for the Embedded Internet Toolkit. Introduction. System Requirements

8-bit Microcontroller. Application Note. AVR461: Quick Start Guide for the Embedded Internet Toolkit. Introduction. System Requirements AVR461: Quick Start Guide for the Embedded Internet Toolkit Introduction Congratulations with your AVR Embedded Internet Toolkit. This Quick-start Guide gives an introduction to using the AVR Embedded

More information

CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs

CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs Tasks: 1 (10 min) Verify that TCP/IP is installed on each of the computers 2 (10 min) Connect the computers together via a switch 3 (10 min)

More information

Communications Instructions for DOOSAN, FANUC Controls

Communications Instructions for DOOSAN, FANUC Controls Communications Instructions for DOOSAN, FANUC Controls Ethernet & RS-232 for; 18i, 21i, 0ib and c 30i Series & 0id - 1 - Table of Contents Section 1... 3 Ethernet Set-up for the PC... 3 Description...

More information

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification: PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,

More information

Mobius 3 Circuit Board Programming Instructions

Mobius 3 Circuit Board Programming Instructions Mobius 3 Circuit Board Programming Instructions Page 1 Mobius 3 Circuit Board Programming Instructions Introduction The Mobius 3 Power System consists of at least 4 circuit boards that need to be programmed.

More information

Prestige 314 Read Me First

Prestige 314 Read Me First Prestige 314 Read Me First Console WAN 10M PORT Prestige Rear Panel Connections CONNECTION Use an RS-232 console cable. Use the cable that came with your broadband modem. LAN 10/100M Port Number COMPUTER

More information

Debugging Network Communications. 1 Check the Network Cabling

Debugging Network Communications. 1 Check the Network Cabling Debugging Network Communications Situation: you have a computer and your NetBurner device on a network, but you cannot communicate between the two. This application note provides a set of debugging steps

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server

LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Products: EFA with EFA Scan, DVRM and DVMD with Realtime Monitor or Stream Explorer DVMD-B1 LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Remote control of test and

More information

E-Blocks Easy Internet Bundle

E-Blocks Easy Internet Bundle Page 1 Cover Page Page 2 Flowcode Installing Flowcode Instruction for installing Flowcode can be found inside the installation booklet located inside the Flowcode DVD case. Before starting with the course

More information

3.5 EXTERNAL NETWORK HDD. User s Manual

3.5 EXTERNAL NETWORK HDD. User s Manual 3.5 EXTERNAL NETWORK HDD User s Manual Table of Content Before You Use Key Features H/W Installation Illustration of Product LED Definition NETWORK HDD Assembly Setup the Network HDD Home Disk Utility

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

WIZ-Embedded WebServer User s Manual (Ver. 1.0)

WIZ-Embedded WebServer User s Manual (Ver. 1.0) [텍스트 입력] WIZ-Embedded WebServer User s Manual (Ver. 1.0) 2007 WIZnet Inc. All Rights Reserved. For more information, visit our website at www.wiznet.co.kr Document History Information Revision Data Description

More information

AVR Butterfly Training. Atmel Norway, AVR Applications Group

AVR Butterfly Training. Atmel Norway, AVR Applications Group AVR Butterfly Training Atmel Norway, AVR Applications Group 1 Table of Contents INTRODUCTION...3 GETTING STARTED...4 REQUIRED SOFTWARE AND HARDWARE...4 SETTING UP THE HARDWARE...4 SETTING UP THE SOFTWARE...5

More information

Connecting the DG-102S VoIP Gateway to your network

Connecting the DG-102S VoIP Gateway to your network Contents of Package: DG-102S VoIP Station Gateway Power adapter CD-ROM, including User s Manual Quick Install Guide Requirements: RS-232 Console Cable Two RJ-45 CAT-5 Straight-Through Cables For more information

More information

UPS Network Interface. Quick InstallationGuide

UPS Network Interface. Quick InstallationGuide UPS Network Interface Quick InstallationGuide Version 1.1 March 1999 COPYRIGHT Copyright 1999 RINGDALE UK Limited. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed,

More information

Ethernet. Customer Provided Equipment Configuring the Ethernet port.

Ethernet. Customer Provided Equipment Configuring the Ethernet port. Installing the RDSP-3000A-NIST Master Clock. Ethernet Connect the RJ-45 connector to a TCP/IP network. Equipment The following equipment comes with the clock system: RDSP-3000A-NIST Master Clock Module.

More information

Easy Setup Guide for the Sony Network Camera

Easy Setup Guide for the Sony Network Camera -878-191-11 (1) Easy Setup Guide for the Sony Network Camera For setup, a computer running the Microsoft Windows Operating System is required. For monitoring camera images, Microsoft Internet Explorer

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

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc.

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc. SKP16C62P Tutorial 1 Software Development Process using HEW Renesas Technology America Inc. 1 Overview The following tutorial is a brief introduction on how to develop and debug programs using HEW (Highperformance

More information

Ultra Thin Client TC-401 TC-402. Users s Guide

Ultra Thin Client TC-401 TC-402. Users s Guide Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE

More information

ENET-710. ENET-710 - Ethernet Module ENET-710 JAN / 06 FOUNDATION

ENET-710. ENET-710 - Ethernet Module ENET-710 JAN / 06 FOUNDATION ENET-710 ENET-710 - Ethernet Module JAN / 06 ENET-710 FOUNDATION E N E T 7 1 0 ME smar www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is

More information

Z8 Encore! XP F64xx Series Flash Microcontrollers. In-Circuit Emulator. User Manual UM016804-0208

Z8 Encore! XP F64xx Series Flash Microcontrollers. In-Circuit Emulator. User Manual UM016804-0208 Z8 Encore! XP F64xx Series Flash Microcontrollers In-Circuit Emulator Copyright 2008 by Zilog, Inc. All rights reserved. www.zilog.com ii Revision History Each instance in the Revision History table reflects

More information

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012 Quick Note 32 Using Digi RealPort with a Digi TransPort Router UK Support September 2012 1 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions... 3 1.3 Version... 3 2 Configuration & scenario...

More information

Prestige 650R-31/33 Read Me First

Prestige 650R-31/33 Read Me First Prestige 650R-31/33 Read Me First Prestige Rear Panel Connections PORT DSL CONSOLE LAN 10/100M POWER Connect to a telephone jack using a telephone wire. CONNECTION Connect to a serial port (COM port) on

More information

Lab Experiment 1: The LPC 2148 Education Board

Lab Experiment 1: The LPC 2148 Education Board Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,

More information

ET-BASE AVR ATmega64/128

ET-BASE AVR ATmega64/128 ET-BASE AVR ATmega64/128 ET-BASE AVR ATmega64/128 which is a Board Microcontroller AVR family from ATMEL uses MCU No.ATmega64 and ATmega128 64PIN. Board ET-BASE AVR ATmega64/128 uses MCU s resources on

More information

RouteFinder SOHO. Quick Start Guide. SOHO Security Appliance. EDGE Models RF825-E, RF825-E-AP CDMA Models RF825-C-Nx, RF825-C-Nx-AP

RouteFinder SOHO. Quick Start Guide. SOHO Security Appliance. EDGE Models RF825-E, RF825-E-AP CDMA Models RF825-C-Nx, RF825-C-Nx-AP RouteFinder SOHO SOHO Security Appliance EDGE Models RF825-E, RF825-E-AP CDMA Models RF825-C-Nx, RF825-C-Nx-AP Quick Start Guide RouteFinder RF825 Series Quick Start Guide RouteFinder SOHO Security Appliance

More information

Hypercom Key Loading and Management (HKLM) RS232 PPP Key Injection PC Setup Guide

Hypercom Key Loading and Management (HKLM) RS232 PPP Key Injection PC Setup Guide Hypercom Key Loading and Management (HKLM) RS232 PPP Key Injection PC Setup Guide Hypercom Corporation 8888 East Raintree Drive Scottsdale, Arizona 85260 USA Corporate Telephone: 480.642.5000 Corporate

More information

Arduino Wifi shield And reciever. 5V adapter. Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the shield:

Arduino Wifi shield And reciever. 5V adapter. Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the shield: the following parts are needed to test the unit: Arduino UNO R3 Arduino Wifi shield And reciever 5V adapter Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the

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

ACU-1000 Manual Addendum Replacement of CPM-2 with CPM-4

ACU-1000 Manual Addendum Replacement of CPM-2 with CPM-4 ACU-1000 Manual Addendum Replacement of CPM-2 with CPM-4 1 PURPOSE:... 1 2 CPM-4/CPM-2 COMPATIBILITY... 2 2.1 NETWORK CABLES... 2 2.2 FACTORY DEFAULT SETTINGS... 2 2.3 CHANGING THE RS-232 SERIAL PORT BAUD

More information

Setting up VPN Access for Remote Diagnostics Support

Setting up VPN Access for Remote Diagnostics Support Setting up VPN Access for Remote Diagnostics Support D. R. Joseph, Inc. supports both dial-up and Internet access for remote support of 3GIBC1 and LF-Sizer control systems. This document describes how

More information

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL w w w. c d v g r o u p. c o m CA-ETHR-A: TCP/IP Module Installation Manual Page Table of Contents Introduction...5 Hardware Components... 6 Technical Specifications...

More information

1. Hardware Installation

1. Hardware Installation 4 Port 10/100M Internet Broadband Router with USB Printer server Quick Installation Guide #4824904AXZZ0 1. Hardware Installation A. System Requirement Before you getting started, make sure that you meet

More information

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The 1-bay NAS User Guide INDEX Index... 1 Log in... 2 Basic - Quick Setup... 3 Wizard... 3 Add User... 6 Add Group... 7 Add Share... 9 Control Panel... 11 Control Panel - User and groups... 12 Group Management...

More information

FINS Gateway For OMRON PLCs

FINS Gateway For OMRON PLCs 1 Purpose This Technical Note describes how to set up a remote collaboration. A remote collaboration consists in configuring, programming or monitoring a PLC from a remote location, without the need of

More information

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem Start Here Follow these instructions to set up your router. Verify That Basic Requirements Are Met Assure that the following requirements are met: You have your broadband Internet service settings handy.

More information

3.1 Connecting to a Router and Basic Configuration

3.1 Connecting to a Router and Basic Configuration 3.1 Connecting to a Router and Basic Configuration Objective This lab will focus on the ability to connect a PC to a router in order to establish a console session and observe the user interface. A console

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL WiFly Evaluation Kit 2012 Roving Networks. All rights reserved. Version 1.32r 10/9/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks evaluation kits,

More information

Allworx Installation Course

Allworx Installation Course VPN Hello and welcome. In the VPN section we will cover the steps for enabling the VPN feature on the Allworx server and how to set up a VPN connection to the Allworx System from your PC. Page 1 VPN The

More information

Configuring NXT Hardware with Mercury Inside into Doors.NET TM Application Note

Configuring NXT Hardware with Mercury Inside into Doors.NET TM Application Note 1.0 Installing the Mercury SCP Gateway The MSC/SCP gateway must be installed to interface with Mercury hardware. This gateway must be chosen during the installation of the software, or it can be added

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

Ethernet Radio Configuration Guide

Ethernet Radio Configuration Guide Ethernet Radio Configuration Guide for Gateway, Endpoint, and Repeater Radio Units April 20, 2015 Customer Service 1-866-294-5847 Baseline Inc. www.baselinesystems.com Phone 208-323-1634 FAX 208-323-1834

More information

Victoria Combo Remote Control

Victoria Combo Remote Control Victoria Combo Remote Control enables you to control your tester from any where in world. The only requirement is that the Victoria Combo and the PC are connected to TCP/IP networks either physically or

More information

Honeywell Internet Connection Module

Honeywell Internet Connection Module Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting

More information

SNMP Web Management. User s Manual For SNMP Web Card/Box

SNMP Web Management. User s Manual For SNMP Web Card/Box SNMP Web Management User s Manual For SNMP Web Card/Box Management Software for Off-Grid Inverter Version: 1.2 Table of Contents 1. Overview... 1 1.1 Introduction... 1 1.2 Features... 1 1.3 Overlook...

More information

RN-XV-RD2 Evaluation Board

RN-XV-RD2 Evaluation Board RN-XV-RD2 Evaluation Board 2012 Roving Networks. All rights reserved. -1.01Version 1.0 9/28/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks RN-XV-RD2

More information

SIP Proxy Server. Administrator Installation and Configuration Guide. V2.31b. 09SIPXM.SY2.31b.EN3

SIP Proxy Server. Administrator Installation and Configuration Guide. V2.31b. 09SIPXM.SY2.31b.EN3 SIP Proxy Server Administrator Installation and Configuration Guide V2.31b 09SIPXM.SY2.31b.EN3 DSG, DSG logo, InterPBX, InterServer, Blaze Series, VG5000, VG7000, IP590, IP580, IP500, IP510, InterConsole,

More information

AVR1900: Getting started with ATxmega128A1 on STK600. 8-bit Microcontrollers. Application Note. 1 Introduction

AVR1900: Getting started with ATxmega128A1 on STK600. 8-bit Microcontrollers. Application Note. 1 Introduction AVR1900: Getting started with ATxmega128A1 on STK600 1 Introduction This document contains information about how to get started with the ATxmega128A1 on STK 600. The first three sections contain information

More information

TDP43ME NetPS. Network Printer Server. Control Center. for Ethernet Module

TDP43ME NetPS. Network Printer Server. Control Center. for Ethernet Module Panduit Corp. 2010 TDP43ME NetPS PA26306A01 Rev. 01 11-2010 Network Printer Server Control Center for Ethernet Module NOTE: In the interest of higher quality and value, Panduit products are continually

More information

Getting Started with the Xilinx Zynq- 7000 All Programmable SoC Mini-ITX Development Kit

Getting Started with the Xilinx Zynq- 7000 All Programmable SoC Mini-ITX Development Kit Getting Started with the Xilinx Zynq- 7000 All Programmable SoC Mini-ITX Development Kit Table of Contents ABOUT THIS GUIDE... 3 ADDITIONAL DOCUMENTATION... 3 ADDITIONAL SUPPORT RESOURCES... 3 INTRODUCTION...

More information

enervista UR Setup Software Quick Connect Instructions:

enervista UR Setup Software Quick Connect Instructions: enervista UR Setup Software Quick Connect Instructions: The user can connect to the UR relay via front serial port or rear Ethernet port using the Quick Connect feature of enervista UR Setup software.

More information

GV-Data Capture V3 Series User's Manual

GV-Data Capture V3 Series User's Manual GV-Data Capture V3 Series User's Manual Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. 2006 GeoVision, Inc. All rights

More information

ML310 VxWorks QuickStart Tutorial. Note: Screen shots in this acrobat file appear best when Acrobat Magnification is set to 133.3%

ML310 VxWorks QuickStart Tutorial. Note: Screen shots in this acrobat file appear best when Acrobat Magnification is set to 133.3% ML30 VxWorks QuickStart Tutorial Note: Screen shots in this acrobat file appear best when Acrobat Magnification is set to 33.3% Overview Setup Boot ROM with VxWorks Hardware and Software ACE file Target

More information

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR

More information

Prestige 324. Prestige 324. Intelligent Broadband Sharing Gateway. Version 3.60 January 2003 Quick Start Guide

Prestige 324. Prestige 324. Intelligent Broadband Sharing Gateway. Version 3.60 January 2003 Quick Start Guide Prestige 324 Intelligent Broadband Sharing Gateway Version 3.60 January 2003 Quick Start Guide 1 Introducing the Prestige The Prestige is a broadband sharing gateway with a built-in four-port 10/100 Mbps

More information

3.5 LAN HDD Enclosure User s Manual

3.5 LAN HDD Enclosure User s Manual 3.5 LAN HDD Enclosure User s Manual NOTE: 1. USB and LAN can t be used at the same time. 2. HDD should be formatted as FAT32. Please check Disk utility section in this manual. 3. For internet FTP usage,

More information

Pre-lab and In-class Laboratory Exercise 10 (L10)

Pre-lab and In-class Laboratory Exercise 10 (L10) ECE/CS 4984: Wireless Networks and Mobile Systems Pre-lab and In-class Laboratory Exercise 10 (L10) Part I Objectives and Lab Materials Objective The objectives of this lab are to: Familiarize students

More information

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout

More information

In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1

In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1 RN-WIFLYCR-UM-.01 RN-ISP-UM In-System Programmer 2012 Roving Networks. All rights reserved. Version 1.1 1/19/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW You use Roving Networks In-System-Programmer

More information

1-Port Wireless USB 2.0 Print Server Model # APSUSB201W. Quick Installation Guide. Ver. 2A

1-Port Wireless USB 2.0 Print Server Model # APSUSB201W. Quick Installation Guide. Ver. 2A 1-Port Wireless USB 2.0 Print Server Model # APSUSB201W Quick Installation Guide Ver. 2A Section 1 Step 1Connect one end of the Ethernet cable to the RJ-45 port of the Print Server and attach the other

More information

Preparing the Computers for TCP/IP Networking

Preparing the Computers for TCP/IP Networking Configuration Preparing the Computers for TCP/IP Networking Configuring Windows 98, and ME for TCP/IP Networking Verifying TCP/IP Properties Configuring Windows 2000 or XP for IP Networking Install or

More information

Chapter 10 Troubleshooting

Chapter 10 Troubleshooting Chapter 10 Troubleshooting This chapter provides troubleshooting tips and information for your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. After each problem description, instructions are provided

More information

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL Rev. D PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL 10 BORIGHT AVENUE, KENILWORTH NEW JERSEY 07033 TELEPHONE: 800-524-0273 FAX: 908-686-9317 TABLE OF CONTENTS Page

More information

Application & Quick-Start Guide

Application & Quick-Start Guide Model: CRMWIC Web Intelligent Controller 1 This document will illustrate various ways to connect and use a CRM-WIC as well as programming examples. When connecting CRM-WIC, the installer has several interface

More information

Quick Installation Guide

Quick Installation Guide V48.01 Model: FI8919W Quick Installation Guide Outdoor Pan/Tilt Wireless IP Camera For Windows OS ------- Page 1 For MAC OS ------- Page 15 ShenZhen Foscam Intelligent Technology Co., Ltd Quick Installation

More information

WSNetServer User Manual. Date: July 13 2003

WSNetServer User Manual. Date: July 13 2003 Date: July 13 2003 1 Revision History... 2 2 Introduction... 2 3 Installation... 2 4 Normal Operation... 2 4.1 Startup... 2 4.2 About Box... 3 4.3 Specifying The Cross Point XY Broadcast Port... 3 4.4

More information

Computer Networks I Laboratory Exercise 1

Computer Networks I Laboratory Exercise 1 Computer Networks I Laboratory Exercise 1 The lab is divided into two parts where the first part is a basic PC network TCP/IP configuration and connection to the Internet. The second part is building a

More information

This document is intended to make you familiar with the ServersCheck Monitoring Appliance

This document is intended to make you familiar with the ServersCheck Monitoring Appliance ServersCheck Monitoring Appliance Quick Overview This document is intended to make you familiar with the ServersCheck Monitoring Appliance Although it is possible, we highly recommend not to install other

More information

Vantage RADIUS 50. Quick Start Guide Version 1.0 3/2005

Vantage RADIUS 50. Quick Start Guide Version 1.0 3/2005 Vantage RADIUS 50 Quick Start Guide Version 1.0 3/2005 1 Introducing Vantage RADIUS 50 The Vantage RADIUS (Remote Authentication Dial-In User Service) 50 (referred to in this guide as Vantage RADIUS)

More information

CM HOST CM CardTransporter Fuel Communication and Management Software 10.10.06 Software version up to 3.1

CM HOST CM CardTransporter Fuel Communication and Management Software 10.10.06 Software version up to 3.1 CM HOST CM CardTransporter Fuel Communication and Management Software 10.10.06 Software version up to 3.1 CM Host Manual For CardMaster Fuel Control www.cardlockvending.com customers call 888-487-5040

More information

Ethernet Interface Manual Thermal / Label Printer. Rev. 1.01 Metapace T-1. Metapace T-2 Metapace L-1 Metapace L-2

Ethernet Interface Manual Thermal / Label Printer. Rev. 1.01 Metapace T-1. Metapace T-2 Metapace L-1 Metapace L-2 Ethernet Interface Manual Thermal / Label Printer Rev. 1.01 Metapace T-1 Metapace T-2 Metapace L-1 Metapace L-2 Table of contents 1. Interface setting Guiding...3 2. Manual Information...4 3. Interface

More information

4 Networking Generators

4 Networking Generators 4 Networking Generators Topics in this chapter: Overview Configuring a file server Establishing a network environment Network operations Controlling a generator remotely Upgrading generators over a network

More information

Standalone recorder instruction

Standalone recorder instruction Standalone recorder instruction 1,Product profile... 2 2. Hardware interface... 2 2.1 2 &4 &8 channel standalone recorder front panel... 2 2.2 8&16 channel standalone recorder device interface... 3 3,

More information

Lab 8.4.2 Configuring Access Policies and DMZ Settings

Lab 8.4.2 Configuring Access Policies and DMZ Settings Lab 8.4.2 Configuring Access Policies and DMZ Settings Objectives Log in to a multi-function device and view security settings. Set up Internet access policies based on IP address and application. Set

More information

Industrial L2+ Managed Gigabit/ 10 Gigabit Ethernet Switch. IGS-5225 Series. Quick Installation Guide

Industrial L2+ Managed Gigabit/ 10 Gigabit Ethernet Switch. IGS-5225 Series. Quick Installation Guide Industrial L2+ Managed Gigabit/ 10 Gigabit Ethernet Switch IGS-5225 Series Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Wiring DC Power Inputs... 5 4. Terminal

More information

Tutorial: Configuring GOOSE in MiCOM S1 Studio 1. Requirements

Tutorial: Configuring GOOSE in MiCOM S1 Studio 1. Requirements Tutorial: Configuring GOOSE in MiCOM S1 Studio 1. Requirements - Two (2) MiCOM Px4x IEDs with Version 2 implementation of IEC 61850 - Two (2) Cat 5E Ethernet cable - An Ethernet switch 10/100 Mbps - MiCOM

More information

Prestige 623R-T. Quick Start Guide. ADSL Dual-link Router. Version 3.40

Prestige 623R-T. Quick Start Guide. ADSL Dual-link Router. Version 3.40 Prestige 623R-T ADSL Dual-link Router Quick Start Guide Version 3.40 February 2004 Introducing the Prestige The Prestige 623R-T ADSL Dual-link Router is the ideal all-in-one device for small networks connecting

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

Iridium Extreme TM Satellite Phone. Data Services Manual

Iridium Extreme TM Satellite Phone. Data Services Manual Iridium Extreme TM Satellite Phone Data Services Manual Table of Contents 1 OVERVIEW... 1 2 HOW IT WORKS... 1 3 BEFORE INSTALLING... 2 4 USB DRIVER INSTALLATION... 3 5 MODEM INSTALLATION AND CONFIGURATION...

More information

Networking. General networking. Networking overview. Common home network configurations. Wired network example. Wireless network examples

Networking. General networking. Networking overview. Common home network configurations. Wired network example. Wireless network examples Networking General networking Networking overview A network is a collection of devices such as computers, printers, Ethernet hubs, wireless access points, and routers connected together for communication

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

Section 5: Installing the Print Driver

Section 5: Installing the Print Driver Section 5: Installing the Print Driver In This Section Print Driver Installation for USB Connection Using the Ethernet Connection and a Crossover Cable Print Driver: The Epilog print driver is the software

More information

IP Power Stone 4000 User Manual

IP Power Stone 4000 User Manual IP Power Stone 4000 User Manual Two Outlet Remote AC Power Controller Multi Link, Inc. 122 Dewey Drive Nicholasville, KY 40356 USA Sales and Tech Support 800.535.4651 FAX 859.885.6619 techsupport@multi

More information

Prestige 324 Quick Start Guide. Prestige 324. Intelligent Broadband Sharing Gateway. Version V3.61(JF.0) May 2004 Quick Start Guide

Prestige 324 Quick Start Guide. Prestige 324. Intelligent Broadband Sharing Gateway. Version V3.61(JF.0) May 2004 Quick Start Guide Prestige 324 Intelligent Broadband Sharing Gateway Version V3.61(JF.0) May 2004 Quick Start Guide 1 1 Introducing the Prestige The Prestige is a broadband sharing gateway with a built-in four-port 10/100

More information

Configuring the WT-4 for ftp (Ad-hoc Mode)

Configuring the WT-4 for ftp (Ad-hoc Mode) En Configuring the WT-4 for ftp (Ad-hoc Mode) Windows XP Introduction This document provides basic instructions on configuring the WT-4 wireless transmitter and a Windows XP Professional SP2 ftp server

More information

ZyWALL 5. Internet Security Appliance. Quick Start Guide Version 3.62 (XD.0) May 2004

ZyWALL 5. Internet Security Appliance. Quick Start Guide Version 3.62 (XD.0) May 2004 ZyWALL 5 Internet Security Appliance Quick Start Guide Version 3.62 (XD.0) May 2004 Introducing the ZyWALL The ZyWALL 5 is the ideal secure gateway for all data passing between the Internet and the LAN.

More information

Setup Manual and Programming Reference. RGA Ethernet Adapter. Stanford Research Systems. Revision 1.05 (11/2010)

Setup Manual and Programming Reference. RGA Ethernet Adapter. Stanford Research Systems. Revision 1.05 (11/2010) Setup Manual and Programming Reference Stanford Research Systems Revision 1.05 (11/2010) Certification Stanford Research Systems certifies that this product met its published specifications at the time

More information

SATO Network Interface Card Configuration Instructions

SATO Network Interface Card Configuration Instructions SATO Network Interface Card Configuration Instructions Table of Contents 1. Reset of wired/wireless interface card... 3 2. Installing the All-In-One Utility (recommended)... 4 3. Configuring wired/wireless

More information

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents:

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: 1. Software Installation... 2 2. Hardware Configuration... 12 3. System Dispatching... 14 3.1. Create dispatching objects... 14 3.2. Graphical

More information

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement I/Q Modulation Generator Supplement The following description relates to the Operating Manuals, version 03 of R&S AFQ100A, and version 01 of R&S AFQ100B. It encloses the following topics: LXI features,

More information

DVQ-2, DMR8RT, DMR16RT QUICK-START GUIDE

DVQ-2, DMR8RT, DMR16RT QUICK-START GUIDE DVQ-2, DMR8RT, DMR16RT QUICK-START GUIDE IMPORTANT!!! PLEASE READ BEFORE OPERATING YOUR DVR Ready to go, right out of the box! This digital video recorder is designed to function right out of the box.

More information

Firmware upgrade instructions for the Web/SNMP and Network

Firmware upgrade instructions for the Web/SNMP and Network Page 1 of 6 Answer ID 768 Firmware upgrade instructions for the Web/SNMP and Network Management Cards Question How do I upgrade the firmware on an APC Web/SNMP Management Card or Network Management Card?

More information

64-Bit Compatibility with Micromeritics Applications

64-Bit Compatibility with Micromeritics Applications Tech Tip 7 64-Bit Compatibility with Micromeritics Applications Micromeritics products are designed to operate in most Microsoft Windows environments. However, more current versions of Microsoft Windows,

More information

EZ-View Network Communications Guide www.cszindustrial.com

EZ-View Network Communications Guide www.cszindustrial.com Network Communications Guide EzView Network Communications Guide RevB July 2013 (V2.2) Supersedes: RevA (May 2011) Cincinnati Sub-Zero Products, LLC 513-772-8810 12011 Mosteller Road Cincinnati, Ohio 45241

More information

PICNet 1. PICNet 1 PIC18 Network & SD/MMC Development Board. Features. Applications. Description

PICNet 1. PICNet 1 PIC18 Network & SD/MMC Development Board. Features. Applications. Description Features PICNet 1 PIC18 Network & SD/MMC Development Board IC Sockets for 28 or 40-pin Microchip PIC18F Microcontrollers IC Socket for 8-pin serial EEPROM Multiple MCU Oscillator sources Full 10BaseT IEEE

More information

LDCDP 11999.GdW. L force Controls. Ä.GdWä. Software Manual. Industrial PC. WindowsR CE Thin Client. Operating system

LDCDP 11999.GdW. L force Controls. Ä.GdWä. Software Manual. Industrial PC. WindowsR CE Thin Client. Operating system L force Controls Ä.GdWä LDCDP 11999.GdW Software Manual Industrial PC WindowsR CE Thin Client Operating system l Please read these instructions before you start working! Follow the enclosed safety instructions.

More information

[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1

[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1 [HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1 How to Recover an infiniti/evolution Modem Software Reference idx 3.0.0.0 (12.0.0.0) Updated: November 17 th 2011 Overview Recovery Procedures

More information