Operating instructions

Size: px
Start display at page:

Download "Operating instructions"

Transcription

1 COUNTERS CONTROLLERS ENCODERS Operating instructions Interface Description NE230 Progr. 01 Content Page 1. General information Transmission protocol Memory location readout Examples for reading memory locations Programming memory locations Programming examples Special Commands Clear actual counter value Switching to PGM or RUN Mode Counter identification readout Error alarm readout Clear error alarm Error alarms in data transmission Chart of control signs applied Operating plan Programming plan / P.O. Box 3360 D Villingen-Schwenningen Subject to modification in Phone +49 (0) Fax +49 (0) technic and design.

2 Interface description NE General information The serial interface has the same function as counter display and keypad. The interface enables polling data or altering programmed parameters. Normally the counter is PC-operated when using the interface, reason why in the following the external device is simply called PC. However, any other device featuring similar characteristics may be applied. 2. Transmission protocol Data transmission is sign by sign in ASCII code. Each sign consists of 8 bits. Bit no. 8 is the so-called parity bit, in case of no parity bit no. 8 will always be transmitted zero. Upon polling data by PC, the counter will give a corresponding reply by serial interface, provided the data transfer was effected correctly. The sign transmission starts with the header <STX> and ends with the footer <ETX>. In addition, after <ETX> the counter is sending <CR> (carriage return) allowing read-in of a complete data block by one command (in standard computer languages as BASIC). <STX> is followed by a the designated counter identification. Thus, the counter can be individually addressed in serial network. After the identification the line (position) to be read or programmed is being defined. Any programming command is followed by P (programming) with the corresponding data (parameters). The protocol is split into 3 groups as below: a) Read memory locations (READ instruction): <STX> identification line <ETX> [<CR>] b) Programming memory locations (WRITE instruction): <STX> identification line P data <ETX> [<CR>] c) Special commands: Example: <STX> identification parameter <ETX> [<CR>] <STX> start of text (02Hex) address (device address) line 01..XX (see operating instructions) P programming command data programming data parameter special commands <ETX> end of text (03Hex) <CR> 0DHex (control sign "carriage return") "CR" not imperative (optional) but always sent back by counter. General <STX> identification line <ETX> (identification=35; line=02) Ascii <STX>3502<ETX> Hex 02H,33H,35H,30H,32H,03H Important! The space between the individual signs of each command are for optical reasons only. Entering by PC has to be without space. Control signs (inferior 20Hex) are shown in parentheses. Upon receiving a void PC protocol NE230 will reply by an error alarm, provided the counter is still capable of responding (see chapter error alarms on page 6). 2

3 NE230 Interface description 3. Memory location readout All memory locations provided with a line number in the programming plan allow readout (except for the separating lines which are marked by dashes). The protocol: <STX> identification line <ETX> [<CR>] may be applied to each line. However, the counter s reply may differ in length of the protocol from line to line depending on the data capacity of the respective memory location. NE230 enables readout in both RUN and PGM mode. The only difference is in the replied mode parameter R or P, as described below: Reply to a read command (standard): <STX> identification line mode [VZ] data <ETX> <CR> Mode VZ data P=NE230 is in programming mode R=NE230 is in RUN mode Pre-sign. Only transmitted if negative max. digit number, with leading zeroes w/o decimal point (exception: line 23 with decimal point) 3.1. Examples for reading memory locations For the example below the following settings do apply: Device ID (identification) = 35 counter mode = R (RUN-mode) Read main counter value XP (line=01, counter value=1500) Query: <STX>3501<ETX> Reply: <STX>3501R001500<ETX><CR> Read counter mode (line=25, setting = Pos. 3) Query: <STX>3525<ETX> Reply: <STX>3525R3<ETX><CR> (3 corresponds to track A90ºB single evaluation) Read scaling factor SF (line=07, setting=01,0000) Query: <STX>3507<ETX> Reply: <STX>3507R <ETX><CR> Read device identification (line=54, device ID=35) Query: <STX>3554<ETX> Reply: <STX>3554R35<ETX><CR> 4. Programming memory locations All memory locations (programming lines) provided with a number in the programming plan allow programming, except for the separating lines (marked by dashes) and lines 1, 5 and 6. The protocol: <STX> identification line P [VZ] data <ETX> [<CR>] may be applied to each line. The counter reply upon each individual programming step is the same as for readout of the respective line. All memory locations allow programming both in RUN and PGM mode. Programming in RUN mode: Parameters of the lines 22,23,25-29,31,41/1,44,51-54 and 56 will only be memorized after having switched from PGM mode to RUN mode. Switching to PGM mode please refer to 5.2. Parameters of the remaining lines will become active immediately after programming. All data programmed in RUN mode are only entered into the non-volatile memory after having switched from PGM to RUN mode. If there is no switchover PGM/RUN, prior data will become active anew in case of power loss. Write command (standard): <STX> identification line P [VZ] data <ETX> [<CR>] 3

4 Interface description NE Examples for programming memory locations For the example below the following settings do apply: device ID = 35; counter mode = R (RUN mode) programming the start count SC (line=04, start count=360) Command: <STX>3504P000360<ETX> Reply: <STX>3504R000360<ETX><CR> Programming the scaling factor SF (line=07, scaling factor=01,0000) Command: <STX>3507P <ETX> Reply: <STX>3507R <ETX><CR> Programming the counting mode (line=25, counting mode=1) Command: <STX>3525P1<ETX> Reply: <STX>3525R1<ETX><CR> Programming the device ID (line=54, device ID =27) Command: <STX>3554P27<ETX> Reply: <STX>3554R27<ETX><CR> Clear start count SC (line=07) Command: <STX>3507P000000<ETX> Reply: <STX>3507R000000<ETX><CR> 5. Special commands Except for the command clear counter value, special commands do not refer to a specific memory location (line number in the operating plan) Clear counter value The counter value XP (line 1) may be cleared by the following special command. This line does not allow any programming. All remaining lines of the programming plan (except for separating lines) are cleared by programming ZERO (as under 4.). The clear command corresponds to a reset by the counter s C-key. The counter reply upon the clear command is the same as for a read command of the respective line. General: <STX> identification line <DEL> <ETX> Example: clear counter value XP Identification =35, line=01, status=run mode Command : <STX>3501<DEL><ETX> <DEL> = 7FHex Reply : <STX>3501R000000<ETX><CR> 5.2. Switching the counter to PGM or RUN mode By this command the counter is switched to and fro between PGM and RUN mode. Replied is the actual line, same as for a read command relating to the respective line. General: <STX> identification <DC1> <ETX> Example: identification=35, status=run mode, actual line = 1, running value =15 Command:<STX>35<DC1><ETX> <DC1> = 11Hex Reply: <STX>35P<ETX><CR> When repeating the command the device will switch back to RUN mode Command:<STX>35<DC1><ETX> Reply: <STX>35R<ETX><CR> 4

5 NE230 Interface description 5.3. Readout counter identification Identification data are read only. The counter identification is followed by two parameters. The command parameter I (identification) as well as the selective parameters T (type and program number) or D (date and hardware version) for the several identification data. Read device type and program number: Read version number: Identification =35, type=ne230, program number=01 Command:<STX>35IT<ETX> Reply :<STX>35NE230 01<ETX><CR> Identification =35, date= , version number=1.00 Command:<STX>35IV<ETX> Reply: <STX> <ETX><CR> Read date and hardware version number: Identification =35, date= , hardware version no.=1 Command:<STX>35ID<ETX> Reply: <STX> <ETX><CR> 5.4. Read error alarm In case of an error alarm during NE230 operation (display is showing error together with a number), the mode byte (normally R or P ) is heading the ASCII- sign E in data transmission, thus informing the PC about an error having curred at the counter. Operating function will only remain in case of Err07. All other error alarms mean a fatal error with interface failure. The special command E is for reading the error number as follows: General: <STX> identification E <ETX> Example: identification=35, status = error mode, Error=7 command:<stx>35e<etx> reply: <STX>35E7<ETX><CR> 5.5. Clear error alarm This command is for clearing the error alarm in the NE230 display. Clearing is only possible with error alarms that also might be cleared by the counter s C-key (example: neither error 1 nor 2). Replied is the content of the actual line. identification=35,status=error mode, error=7, line=01, counter value=2500 command:<stx>35<ack><etx> <ACK> = 06H reply: <STX>3501R002500<ETX><CR> Note: If it is an empty line without any data (i.e. line 10) the error alarm "<CAN><NUL>" will be replied. 5

6 Interface description NE Error alarms in data transmission Upon receiving a wrong data protocol by PC (for example: not existing line or letters instead of numbers) the counter will reply by a corresponding error alarm, provided the counter is still capable of responding. To enable an error alarm in case of error, at least control sign <STX> and counter identification have to be correct. If not, NE230 is no longer capable of responding and will not reply. If there is no reply upon a PC query neither an error message, the error is a fatal one. As mentioned, this might happen if control sign <STX> or counter identification are missing and as soon as the interface parameters of PC and NE230 are not congruent. Otherwise the error is resulting from hardware or data line. General structure of error messages: <STX> identification line status <CAN> error number <ETX> <CR> Example : identification=35, line=09 (void line), error number=2 <STX>3509R<CAN>2<ETX><CR> The error alarm will omit both line and status. Error description in detail: Error 1 : Format error (incorrect location of(<etx>).this error will occur in case the data format was not kept during programming (example: upon programming the start count only 5 data digits instead of 6 are being transmitted Error 2 : line (position) not existing or separating line Error 3: Parameter error (void values in the protocol). Example: the scaling factor is not composed by numbers but of void signs, or a value is beyond the permitted range. 7. Chart of control signs applied Control sign Hex Decimal <STX> <ETX> <ACK> <LF> 0A 10 <CR> 0D 13 <DC1> <CAN> <DEL> 7F 127 6

7 NE230 Interface description 8. Operating Plan line default customer settings significance 01 0 XP running value main counter P1 - preset P2 - preset SC start count 05 0 Σ - totalizer 06 0 Á - hour counter SF scaling factor separating line 11 S t a t 0 S t a t XP running value main counter 12 S t a t 0 S t a t P1 - preset 1 13 S t a t 0 S t a t P2 - preset 2 14 S t a t 0 S t a t SC start count 15 S t a t 0 S t a t Σ - running value main counter 16 S t a t 0 S t a t Á - running value main counter 17 S t a t 0 S t a t SF scaling factor separating line operation modes decimal point counting mode frequency main counter track A frequency main counter track B switching threshold and input logic main counter reset (control input 1) function control input output logic for digital output t output time P t output time P enter presets P1,P setting range P1,P2 and SC function key assignment C o d 4 0 code settings batch counter function batch counter multiplier C o r 4 3 offset display mains failure Baud rate parity stop bits counter identification output value assignment by interface RS422: control connections TxD+ resp. TxD separating line 7

8 Schnittstellenbeschreibung NE Programming Plan Lines status of lines parameter to be altered 1 clear resp. input lock 2 skip parameter Line 22 operation mode 0 step preset 1 main preset 2 parallel comparison 3 P1 trailing preset Line 24 decimal point 0 no decimal point Line 25 counting mode 0 track A UP/DOWN signal on track B 1 difference (A-B) 2 total (A+B) 3 track A 90 B single evaluation 4 track A 90 B double evaluation 5 track A 90 B four-times evaluation Line 26 frequency main counter track A 0 10 khz 1 25 Hz 2 3 Hz Line 27 frequency main counter track B 0 10 khz 1 25 Hz 2 3 Hz Line 28 switching threshold and input logic 0 switching threshold 6V PNP 1 switching threshold 6V NPN 2 switching threshold 3V PNP 3 switching threshold 3V NPN Line 29 main counter reset (control input 1) 0 automatic reset and externally static 1 automatic reset and externally differential 2 externally static 3 externally differential 4 externally with "start-function" Line 31 function control input 2 0 stop 1 hold 2 keylock 3 hour counter on/off 4 offset 5 print (only with interface) Line 33 output logic digital outputs 0 both outputs normally closed 1 P1 normally open, P2 normally closed 2 P1 normally closed, P2 normally open 3 both outputs normally open Line 35 momentary signal time P default 0.01 Min Max. Line 36 momentary signal time P default 0.01 Min Max. 8 Line 37 activation of presets P1, P2

9 NE230 Interface description 0 immediately active 1 after reset Line 38 counting range P1,P2 and SC 0 positive only 1 positive and negative Line 39 function key assignment 0 w/o function 1 XP 2 P1 3 P2 4 SC 5 Σ 6 Á 7 SF Line 40 code 0000 code not active : 9999 Line 41 batch counter function 0 totalizer 1 counting upon achieving P2 Line 42 batch counter multiplier (Line 41=1) 1 default 0 min. 999 max. Line 43 offset 0 no offset : max. offset value Line 44 mains failure display 0 no mains failure display 1 mains failure display (blinking) Line 51 Baud rate 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 counter identification 00 default 00 min. 99 max. Line 55 output value assignment by interface Line 31=5 0 display value 1 XP 2 P1 3 P2 4 SC 5 Σ 6 Á 7 SF Line 56 RS422: control connections TxD+, TxD- 0 In sending direction during sending, in receiving direction during reception 1 always in sending direction 9

Operating instructions

Operating instructions COUNTERS CONTROLLERS ENCODERS Operating instructions Interface description BE134 Prog. 01 Table of contents 1. General information...2 2. Transmission protocol...2 3. Reading of storage locations...3 3.1.

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

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

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

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

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

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

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

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

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

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

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2)

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2) Doug Fleenor Design, Inc. nd RS-232 to DMX512 Interface, 2 Generation March 8, 2010 (Software V1.2) The second generation RS-232 to DMX512 interface has numerous features beyond the original device. The

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

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

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

Instruction manual CIU Prime type 880 (CIU858 emulation)

Instruction manual CIU Prime type 880 (CIU858 emulation) Instruction manual CIU Prime type 88 (CIU858 emulation) Version.2 November 2 Part no.: 446529 Enraf B.V. P.O. Box 82 26 AV Delft Netherlands Tel.: +3 5 26986, Fax: +3 5 269574 Email: Info@enraf.nl http://www.enraf.com

More information

Z58-6XX SERIES 6 Digits Universal Position Indicator for incremental or absolute encoders

Z58-6XX SERIES 6 Digits Universal Position Indicator for incremental or absolute encoders Z58-6XX SERIES 6 Digits Universal Position Indicator for incremental or absolute encoders connectable to incremental- or absolute encoders (FMAX, FEMAX, EMAX) approved standard functions (e.g. pulse scaling,

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

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

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary.

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary. HEC-OM-S008 Aug.2014 Communication Manual THERMO-CON Model No. HECR002-A5 Keep available whenever necessary. This manual is copyrighted and all rights are reserved by SMC Corporation, and may not, in whole

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

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

Installation & Operation

Installation & Operation LED Readout Installation & Operation WARRANTY Accurate Technology, Inc. warrants the ProScale Systems against defective parts and workmanship for 1 year commencing from the date of original purchase. Upon

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

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

Control Characters used in DirectNET

Control Characters used in DirectNET Control Characters used in DirectNET ENQ (0x05) Enquiry to start communications ACK (0x06) Acknowledge (data received and no errors NAK (0x15) Negative Acknowledge (data received but there were errors)

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

DirectNET Host. Communications Programs. In This Chapter...

DirectNET Host. Communications Programs. In This Chapter... Communications Programs In This Chapter.... Why do you need a communications program? Modes of Operation Protocol Components Controlling the Communications Initiating the Request Acknowledging the Request

More information

PS232. RS-232 to PS/2 Keyboard Port Adapter Part # SA0009 (Version 4.0) Copyright 2003 L3 Systems, Inc. Redmond

PS232. RS-232 to PS/2 Keyboard Port Adapter Part # SA0009 (Version 4.0) Copyright 2003 L3 Systems, Inc. Redmond PS232 RS-232 to PS/2 Keyboard Port Adapter Part # SA0009 (Version 4.0) Copyright 2003 L3 Systems, Inc. Redmond Quick Reference Command Description Pg ~H Help Screen Displays short command reference 4 ~V

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

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

Specification. For. Serial Interface DN-T645/625

Specification. For. Serial Interface DN-T645/625 Date 2002-08-30 1 page of 55 Specification For Serial Interface DN-T645/625 Denon, Ltd. Date 2002-08-30 2 page of 55 Histories Rev. Date Name Description 1.00 Aug., 30, 02 J.Watanabe Date 2002-08-30 3

More information

Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2. Level Indicator L150 and L160

Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2. Level Indicator L150 and L160 Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2 Level Indicator L150 and L160 Electrical Safety This equipment complies with the requirements of CEI/IEC 61010-1:2001-2 "Safety requirements

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

User Guide IM/C250 MOD_3. Modbus (RTU) Communications Option C250 and V250

User Guide IM/C250 MOD_3. Modbus (RTU) Communications Option C250 and V250 User Guide IM/C250 MOD_3 Modbus (RTU) Communications Option C250 and V250 Electrical Safety This instrument complies with the requirements of CEI/IEC 61010-1:2001-2 "Safety requirements for electrical

More information

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL COMMUNICATION INSTRUCTION MANUAL JCL-33A (C5) No.JCL3CE3 2018.11 This manual contains instructions for the communication functions, operations and notes when operating the JCL-33A. To prevent accidents

More information

Features. IDS : Inclinometer Display System with RS232 Output

Features. IDS : Inclinometer Display System with RS232 Output Graphic Dual Axis Mode Dual Axis Mode Features Single Axis Mode Description Features The IDS is a high quality display system for use with many of our inclinometer sensors. It has a sturdy Aluminium housing

More information

SY021 Portable Load/Force Meter User instructions

SY021 Portable Load/Force Meter User instructions SY021 Portable Load/Force Meter User instructions Relates to firmware version 5.2 INTRODUCTION The SY021 is a portable load meter, which can indicate the load present on any attached cell. A dual channel

More information

D I G I M A X BINARY COMMUNICATIONS PROTOCOL SYSTEM COMMAND AND CONTROL LANGUAGE APPLICATION MANUAL. Revision B1 April 30, 1993

D I G I M A X BINARY COMMUNICATIONS PROTOCOL SYSTEM COMMAND AND CONTROL LANGUAGE APPLICATION MANUAL. Revision B1 April 30, 1993 D I G I M A X I V BINARY COMMUNICATIONS PROTOCOL SYSTEM COMMAND AND CONTROL LANGUAGE APPLICATION MANUAL Revision B1 April 30, 1993 POWERTEC Industrial Motors Mailing Address: P.O. Box 2650 * Rock Hill,

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

RS485 MODBUS Module 16I-M

RS485 MODBUS Module 16I-M Version 2.0 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

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

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

Elotech Standard Protocol. for Single R8200 SC

Elotech Standard Protocol. for Single R8200 SC Elotech Standard Protocol interface description / network protocol for Single R8200 SC ELOTECH Industrieelektronik GmbH Verbindungsstraße 27 D - 40723 HILDEN FON +49 2103 / 255 97 0 FAX +49 2103 / 255

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

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

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 ED206/406-115 4D N1 - KY DESCRIPTION: 2.25 in. or 4.0 in. high, red 7 segment display; Programmable up/downtimer

More information

INSTRUCTION MANUAL SERIES

INSTRUCTION MANUAL SERIES INSTRUCTION MANUAL SERIES 1300 ( single board ) Appendix E complement for interactive software Rue du Puits-Godet 16 CH-2005 NEUCHATEL SA Phone:++41 (0)32 729 93 60 Fax: ++41 (0)32 724 10 23 Mail : info@irtsa.com

More information

EWBS Receiving Module Communication specifications

EWBS Receiving Module Communication specifications 2017/01/05 EWBS Receiving Module Communication specifications v1.00 Century Revision history Revision Date Changes 1.00 2017/01/05 Initial Release. 1 Serial communication specifications Asynchronous serial

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

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

1. On / Off. 2. Initial reset to zero

1. On / Off. 2. Initial reset to zero EN USER MANUAL 1 Index 1. On / Off... 3 2. Initial reset to zero... 3 3. Keypad operation... 4 3.1. ON / OFF... 4 3.2. MENU... 4 3.3. TARE... 5 3.4. PRINT / SUM... 6 4. Description of LCD display... 8

More information

DLL2020. Software Configuration Manual

DLL2020. Software Configuration Manual DLL2020 Software Configuration Manual DLL2020 SOFTWARE CONFIGURATION MANUAL DATALOGIC S.p.A. Via Candini 2 40012 - Lippo di Calderara di Reno Bologna - Italia DLL2020 Software Configuration Manual Ed.:02/2003

More information

UNIT 7A Data Representation: Numbers and Text. Digital Data

UNIT 7A Data Representation: Numbers and Text. Digital Data UNIT 7A Data Representation: Numbers and Text 1 Digital Data 10010101011110101010110101001110 What does this binary sequence represent? It could be: an integer a floating point number text encoded with

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

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

OPTRIS CT communication interface

OPTRIS CT communication interface OPTRIS CT communication interface 1. Serial interface parameters Protocol Baud rate: 9600 115200, set by user (factory default: 9600) Data bits: 8 Parity: none Stop bits: 1 Flow control: off The protocol

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

FACTORY AUTOMATION MANUAL IC-KP-B6-V15B IC-KP-B6-2V15B IC-KP-B6-SUBD

FACTORY AUTOMATION MANUAL IC-KP-B6-V15B IC-KP-B6-2V15B IC-KP-B6-SUBD FACTORY AUTOMATION MANUAL IC-KP-B6-V15B IC-KP-B6-2V15B IC-KP-B6-SUBD Communication in "IRI-B6" and "IVI-B6 mode With regard to the supply of products, the current issue of the following document is applicable:

More information

TOSVERT VF-S9 Communications Function Instruction Manual

TOSVERT VF-S9 Communications Function Instruction Manual TOSVERT VF-S9 Communications Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using the communications

More information

D-ILA PROJECTOR RS-232C CONTROL SPECIFICATIONS. Victor Company of Japan, Limited. * D-ILA is a trademark of Victor Company of Japan, Limited.

D-ILA PROJECTOR RS-232C CONTROL SPECIFICATIONS. Victor Company of Japan, Limited. * D-ILA is a trademark of Victor Company of Japan, Limited. D-ILA TM PROJECTOR DLA-G3010series DLA-M2000series RS-232C CONTROL SPECIFICATIONS Victor Company of Japan, Limited * D-ILA is a trademark of Victor Company of Japan, Limited. Document Number CTGKE-0013

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

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

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

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit Back to Communication Products Group Technical Notes 25T008 Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit MITEQ TECHNICAL NOTE 25T008 MAY 1997 REV D LOCAL/REMOTE

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

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E INSTRUCTION MANUAL FOR COMMUNICATION [OPTION CODE C5] GCSC3E1 2002.04 To prevent the accidents by mishandling of this controller, please arrange to give this manual into the hands of the operator who actually

More information

COMLI. System Description

COMLI. System Description COMLI System Description COMLI System Description Copyright 1998 ABB Satt AB. The contents of this document can be changed by ABB Satt AB without prior notice and do not constitute any binding undertakings

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

Beijer Electronics AB 2000, MA00453,

Beijer Electronics AB 2000, MA00453, VT100 emulation This manual presents installation and handling of the driver VT100 to the terminals in the E-series. The functionality in the E-terminals and in MAC Programmer+ are described in the E-manual.

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

Nokeval. No Manual. Models 575F, 1000F, 1100F, Scalable counter for pulse sensors

Nokeval. No Manual. Models 575F, 1000F, 1100F, Scalable counter for pulse sensors No 90 Nokeval Manual Models 7F, 000F, 00F, 800-0 Scalable counter for pulse sensors Manufacturer: Nokeval Oy Yrittäjäkatu 700 NOKIA Finland Tel. +8 800 Fax. +8 0 Counter / batch controller XX-0 for pulse

More information

Specification. for. Serial Interface DN-C635

Specification. for. Serial Interface DN-C635 Date 2003-01-28 1 page of 39 Specification for Serial Interface DN-C635 Denon, Ltd. Date 2003-01-28 2 page of 39 Histories Rev. Date Name Description 1.0 Jan.,28, 03 J.Watanabe Date 2003-01-28 3 page of

More information

7-Series Serial Communications User Manual

7-Series Serial Communications User Manual 7-Series Serial Communications User Manual Document Number: 53840-001 Date: August, 2003 About This Manual This manual was written by the TOSHIBA Technical Publications Group. This group is tasked with

More information

Communication. Outline of Communication. Merits

Communication. Outline of Communication. Merits Communication Outline of Communication You can connect up to MINAS-A series with your computer or NC via serial communication based on RS and RS, and can execute the following functions. () Change over

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

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

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

The RS-485 user manual for B800 series communication

The RS-485 user manual for B800 series communication The user manual of B800 Series Rs-485 The RS-485 user manual for B800 series RS-232 inbuilt inside the main board of B800 series frequency inverter, we can effect RS-485 through fitting board externally.

More information

RS 485 Mini Modbus 1AO

RS 485 Mini Modbus 1AO RS 485 Mini Modbus 1AO Version 1.0 14/08/2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained

More information

LAUREL. Laureate Dual-Channel Pulse Input Totalizer With Two Independently Scalable Input Channels & Presets ELECTRONICS, INC. Features.

LAUREL. Laureate Dual-Channel Pulse Input Totalizer With Two Independently Scalable Input Channels & Presets ELECTRONICS, INC. Features. Description LAUREL ELECTRONICS, INC. Laureate Dual-Channel Pulse Input Totalizer With Two Independently Scalable Input Channels & Presets Features Frequencies up to 1 MHz Totals stored in non-volatile

More information

RS485 MODBUS Module 8I8O

RS485 MODBUS Module 8I8O Expansion Module 8 digital inputs, 8 digital outputs Version 2.2 12/01/2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the

More information

OPTRIS CT/CTL communication interface

OPTRIS CT/CTL communication interface OPTRIS CT/CTL communication interface Serial interface parameters Protocol Baud rate: 9600 115200, set by user (factory default: 9600) Data bits: 8 Parity: ne Stop bits: 1 Flow control: off The protocol

More information

ph/orp CONTROLLER PH/ORP800 INSTRUCTION MANUAL

ph/orp CONTROLLER PH/ORP800 INSTRUCTION MANUAL R ph/orp CONTROLLER PH/ORP INSTRUCTION MANUAL Table of Contents Introduction... Order Code... Mounting... Electrical Connections... Operator Interface... Operation... Calibration... Digital Communication...

More information

Manual Encoder Programming Software ProGeber 1.4

Manual Encoder Programming Software ProGeber 1.4 Manual Encoder Programming Software ProGeber 1.4 Baumer IVO GmbH & Co. KG Dauchinger Strasse 58-62 DE-78056 Villingen-Schwenningen Phone +49 7720 942-0 Fax +49 7720 942-900 11.15 174.02.032/5 info.de@baumerivo.com

More information

Manual Electronic Identification Systems BIS Processor BIS L-60_0 RS232 L-60_0-RS232_829572_0311_e.p65 Deutsch bitte wenden!

Manual Electronic Identification Systems BIS Processor BIS L-60_0 RS232 L-60_0-RS232_829572_0311_e.p65 Deutsch bitte wenden! 1 Manual lectronic Identification Systems BIS Processor BIS L-60_0 RS232 Deutsch bitte wenden! 2 No. 829 572 D/ dition 0311 Subject to modification. http://www.balluff.de Balluff GmbH Schurwaldstrasse

More information

INTELLIS. Modbus Direct Network Monitor

INTELLIS. Modbus Direct Network Monitor INTELLIS Modbus Direct Network Monitor System Installation and Operation Manual Phone: (201) 794-7650 Fax: (201)794-0913 Chapter 1 Modbus Protocol Revision History Revision 1.0 30 April, 2002 Initial Version

More information

MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays

MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays ABB Application Note MSOC AN-64A-00 Substation Automation and Protection Division MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays Introduction There seems to be some confusion with

More information

VPGate Manual PROFIBUS to serial

VPGate Manual PROFIBUS to serial VPGate Manual PROFIBUS to serial Important information Purpose of the Manual This user manual provides information how to work with the VPGate PROFIBUS to serial. Document Updates You can obtain constantly

More information

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE COMMUNICATION INSTRUCTION MANUAL THT-500-A/R (C5) No. THT5CE2 2018.04 This manual contains instructions for communication functions of the THT-500-A/R. 1. System Configuration 1.1 When Using USB Communication

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

TrackPoint Engineering Specification Version 4.0 Serial Supplement

TrackPoint Engineering Specification Version 4.0 Serial Supplement TrackPoint Engineering Specification Version 4.0 Serial Supplement B. Olyha CSS Electronic Engineering J. Rutledge Mathematical Sciences Originator Contacts Bob Olyha IBM T. J. Watson Research Center Route

More information

T1 4-Channel Protocol Manual

T1 4-Channel Protocol Manual T1 4-Channel Protocol Manual Leerlooierstraat 8 Nr. 2018.12 Rev1 F: +31 76 50 39481 The Netherlands 1/84 http://www.top-sensors.com KEY TO SYMBOLS Below are the symbols used in the manual to draw the reader's

More information

JetWeb JX6-INT1 Function Description

JetWeb JX6-INT1 Function Description JetWeb JX6-INT1 Function Description Article # 608 640 72 Edition 2.1 December 2003 / Printed in Germany Function Description December 2003 JetWeb JX6-INT1 JETTER AG reserves the right to make alterations

More information

Logic and Computer Design Fundamentals. Chapter 1 Digital Computers and Information

Logic and Computer Design Fundamentals. Chapter 1 Digital Computers and Information Logic and Computer Design Fundamentals Chapter 1 Digital Computers and Information Overview Digital Systems and Computer Systems Information Representation Number Systems [binary, octal and hexadecimal]

More information

USB2PPM. User s Guide. Version 2.00 dated 09/23/15. Gregor Schlechtriem

USB2PPM. User s Guide. Version 2.00 dated 09/23/15. Gregor Schlechtriem USB2PPM User s Guide Version 2.00 dated 09/23/15 Gregor Schlechtriem USB2PPM User s Guide Content Overview 3 PCC PiKoder Control Center 5 Getting started... 5 Real-time Control... 7 PPM Settings... 7 Flytron

More information

Nokeval. No Manual. Model for serial inputs

Nokeval. No Manual. Model for serial inputs Nokeval No 0002 Manual Model 2800-207 for serial inputs Contents General Description... 3 Technical specifications... 3 Front panel...4 Configuration stage... 4 Resetting configuration parameters... 4

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

Bus Cover Description for Shaft Encoder

Bus Cover Description for Shaft Encoder Bus Cover Description for Shaft Encoder Profibus-DP features Profibus-DP Profibus features Device Class and Data exch. functions Input: Position value Additional parameterized speed signal (readout of

More information

Automatic transfer switch

Automatic transfer switch Automatic transfer switch Modbus communication Protocol LINE 1 LINE 2 Q1 LOAD Q2 AUT RESET OFF _ OK MENU MENU AUT + MAN IR COM IEC 60947-6-1 Part. LE09507AA_EN-09/16-01 GF Automatic transfer switch EN

More information