PN55 G27 <RETRCT,TOOLNO=1001>

Size: px
Start display at page:

Download "PN55 G27 <RETRCT,TOOLNO=1001>"

Transcription

1 % ( r AJL :01:11 07:40:49 ) N5 ( ** TOOL*.fH 2,CENTRE DRILL,LEVEL 11 ** ) JM10 T1001 M06 K15 M40 N20 GOO G90 G94 XO Y60. B354.5 S1000 M03 N25 F50. M17 <ZR=100.> <Z02.> <ZD=2.> N30 <ZA= > N35 X Y N40 Z N45 G80 N50 GOO PN55 G27 <RETRCT,TOOLNO=1001> N60 GOO N65 N70 B264.5 N75 X <ZA > Y N80 Z N85 G81 N90 GOO Y N95 G81 N100 GOO N105 G27 <RETRCT,TOOLNO=1001> N110 GOO N.i15 B144.5 N120 <ZA= > N125 Z N130 G81 N135 GOO Y N140 G81 N145 GOO N150 G27 <RETRCT,TOOLNO=1001> N155 GOO N160 B24.5 N165 <ZA* > N170 Z N175 G81 N180 GOO Y N185 G81 N190 GOO N195 G27 <RETRCT,TOOLNO=1001> N200 GOO N205 ( ** TOOLPATH 3,DRILL 6.5 DIA HOLES,LEVEL 12 ** ) :N210 T2002 M06 N215 S600 MO3 N220 F36. M17 <ZR«100.> <ZC*2.> <ZD*4.> N225 GOO G90 G94 X Y B24.5 N230 <ZA > N235 Z N240 G81 N245 GOO Y N260 G27 <RETRCT,TOOLNO-2002>

2 N280 Z N285 GP1 N290 GOO Y N295 G91 N300 GOO N305 G27 <RETRCT,TOOLNO=2002> N310 GOO N315 B144.5 N320 <ZA J> N325 Z N330 G81 N335 GOO Y N340 G91 N345 GOO N350 G27 <RETRCT,TOOLNO=2002> N355 GOO N36Q ( ** TOOLPATH 4,DRILL 8 DIA HOLES,^ 'VEL 13 ** ) ;N365 T3003 M06 N370 S400 M03 N375 F28. M17 <ZR=100.> <ZC=2.> <ZD=4.> N380 GOO G90 G94 X Y B144.5 N385 <ZA i> N390 Z N39S G81 N400 GOO N405 G2 <RETRCT,TOOLNO=3003> N410 GOo N415 B24.5 N420 <ZA > N425 Z N430 G81 N435 GOO N440 G27 <PETRCT,TOOLNO=3003> N445 GOO N450 B264.5 N455 <ZA= > N460 Z N465 G81 N470 GOO N475 G27 <RETRCT,TOOLNO=3003> N480 GOO N485 ( ** TOOLPATH 5,DRILL 6.2 DIA HOLE,LEVEL 14 ** :N490 T4004 M06 N495 GOO G90 G94 X Y60. B354.5 S600 M03 N500 F36. M17 <ZR*iOO.> <ZC 2.> <iu=4.> N505 <ZA* > N510 X Y N515 Z N520 G81 N525 GOO N530 C27 <RETRCT,TOOLNO*4004> N535 GOO N540 G27 <RETRCT> N545 M30

3

4 112 The BTR Fur routine is written in GWBASIC. The routine is called by the following MS-DOS batch file called "PUNCH" s ECHO OFF CLS GWBASIC PUNCH COPY C:\POST\PUNOUT C:\BTR\AA132.NCP COPY C:\POST\PUNOUT B:\AA132 When the NC programmer enters the word "PUNCH" into the PC containing the BTR Database and Utilities, the above MS-DOS batch file executed. The first, two lines simply clear the screen. The third li.i3r (GWBASIC PUNCH), envokes the GWBASIC BTR Punch routine. The routine itself will be explained further on in this section, but the method used to actually copy files onto the BTR Database, copy files onto floppy disc, print files and to convert files to the correct format needs to be explained here As mentioned in section 7.2, the original NC part program may originate from one of thre^* different sources. Figure J.l illustrates the process the NC part program needs to gc through depending on it's source The GWBASIC BTR Punch routine will edit the MS-DOS batch file that invoked it and insert the relevant DOS commands to do the converting, copying and printing according to the source of the NC part program. When the G* ts'c BTR Punch routine terminates, the MS-DOS batch file will continue and perform the now revised commands, (line 4 onwards), placed

5 SOURCE mpbr»pe SOURCE : POST PROCESSORS FILE ON HARO CISK AS : C :\F O S l\p U N O J T ACTUAL ASCII NC M R T PROORAIk IN CORRECT FORMAT THAT CAN BE USED ON SHOP FLOOR FLOPPY DISK PRINTER Fig J.1 NC Part Program Sequence during BTR Punch Routine there by the GWBASIC DTR Punch routine during execution of the previous command. For example, assume the NC programmer s*. cified the following : File Name to Auxiliary Systems Store on Dbase Copy to Floppy AA289 at $s is yes Print required

6 M M The GWBASIC BTR Punch routine would edit the MS-DOS batch file that invoked it and alter it as follows : 114 ECHO OFF CLS GWBASIC PUNCH CNVRT_UV COPY C:\POST\PUNOUT C:\BTR\AA289.NCP COPY C:\POST\PUNOUT B:\AA2E9 PRINT C:\POST\PUNOUT ECHO ON CLS During execution of line three above, the lines 4 to 9 are inserted according to the process described in figure J.l and the input supplied by the NC programmer. 3fc - The GWBJ-.3IC BTR Punch routine program code appears in Appendix Lines 1C-20 s This section of the code displays prompts on the screen and allows the user to specify the source of the NC part program. If the source is the tape reader, the Asynchronous Communications Subroutine, (lines ), is invoked. Lines * Phis section prompts the user to specify a file name in order to store the NC part program in the The filename is checked to see if it is the a?.-*'- -Q?. I required 5 digits long. If the filename already exists on the database, the user is prompted for confirmation t< overwrite the existing file. 1! '

7 Lines * Allows the user to option. Lines ft * Allows the user to sj ULnea * This section edits the MS-DOS batch fxle "PUNCH.BAT" according to the input supplied by the user. The lines 790 and 800 terminate this GWR\SIC program. Lines * This section serves no purpose but to separate the Asynchronous Subroutine from the rest of the code. The routine is a standard GWBASIC RS-232 communication subroutine for operation under MS-DOS. Lines : This section prompts the user tor trv format of the paper tape. (Either ASCII RS-358 or EIA RS Wh' 244-A). Lines Lines * This section used further on. Line 1120 * Specifies the line number of the

8 statement of the GWBASIC COM trap routine associated with channel number 1. Lines * Opens and initializes communications channel 1 with the speed of 4800 bits per second and even parity and 7 data bits or odd parity and 8 data bits depending on the format of the paper tape. (See. line 1010). \ i ' "to.1 Lines * Opens a file called "READERIN". Charact' rs received from the tape reader are placed in this file. Line 1170 s Checks to see if characters are pending on the receive buffer. If no characters are pending, contij1 is transferred to st* -emet»t 1240, otherwise to the following statement (line 1180). Line 1180 * Checks if the number of characters in the receive buffer is greater than 50. If the number is greater than 50, it sends an X0FF$ characte- to the channel to stop transmission. Lines : If the number of characters in the receive buffer is less than or egual to 50, characters ane read from the receive buffer and written to the file. -v: v - B B H H v READERIN ' V 9 K. Lines 121C-1230 : Checks if there are still characters on - * 'C--

9 1180. If not, an X0N$ character is sent (if an X0FF$ was sent before) and control is transferred to statement Lines s A FOR/NEXT loop ia activated to wait until characters arrive in the receive buffer. If no character arrives within the specified number of iterations, control is transferred to statement 1270 which terminates the session, if characters do arrive, control is transferred to statement Lines : These lines close the file "READERIN and transfer control to line 1400 to terminate the session. Lines t These lines form the COM trap routine. Statement 1320 checks if characters are pending in the - receive buffer. If no character is pending a RETURN is executed. If two characters are pending, the transmission f characters is enabled, (statement 1360) and the routine is exited (RETURN). Two characters in the receive buffer means that both an XON$ and an XOFF$ have jeen received. If only one character is pending the transmission of characters is disabled (if this character is XOFFS} or

10

11 * LOCATE 2,28 20 COLOR 0,4 30 PRINT " BTR PUNCH ROUTINE 40 COLOR 7,0 50 LOCATE 6,6 60 COLOR 7,1 70 PRINT "DO YOU WANT TO PUNCH A UNIVAC FILE U 80 LOCATE 7,6 90 PRINT " OR A POST PROCESSOR FILE - P 100 LOCATE 8,6 110 PRINT " OR READ IN FROM THF. TAPE READER LOCATE 8, PRINT "IP]~ LOCATE 8, INPUT "[",C$ 160 IF C$ = "T" THEN GOSUB IF C$ * "t" THEN GOSUB COLOR 7,0 190 GOTO PLAY "T P8 L6 E-" 210 LOCATE 10, COLOR 20,0 230 PRINT " INVALID FILENAME O 250 LOCATE 10,6 260 PRINT "ENTER FILENAKE TO STORE ON HARD DISC 270 LOCATE 10, INPUT ">",A< 290 IF LEN(A$) <> 5 THEN GOTO ON ERROR GOTO FC = C:\BTR\"+A$+".NCP" 120 OPEN "I",#1,F$ 330 CLOSE #1 340 PLAY "T P8 L6 E- 330 LOCATE 10, COLOR 4,0 370 PRINT " OVERWRITE? [Y] 380 LOCATE 10, INPUT "[",E$ 400 IF E$-"N" THEN GOTO COLOR 7,0 420 LOCATE 10, PRINT " 440 LOCATE 12,6 450 COLOR 7,1 460 PRINT "DO YOU WANT A PRINTOUT OF THE NC PROGRAM" 470 LOCATE 12, PRINT "[N] 490 LOCATE 12, INPUT "t",d$ 510 LOCATE 14,6 520 PRINT "DO YOU WANT ";A$;" ON A FLOPF/ DISK? 530 LOCATE 14, PRINT "(YJ- 550 LCCATE 14, INPUT "[".J$

12 570 IF (J$="") OR (J$="Y") THEN GOTO 580 ELSE GOTO 6C0 580 LOCATE 14,6 590 PRINT "PLACE DISC IN DRIVE B: AND CLOSE DOOR 600 IF (D$="Y") THEN GOTO 610 ELSE GOTO LOCATE 1.5,6 620 PRINT PREPARE PRINTER IF NEEDED - PUSH ENTER 630 LOCATE 15, INPUT "[READY]",B$ 650 OPEN "0",#1,"PUNCH.BAT" 660 PRINT #i,"echo OFF" 670 PRINT #1,"CLS" 680 PRINT #1,"GWBASIC PUNCH" 690 IF C$="U" THEN PRINT #1,"CNVRT_UV" 700 IF C$»"u* THEN PRINT *1,"CNVRT_UV" 710 IF C$**T" THEN PRINT *x,"cnvrt_tr" 720 IF C$="t" THEN PRINT #1,"CNVRT_TR" 730 PRINT #1,"COPY C:\POST\PUNOUT CJ\Si *\'? 740 IF (J$ "Y") OR (J $="") THEM Cs \POST\PUNOUT fls";a$ NCP" "COPY 750 IF (D$="Y") THEN PRINT #1,"PRINT C:\POSTxPUNOUT 760 PRINT #1,"ECHO ON" 770 PRINT #1,"CLS 780 CLOSE #1 790 SYSTEM 800 END 810 REM 820 REM ******************************************** 830 REM 840 REM ASYNCHRONOUS COMMUNICATION SUBROUTINE 850 REM ********* 860 REM ********************************** 870 REM 880 LOCATE 6,6 890 COLOR 7,1 900 PRINT " 910 LOCATE 7,6 920 PRINT " 930 LOCATE 8,6 940 COLOR 7, 950 PRINT " 960 COLOR 7,1 970 LOCATE 7, PRINT "[E]" 990 LOCATE 7, INPUT "(",H$ 1010 IF H$ * "I" THEN H$ * "E,7" ELSE H$ IS THE TAPE ISO OR EIA N, LOCATE 8, PRINT " PREPARE THE TAPE READER - PUSH ENTER 1040 LOCATE 8,50

13 ON COM(l) GOSUB COKFIL$="COM1.4800,-+H$ 1140 OPEN COMFILS AS DSKFILf= READERIN" 1160 OPEN DSKFIL$ FOR OUTPUT AS IF EOF(1) THEN GOSUB IF LOC(1)>50 THEN PAUSE*TRUESPRINT #l,xoff$ 1190 A$«INPUTS(LOC(l),l) 1200 PRINT#3,A$; 1210 IF LOC(1)>0 THEN IF PAUSE THEN PATJSE-FALSE:PRINT #l,xon$; 1230 GOTO FOR I-l TO IF NOT EOF(1) THEN RETURN 1260 NEXT I 1270 CLOSE # RETURN REM 1300 REM *** XON/XOFF RECEIVING ROUTINE *** 1310 REM 1320 IF EOF(1) THEN RETURN 1330 B$-INPUT$(LOC(1),1) 1340 IF LEN(B$S2 THEN 136C 1350 IF B$=XOFF$ THEN XFLAG RETURN 1380 XFLAG RETURN 1400 LOCATE 8, COLOR 2, PRINT "TAPE READING COMPLETED 1430 CLOSE # GOTO 240

14

15 Author Hill Mark Jeffrey Name of thesis The networking of NC and CNC machines to facilitate the electronic transfer of CAD/CAM data PUBLISHER: University of the Witwatersrand, Johannesburg 2013 LEGAL NOTICES: Copyright Notice: All materials on the University of the Witwatersrand, Johannesburg Library website are protected by South African copyright law and may not be distributed, transmitted, displayed, or otherwise published in any format, without the prior written permission of the copyright owner. Disclaimer and Terms of Use: Provided that you maintain all copyright and other notices contained therein, you may download material (one machine readable copy and one print copy per page) for your personal and/or educational non-commercial use only. The University of the Witwatersrand, Johannesburg, is not responsible for any errors or omissions and excludes any and all liability for any errors in or omissions from the information on the Library website.

could be adjusted to read up to 800 cps. The cycle time at this speed is 1.25 milllseconds. The time lapse between the

could be adjusted to read up to 800 cps. The cycle time at this speed is 1.25 milllseconds. The time lapse between the mm could be adjusted to read up to 800 cps. The cycle time at this speed is 1.25 milllseconds. The time lapse between the start and end of each of the signals, (data, sprocket and busy), and the time lapse

More information

useless by tearing, kinking or soiling them with water and plasticised tape used amounts to approximately R per

useless by tearing, kinking or soiling them with water and plasticised tape used amounts to approximately R per useless by tearing, kinking or soiling them with water and oil typically found in a shop floor environment. * The cost of paper, mylar and plasticised tape used amounts to approximately R40 000 per Configuration

More information

- complete the demand schedule currently in memory (as part of the plant model); or

- complete the demand schedule currently in memory (as part of the plant model); or page G7 - complete the demand schedule currently in memory (as part of the plant model); or get a different demand schedule from the.disk. In this case, the demand schedule from the disk will replace the

More information

HBI-232MKII. MSX-BASIC commands and functions used for RS-232C communication.

HBI-232MKII. MSX-BASIC commands and functions used for RS-232C communication. HBI-232MKII MSX-BASIC commands and functions used for RS-232C communication. CLOSE (close) Closes a file opened by an OPEN statement. CLOSE [#] [file number] Pile number] File number: Integer constants,

More information

Mx1100 UMI Serial BTR Installation & User s Manual

Mx1100 UMI Serial BTR Installation & User s Manual Page 1 Mx1100 UMI Serial BTR Installation & User s Manual For Sanyo Denki 2400 Series Tape Readers Copyright 2011 All rights reserved. Memex Automation Inc. 200 3425 Harvester Rd., Burlington, Ontario

More information

USB485. USB to RS485 Converter Card. User Manual for connecting with Windows Vista Version 1.01

USB485. USB to RS485 Converter Card. User Manual for connecting with Windows Vista Version 1.01 USB485 USB to RS485 Converter Card User Manual for connecting with Windows Vista Version 1.01 RMS Technologies 2533 N. Carson St. #4698, Carson City, NV 89706-0147 1-877- 301-3609 www.rmsmotion.com sales@rmsmotion.com

More information

USB Indexer USB Indexer for CNC Controls

USB Indexer USB Indexer for CNC Controls USB Indexer USB Indexer for CNC Controls 2009-2011 Calmotion LLC, All rights reserved Calmotion LLC 9909 Topanga Canyon Blvd. #322 Chatsworth, CA 91311 www.calmotion.com -1 2009-2011Calmotion LLC, All

More information

The destination of the file(s) being transferred.

The destination of the file(s) being transferred. To The destination of the file(s) being transferred. Page 1 SESSION Command List SESSION [path]session-name[ext] Where: Session-Name is the name of the session file. By default, the session file is retrieved

More information

Leica LP C (Laser Printer for Cassettes) System Requirement & Specifications

Leica LP C (Laser Printer for Cassettes) System Requirement & Specifications Leica LP C (Laser Printer for Cassettes) System Requirement & Specifications LP C Req. & Spec. Page 1 of 9 Version 1.1 Copyright 2010 Leica Microsystems All rights reserved All company names, product names,

More information

Machine Link Quick Serve Software Machine Link Quick Serve

Machine Link Quick Serve Software Machine Link Quick Serve Machine Link Quick Serve Page 1 Introduction Machine Link Quick Serve continuously monitors each serial port for file requests, then quickly serves the CNC file directly back to the machine tool control.

More information

Select a Data Communication Interface

Select a Data Communication Interface Printer Setup and Operation Select a Data Communication Interface Select a Data Communication Interface You may connect your print engine to a computer using one or more of the available connections. The

More information

easydnc version 4.7 Installation and user guide When printing - A4 paper/format is recommended.

easydnc version 4.7 Installation and user guide When printing - A4 paper/format is recommended. easydnc version 4.7 Installation and user guide When printing - A4 paper/format is recommended. Copyright 1995 2012 Axis Controls Ltd. The information contained in this document has been carefully checked

More information

SINUMERIK System 800 Universal Interface

SINUMERIK System 800 Universal Interface SINUMERIK System 800 Universal Interface Planning Guide Edition.9 Manufacturer Documentation SINUMERIK System 800 Universal Interface Planning Guide Manufacturer Documentation Valid for: Control Software

More information

WTI Part No Rev. B CPM Control Port Manager. Preliminary Draft March User's Guide

WTI Part No Rev. B CPM Control Port Manager. Preliminary Draft March User's Guide WTI Part No. 12576 Rev. B CPM-6400 Control Port Manager Preliminary Draft March 1996 User's Guide 5Sterling Irvine California 92618 (949) 586-9950 Toll Free: 1-800-854-7226 Fax: (949) 583-9514 http://www.wti.com

More information

DNC Setups by Predator - Licensed Use Only

DNC Setups by Predator - Licensed Use Only To: Predator DNC Administrator From: www.support.predator-software.com Sent: August 20, 2001 Subject: Predator DNC Setups are organized into seperate steps. Complete each step in order before proceding.

More information

burg or. {he l 9/ 2/ 55 and a p p o j J r t ^ & ' S S / S S j. f ^ l? ' "

burg or. {he l 9/ 2/ 55 and a p p o j J r t ^ & ' S S / S S j. f ^ l? ' I'D / h i / I Barkly Arcade, l / t f 1 / i 4 38 Market Street, J ' ------------- JOHAIJKESBDHG. 2J2 c t i v e s. burg or. {he l 9/ 2/ 55 and a p p o j J r t ^ & ' S S / S S j. f ^ l? ' " I : its.; v Y

More information

LabCON-V Version 4.x Software Installation Instructions

LabCON-V Version 4.x Software Installation Instructions LabCON-V Version 4.x Software Installation Instructions T-EIOW.8035A 1 of 10 Revision: 004 1.0 Description This document is intended to be used as a guide to update the LabCON computer system with the

More information

Sartorius Comparator. Interface Description for the CC Model Series

Sartorius Comparator. Interface Description for the CC Model Series 98647-000-53 Sartorius Comparator Interface Description for the CC Model Series Contents Page General Information 4 General Specifications 5 Data Output Formats 6 Data Input Formats 11 Synchronization

More information

User Manual. ASeries A704

User Manual. ASeries A704 User Manual ASeries A0 MultiPort Converter Serial & Parallel Parallel The interfacing specialists Version 1.00 March 1999 COPYRIGHTS All rights reserved. This document may not, in whole or part, be copied,

More information

USB485 USB to RS485 Converter Card

USB485 USB to RS485 Converter Card USB485 USB to RS485 Converter Card User Manual Version 1.02 RMS Technologies 2533 N. Carson St. #4698, Carson City, NV 89706-0147 1-877-301-3609 www.rmsmotion.com sales@rmsmotion.com Thank you for purchasing

More information

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 RS 232 Interface RS 232 is the Serial interface on the PC Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 Note: SR510 switches pins 2,3 internally HP Func. Gen. Requires a null

More information

I N T E R F A C E N 0 T E S FOR DM/PL INTELLIGENT PLOTTERS FROM HOUSTON INSTRUMENT. 11/83 Mil023

I N T E R F A C E N 0 T E S FOR DM/PL INTELLIGENT PLOTTERS FROM HOUSTON INSTRUMENT. 11/83 Mil023 I N T E R F A C E N 0 T E S FOR DM/PL INTELLIGENT PLOTTERS FROM HOUSTON INSTRUMENT 11/83 Mil023 ' T A B L E 0 F C 0 N T E N T S DMPL PLOTTERS: PAGE 1.0 Apple II, Apple II+, and Apple!Ie 1.1 Apple Serial

More information

Advanced Batch Files. Ch 11 1

Advanced Batch Files. Ch 11 1 Advanced Batch Files Ch 11 1 Overview Quick review of batch file commands learned in earlier chapters. Ch 11 2 Overview Advanced features of these commands will be explained and used. Ch 11 3 Overview

More information

Trade of Sheet Metalwork. Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 5: Data Input/ Storage/ Programme Proving Phase 2

Trade of Sheet Metalwork. Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 5: Data Input/ Storage/ Programme Proving Phase 2 Trade of Sheet Metalwork Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 5: Data Input/ Storage/ Programme Proving Phase 2 Table of Contents List of Figures... 4 List of Tables... 5 Document

More information

Operating Instructions. Sartorius. Description of the Interface for EA, EB, GD, GE and TE Balances/Scales

Operating Instructions. Sartorius. Description of the Interface for EA, EB, GD, GE and TE Balances/Scales Operating Instructions Sartorius Description of the Interface for EA, EB, GD, GE and TE Balances/Scales Contents Intended Use 2 Contents 2 Intended Use 2 Configuring the Interface Parameter Settings (Menu)

More information

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Use the to change printer settings affecting jobs sent to the printer through a serial port (either Standard Serial or Serial Opt ). Select a menu item for more details: Baud PS SmartSwitch Data Bits

More information

IDEA. User s Guide. Part No IDE02 Issue 1-0, April 1995 Printed in U.S.A. (183)

IDEA. User s Guide. Part No IDE02 Issue 1-0, April 1995 Printed in U.S.A. (183) IDEA User s Guide Part No. 17500IDE02 Issue 1-0, April 1995 Printed in U.S.A. (183) 4 FOREST PARKWAY, SHELTON, CONNECTICUT 06484 TEL: 203-926-5400 FAX: 203-929-0535 This manual has been developed by Nitsuko

More information

Multiface One OCRed by Wilko Schröter. c Romantic Robot UK Ltd 1985 MULTI-PURPOSE INTERFACE FOR THE ZX SPECTRUM

Multiface One OCRed by Wilko Schröter. c Romantic Robot UK Ltd 1985 MULTI-PURPOSE INTERFACE FOR THE ZX SPECTRUM Multiface One 2004 OCRed by Wilko Schröter INTRODUCTION. c Romantic Robot UK Ltd 1985 MULTI-PURPOSE INTERFACE FOR THE ZX SPECTRUM MULTIFACE ONE comprises three interfaces in one box: 1) Fully universal

More information

I/O232-A User s Guide

I/O232-A User s Guide rmv electronics I/O232-A User s Guide DISCLAIMER: RMV ELECTRONICS INC. does not assume any liability arising from the application and/or use of the product/s described herein, nor does it convey any license.

More information

COMMUNICATIONS PROTOCOL WAYNE MILLER ASSOCIATES SERIAL/PARALLEL INTERFACE MODEL WMA-039

COMMUNICATIONS PROTOCOL WAYNE MILLER ASSOCIATES SERIAL/PARALLEL INTERFACE MODEL WMA-039 SCOPE COMMUNICATIONS PROTOCOL WAYNE MILLER ASSOCIATES SERIAL/PARALLEL INTERFACE MODEL WMA-039 WLM080706-1 rev 7.1, 10/17/06 Copyright 2006 by Wayne Miller Associates. All rights reserved. The model WMA-039

More information

INDEX OF COMMANDS. ATTRIB [+r] [x:]{file} [-r] 92, 180. BACKUP x:[{file}] y:[/d][/m][/s] BASIC [[x:]{file}] BASICA [[x:]{file}] CD [[x:]\{name}]

INDEX OF COMMANDS. ATTRIB [+r] [x:]{file} [-r] 92, 180. BACKUP x:[{file}] y:[/d][/m][/s] BASIC [[x:]{file}] BASICA [[x:]{file}] CD [[x:]\{name}] INDEX OF COMMANDS In this index of commands, anything between square brackets indicates an alternative or a facultative addition to the command in question; "x:" and "y:" mean the designation of a drive;

More information

The simple way to read, write, store, and edit CNC Machine Tool G-Code programs.

The simple way to read, write, store, and edit CNC Machine Tool G-Code programs. Machine Tool CncGcoder Version 1.7.311 as of 7/11/2003. The simple way to read, write, store, and edit CNC Machine Tool G-Code programs. Getting Started: First connect the CncGcoder device to the machine's

More information

Configuring Terminal Settings and Sessions

Configuring Terminal Settings and Sessions This chapter contains the following sections: Information About Terminal Settings and Sessions, page 1 Configuring the Console Port, page 3 Configuring the COM1 Port, page 5 Configuring Virtual Terminals,

More information

Print Server Administration User s Guide

Print Server Administration User s Guide Print Server Administration User s Guide ii About This Guide Table of Contents ABOUT THIS GUIDE... 1 What s Not Covered in This User s Guide... 1 Contents of the User s Guide... 2 INTRODUCTION... 3 Background

More information

EZL-200F Application Notes (003) Serial Interface (RS232/RS422/RS485)

EZL-200F Application Notes (003) Serial Interface (RS232/RS422/RS485) Application Notes (003) Serial Interface (RS232/RS422/RS485) Version 2.0 Sollae Systems Co., Ltd. 1. Overview supports three serial interfaces: RS232, RS422, and RS485. You can select the interface you

More information

LANCNC FTP LAN network data server for CNC Controls

LANCNC FTP LAN network data server for CNC Controls FTP LAN network data server for Controls 2008-2009 LLC, All rights reserved LLC 9909 Topanga Canyon Blvd. #322 Chatsworth, CA 91311 www.calmotion.com -1 2008-2009 LLC, All rights reserved Introduction

More information

Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C

Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C Applications: MSR card reader reader, RFID reader, IC card reader, Specifications: 1. Baud

More information

Parallel to Serial and Serial to Parallel Converter CE Model 232SPS2 Documentation Number 232SPS2-3903m

Parallel to Serial and Serial to Parallel Converter CE Model 232SPS2 Documentation Number 232SPS2-3903m Parallel to Serial and Serial to Parallel Converter CE Model 232SPS2 Documentation Number 232SPS2-3903m This product designed and manufactured in Ottawa, Illinois USA of domestic and imported parts by

More information

Operating Instructions Sartorius

Operating Instructions Sartorius Operating Instructions Sartorius Description of the Interface for GD, GE and TE Balances/Scales Contents Intended Use 2 Contents 2 Intended Use 2 Configuring the Interface Parameter Settings (Menu) 3 Data

More information

Universal Keyboard Wedge Programming Guide

Universal Keyboard Wedge Programming Guide Universal Keyboard Wedge Programming Guide PSC Scanning, Inc. 959 Terry Street Eugene, Oregon 97402-9120 Telephone: (541) 683-5700 Toll Free: (800) 547-2507 Telefax: (541) 686-1702 PSC and the PSC logo

More information

EASYTALK AND EASYTALK SHELL

EASYTALK AND EASYTALK SHELL EASYTALK AND EASYTALK SHELL USER'S GUIDE COPYRIGHT 2007 CNC Innovations, LLC. Auburn, MA 01501 508-523-1763 TABLE OF CONTENTS PRODUCT AGREEMENT... 1 LICENSE... 1 DISCLAIMER OF WARRANTY AND LIMITED LIABILITY...

More information

STEPware-100 Operations Manual

STEPware-100 Operations Manual STEPware-100 Operations Manual 1 STEPware-100 Operations Manual Your Industrial Control Solutions Source www.maplesystems.com Maple STEPware100 Systems, Operations Inc. Manual 808 134 th St. SW, Suite

More information

SIO-DLL. Serial I/O DLL. User Manual

SIO-DLL. Serial I/O DLL. User Manual SIO-DLL Serial I/O DLL User Manual SIO-DLL User Manual Document Part N 0127-0178 Document Reference SIO-DLL\..\0127-0178.Doc Document Issue Level 1.3 Manual covers software version 1 All rights reserved.

More information

BLE232: Manual Copyright 2014 taskit GmbH

BLE232: Manual Copyright 2014 taskit GmbH BLE232 Manual BLE232: Manual Copyright 2014 taskit GmbH BLE232 All rights to this documentation and to the product(s) described herein are reserved by taskit GmbH. This document was written with care,

More information

10.1 SERIAL PORTS AND UARTS

10.1 SERIAL PORTS AND UARTS RS- serial ports have nine circuits, which can be used for transferring data and signalling. can emulate the serial cable line settings and status of an RS- serial port. provides multiple concurrent connections

More information

=============================================================

============================================================= REMOTE CONTROL AND PROGRAMMING REFERENCE for the FLUKE 123 Industrial ScopeMeter ============================================================= This file contains remote control and programming information

More information

SwiftLink-232 File Transfer Program Documentation

SwiftLink-232 File Transfer Program Documentation SwiftLink-232 File Transfer Program Documentation Introduction To use SwiftLink-232 to talk to or exchange files with another computer, you need a terminal program running on your C-64 or C-128. Most terminal

More information

Configuring Terminal Settings and Sessions

Configuring Terminal Settings and Sessions This chapter describes how to manage the terminal settings and sessions on a Cisco NX-OS device. This chapter includes the following sections: Information About Terminal Settings and Sessions, page 1 Licensing

More information

RTTYArt Capture Program by William Bytheway

RTTYArt Capture Program by William Bytheway RTTYArt Capture Program by William Bytheway Forward Over the years there have been many hours spent creating pictures using only the characters on the keyboard. In November 1970, Don Royer wrote, We (the

More information

easydncxp Version 2.0 April 2004

easydncxp Version 2.0 April 2004 easydncxp Version 2.0 April 2004 For Windows 95/98/ME/XP/W2000 and W2003Server Installation and User Guide Cable / Wiring Diagrams Copyright 1995-2004 Axis Controls Limited The information contained in

More information

Index of Names, Concepts and Symbols

Index of Names, Concepts and Symbols Index of Names, Concepts and Symbols Active drive - 17, 82 Active line - 136 Address - 41 Advanced Disk BASIC - 58 Alternate mode - 69 ALT key - 16, 68, 80, 100, 104 ANSI - 65, 99 ANSI.SYS - 99 Apple II

More information

Serial Interfacing. Pulse width of 1 bit

Serial Interfacing. Pulse width of 1 bit ١ ٢ Asynchronous Frame 10 bits 7E1 (7 data bits, even parity, 1 stop bit) Serial Data Transfer used by keyboards, plotters, modems and other peripherals with low data transfer rates (low bandwidth) * *

More information

================== CEDRIC VERSION 2.1 By M.J.RANDALL ================== INTRODUCTION

================== CEDRIC VERSION 2.1 By M.J.RANDALL ================== INTRODUCTION ================== CEDRIC VERSION 2.1 By M.J.RANDALL ================== INTRODUCTION CEDRIC is a screen-oriented text editor specifically designed for software development, rather than word-processing.

More information

SOFTWARE DNC. REF (in)

SOFTWARE DNC. REF (in) SOFTWARE DNC REF. 9701 (in) INDEX 1. Introduction... 1 2. General description... 7 3. Options... 9 3.1. Main menu... 9 3.2. Parmeters...11 3.3. Program Management...15 3.4. Tool Management...21 3.5. Machine

More information

MultiCom. for LabVIEW for Windows. Windows 95/98/NT Edition. Copyright , Viewpoint Software Solutions, Inc. All Rights Reserved

MultiCom. for LabVIEW for Windows. Windows 95/98/NT Edition. Copyright , Viewpoint Software Solutions, Inc. All Rights Reserved MultiCom for LabVIEW for Windows Windows 95/98/NT Edition Copyright 1994-1999, Viewpoint Software Solutions, Inc. All Rights Reserved Viewpoint Software Solutions, Inc. does not warrant that the Program

More information

SYSMAC CV-series CV500/CV1000/CV2000/CVM1 Programmable Controllers

SYSMAC CV-series CV500/CV1000/CV2000/CVM1 Programmable Controllers Cat. No. W205-E1-04 SYSMAC CV-series CV500/CV1000/CV2000/CVM1 Programmable Controllers SYSMAC CV-series CV500/CV1000/CV2000/CVM1 Programmable Controllers Operation Manual: Host Link System, CV500-LK201

More information

Eltron LP 2348 Eltron 2348 ADV

Eltron LP 2348 Eltron 2348 ADV LP2348 & 2348 ADV Thermal Printers European Council Directive Compliance to Standards 89/336/EEC EMC Directive EN55022-A, CISPR 22 RF Emissions control 92/31/EE EMC Directive EN50082-1 IEC801 Immunity

More information

Dostek 440A BTR. Software Guide

Dostek 440A BTR. Software Guide Dostek 440A BTR Software Guide Table of Contents Introduction... 1 Installing Dostek DNC... 1.1 Installing Dostek DNC... 1.2 Installing Your Software License Key... 1.2.1 Install Automatically (Recommended)...

More information

IM3523 IM3533 IM IM3536 LCR METER IM3570 IM7580 IM3590 CHEMICAL IMPEDANCE ANALYZER IMPEDANCE ANALYZER. Communication Instruction Manual

IM3523 IM3533 IM IM3536 LCR METER IM3570 IM7580 IM3590 CHEMICAL IMPEDANCE ANALYZER IMPEDANCE ANALYZER. Communication Instruction Manual Communication Instruction Manual IM3523 IM3533 IM3533-01 IM3536 LCR METER IM3570 IM7580 IMPEDANCE ANALYZER IM3590 CHEMICAL IMPEDANCE ANALYZER November 2014 Revised edition 6 IM3570A983-06 14-11H i Contents

More information

Perle 594M Getting Started

Perle 594M Getting Started Perle 594M Getting Started 95-2512-00 Copyrights FCC/DOC Compliance Copyright 1999, Perle Systems Limited and its suppliers. IBM, AT, CA/400, and PC Support/400 are registered trade marks of International

More information

PC 150. Digital Bench Scale. Operation Manual

PC 150. Digital Bench Scale. Operation Manual PC 150 Digital Bench Scale Operation Manual Revision 1.2 September 14, 2000 1996-2000 Transcell Technology, Inc. Contents subject to change without notice. Transcell Technology, Inc. 35 Waltz Drive Wheeling,

More information

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. microusb Programming Adaptor. USB to UART Serial Bridge

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. microusb Programming Adaptor. USB to UART Serial Bridge TURNING TECHNOLOGY INTO ART DATASHEET microusb Programming Adaptor µusb-pa5 USB to UART Serial Bridge Document Date: 27 th November 2013 Document Revision: 1.1 Uncontrolled Copy when printed or downloaded.

More information

NDM Configurator. Introduction Page *3. Configuration Files 5. Downloading 17 APPLICATION NOTE

NDM Configurator. Introduction Page *3. Configuration Files 5. Downloading 17 APPLICATION NOTE System 9100 Technical Manual 636.4 Network Communications Section Application Note Issue Date 0896 APPLICATION NOTE NDM Configurator Introduction Page *3 Configuration Files 5 Hardware Requirements *5

More information

Chapter 1 Introduction to Numerically Controlled Machines

Chapter 1 Introduction to Numerically Controlled Machines Chapter 1 Introduction to Numerically Controlled Machines The primary building blocks of flexible manufacturing and computer integrated manufacturing systems are numerically controlled (CNC) machine tools.

More information

BOARD LEVEL PRODUCTS GPIB<->RS-422/RS-485 INTERFACE BOARD

BOARD LEVEL PRODUCTS GPIB<->RS-422/RS-485 INTERFACE BOARD BOARD LEVEL PRODUCTS RS-422/ INTERFACE BOARD DESCRIPTION The Model Serial Interface is a small, low cost interface board that interfaces serial devices with RS-422 or signals to the bus. The provides

More information

Serial communication

Serial communication Serial communication CSCI 255: Introduction to Embedded Systems Keith Vertanen Copyright 2011 Serial communication Terminology RS-232 protocol Baud rates Flow control Example Overview Develop functions

More information

InfoTag KE28xx Communications for 186 CPU Firmware Version 4

InfoTag KE28xx Communications for 186 CPU Firmware Version 4 InfoTag KE28xx Communications for 186 CPU Firmware Version 4 *KE28xx models include: KE2800, KE2852, KE2853, KE2856 This document applies to printer firmware versions 4.x only. Note that changes made to

More information

Communicator ISDN 128 External

Communicator ISDN 128 External Communicator ISDN 128 External User s Manual Version 1.0 Copyright Statement No part of this manual may be reproduced or transmitted, in any form or by any means, electronic or mechanical, including photocopying,

More information

Unique Micro Design. Advanced Thinking Products. Model 164 Quad Coupler User Manual

Unique Micro Design. Advanced Thinking Products. Model 164 Quad Coupler User Manual Advanced Thinking Products Model 164 Quad Coupler User Manual Document reference : UMD Part Number : 6-0164-993-4 Issue 1 - First release Revision 2/12/92 Advanced Thinking Products Model 164 Quad Coupler

More information

SECTION 4 Host Link Communications

SECTION 4 Host Link Communications SECTION 4 Host Link Communications This section describes the procedure and other information required to use Host Link communications. 4-1 Host Link Communications.................................................

More information

COURSE OUTLINE. Division of Business and Technology NET 239. WAN Data Communications. Credits: 3 Class Hours: 2 Lab Hours: 2

COURSE OUTLINE. Division of Business and Technology NET 239. WAN Data Communications. Credits: 3 Class Hours: 2 Lab Hours: 2 COURSE OUTLINE Division of Business and Technology NET 239 WAN Data Communications Approved Catalog Description Covers the technology and terminology required to use routing and switching technologies

More information

BobCAD-CAM Version 28 Training Workbook Posting

BobCAD-CAM Version 28 Training Workbook Posting POSTING After creating all the toolpath to machine your part, the final step of using BobCAD-CAM is to output the NC program and get it to the machine. This topic provides an overview of how to generate

More information

Section 09: Attached Optional Devices

Section 09: Attached Optional Devices Section 09: Attached Optional Devices M-Function Board Use and Setup Miscellaneous Functions (M-Codes) Miscellaneous functions, or M-codes, are used to control actions other than the normal machine movement.

More information

Preliminary File System User Manual

Preliminary File System User Manual GHI Electronics, LLC 501 E. Whitcomb Ave. Madison Heights, Michigan 48071 Phone: (248) 397-8856 Fax: (248) 397-8890 www.ghielectronics.com Preliminary File System User Manual Where Hardware Meets Software

More information

DATASHEET 4D SYSTEMS. uusb-pa5 uusb-pa5-ii. microusb Programming Adaptor TURNING TECHNOLOGY INTO ART. USB to UART Serial Bridge

DATASHEET 4D SYSTEMS. uusb-pa5 uusb-pa5-ii. microusb Programming Adaptor TURNING TECHNOLOGY INTO ART. USB to UART Serial Bridge DATASHEET TURNING TECHNOLOGY INTO ART microusb Programming Adaptor -II USB to UART Serial Bridge Document Date: 17 th July 2015 Document Revision: 2.0 Uncontrolled Copy when printed or downloaded. Please

More information

1. COMMUNICATION ADAPTER TRANS

1. COMMUNICATION ADAPTER TRANS Úvod 1. COMMUNICATION ADAPTER TRANS A UNIVERSAL INTERFACE BETWEEN NC AND CNC MACHINES AND MODERN COMPUTER TECHNOLOGY 1.1 What Trans is Most of the developing NC and CNC machines, beyond the technical limits

More information

Multi-Port Controller

Multi-Port Controller Multi-Port Controller TABLE OF CONTENTS SECTION 1 DESCRIPTION... SECTION - SPECIFICATIONS... SECTION - INSTALLATION... SECTION - FRONT PANEL CONTROLS AND INDICATORS...9 SECTION - NETWORK MANAGEMENT PORT...10

More information

User Manual Anybus Serial Server

User Manual Anybus Serial Server User Manual Anybus Serial Server Rev. 1.20:1 HMS Industrial Networks AB Germany Japan Sweden U.S.A UK + 49-721 - 96472-0 + 81-45 - 478-5340 + 46-35 - 17 29 20 + 1-773 - 404-3486 + 44 (0) 1908-359301 ge-sales@hms-networks.com

More information

MultiCom/MV 1.0. Comtrol RocketPort Guide. Copyright , Viewpoint Systems, Inc. All Rights Reserved

MultiCom/MV 1.0. Comtrol RocketPort Guide. Copyright , Viewpoint Systems, Inc. All Rights Reserved MultiCom/MV 1.0 Comtrol RocketPort Guide Copyright 1994-2000, Viewpoint Systems, Inc. All Rights Reserved Viewpoint Systems, Inc. does not warrant that the Program will meet Customer s requirements or

More information

CPM Series. Control Port Manager. User's Guide. Models CPM-1600 and CPM-800

CPM Series. Control Port Manager. User's Guide. Models CPM-1600 and CPM-800 WTI Part No. 12348 Rev. B CPM Series Control Port Manager Models CPM-1600 and CPM-800 User's Guide 5 Sterling Irvine California 92618 (949) 586-9950 Toll Free: 1-800-854-7226 Fax: (949) 583-9514 http://www.wti.com

More information

REMOTE FRONT PANEL EMULATION

REMOTE FRONT PANEL EMULATION REMOTE FRONT PANEL EMULATION USER REFERENCE GUIDE 2500 Application Software Series Part Number: 3-9003-170 Revision 1.0 MARCH 1991 EMULATOR GUIDE DANIEL INDUSTRIES, INC. REMOTE FRONT PANEL EMULATION USER

More information

Manual Reference. Modem Commands. S35i, C35i, M35i

Manual Reference. Modem Commands. S35i, C35i, M35i Manual Modem s for the SIEMENS Mobile Phone S35i, C35i, M35i page 1 of 7 The command descriptions or example sequences in this document imply no liability or warranty in any way. The author therefore will

More information

RS-422 Code-Operated Switches

RS-422 Code-Operated Switches JUNE 2000 SW421A-R2 SW422A-R2 RS-422 Code-Operated Switches COS/4 TEXT TRANSPARENT GRAPHICS MODE RESET ST LO CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight

More information

MultiView Matrix 8x8 CAT5 Switch

MultiView Matrix 8x8 CAT5 Switch PRELIMINARY MultiView Matrix 8x8 CAT5 Switch Quick Reference & Setup Guide Magenta Research Ltd 934B Federal Road, Brookfield, CT 06804 USA (203) 740-0592 FAX (203) 740-0596 www.magenta-research.com Magenta

More information

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2.

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2. FEATURES: Major features of the Swipe Reader are as follows: Powered through the USB port no external power supply required Hardware Compatible with PC or any computer or terminal with an RS-232 interface

More information

Unit 2 : Computer and Operating System Structure

Unit 2 : Computer and Operating System Structure Unit 2 : Computer and Operating System Structure Lesson 1 : Interrupts and I/O Structure 1.1. Learning Objectives On completion of this lesson you will know : what interrupt is the causes of occurring

More information

B-EV4 Series Printer Setting Tool Operating Specification

B-EV4 Series Printer Setting Tool Operating Specification TOSHIBA Bar Code Printer B-EV4 Series Printer Setting Tool Operating Specification 1st edition: January 5, 2009 2nd edition: May 29, 2009 3rd edition: June 18, 2009 4th edition: July 22, 2009 5th edition:

More information

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS Page 1 of 35 A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS This document has been written specifically for FX and FX0N users that are unfamiliar with RS-232

More information

Host Master Example. In This Chapter...

Host Master Example. In This Chapter... In This Chapter.... The Remember these Four Steps! Step 1: Design the Network Step 2: Select the Communication Settings Step 3: Create the Communications Program Step 4: Start the Network. What should

More information

Digital Bench Scale. Revision 1.2 September 14, 2000 Contents subject to change without notice.

Digital Bench Scale. Revision 1.2 September 14, 2000 Contents subject to change without notice. Digital Bench Scale Revision 1.2 September 14, 2000 Contents subject to change without notice. Salter Brecknell Weighing Products 1000 Armstrong Drive Fairmont, MN 56031 Tel (800) 637-0529 Tel (507) 238-8702

More information

Table 8 shows the pin configuration and function of a standard computer-to-printer parallel cable. Table 8 Parallel Cable Pin Configuration

Table 8 shows the pin configuration and function of a standard computer-to-printer parallel cable. Table 8 Parallel Cable Pin Configuration Advanced Printer Inion Parallel Data Port Parallel Data Port The parallel data interface supports IEEE 1 bidirectional parallel communications in nibble mode. The parallel interface provides a means of

More information

ESC/VP21 Command User s Guide for Business Projectors

ESC/VP21 Command User s Guide for Business Projectors ESC/VP21 Command User s Guide for Business Projectors ~ 1~ Table of Contents 1. Introduction to ESC/VP21... 4 2. ESC/VP21 Command Formats... 5 2.1. Set command format... 5 2.2. Get command format... 5

More information

Serial/Ethernet Converter

Serial/Ethernet Converter Serial/Ethernet Converter IE-CS-2TX-1RS232/485 IE-CST-2TX-1RS232/485 IE-CS-2TX-2RS232/485 IE-CST-2TX-2RS232/485 Hardware Installation Guide Second Edition, August 2016 1243440000/01/08.16 Please note:

More information

Error Code. GO Software Pty Limited Map: 27 Tacoma Blvd, Pasadena SA 5042 ABN: ACN:

Error Code. GO Software Pty Limited Map: 27 Tacoma Blvd, Pasadena SA 5042 ABN: ACN: GO Software Pty Limited Map: 27 Tacoma Blvd, Pasadena SA 5042 Phn: 0403-063-991 Fax: none ABN: 54-008-044-906 ACN: 008-044-906 Eml: support@gosoftware.com.au Web: www.gosoftware.com.au Error Code GW-Basic

More information

Remote Annex. Quick Start for UNIX. Read before installing and using Remote Annex Software Release 4.2

Remote Annex. Quick Start for UNIX. Read before installing and using Remote Annex Software Release 4.2 Remote Annex Quick Start for UNIX Read before installing and using Remote Annex Software Release 4.2 These installation notes contain information specific to this release. This information is not available

More information

DN120 DeviceNet Gateway User Manual

DN120 DeviceNet Gateway User Manual DN120 DeviceNet Gateway User Manual DN120 PN 84-210010 Rev A Table of Contents CHAPTER 1 OVERVIEW... 4 CHAPTER 2 INSTALLATION... 5 MOUNTING... 5 WIRING... 6 DeviceNet Interface... 6 Serial Channel Interface...

More information

Manual Swipe Magnetic Card Reader

Manual Swipe Magnetic Card Reader R Manual Swipe Magnetic Card Reader Peripheral-type, Compact, Manually Operated Card Reader H Connects to the PC RS-232C port just like any other peripheral H Sits conveniently next to the PC keyboard

More information

Quick Start Installation Guide

Quick Start Installation Guide apc/l Quick Start Installation Guide Version A2 Document Part Number UM-201 May 2010 OVERVIEW The apc/l is an intelligent access control and alarm monitoring control panel which serves as a basic building

More information

=============================================================

============================================================= REMOTE CONTROL AND PROGRAMMING REFERENCE for the FLUKE 190 family of ScopeMeter test tools ============================================================= This file contains remote control and programming

More information

School of Computer Science Faculty of Engineering and Computer Science Student ID Number. Lab Cover Page. Lab Date and Time:

School of Computer Science Faculty of Engineering and Computer Science Student ID Number. Lab Cover Page. Lab Date and Time: Student Information First Name School of Computer Science Faculty of Engineering and Computer Science Last Name Student ID Number Lab Cover Page Please complete all fields: Course Name: Structure and Application

More information