Operating instructions

Size: px
Start display at page:

Download "Operating instructions"

Transcription

1 COUNTERS CONTROLLERS ENCODERS Operating instructions Interface description BE134 Prog. 01 Table of contents 1. General information Transmission protocol Reading of storage locations Examples for reading storage locations Programming of storage locations Examples for programming storage locations Special statements Deletion of the counter counts Switching the counter to PGM mode or RUN mode Line feeding Reading out the counter identification Error messages during the transfer of data List of the control characters used Operating scheme Programming scheme /1 P.O Box 3360 x D Villingen-Schwenningen Subject to technical as well as Phone +49 (0) x Fax +49 (0) design errors and modifications x info@ivo.de

2 Interface description BE General information The serial interface can fulfill the same functions as the display and the keys on the counter. Via the interface, data can be called up and parameters can be reprogrammed. When used with the serial interface, the counter is generally operated by a personal computer. Therefore, the external device is subsequently abbreviated as PC. It is, however, also possible to use a different device with similar characteristic features. 2. Transmission protocol The transmission is effected character-by-character in the ASCII code. Each character consists of 8 bits. The 8 th bit is the parity bit, in case of "no parity", the 8 th bit is always sent null. Upon each enquiry by the PC, the counter sends an acknowledgment via the serial interface, provided that the data transmission was correct. A transmission of characters is started with a start character <STX> and terminated with a terminator <ETX>. In addition, the counter sends a <CR> (carriage return) after the <ETX>, enabling the reading in (in high-level programming languages such as BASIC or similar languages) of a complete data block with one statement. The <STX> is followed by an address assigned to the counter. Thus it is possible to address the relevant counter in a serial network. After the address, the line (position) to be read out or to be programmed is entered. In case of a programming statement, a "P" (program) and the data (parameter) follow. As explained below, the protocol is divided up into 3 groups: a) Reading of storage locations (READ statement): <STX> address line <ETX> [<CR>] b) Programming of storage locations (WRITE statement): <STX> address line P data <ETX> [<CR>] c) Special statements: Example: <STX> address parameter <ETX> [<CR>] <STX> Start of text (02Hex) Address (device address) Line 01..XX (see operating scheme) P Programming statement Data Programming data Parameter Special statements <ETX> End of text (03Hex) <CR> 0DHex (control character "carriage return") "CR" does not have to be indicated (optional), is however always sent back by the counter. General <STX> address line <ETX> (address=35; line=02) ASCII <STX>3502<ETX> Hex 02H,33H,35H,30H,32H,03H Important! The blanks between the individual characters in the statements merely serve for a clearer presentation. The inputting at the PC must be done without blanks. In the description, control characters (less than 20Hex) are put into angle brackets. If the PC sends a wrong protocol, the counter will send back an error message, provided that the counter is still ready to receive. For further information read the section error messages on page 5. 2

3 BE134 Interface description 3. Reading of storage locations All storage locations provided with a line number in the programming scheme (apart from the separation lines that are marked with dashes) can be read out. The protocol: <STX> address line <ETX> [<CR>] is applicable to every line. The counter s acknowledgment may, however, vary from line to line as regards the protocol length. This depends on the data length of the respective storage location. The counter can be read out both in the RUN mode and in the PGM mode. The only difference is that upon the counter s acknowledgment, the mode parameter sends back an "R" or a "P" as detailed below. Acknowledgment to a read statement (general): <STX> address line mode data <ETX> <CR> Mode Data P = Counter is in the programming mode R = Counter is in the RUN mode Max. number of digits, with high-order zeros, without decimal point 3.1. Examples for reading storage locations The following setting applies to the subsequent examples: Device address = 35; mode of counter = R (RUN mode) Reading out of the counter count (line=01, display value=1500) <STX>3501<ETX> Acknowledgment: <STX>3501R001500<ETX><CR> Reading out of the totalizer (line=05, display value=12300) <STX>3505<ETX> Acknowledgment: <STX>3505R <ETX><CR> Reading out of the batch counter (line=06, display value= 10) <STX>3506<ETX> Acknowledgment: <STX>3506R000010<ETX><CR> Reading out of the basic display (line=27, setting=pos. 2) <STX>3527<ETX> Acknowledgment: <STX>3527R2<ETX><CR> (2 corresponds to: preselection value P2) Reading out of the device address (line=54, device address=35) <STX>3554<ETX> Acknowledgment: <STX>3554R35<ETX><CR> 4. Programming of storage locations All storage locations provided with a line number in the programming scheme, with the exception of the separation lines (marked with dashes) and the lines 1, 5 and 6 can be programmed. The protocol: <STX>address line P data <ETX> [<CR>] is applicable to every line. The counter s acknowledgment, which is sent back after each programming, is the same as when reading out the line. All storage locations can be programmed both in the RUN mode and in the programming mode. Programming in the RUN mode: The data in the lines 21, 22, 23, 24, 25, 30, 33, 35 and are not taken over internally until a change from the PGM mode to the RUN mode has been effected. For changing over to the PGM mode see 5.2. The remaining lines are active immediately after the programming. All data programmed in the RUN mode are not taken over to the nonvolatile memory until a change from the PGM mode to the RUN mode has been effected. If there is no PGM/RUN change, the old data will be valid again after a mains failure. Write statement (general): <STX> address line P data <ETX> [<CR>] 3

4 Interface description BE Examples for programming storage locations The following setting applies to the subsequent examples: Device address = 35; mode of counter = R (RUN mode) Programming of the preselection value P1 (line=02, preselection value=3600) Statement: <STX>3502P003600<ETX> Acknowledgment: <STX>3502R003600<ETX><CR> Programming of batch counter mode (line=16, setting=2) Statement: <STX>3516P2<ETX> Acknowledgment: <STX>3516R2<ETX><CR> Programming of the lower display (line=27, preselection value P1=1) Statement: <STX>3527P1<ETX> Acknowledgment: <STX>3527R1<ETX><CR> Programming of the pulse signal duration P1 (line=41, permanent signal= Latch) Statement: <STX>3541PL<ETX> Acknowledgment: <STX>3541RL<ETX><CR> Programming of the device address (line=54, device address=27) Statement: <STX>3554P27<ETX> Acknowledgment: <STX>3554R27<ETX><CR> 5. Special statements With the exception of the statement "Delete counter count", the special statements are statements that do not refer to a line number (storage location in the operating scheme) Deletion of the counter counts The main counter (line 1), the totalizer (line 5) or the batch counter (line 6) can be deleted via the following special statement. These are lines that cannot be programmed. All remaining lines in the programming scheme (apart from the separation lines) are deleted by programming the value 0 (as explained under point 4.). The delete statement corresponds to a via the key C. The acknowledgment (reply) of the counter upon deletion is the same as in case of the read statement of the respective line. General: <STX> address line <DEL> <ETX> Example: Deleting the batch counter b Address=35, line=06, mode=run mode Statement: <STX>3506<DEL><ETX> <DEL> = 7FHex Acknowledgment: <STX>3506R000000<ETX><CR> 5.2. Switching the counter to PGM mode or RUN mode This statement allows the switching of the counter between the PGM mode and the RUN mode with each enquiry. As acknowledgment the address and the current mode are sent back after the execution of the statement. General: <STX> address <DC1> <ETX> Example: Address=35, mode=run mode, current line= 1, display value=15 Statement: <STX>35<DC1><ETX> <DC1> = 11Hex Acknowledgment: <STX>35P<ETX><CR> Repeating the statement reactivates the RUN mode Statement: <STX>35<DC1><ETX> Acknowledgment: <STX>35R<ETX><CR> 5.3. Line feeding The statement allows the feeding of the display to the next line. The function is possible both in the RUN and in the PGM mode. The data of the current line (after the feeding) are sent back as acknowledgment. Example: Address=35, mode=run mode, feeding from line 1 to line 2 Statement: <STX>35<LF><ETX> <LF> = 10Hex Acknowledgment: <STX>3502R000100<ETX><CR> 4

5 BE134 Interface description 5.4. Reading out the counter identification The identification data can only be read. The address is followed by two parameters. The statement parameter "I" (for identification) and the selection parameter "T" (type and program number) or "D" (date and hardware version) for the different identification data. Reading out type of device and program number: Address=35, type=be134, program number=01 Statement: <STX>35IT<ETX> Acknowledgment: <STX>35BE134 01<ETX><CR> Reading out date and release number: Address=35, date= , release number=1 Statement: <STX>35ID<ETX> Acknowledgment: <STX> <ETX><CR> 6. Error messages during the transfer of data If the PC sends a wrong data protocol to the counter (e.g.: not existing line or letters instead of numerals), a respective error message will be sent back by the counter, provided that the counter is still ready to receive. In order to receive an error message in case of an error, at least the control character <STX> and the address must be correct. If this is not the case, the counter will no longer be ready to receive, with the result that no acknowledgment can be sent back to the PC. If no acknowledgment, and thus no error message, is received in case of PC enquiry, a fatal error has occurred. This can apply if the control character <STX> or the address is missing and if the interface parameters of the PC and the counter do not correspond. If this is, however, correct, the reason can only be an error of the hardware or of the data line. General structure of the error messages: <STX> address line mode <CAN> error number <ETX> <CR> Example: Address=35, line=09 (invalid line), error number=2 <STX>3509R<CAN>2<ETX><CR> When the error message is returned, the two positions "line" und "mode" are dropped Detailed error description: Error 1 : Error 2 : Error 3 : Format error (<ETX> is not positioned correctly). This error occurs e.g. if the data format is not observed during the programming (e.g.: when programming the preselection value, only 5 data positions are transmitted instead of 6) Line (position) does not exist or separation line Parameter error (invalid values in the protocol). That means, for example, that the preselection value does not only consist of numerals but also of other invalid signs or that a given value is not within a permissible range. 7. List of the control characters used Control character Hex Decimal <STX> <ETX> <LF> 0A 10 <CR> 0D 13 <DC1> <CAN> <DEL> 7F 127 5

6 Interface description BE Operating scheme Line Factory setting Customer program Brief description P h P P 2 Ph - Time meter (main counter) P1 - Preselection value 1 P2 - Preselection value t o t b tot Totalizer b - Batch counter Separation line 11 S t A t P h 12 S t A t P 1 13 S t A t P 2 15 S t A t t o t 16 S t A t b Ph - Time meter (main counter) P1 - Preselection value 1 P2 - Preselection value 2 tot Totalizer b - Batch counter Separation line 6

7 BE134 Interface description Line Factory setting Customer program Brief description Operating modes main counter Preselection mode Resetting modes Time range and fine scaling for Ph main counter Time range and fine scaling for totalizer Indication of the measuring unit on the display Allocation of the lower display Function of the signal inputs A, B Input logic and switching thresholds of the signal inputs Function control input 1 (port 9) Minimum pulse duration for control input 1 Function control input 2 (port 10) Function control input 3 (port 11) Taking over of the preselections P1, P2 Output logic Pulse signal duration P1 Pulse signal duration P2 Code setting Baud rate Parity Stop bits Address Separation line 7

8 Interface description BE Programming scheme Lines Status for line Parameter can be changed 1 Deletion or input disabled 2 Parameter is skipped Line 21 Operating modes main counter 0 * Add. end signal in case of P2, ting to 0 1 Sub. end signal in case of 0, ting to P2 Line 22 Preselection mode 0 * Main counter 2 preselections (progressive preselections) 1 Main counter 2 preselections (P1 = trailing preselections) 2 Main counter with preselection P2, batch counter with P1 Line 23 Resetting modes 0 * Main counter and batch counter with auto 1 Main counter without, batch counter with auto 2 Main counter with, batch counter without auto 3 Main counter and batch counter without auto Line 24 Time range and fine scaling for Ph main counter 0 * s min min h Line 25 Time range and fine scaling for totalizer 0 * same as main counter h Line 26 Indication of the measuring unit on the display 0 * without measuring unit 1 h 2 min 3 s Line 27 Allocation of the lower display 0 without lower display 1 P1 - Preselection value 2 * P2 - Preselection value 3 tot Totalizer 4 b - Batch counter Line 30 Function of the signal inputs A, B 0 * Time metering while signal A is active/ signal B has no function 1 Count start on signal A. Count stop upon reaching preselection P2. Count halt during signal B. Signal A and B pulse edge active. 2 Count start and on signal A. Stop and upon reaching preselection P2. Count halt during signal B. Signal A and B pulse edge active. Line 33 Input logic and switching threshold signal inputs 0 * PNP Switching threshold 6V 1 NPN Switching threshold 6V 2 PNP Switching threshold 3V 3 NPN Switching threshold 3V Line 35 Minimum pulse duration for control input 1 0 * 30 ms µs Line 36 Function control input 2 (port 10) 0 Ph main counter - static 1 Ph main counter - pulse edge active 2 * Ph main counter and totalizer stop 3 Hold 4 Programming lock 5 Key lock 6 Print 7 ext. counting input for batch counter Line 37 Function control input 3 (port 11) 0 * tot Totalizer - static 1 tot Totalizer - pulse edge active 2 b Batch counter - static 3 b Batch counter - pulse edge active 4 Programming lock 5 Key lock 6 Print 7 ext. counting input for batch counter Line 38 Taking over of the preselections P1, P2 0 * Effective immediately after input 1 Not effective until the counter has been Line 40 Output logic 0 * Both outputs as make contacts 1 P1 break contact, P2 make contact 2 P1 make contact, P2 break contact 3 Both outputs as break contacts Line 41 Pulse signal duration P Minimum signal duration 0.25 * Default Maximum signal duration Latch Permanent signal (by pressing the key C) Line 42 Pulse signal duration P Minimum signal duration 0.25 * Default Maximum signal duration Latch Permanent signal (by pressing the key C) Line 50 Code setting 0000 * Code not active : 9999 Line 51 Baud rate 0 * 4800 baud baud baud baud Line 52 Parity 0 * Even parity 1 Odd parity 2 No parity Line 53 Stop bits 0 * 1 Stop bit 1 2 Stop bits Line 54 Address 00 * Default 00 Min. 99 Max. Line 34 Function control input 1 (port 9) 0 * Ph main counter - static 1 Ph main counter - pulse edge active 2 Ph main counter and totalizer - stop 3 Hold 4 Programming lock 5 Key lock 6 Print (min. pulse duration 30ms) 8

Operating instructions

Operating instructions COUNTERS CONTROLLERS ENCODERS Operating instructions Interface Description NE230 Progr. 01 Content Page 1. General information...2 2. Transmission protocol...2 3. Memory location readout...3 3.1. Examples

More information

2SHUDWLQJ,QVWUXFWLRQV,QWHUIDFH'HVFULSWLRQ 1(3URJ

2SHUDWLQJ,QVWUXFWLRQV,QWHUIDFH'HVFULSWLRQ 1(3URJ ZÄHLER STEUERGERÄTE DREHGEBER 2SHUDWLQJ,QVWUXFWLRQV,QWHUIDFH'HVFULSWLRQ 1(3URJ Content 1. General...2 2. Transmission protocol...2 3. Reading of storage locations...3 3.1. Examples for the reading of storage

More information

PLC Interface. Configuration and Operations Manual (Color OIT) Link Electric & Safety Control Company 444 McNally Drive Nashville, TN 37211

PLC Interface. Configuration and Operations Manual (Color OIT) Link Electric & Safety Control Company 444 McNally Drive Nashville, TN 37211 PLC Interface Configuration and Operations Manual (Color OIT) PH: (615) 833-4168 FAX: (615) 834-1984 Link Electric & Safety Control Company 444 McNally Drive Nashville, TN 37211 OmniLink 5000 Table of

More information

SBLM-2-1x## Message Sign

SBLM-2-1x## Message Sign SBLM-2-1x## Message Sign SBLM-2-2x## Message Sign User's Manual version 2.0 Read this Manual before installing and operating this equipment. Save this manual for future reference Page 2 Table of Contents

More information

DX 342. Multi Function Counters with 2 Presets, 2 Relay Outputs and Serial RS 232 / RS 485 Interface. Operating Instructions. control motion interface

DX 342. Multi Function Counters with 2 Presets, 2 Relay Outputs and Serial RS 232 / RS 485 Interface. Operating Instructions. control motion interface control motion interface motrona GmbH Zwischen den Wegen 32 78239 Rielasingen - Germany Tel. +49 (0)7731-9332-0 Fax +49 (0)7731-9332-30 info@motrona.com www.motrona.com DX 342 Multi Function Counters with

More information

Data Representation and Binary Arithmetic. Lecture 2

Data Representation and Binary Arithmetic. Lecture 2 Data Representation and Binary Arithmetic Lecture 2 Computer Data Data is stored as binary; 0 s and 1 s Because two-state ( 0 & 1 ) logic elements can be manufactured easily Bit: binary digit (smallest

More information

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6.

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6. Section Mounting Dimensions / Viewing 2 Mounting Options 3 Section 2 Wiring Configuration 4 Section 3 Quick Set up Procedure 5 Section 4 Changing Intensity 6 Section 5 Option Summary 7 Section 6 Option

More information

X-Series System Manual Part 7: Interfaces and data communication

X-Series System Manual Part 7: Interfaces and data communication X-Series System Manual Part 7: Interfaces and data communication Version check: Version No. Date Version 3.1 April 2012 Version 3.0 April 2011 Version 2.0 October 2007 Version 1.0 March 2006 Mettler-Toledo

More information

LD-RTD / LD-TC Temperature Controller

LD-RTD / LD-TC Temperature Controller 1 LD-RTD / LD-TC Temperature Controller Available in either an RTD model or a thermocouple model, these units accept all common temperature probe types, and offer a technically advanced, but cost effective

More information

SBLM- User's Guide. Matko Message Center Help v1.1

SBLM- User's Guide. Matko Message Center Help v1.1 SBLM- User's Guide Matko Message Center Help v1.1 Read this Manual before installing and operating this equipment. Save this manual for future reference 2 Table of Contents General 4 Wiring and Mounting

More information

MK D Imager Barcode Scanner Configuration Guide

MK D Imager Barcode Scanner Configuration Guide MK-5500 2D Imager Barcode Scanner Configuration Guide V1.4 Table of Contents 1 Getting Started... 3 1.1 About This Guide... 3 1.2 Barcode Scanning... 3 1.3 Factory Defaults... 3 2 Communication Interfaces...

More information

FD-011WU. 2D Barcode Reader User Guide V1.6CC

FD-011WU. 2D Barcode Reader User Guide V1.6CC FD-011WU 2D Barcode Reader User Guide V1.6CC Table of Contents 1 Getting Started... 1 1.1 Factory Defaults... 1 2 Communication Interfaces...2 2.1 TTL-232 Interface... 2 2.2 Baud Rate... 3 2.3 Data Bit

More information

DX 345, DX 346, DX 347, DX 348

DX 345, DX 346, DX 347, DX 348 control motion interface DX 345, DX 346, DX 347, DX 348 Universal Display Units with Impulse Inputs DX 345: DX 346: DX 347: DX 348: Display only Display with Analogue Output Display with Two Presets and

More information

Communication protocol

Communication protocol Communication protocol Vacuum measurement and control unit for Compact Gauges RS232C interface Mnemonics BG 805 098 BE (9907) 1 Intended use This Communication protocol contains instructions for operating

More information

SSI Indicator Multi-Function Unit with Two Relay Outputs and Serial Interface, for Use with Singleturn or Multiturn SSI Encoders

SSI Indicator Multi-Function Unit with Two Relay Outputs and Serial Interface, for Use with Singleturn or Multiturn SSI Encoders Fritz Kübler GmbH Zähl- und Sensortechnik Postfach 34 40 D-78023 Villingen-Schwenningen Tel.: 07720-3903-0 Fax: 07720-21564 www.kuebler.com SSI Indicator 0.570.010.305 Multi-Function Unit with Two Relay

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

J2 LCM Customer Display. Manual

J2 LCM Customer Display. Manual J2 LCM Customer Display Manual July 2012 Contents LCM Customer Display... 3 Overview... 3 Customer Display Configureation... 4 Port Settings... 4 CD Settings... 5 Emulation Mode... 5 Character Sets...

More information

Electronic Preset Counter with 2 Presets and Print interface. NE213 Prog Features

Electronic Preset Counter with 2 Presets and Print interface. NE213 Prog Features Electronic Preset Counter with 2 Presets and Print interface NE21 Prog. 09 Features Order designation Order no. Interface RS22 Models Connection Functions LED-preset counter with 2 presets Batch counter

More information

Single-Axis Counter BDD 611

Single-Axis Counter BDD 611 Single-Axis Counter BDD 611 Technical Description, User's Guide english No. 611-150 D/E. Edition 0705; Subject to modification. Replaces edition 0701. www.balluff.com Balluff GmbH Schurwaldstrasse 9 73765

More information

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS Chapter 1. 1.1. INTRODUCTION Digital computers have brought about the information age that we live in today. Computers are important tools because they can locate and process enormous amounts of information

More information

S-Series Sensor ASCII Protocol v8.1.0

S-Series Sensor ASCII Protocol v8.1.0 S-Series Sensor v8.1.0 Legend: ADR Node/Slave Address TIME STAT Status Byte ERR CTRL Control Byte SP # POS Position DATA TARG Target CHAR VEL Velocity OFF SN CODE PAR # Serial Number Security Code Parameter

More information

RS485 INSTRUCTION MANUAL. DM4500 Series. Page 1 of 6

RS485 INSTRUCTION MANUAL. DM4500 Series. Page 1 of 6 RS485 INSTRUCTION MANUAL DM4500 Series Page 1 of 6 INDEX 1.1. RS485 OUTPUT...3 1.1.1. Introduction... 1.1.2. RS output menu diagram... Page 2 of 6 1.1 RS4 OUTPUT 1.1.1 Introduction The RS485 output option

More information

DIGITAL DISPLAY. for Industry Applications. Series WAY-D. Key-Features:

DIGITAL DISPLAY. for Industry Applications. Series WAY-D. Key-Features: DIGITAL DISPLAY for Industry Applications Series WAY-D Key-Features: Content: Technical Data.2 Technical Drawing...2 Electrical Connection...3 Programming...5 Control s...6 Order Code & Accessories...7

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

GS100P. Weighing Controller. Contents. Order Codes

GS100P. Weighing Controller. Contents. Order Codes GS100P Weighing Controller 1 This intelligent weighing controller comes precalibrated to suit either a 4-wire or a 6-wire strain gauge input, and has a number of advanced functions designed specifically

More information

Description of CAT 17 scales communication

Description of CAT 17 scales communication Description of CAT 17 scales communication Communication protocols Notes to all protocols 1. Decimal point PD can have the value. (2CH) or, (2EH) or ASCII and it means:. (2CH) or, (2EH) PD appears on the

More information

TPG 261 TPG 262. Communication Protocol. Single-Channel Measurement and Control Unit for Compact Gauges

TPG 261 TPG 262. Communication Protocol. Single-Channel Measurement and Control Unit for Compact Gauges Communication Protocol Single-Channel Measurement and Control Unit for Compact Gauges TPG 261 VACUUM Dual-Channel Measurement and Control Unit for Compact Gauges TPG 262 VACUUM BG 805 198 BE (0109) 1 Product

More information

MODEL 715AN QUADRATURE DEGREES COUNTER

MODEL 715AN QUADRATURE DEGREES COUNTER MODEL 715AN QUADRATURE DEGREES COUNTER DESIGN CONCEPTS INC 707 N. Lindenwood Olathe, Kansas 66062 PHONE: (913) 782-5672 FAX: (913) 782-5766 E-MAIL : info@dcimeters.com 0411 TABLE OF CONTENTS 2. Features

More information

EXPERIMENT 8: Introduction to Universal Serial Asynchronous Receive Transmit (USART)

EXPERIMENT 8: Introduction to Universal Serial Asynchronous Receive Transmit (USART) EXPERIMENT 8: Introduction to Universal Serial Asynchronous Receive Transmit (USART) Objective: Introduction To understand and apply USART command for sending and receiving data Universal Serial Asynchronous

More information

ELECTRONIC DISPLAYS INC. 135 S. CHURCH STREET ADDISON, ILL

ELECTRONIC DISPLAYS INC. 135 S. CHURCH STREET ADDISON, ILL ELECTRONIC DISPLAYS INC. 135 S. CHURCH STREET ADDISON, ILL. 60101 www.electronicdisplays.com PRODUCT PART NUMBER : ED225MPC 2L N1-VERT-1001- KYN1 DESCRIPTION: Indoor 4 digit, 2.25 inch high, red LED, 2

More information

Hints for Replacement of Obsolete Controller Models BY240 with New Models BY340

Hints for Replacement of Obsolete Controller Models BY240 with New Models BY340 Hints for Replacement of Obsolete Controller Models BY240 with New Models BY340 Previous Configuration: BY240 Synchronous Controller Option: Parallel interface PS240 and BCD thumbwheel switch set BY106-5

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

NC-1200 BARCODE SCANNER. Configuration Guide - 1 -

NC-1200 BARCODE SCANNER. Configuration Guide - 1 - NC-1200 BARCODE SCANNER Configuration Guide - 1 - Table of Contents Chapter 1 System Information 1.1 About this manual 3 1.2 How to set up the parameter-i 3 1.3 How to set up the parameter II 4 1.4 Resetting

More information

Xi2000-BT Series Configuration Guide

Xi2000-BT Series Configuration Guide U.S. Default Settings Sequence Reset Scanner Xi2000-BT Series Configuration Guide Auto-Sense Mode ON UPC-A Convert to EAN-13 OFF UPC-E Lead Zero ON Save Changes POS-X, Inc. 2130 Grant St. Bellingham, WA

More information

A Issue A Original. Instruction Manual. nxds Serial Comms Interface

A Issue A Original. Instruction Manual. nxds Serial Comms Interface Instruction Manual A735-01-860 Issue A Original nxds Serial Comms Interface Description nxds6i nxds10i nxds15i nxds20i Item Number A735-01-983 A736-01-983 A737-01-983 A738-01-983 nxds6ic nxds10ic nxds15ic

More information

IPM490 / IPM500 SERIAL COMMUNICATIONS MANUAL

IPM490 / IPM500 SERIAL COMMUNICATIONS MANUAL IPM490 / IPM500 SERIAL COMMUNICATIONS MANUAL For Series 2 Digital Meters Custom ASCII protocol 10 Thomas, Irvine, CA 92618, USA Tel: (949) 465-09001 Fax: (949) 465-0905 Website: www.futek.com 1. TABLE

More information

Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries, including the U.S.A. and the E.U.

Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries, including the U.S.A. and the E.U. Datalogic Automation Srl Via Lavino, 265 0050 - Monte S. Pietro Bologna - Italy Matrix 210 Host Mode Programming Ed.: 10/201 This manual refers to Application software version 6.66. 2011-201 Datalogic

More information

11 Serial Communications

11 Serial Communications 11.1 COMMUNICATIONS PACKAGES There are a number of communication packages that can be used with the Quantum III to facilitate setup, record parameter data, view internal activity on a soft-scope and permit

More information

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol Manual 09/11 MN01219007Z-EN NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol All brand and product names are trademarks or registered trademarks of the owner concerned. Emergency

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

2D BARCODE SCANNER CA-SC-20200B

2D BARCODE SCANNER CA-SC-20200B D BARCODE SCANNER CA-SC-B Quick Start Guide Getting Familiar with Your Device Thank you for choosing Capture Bar Code Scanner. All Devices deliver world-class performance for a broad range of applications

More information

BARCODE SCANNER. Configuration Guide - 1 -

BARCODE SCANNER. Configuration Guide - 1 - BARCODE SCANNER Configuration Guide - 1 - Table of Contents Chapter 1 System Information 1.1 About this manual 3 1.2 How to set up the parameter 3 1.3 How to set up the parameter - II 4 Chapter 2 System

More information

LomaLink User s Guide

LomaLink User s Guide LomaLink User s Guide The Serial Communications System for Loma Inspection Equipment Loma Part Number: 811153 Spectrum Inspection Systems Issue: K Southwood Date: July 2007 Farnborough Hampshire GU14 0NY

More information

LM Technologies AT Commands Manual - BR/EDR LM951 and LM961

LM Technologies AT Commands Manual - BR/EDR LM951 and LM961 LM Technologies AT Commands Manual - BR/EDR LM951 and LM961 History Version Last Name Changes description 1.00 16/07/2015 Marco First release Contents 1. Overview... 4 2. AT Commands Summary... 5 2.1.

More information

Precision Digital Modbus Register Tables Serial Communication

Precision Digital Modbus Register Tables Serial Communication This document describes how to communicate with the Trident Model PD765 and Javelin D Model PD644 meters using the Modbus RTU Serial Communication Protocol. The user should be familiar with Modbus serial

More information

Manual de Programación

Manual de Programación Manual de Programación SM2410, SM2410B, SM2420 y SM2430 ESPECIFICACIONES SUJETAS A CAMBIO SIN PREVIO AVISO. Enter/Exit Programming Mode (This barcode is also found at page 8.) IMPORTANT NOTICE Every effort

More information

TIME MACHINE Data Formats (Sep jkuo: extracted from the TIME MACHINE user manual)

TIME MACHINE Data Formats (Sep jkuo: extracted from the TIME MACHINE user manual) TIME MACHINE Data Formats (Sep 1. 2014 jkuo: extracted from the TIME MACHINE user manual) RS232 DATA FORMATS The TIME MACHINE transmits data in ASCII format Each word transmitted consists of a start bit,

More information

MODEL 714AN QUADRATURE COUNTER DESIGN CONCEPTS INC

MODEL 714AN QUADRATURE COUNTER DESIGN CONCEPTS INC MODEL 714AN QUADRATURE COUNTER DESIGN CONCEPTS INC 886 N Jan Mar Ct Olathe, Kansas 66061 PHONE: (913) 782-5672 FAX: (913) 782-5766 E-MAIL : info@dcimeters.com 0710 TABLE OF CONTENTS 2. Features 3..Specifications

More information

PRE32 RS232 protocol v1.21 Tomas Andersson

PRE32 RS232 protocol v1.21 Tomas Andersson PRE32 RS232 protocol 2014-11-07 v1.21 Tomas Andersson Description This document describes the RS232 protocol used to control the PRE32 device. Command structure Commands are sent to the device using the

More information

2D Barcode Reader User Guide V 1.2.1

2D Barcode Reader User Guide V 1.2.1 2D Barcode Reader User Guide V 1.2.1 Table of Contents 1 Getting Started... 3 1.1 About This Guide... 3 1.2 Barcode Scanning... 3 1.3 Factory Defaults... 3 1.4 Firmware Version Number... 3 2 Communication

More information

PD1100 STAND-ALONE PROGRAMMING & USER S GUIDE. use the freedom

PD1100 STAND-ALONE PROGRAMMING & USER S GUIDE. use the freedom PD1100 STAND-ALONE ALPHANUMERIC POLE DISPLAY PROGRAMMING & USER S GUIDE use the freedom Forward The information contained in this user s guide is subject to change without notice. This Programming and

More information

Command Table 4 Data Buffer Function

Command Table 4 Data Buffer Function ASCII Code Table Character Hex Decimal Character Hex Decimal Character Hex Decimal NUL 0 0 2B 43 V 56 86 SOH 1 1 2C 44 W 57 87 STX 2 2 2D 45 X 58 88 ETX 3 3 2E 46 Y 59 89 EOT 4 4 2F 47 Z 5A 90 ENQ 5 5

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

Addmaster Corporation

Addmaster Corporation IJ-1000 Ink-Jet Validation Printer Specification Addmaster Corporation Address: 225 East Huntington Drive Monrovia, CA 91016 Web: www.addmaster.com Phone: (626) 358-2395 FAX: (626) 358-2784 Document: ij1w.doc

More information

DATA REPRESENTATION. Data Types. Complements. Fixed Point Representations. Floating Point Representations. Other Binary Codes. Error Detection Codes

DATA REPRESENTATION. Data Types. Complements. Fixed Point Representations. Floating Point Representations. Other Binary Codes. Error Detection Codes 1 DATA REPRESENTATION Data Types Complements Fixed Point Representations Floating Point Representations Other Binary Codes Error Detection Codes 2 Data Types DATA REPRESENTATION Information that a Computer

More information

DNC2go

DNC2go DNC2go Striker Systems P.O. Box 41 White House, TN 37188 Version 1.0.0.2 www.striker-systems.com Revision 8/2/2005 1 Contents Introduction... 3 Installing DNC2go... 4 Using DNC2go... 5 Setting up a Machine

More information

MODEL 716AN SSI REMOTE DISPLAY DESIGN CONCEPTS INC

MODEL 716AN SSI REMOTE DISPLAY DESIGN CONCEPTS INC MODEL 716AN SSI REMOTE DISPLAY DESIGN CONCEPTS INC 886 N. Jan Mar Court Olathe, Kansas 66061 PHONE: (913) 782-5672 FAX: (913) 782-5766 E-MAIL : info@dcimeters.com 1211 TABLE OF CONTENTS 2. Features 3..Specifications

More information

Configuration Manual PULSAR C CCD SCANNER. Table of Contents

Configuration Manual PULSAR C CCD SCANNER. Table of Contents Table of Contents PULSAR C CCD SCANNER Configuration Manual Metrologic Instruments GmbH Dornier Strasse 2 82178 Puchheim Germany Tel +49 89 890190 Fax +49 89 89019200 www.europe.metrologic.com Metrologic

More information

DIGITAL DISPLAY. for Industry Applications. Serie REX-D. Key-Features:

DIGITAL DISPLAY. for Industry Applications. Serie REX-D. Key-Features: DIGITAL DISPLAY for Industry Applications Serie REX-D Key-Features: Content: 01.07.16 - REX-D-X345: only display - REX-D-X347: display with two presets and switching out puts - REX-D-X348: Display with

More information

User s Manual. Xi3000 Scanner. Table of Contents

User s Manual. Xi3000 Scanner. Table of Contents Xi3000 Scanner User s Manual Table of Contents Restore Default Settings... 1 Exit Setup without Changes... 1 Configure Through RS232... 1 List Setting... 1 Buzzer Settings... 2 Reading Redundancy Setting...

More information

D730. Remote Display Installation Manual

D730. Remote Display Installation Manual D730 Remote Display Installation Manual Copyright All Rights Reserved. No part of this document may be copied, reproduced, republished, uploaded, posted, transmitted, distributed, stored in or introduced

More information

Modbus Remote Communication Protocol for REM 54_. Technical Description

Modbus Remote Communication Protocol for REM 54_. Technical Description Modbus Remote Communication Protocol for REM 54_ 1MRS 750781-MUM Issued: 08.03.2002 Version: A/18.06.2002 Checked: ML Approved: AF Remote Communication Protocol for REM 54_ Modbus We reserve the right

More information

Custom ASCII Protocol

Custom ASCII Protocol Custom ASCII Protocol SERIAL COMMUNICATIONS MANUAL For Laureate Series 2 Digital Panel Meters, Counters, Timers & L-Series Transmitters Now with Ethernet LAUREL Electronics Inc. 3183-G Airway Ave, Costa

More information

Chapter 3. Information Representation

Chapter 3. Information Representation Chapter 3 Information Representation Instruction Set Architecture APPLICATION LEVEL HIGH-ORDER LANGUAGE LEVEL ASSEMBLY LEVEL OPERATING SYSTEM LEVEL INSTRUCTION SET ARCHITECTURE LEVEL 3 MICROCODE LEVEL

More information

Operating instructions. METTLER TOLEDO MultiRange Application software IND690-Sum.

Operating instructions. METTLER TOLEDO MultiRange Application software IND690-Sum. Operating instructions METTLER TOLEDO MultiRange Application software IND690-Sum www.mt.com/support Congratulations on choosing the quality and precision of METTLER TOLEDO. Proper use according to these

More information

EXPERIMENT 7: Introduction to Universal Serial Asynchronous Receive Transmit (USART)

EXPERIMENT 7: Introduction to Universal Serial Asynchronous Receive Transmit (USART) EXPERIMENT 7: Introduction to Universal Serial Asynchronous Receive Transmit (USART) Objective: To understand and apply USART command for sending and receiving data Introduction Universal Serial Asynchronous

More information

PRECISION DIGITAL CORPORATION

PRECISION DIGITAL CORPORATION PRECISION DIGITAL CORPORATION Serial Communication Protocol This document describes how to communicate with the Trident Model PD765, Javelin T Model PD740, and Javelin D Model PD644 meters using the Precision

More information

INSTALLATION PROCEDURE FOR THE INNOVEC IPT POWERED PRINTING TOTALISOR

INSTALLATION PROCEDURE FOR THE INNOVEC IPT POWERED PRINTING TOTALISOR INSTALLATION PROCEDURE FOR THE INNOVEC IPT POWERED PRINTING TOTALISOR Suite 5, 56-6 Chandos Street, St. Leonards NSW 065/PO Box 35 Spit Junction NSW 088 Australia Phone +6 9906 758 www.innovec.com page

More information

IRIS-Config-Manual-1a

IRIS-Config-Manual-1a Configuration Manual Table of contents The IRIS Base module 1 The IRIS system 2 The IRIS configuration program 3 Project 3 Create a project 3 Unit 3 Create a unit 3 Delete a unit 4 Export 4 Import 4 Setup

More information

MODEL NC400 MULTI-FUNCTION TOUCH-TONE DECODER INSTRUCTION MANUAL

MODEL NC400 MULTI-FUNCTION TOUCH-TONE DECODER INSTRUCTION MANUAL 15385 Carrie Drive Grass Valley, CA 95959 Office: (530) 477-8400 Tech. Support: (530) 477-8402 FAX: (530) 477-8403 Sales: (800) 874-8663 Email: tech@ norcommcorp.com Web: www.norcommcorp.com MODEL NC400

More information

CLVM Driver CLV Command Language Module. Table of Contents

CLVM Driver CLV Command Language Module. Table of Contents CLVM Driver CLV Command Language Module CLVM Table of Contents 1 Introduction... 3 1.1 General Specifications... 3 1.2 Resources... 3 2 Functionality... 4 2.1 Data Flow... 4 2.1.1 Receive Data... 5 2.1.2

More information

Communication Protocol for Solder Feeder (SFR) Programmer s Guide

Communication Protocol for Solder Feeder (SFR) Programmer s Guide www.jbctools.com Communication Protocol for Solder Feeder (SFR) Programmer s Guide SFR Communication Protocol for Automation This communication protocol was developed to use JBC devices, such as the Automatic

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

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

Microframe Corporation

Microframe Corporation A0262: RS232 Remote Display Operating Manual A0262-7010 *A0262-7010* A0262 INSTALLATION & SPECIFICATION GUIDE ITEM NO: A0262 REVISION DATE: 11/09 Microframe Corporation 604 S. 12th Street Broken Arrow,

More information

HMC1022 Digital Compass

HMC1022 Digital Compass Key Features Based on Honeywell s HMC1022 solid-state magnetic sensor Choice of 2 Interface Options (UART/I2C) Standard Pin Headers come soldered Plug and Play Module SPECIFICATIONs Angular Measuring Range

More information

Vorne Industries. Model 77/232 Serial Input Numeric 3" Display User's Manual

Vorne Industries. Model 77/232 Serial Input Numeric 3 Display User's Manual Vorne Industries Model 77/232 Serial Input Numeric 3" Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 Page 2 Model 77/232 Serial Input Numeric 3"

More information

LCD03 - I2C/Serial LCD Technical Documentation

LCD03 - I2C/Serial LCD Technical Documentation LCD03 - I2C/Serial LCD Technical Documentation Pagina 1 di 5 Overview The I2C and serial display driver provides easy operation of a standard 20*4 LCD Text display. It requires only a 5v power supply and

More information

VeriColor. Solo Identification System. Command Users Manual Document ver Rev. 7/20/05

VeriColor. Solo Identification System. Command Users Manual Document ver Rev. 7/20/05 VeriColor Solo Identification System Command Users Manual Document ver. 1.13 Rev. 7/20/05 i ii PROPRIETARY NOTICE The information contained in this manual is derived from patent and proprietary data from

More information

ENGLISH. ONE-900 UHF RFID Reader User Manual

ENGLISH. ONE-900 UHF RFID Reader User Manual ENGLISH ONE-900 UHF RFID Reader User Manual TABLE OF CONTENTS 1. THINGS TO START FROM... 1 1.1 Functions & Applications... 1 1.2 Appearance Navigator... 1 1.3 Compliant Tags... 2 1.4 What Is In The Box...

More information

Universal counter UZ 9648 Counting - length measurement - metering - positioning

Universal counter UZ 9648 Counting - length measurement - metering - positioning +49-(0)40-670 73-0 Fax +49-(0)40-670 73-288 info@martens-elektronik.de www.ghm-messtechnik.de Universal counter UZ 9648 Counting - length measurement - metering - positioning Features M LED-Display 14.2mm

More information

Manual Electronic Identification Systems BIS Processor BIS C-6_0 RS 232 C-6_ _836905_E_0704.p65 Deutsch bitte wenden!

Manual Electronic Identification Systems BIS Processor BIS C-6_0 RS 232 C-6_ _836905_E_0704.p65 Deutsch bitte wenden! 1 Manual Electronic Identification Systems BIS Processor BIS C-6_0 RS 232 Deutsch bitte wenden! 2 No. 836 905 D/E Edition 0704 Subject to modification. Replaces edition 0409. Writing convention: Control

More information

Optris CT/ CTlaser/ CTvideo communication interface

Optris CT/ CTlaser/ CTvideo communication interface Optris CT/ CTlaser/ CTvideo communication interface Serial interface parameters Protocol Baud rate: 9600 115200, set by user (factory default: 115200) Data bits: 8 Parity: ne Stop bits: 1 Flow control:

More information

UniOP VT100 Terminal Emulation - Ver. 3.16

UniOP VT100 Terminal Emulation - Ver. 3.16 UniOP VT100 Terminal Emulation - Ver. 3.16 This tech note describes the operation of the VT100 emulation software on UniOP. This document is a short reference for VT100 Terminal Emulation software. It

More information

Parallel and Serial Bus Analysis Instructor s Guide

Parallel and Serial Bus Analysis Instructor s Guide A collection of lab exercises to explore analysis of parallel and serial buses with a digital oscilloscope. Revision 1.0 Page 1 of 21 Copyright Notice and Reproduction Rights 2009 Tektronix, Inc. This

More information

OPERATING INSTRUCTION. ECOmux 3 - ECOmux 4 - ECOmux 5

OPERATING INSTRUCTION. ECOmux 3 - ECOmux 4 - ECOmux 5 Elektronische Komponenten für die Qualitätssicherung Kundenspezifische Prüf- und Steuergeräte Individuelle messtechnische Lösungen Beratung OPERATING INSTRUCTION ECOmux 3 - ECOmux 4 - ECOmux 5 3-4 - 5

More information

AN-030 Protégé System Controller Intercom Integration Programming

AN-030 Protégé System Controller Intercom Integration Programming AN-030 Protégé System Controller Intercom Integration Programming PUBLICATION INFORMATION This application note covers the use of the protégé system to perform a specific function and may be used in conjunction

More information

Aceprox FSK Proximity Reader REV2 Data Sheet

Aceprox FSK Proximity Reader REV2 Data Sheet Aceprox 688-52 FSK Proximity Reader REV2 Data Sheet Overview The 688-52 OEM proximity reader consists of three parts: a potted unit containing the electronics, a front cover, and an optional spacer plate.

More information

FACTORY AUTOMATION. PROGRAMMING SOFTWARE VisoSetup

FACTORY AUTOMATION. PROGRAMMING SOFTWARE VisoSetup FACTORY AUTOMATION PROGRAMMING SOFTWARE VisoSetup VISOSETUP PROGRAMMING To suit your specific application, the Standard Application program may be configured from a PC using the VisoSetup interface utility

More information

Serial Dongle RS232 Plug&Scan

Serial Dongle RS232 Plug&Scan Programming guide Serial Dongle RS232 Plug&Scan Version 2.56 Important notice: Every effort is made to ensure the accuracy of our product information; however, we accept no responsibility for errors or

More information

Operating Manual. DX345, DX346, DX347 and DX348 Multifunction Indicators with Pulse Inputs

Operating Manual. DX345, DX346, DX347 and DX348 Multifunction Indicators with Pulse Inputs Operating Manual DX345, DX346, DX347 and DX348 Multifunction Indicators with Pulse Inputs Operation modes: High Speed Position and Event Counter (100 khz) Tachometer, Frequency Meter Baking Time and Processing

More information

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 3

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 3 EM210 COMMUNICATION PROTOCOL Version 3 Revision 3 November 13 th, 2015 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 Function 03h (Read Holding Registers)... 3 Function 04h (Read Input Registers)...

More information

Hand Held Linear Imager

Hand Held Linear Imager Hand Held Linear Imager Disclaimer Welch Allyn reserves the right to make changes in specifications and other information contained in this document without prior notice, and the reader should in all cases

More information

^BC Code 128 Bar Code (Subsets A, B, and C)

^BC Code 128 Bar Code (Subsets A, B, and C) 93 Code 128 Bar Code (Subsets A, B, and C) Description The command creates the Code 128 bar code, a high-density, variable length, continuous, alphanumeric symbology. It was designed for complexly encoded

More information

Serial Communication Protocols

Serial Communication Protocols RM85x Hand-held Terminals User Manual H5834D0003ING V. 01 Serial Communication Protocols DESCRIPTION The RM85x family of hand-held terminals communicate with a remote controller over an EIA standard RS-232

More information

BIS L , BIS Z-EL-...

BIS L , BIS Z-EL-... BIS L-400-..., BIS Z-EL-... Technical Description, User's Guide English www.balluff.com 1 2 3 4 5 6 7 8 9 Notes to the user 4 1.1 About this manual 4 1.2 Structure of the manual 4 1.3 Typographical conventions

More information

QTERM-J10/N15 USER'S MANUAL REVISION 13

QTERM-J10/N15 USER'S MANUAL REVISION 13 QTERM-J0/N5 USER'S MANUAL REVISION 3 M0-009-00 Rev 3 QSI CORPORATION 222 South West Temple #50 Salt Lake City, UTAH 845-2648 USA Phone 80-466-8770 Fax 80-466-8792 Email info@qsicorp.com Web www.qsicorp.com

More information

DZ 270, 271, 276, 277, 279 Universal Monitors for Speed, Standstill, Direction of Rotation

DZ 270, 271, 276, 277, 279 Universal Monitors for Speed, Standstill, Direction of Rotation control motion interface ELEKTRO-TRADING sp. z o.o info@elektro-trading.com.pl Tel. +48 32 330-45-70 Fax +48 32 330-45-74 DZ 270, 271, 276, 277, 279 Universal Monitors for Speed, Standstill, Direction

More information

Manual Electronic Identification Systems BIS Processor BIS C-6_5 C6_ _9904_eov.

Manual Electronic Identification Systems BIS Processor BIS C-6_5 C6_ _9904_eov. 1 Manual lectronic Identification Systems BIS Processor BIS C-6_5 Deutsch bitte wenden! 2 No. 813 892 D/ dition 9904 Specifications subject to change http://www.balluff.de http://www.balluff.com Gebhard

More information

Azur 650T Serial Control Protocol V1.0

Azur 650T Serial Control Protocol V1.0 Azur 650T Serial Control Protocol V1.0 1.1 RS232 Protocol The protocol is accessed via the rear panel RS232C port. Header Footer Group Data # 1 to 6, 01 to 18, XXXX CR byte num: 1 1 1 2 1 XX 1 Notes: 1)

More information