S-TEC electronics AG KBOX P100. KBOX-Program P100 V0115. Hardware und Software engineering Industrielle Steuer- und Regeltechnik
|
|
|
- Marybeth McDaniel
- 10 years ago
- Views:
Transcription
1 KBOX-Program P100 V0115 Version of: Last update: Industriestrasse 49 Seite 1/11
2 1. Application KBOX is an Interface-box that connects a coffeemachine with CCI-Interfce with a cash register with RS232. The KBOX Program P100 was developed for the following cash register and applications: Schneider Beetle Beverage control systems with serial interface (software update on Beverage control system required). The beverage control systems of DIRMEIER is already equipped with this feature PC-Programs. This document serves to the impementation of the software on the cash register. For the connection of the coffeemachine the document KBOX hardwaredescription is required. The software runs on KBOX V0030 as target. The programm P100 ist ideally suited, to register coffees without checks of the clark number. There is no measure to identify a clark with a clarkkey. Industriestrasse 49 Seite 2/11
3 2. Spezification KBOX programm P Connection and interfaceparameters to the coffeeachine To impement an easy to use interface the connection between the coffeemachine KBOX is an asynchonous RS232-Interface. Only three wires are needed: RxD, TxD and GND. No hardware-handshake-signals are supported. The RS232 Interface is galvanic isolated on the KBOX. With this feature no ground loops can build up even if the coffeemachine supplies the power. The communicationsparameter are: 9600bps, 8 Datenbit, no parity 1 Stop-Bit With DIP-Switch 4 ON the baudrate can be set to 4800bps. 2.2 Connection and interface parameters to the cash register The KBOX communicates with the cash register over an RS232 interface. Only three wires are needed: RxD, TxD and GND. No hardware-handshake-signals are supported. The RS232 Interface is galvanic isolated from the cash register, so no ground loops can build up. The communicationsparameter are: 9600bps, 8 Datenbit, keine Parität 1 Stop-Bit The baudrate is fixed and can not be changed. 2.3 Basics of the communication, cash register protocol The communication is based on the ASCII-character set. In this way the communication can be observed with a VT100-compatible terminal or on a PC with a terminal program (e. g. Hyperterm). The coffeemachine is master. The KBOX-Interface is slave against the coffeemachine, but master against the cash register. Communication is always started by the master. If the coffeemachine sends a request to the KBOX the KBOX translates the request to the cash register. The cash register checks if the product is registered and answers to the KBOX. Industriestrasse 49 Seite 3/11
4 The KBOX translates the answer to the coffeemachine which produces the product if allowed to. Program P100 doesn t support clarknumber and table numbers. Coffeemachine CM 1. request from CM 4a. answer to CM CBOX 2. request to cash reg. 3. answer from cash r. 4b. confirmation to cash r. (*) Cash register The request is started from the Coffeemachine and goes thru the KBOX to the cash register. 2.4a Request to cash register Byte Nr. character comment 1 P P=50h (Product) 2 0 Productnumber hunderts [30h..39h] 3 0 Productnumber tenths [30h..39h] 4 1 Productnumber ones [30h..39h] 5 CR Carriage return (Enter) CR=0Dh 6 LF Line Feed LF=0Ah (ctrl-j) 999 different products can be requested. The KBOX takes the same product-code (product-nuber) as is sent by the coffeemachine. The cash register converts the productcode into a valid PLU-number. e.g. Product 1 is P001 and converted to PLU 4001 Product 32 is P032 and converted to PLU 4032 Industriestrasse 49 Seite 4/11
5 2.4b Confirmation to cash register Byte Nr. character comment 1 D D=44h (Done, Confirmation) 2 0 Productnumber hundrets [30h..39h] 3 0 Productnumber tenths [30h..39h] 4 1 Productnumber ones [30h..39h] 5 CR Carriage return (Enter) CR=0Dh 6 LF Line Feed LF=0Ah 999 different products can be requested. The KBOX takes the same product-code (product-nuber) as is sent by the coffeemachine in the D-Confirmation. The cash register converts the product-code into a valid PLU-number. DIP-Switch 3 selects, wheter KBOX sends the confirmation (ON) or not (OFF). 2.5 positive answer from cash register With a positive answer from the cash register, the coffeemachine produces the requested product. The positive answer from the cash register has to occur within 5s. Byte Nr. character comment 1 o o=6fh 2 k k=6bh 3 CR Carriage return (Enter) CR=0Dh 4 LF Line Feed LF=0Ah A positive answer is ok. The major characters OK are also accepted. Industriestrasse 49 Seite 5/11
6 2.6 negative answer from cash register With a negative answer from the cash register the coffeemachine must not produce the requested product. The negative answer has to occur within 5s. If no answer occurs within 5s, KBOX informs the coffeemachine, that no product is produced. Byte Nr. character comment 1 n n=6eh 2 a a=61h 3 CR Carriage return (Enter) CR=0Dh 4 LF Line Feed LF=0Ah A negative answer ist na. The major characters NA are also accepted. na means: not available. Industriestrasse 49 Seite 6/11
7 2.7 Identification (optional) The identification can be used from the cash register to get the program on the KBOX. It is not necessary to implement the Identification. Identification should only be requested, when the cash register is powered up, because the principle, that communication starts from the KBOX is corrupted! Byte Nr. character comment 1 i i=69h 2 d d=64h 3 CR Carriage return (Enter) CR=0Dh 4 LF Line Feed LF=0Ah The major characters ID are also accepted. Answer from the KBOX to the identification request: 1 K K=69h 2 B B=64h 3 O O=4Fh 4 X X=58h 5 - Underscore=5Fh 6 P P=50h 7 1 1=31h 8 0 0=30h 9 0 0=30h 10 - Underscroce=5Fh =31h Date days =31h 13..=2Eh Dot =30h Date month =34h 16..=2Eh Dot =30h Date year =31h 19 CR Carriage return (Enter) CR=0Dh 20 LF Line Feed LF=0Ah Industriestrasse 49 Seite 7/11
8 2.9 Timing of the communication In order to keep the communication working, the following timing is impemented: The timing is very important, when the cash register is busy (printing out a report or so). The cash register must time-stamp the characters from KBOX and start a timeout-timer. Coffeemachine 1. request from CM 4. answer to CM KBOX 2. request to cash reg. 3. Answer from cash r. Cash register time 1-4 max. transactiontime Coffeemachine KBOX: 5.0s time 2-3 max. transaktionszeit KBOX Cash register 4.5s The cash register must respond within the time 2-3. The answer can be positive or negative. After this time the cash register must not respond anymore, otherwise it can happen, that the cash register sends a positive answer and thus billing the product, but the timeout occured and the product is not produced. No answer from the cash register is interpreted as negative answer. The user has to request the product again. There is no repetition of the productrequest implemented because this won t work on the coffeemachine. Industriestrasse 49 Seite 8/11
9 3. LED s The LED s have the following functions: LD1 green Shows state of the KBOX. The green LED blinks in the1s-cycle. The power supply is on and the microcontroller-system runs. LD2 yellow During a request from the coffeemachine the yellow LED is on until, the transaction is finished. When the transaction is fast, this means that the cash register responds immediately, LD2 flashed only for a short time. LD3 red The red LED indicates an error. After a failed transaction without answer from the cash register this LED is on for 2s. Industriestrasse 49 Seite 9/11
10 4. DIP-Switches The KBOX is equipped with a 4-position DIP-switch. For the programm P100 the DIPswitch has the following functions: DIP1: OFF (*) DIP2 OFF (*) DIP3 OFF no confirmation(*) DIP3 ON confirmation DIP4 OFF CM: 9600bps (*) DIP4 ON CM: 4800bps (*) factory preset With DIP-switch 3 the confirmation to the cash register is selected (see 2.4b and 2.9). With DIP-switch 4 the baudrate of the CCI-Interface to the coffeemachine can be selected. Normally (DIP4=OFF) the baudrate is 9600bps. For DIP4=ON the baudrate is 4800bps. All other communicationsparameters are equal. Attention: After changes of the DIP-switch-settings, the KBOX must be initialized. Industriestrasse 49 Seite 10/11
11 5. Settings on the coffeemachine On the coffeemachine the CSI-protocol has to be selected. This protocol is also needed for the parallelinterface. Instead of parallel wires the interface communicates with the cash register over a serial communication line. 6. Technical support We support you with the application of the KBOX-Interface. Please visit our homepage or us ( REF KBOX) or call us. For questions regarding the settings of the coffeemachine the technical support or local dealer of the coffeemachine manufacturer is at your service. Industriestrasse 49 Seite 11/11
4511 MODBUS RTU. Configuration Manual. HART transparent driver. No. 9107MCM100(1328)
4511 MODBUS RTU Configuration Manual HART transparent driver No. 9107MCM100(1328) 9107 CONTENTS Introduction... 3 Modbus basics... 3 Modbus RTU... 3 Supported Function Codes... 3 Modbus Parameters and
ENET-710. ENET-710 - Ethernet Module ENET-710 JAN / 06 FOUNDATION
ENET-710 ENET-710 - Ethernet Module JAN / 06 ENET-710 FOUNDATION E N E T 7 1 0 ME smar www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is
MDM192 MULTI-DROPS DIGITAL MODEM FOR PRIVATE LINE. USER GUIDE Document reference : 9010709-03
MDM192 MULTI-DROPS DIGITAL MODEM FOR PRIVATE LINE USER GUIDE Document reference : 9010709-03 If you have questions about the MDM192 or desire assistance, contact ETIC TELECOMMUNICATIONS at the following
CENTRONICS interface and Parallel Printer Port LPT
Course on BASCOM 8051 - (37) Theoretic/Practical course on BASCOM 8051 Programming. Author: DAMINO Salvatore. CENTRONICS interface and Parallel Printer Port LPT The Parallel Port, well known as LPT from
A short description to the VABus protocol
A short description to the VABus protocol The VABus-protocol can be used with the CM-232 or the CM-485. 1. connectors...2 2. Baudrate...3 3. Node-Adress...3 4. Serial Port Defines...4 5. Control Characters...4
Using IDENT M System T with Modbus/TCP
Using IDENT M System T with Modbus/TCP Introduction The Pepperl+Fuchs IDENT M System T consists of two models MTT3000-F180-B12- V45-MON, which is a read only unit and the MTT6000-F120-B12-V45 which is
How To Connect A Directsofl To A Powerpoint With An Acd With An Ctel With An Dm-Tel Modem On A Pc Or Ipad Or Ipa (Powerpoint) With A Powerline 2 (Powerline
Application Note Last reviewed: 03/17/2008 AN-KEP-003.doc Page 1 of 23 Introduction... 1 Recommended s and ports to use... 1 Cable Wiring... 2 MDM-TEL Configuration ( Wizard)... 3 Direct Logic Communications
MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual
MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual Version: 1.0.1 Dec. 2005 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Configuration (PC-PC
2. Terminal arrangement. Default (PV display) (SV display) Communication protocol selection Selects the Communication protocol. Modbus ASCII mode:
COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER KT4, KT8 and KT9 No.KTC1E6 2009.05 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual.
SEC 4100 SYSTEM MONITOR Programmable Serial Interface Card Series 2
SEC 4100 SYSTEM MONITOR Programmable Serial Interface Card Series 2 USER MANUAL Rev. P1.11 September 13, 2006 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998,
BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter
BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6
SPA-Bus Communication Protocol V2.5. Technical description
EN Issued 96-01-23 Modified 2001.07.31 Version C Checked MP Approved TK SPA-bus Communication Protocol V2.5 Data subject to change without notice Contents 1.0 Introduction... 4 2.0 General description...
Introduction: Implementation of the MVI56-MCM module for modbus communications:
Introduction: Implementation of the MVI56-MCM module for modbus communications: Initial configuration of the module should be done using the sample ladder file for the mvi56mcm module. This can be obtained
PM1122 INT DIGITAL INTERFACE REMOTE
PM1122 INT DIGITAL INTERFACE REMOTE PM1122 INT front panel description: 1. Clear wireless remotes knob: push this button for more than 2 seconds to clear the list of all assigned wireless remote settings
RS-232 COMMUNICATIONS
Technical Note D64 0815 RS-232 COMMUNICATIONS RS-232 is an Electronics Industries Association (EIA) standard designed to aid in connecting equipment together for serial communications. The standard specifies
Manual Serial PCI Cards
Manual Serial PCI Cards W&T Models 13011, 13410 13411, 13610 13611, 13812 Version 1.4 Subject to error and alteration 37 01/2005 by Wiesemann & Theis GmbH Subject to errors and changes: Since we can make
EtherNet-RS232/485. London Electronics Limited. Ethernet to RS232 or RS485 data converter. Connection details and general information
London Electronics Limited Warren Court, Chicksands, Shefford, Bedfordshire SG17 5QB Tel +44(0)1462-850967 Fax +44(0)1462-850968 www.london-electronics.com [email protected] Ethernet to RS232
TCP/IP Converter DDS EX-9132 Operation Manual for 8051 Series
TCP/IP Converter DDS EX-9132 Operation Manual for 8051 Series First Edition, March 2005 Table of Contents 1. Introduction 3 Overview 4 Package Checklist 5 Block Diagram 6 Features 7 Product Specifications
SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual
SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual Version 1.0 - January 20, 2015 CHANGE HISTORY Version Date Description of Changes 1.0 January 20, 2015 Initial Publication
IT-100 Data Interface Module v1.1 Developer s Guide
IMPORTANT This manual contains information on limitations regarding product use and function and information on the limitations as to liability of the manufacturer. The entire manual should be carefully
User Manual Revision 1.400 English Converter / Adapter Ethernet to RS232 / RS485 (Order Code: HD67038-2 HD67038-2-M HD67038-25 HD67038-25-M)
Document code: MN67038-2_ENG Revision 1.400 Page 1 of 25 User Manual Revision 1.400 English Converter / Adapter Ethernet to RS232 / RS485 (Order Code: HD67038-2 HD67038-2-M HD67038-25 HD67038-25-M) for
WTP-150 Receipt Printer User s Manual
WTP-150 Receipt Printer User s Manual All specifications are subject to change without notice TABLE OF CONTENTS 1. Parts Identifications 3 2. Setting up the printer 4 2.1 Unpacking 4 2.2 Connecting the
2-Port RS232/422/485 Combo Serial to USB2.0 Adapter (w/ Metal Case and Screw Lock Mechanism) Installation Guide
2-Port RS232/422/485 Combo Serial to USB2.0 Adapter (w/ Metal Case and Screw Lock Mechanism) Installation Guide 1. Introduction Thank you for purchasing this 2-Port RS232/422/485 Combo Serial to USB Adapter.
FOSTCDR. Industrial Serial to Multimode Fiber Optic Converter PRODUCT INFORMATION B&B ELECTRONICS. Specifications Serial Technology
FOSTCDR pn 8684R1 FOSTCDR-0812ds page 1/5 Industrial Serial to Multimode Fiber Optic Converter Data Rates up to 115.2 kbps 2.5 Mile (4 km) Range 10 to 30 VDC Input Voltage Wide Operating Temperature 2000V
DOORKING SYSTEMS 1830 SERIES NETWORK WORKSHOP LAN APPLICATIONS ACCESS CONTROL SOLUTIONS LOCAL AREA NETWORK (LAN) CONNECTION REV 04.
DOORKING SYSTEMS ACCESS CONTROL SOLUTIONS 1830 SERIES NETWORK WORKSHOP LAN APPLICATIONS REV 04.11 LOCAL AREA NETWORK (LAN) CONNECTION Ethernet Connection: An Ethernet Cable, or wireless connection must
Starting Guide - Poseidon 3265 First steps for remote monitoring with Poseidon & GSM
Poseidon 3265 starting guide Poseidon 3265 Starting Guide - Poseidon 3265 First steps for remote monitoring with Poseidon & GSM 1) Connecting Poseidon 3265 1.1) Check DIP switches settings. For installation
Contents. : AEOS Blue cabling and technical aspects. NEDAP N.V. IDEAS Information Bulletin No: H032. Date : 12 January 2016
NEDAP N.V. IDEAS Information Bulletin No: H032 Date : 12 January 2016 Concerns : AEOS Blue cabling and technical aspects AEOS Blue units can easily be connected to each other using the 485bus. This document
1 Serial RS232 to Ethernet Adapter Installation Guide
Installation Guide 10/100 Mbps LED (amber color ) Link/Activity LED (green color ) 1. Introduction Thank you for purchasing this 1-port RS232 to Ethernet Adapter (hereinafter referred to as Adapter ).
SureServo Communication Parameters...6 2 SureServo Parameter Memory Addresses...6 3 Connecting to DirectLogic PLCs...6 8
CHAPTER MODBUS COMMUNICATIONS In This Chapter... SureServo Communication Parameters........ 2 SureServo Parameter Memory Addresses...... 3 Connecting to DirectLogic PLCs............... 8 Step 1: Modbus
RS - SPM. Serial parallel translator module
ReSatron GmbH Boisheimer Str. 162 D-41751 Viersen Telefon (+49) 02162-45 06 80 Telefax (+49) 02162-45 03 04 email: [email protected] RS - SPM Serial parallel translator module RSSPM000215SPM-021 - Subject
RS-232 Communications Using BobCAD-CAM. RS-232 Introduction
RS-232 Introduction Rs-232 is a method used for transferring programs to and from the CNC machine controller using a serial cable. BobCAD-CAM includes software for both sending and receiving and running
Internet-bridge XPort
Ing. Z.Královský Ing. Petr Štol Perk 457 Okrajová 1356 675 22 STA 674 01 T EBÍ Development & production of control equipment Tel.: 568 870982 Tel.: 568 848179 Visualization, measurement and regulation
LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server
Products: EFA with EFA Scan, DVRM and DVMD with Realtime Monitor or Stream Explorer DVMD-B1 LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Remote control of test and
By4750. USB Serial Converter (RS232 RS485)
By4750 USB Serial Converter (RS232 RS485) 1 /29 SUMMARY PRESENTATION... 3 TECHNICAL CHARACTERISTICS... 4 INSTALLATION... 5 COM IDENTIFICATION... 12 OBSERVATIONS... 17 MANUAL PORT ALLOCATION... 19 UNINSTALL...
Badger Meter Europa GmbH. FMS Compact. Fluid Management System. Baby USER MANUAL. July 2013. Firmware v3.7 until v5.16. LMS_FMS Compact_BA_02_1307
Badger Meter Europa GmbH FMS Compact Fluid Management System Baby USER MANUAL July 2013 Firmware v3.7 until v5.16 Contents Page 1. Basic safety recommendations... 1 2. General description... 2 2.1 Technical
ALL-USB-RS422/485. User Manual. USB to Serial Converter RS422/485. ALLNET GmbH Computersysteme 2015 - Alle Rechte vorbehalten
ALL-USB-RS422/485 USB to Serial Converter RS422/485 User Manual ALL-USB-RS422/485 USB to RS-422/485 Plugin Adapter This mini ALL-USB-RS422/485 is a surge and static protected USB to RS-422/485 Plugin Adapter.
USB to RS-422/485 Serial Adapter
USB to RS-422/485 Serial Adapter User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2
RN-XV-RD2 Evaluation Board
RN-XV-RD2 Evaluation Board 2012 Roving Networks. All rights reserved. -1.01Version 1.0 9/28/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks RN-XV-RD2
MODBUS TCP to RTU/ASCII Gateway. User s Manual
MODBUS TCP to RTU/ASCII Gateway User s Manual 1 INTRODUCTION... 1 1.1 FEATURES... 2 1.2 PRODUCT SPECIFICATIONS... 3 1.3 DEFAULT SETTINGS... 4 2 MAKING THE HARDWARE CONNECTIONS... 5 2.1 POWER CONNECTION...
2 ASCII TABLE (DOS) 3 ASCII TABLE (Window)
1 ASCII TABLE 2 ASCII TABLE (DOS) 3 ASCII TABLE (Window) 4 Keyboard Codes The Diagram below shows the codes that are returned when a key is pressed. For example, pressing a would return 0x61. If it is
A RF18 Remote control receiver MODULE
A RF18 Remote control receiver MODULE User Guide No part of this document may be reproduced or transmitted (in electronic or paper version, photocopy) without Adeunis RF consent. This document is subject
Application & Quick-Start Guide
Model: CRMWIC Web Intelligent Controller 1 This document will illustrate various ways to connect and use a CRM-WIC as well as programming examples. When connecting CRM-WIC, the installer has several interface
PA500U/PA500X/PA550W/PA600X Installation Guide Desktop and Ceiling Mount Rev 1.6
Contents Product Description, Lens Specs, Screen/Aspect Ratio Notes and Formulas Pg 1 Distance Charts and Formulas Pg 2-4 Ceiling Mount/Desktop Installation Pg 5 Lens Shift Adjustable Range Pg 6 Cabinet
LTM-1338B. Plus Communications Manual
LTM-1338B Plus Communications Manual 2000. Best Power, Necedah, Wisconsin All rights reserved. Best Power The System Setup option from the Main Menu on the front panel is passwordprotected. The default
Omron I/O Driver (Series 2) Programmable Serial Interface Card
Omron I/O Driver (Series 2) Programmable Serial Interface Card USER MANUAL Rev. P1.55 June 8, 2012 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998, 1999.
Bluetooth HC-06 with serial port module Easy guide
1 Bluetooth HC-06 with serial port module Easy guide This manual consists of 3 parts: PART 1. Overview of Bluetooth HC-06 module with serial port. PART 2. Installing Bluetooth HC-06 module with Bolt 18F2550
How To Use A Ci 2001A/B (I2) With A Power Supply (I3)
Weighing Indicator CI-2001A/B OWNER S MANUAL CONTENTS PRECAUTIONS 4 INTRODUCTION 6 THE FEATURES OF CI-2001A/B 6 TECHNICAL SPECIFICATION 7 DIMENSIONS 8 FRONT PANEL(CI-2001A) 9 FRONT PANEL(CI-2001B) 11 REAR
F2103 GPRS DTU USER MANUAL
F2103 GPRS DTU USER MANUAL Add:J1-J2,3rd Floor,No.44,GuanRi Road,SoftWare Park,XiaMen,China 1 Zip Code:361008 Contents Chapter 1 Brief Introduction of Product... 3 1.1 General... 3 1.2 Product Features...
CAM-VGA100 User Manual
CAM-VGA100 User Manual Release Note: 1. Jan 28, 2004 official released v1.0 2. Feb 24, 2004 official released v1.1 Fix the definition of verify code Fix the bug of unable jump to power save mode Fix the
METROLOGIC INSTRUMENTS, INC. IS4225 ScanGlove USB Addendum for the MetroSelect Single-Line Configuration Guide
METROLOGIC INSTRUMENTS, INC. IS4225 ScanGlove USB Addendum for the MetroSelect Single-Line Configuration Guide Copyright 2005 by Metrologic Instruments, Inc. All rights reserved. No part of this work may
PFB366 Profibus-DP Gateway User Manual
PFB366 Profibus-DP Gateway User Manual Table of Contents CHAPTER 1 OVERVIEW...4 CHAPTER 2 INSTALLATION...5 MOUNTING...5 WIRING...6 Profibus-DP Interface...6 Serial Channel Interface...7 Wiring Examples...7
MANUAL PC1000R [email protected]
MANUAL PC1000R [email protected] Features The APart PC1000R is a professional multisource CD/USB/SD card music player, equipped with balanced and unbalanced analog outputs, coaxial and optical digital
E-i. Section E. Code Formatting. E/D = Enable/Disable T/DNT = Transmit/Do Not Transmit EX/DNEX = Expand/Do Not Expand
Section E Code Formatting E/D = Enable/Disable T/DNT = Transmit/Do Not Transmit EX/DNEX = Expand/Do Not Expand C/DNC = Convert/Do Not Convert E/DNE = Enable/Do Not Enable T/DNT UPC-A Check Digit (E - 1)
ND48-RS ASCII A2.04 Communication Protocol
ND48-RS ASCII A2.04 Communication Protocol SEM 06.2003 Str. 1/6 ND48-RS ASCII A2.04 Communication Protocol ASCII A2.04 protocol provides serial communication with most of the measurement and control devices
How to setup a serial Bluetooth adapter Master Guide
How to setup a serial Bluetooth adapter Master Guide Nordfield.com Our serial Bluetooth adapters part UCBT232B and UCBT232EXA can be setup and paired using a Bluetooth management software called BlueSoleil
DS1621 Digital Thermometer and Thermostat
Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent
TASCAM SS-CDR200/SS-R200 CONTROL I/O Terminals RS-232C Protocol Specifications
TASCAM CONTROL I/O Terminals RS-232C Protocol Specifications TEAC Corporation - 1 - ATTENTION TEAC Corporation ("TEAC") licenses you the protocol specified in this document, assuming that you agree to
[USING THE NM150 WITH ADULTICIDING] July 13, 2015
Reason Adulticiding 3.5 includes support for the New Mountain NM150 Weather Station. Adulticiding fogger log point details include temperature, wind speed, and wind direction. These can be recorded from
RS232C < - > RS485 CONVERTER S MANUAL. Model: LD15U. Phone: 91-79-4002 4896 / 97 / 98 (M) 0-98253-50221 www.interfaceproducts.info
RS232C < - > RS485 CONVERTER S MANUAL Model: LD15U INTRODUCTION Milestone s model LD-15U is a RS232 to RS 485 converter is designed for highspeed data transmission between computer system and or peripherals
DCREG INTERFACE VIA DEVICENET
16B0231B1 INTERFACE VIA DEVICENET Update 27/09/06 R.00 Version D4.02 English This manual is an integral and essential part of the product. Carefully read the instructions contained herein as they provide
Installation and Operation. Manual
S e a N e t - A l a r m U S B Installation and Operation Manual Hardware Version V 1.1 Software Version 1.00 March 2009 2004 All Rights Reserved http://www.gadgetpool.de 2004 Alle Rechte vorbehalten [email protected]
XR-500 [Receipt Printer User s Manual ]
XR-500 [Receipt Printer User s Manual ] All specifications are subjected to change without notice TABLE OF CONTENTS 1. Parts Identifications 2 2. Setting up the printer 3 2.1 Unpacking 3 2.2 Connecting
Keep it Simple Timing
Keep it Simple Timing Support... 1 Introduction... 2 Turn On and Go... 3 Start Clock for Orienteering... 3 Pre Start Clock for Orienteering... 3 Real Time / Finish Clock... 3 Timer Clock... 4 Configuring
GE Power Controls FIELDBUS APPENDIX PROFIBUS DP. Doc. No.: ASTAT Plus PB_Appendix-v0
GE Power Controls = FIELDBUS APPENDIX PROFIBUS DP = Doc. No.: ASTAT Plus PB_Appendix-v0 Fieldbus Appendix: PROFIBUS DP 1 Fieldbus Introduction...... 2 1.1 Introduction to Profibus-DP... 2 1.2 Network Overview...
MEMOBUS/Modbus Communications
2 2.1 MEMOBUS/MODBUS CONFIGURATION............260 2.2 COMMUNICATION SPECIFICATIONS..............261 2.3 COMMUNICATION TERMINAL RESISTANCE........262 2.4 CONNECTING A PLC...........................263 2.5
ZC-24DO CANopen I/O Module: 24 Digital Outputs
Z-PC Line EN ZC-24DO CANopen I/O Module: 24 Digital Outputs Installation Manual Contents: - General Specifications - Technical Specifications - Installation Rules - Electrical connections - DIP-switches
1-Port R422/485 Serial PCIe Card
1-Port R422/485 Serial PCIe Card Installation Guide 1. Introduction Thank you for purchasing this 1-Port RS422/485 Serial PCI Express (PCIe) Card. It is a universal add in card that connects to a PC or
Bluetooth Serial Adapter
RN-BT-SRL-UM Bluetooth Serial Adapter 0 Roving Networks. All rights reserved. RN-BT-SRL-UM-.0 Version.0 //0 USER MANUAL RN-BT-SRL-UM-.0 OVERVIEW Roving Networks offers a variety of Bluetooth serial adapters
Table of Contents. Creating a VC1000 Network... 3
2 Table of Contents Creating a VC1000 Network... 3 Topology... 3 Unit ddressing... 4 Terminating Resistors... 5 Shielding... 5 Interconnecting the common... 6 ias Resistors... 6 VC1000 Hardware Configuration...
Elo Interactive Digital Signage (IDS): Remote Management
APPLICATION NOTES Elo Interactive Digital Signage (IDS): Remote Management Large signage installations require a way to manage the devices from a central location. Elo IDS displays are designed with this
Online simulator YES Broadcast command YES Extend address mode YES
MODBUS RTU Supported Series : MODBUS RTU CONTROLLER Website : http://www.modbus.org HMI Setting: Parameters Recommended Options Notes PLC type MODBUS RTU PLC I/F RS485 RS232/RS485 Baud rate 9600 9600~115200
8051 Serial Port. Crystal TXD. I/O Device RXD. Embedded Systems 1 5-1 8051 Peripherals
8051 Serial Port The 8051 contains a UART Universal Asynchronous Receiver Transmitter The serial port is full-duplex It can transmit and receive simultaneously 2 Port 3 pins are used to provide the serial
7.7 Ethernet Communication (AFPX-COM5)
7.7 Ethernet Communication (AFPX-COM5) 7.7.1 AFPX-COM5 Overview The communication cassette AFPX-COM5 has an Ethernet interface at the COM1 port and a 3-wire RS232C interface at the COM2 port. The Ethernet
PROTOCOL CONVERTER. Innovation Lives in ADFweb.com. 1) Modbus to M Bus (code order: HD67029M serie)
PROTOCOL CONVERTER Innovation Lives in ADFweb.com 1) to (code order: HD67029M serie) 2) TCP to (code order: HD67044 B2 serie) 3) CANopen to (code order: HD67051 B2 serie) 4) PROFIBUS to (code order: HD67053
LS-101 LAN to Serial Device server. User s Manual
LS-101 LAN to Serial Device server User s Manual Revision History Revision No Date Author Remarks 0.1 August 29, 2001 IDC Initial document INTRODUCTION Overview Almost all instruments and most industrial
NetBiter webscada Modbus User Manual
User Manual IntelliCom Innovation AB Pilefeltsgatan 93-95 SE-302 50 Halmstad SWEDEN Phone +46 35 17 29 90 Fax +46 35 17 29 09 email [email protected] www www.intellicom.se Revision List Revision Date
RDF1. RF Receiver Decoder. Features. Applications. Description. Ordering Information. Part Number Description Packages available
RDF1 RF Receiver Decoder Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data
Vicon Flash Upgrade Software
NOTES NO. REV. SEC. INSTRUCTION MANUAL Refer to XX134-11-00 1108 3 XX134 Vicon Flash Upgrade Software It is possible to upgrade software for the SurveyorVFT through a PC using the Flash Upgrade software.
Projector Control Command Reference Manual
Projector Control Reference Manual Copyright (C) NEC Display Solutions, Ltd. 2014-2015 BDT140013 Revision 4.0 Introduction This manual describes the commands used to control an NEC-made projector from
Application Note 2. Using the TCPDIAL & TCPPERM Commands to Connect Two TransPort router Serial Interfaces Over TCP/IP.
Application Note 2 Using the TCPDIAL & TCPPERM Commands to Connect Two TransPort router Serial Interfaces Over TCP/IP. Reverse Telnet or Serial Terminal Server MultiTX feature UK Support March 2014 1 Contents
OWNERS MANUAL. Status Monitor. for Windows 95, 98, ME, NT 4, 2000 & XP. SIGNALCRAFTERS TECH, INC. www.signalcrafters.com
OWNERS MANUAL Status Monitor for Windows 95, 98, ME, NT 4, 2000 & XP SIGNALCRAFTERS TECH, INC. www.signalcrafters.com 57 Eagle Rock Avenue, East Hanover, NJ 07936 Tel: 973-781-0880 or 800-523-5815 Fax:
Process Control and Automation using Modbus Protocol
Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has
Knowledge Base Article. Integrating ISONAS Access Control System with TagMaster LR-series RFID Readers
Knowledge Base Article Integrating ISONAS Access Control System with TagMaster LR-series RFID Readers Copyright 2009-2012, ISONAS Security Systems All rights reserved Table of Contents 1: INTRODUCTION...
Why you need to monitor serial communication?
Why you need to monitor serial communication Background RS232/RS422 provides 2 data lines for each data channel. One is for transmitting data and the other for receiving. Because of these two separate
Softstarters. Type PSTX Fieldbus communication, Built-in Modbus RTU. 1SFC132089M0201 April 2015 1SFC132089M0201 1
Softstarters Type PSTX Fieldbus communication, Built-in Modbus RTU 1SFC132089M0201 April 2015 1SFC132089M0201 1 1 Modbus RTU The Modbus protocol is a fieldbus protocol that provides full control and status
Master-Touch and ValuMass. Modbus Communications. INSTRUCTION MANUAL 80202201 (Rev. 2.1)
Master-Touch and ValuMass Modbus Communications INSTRUCTION MANUAL 80202201 (Rev. 2.1) Eldridge Products, Inc. 2700 Garden Road, Building A Monterey, CA 93940 Tel: 800/321-3569 or 831/648-7777 Fax: 831/648-7780
Alcalde # 1822 Col. Miraflores C.P. 44270 Guadalajara, Jal. Mexico MX 01 (33) 3854-5975 y 3823-4349 USA 001 (619)- 884-94-93 (San Diego, CA.
Tu Sitio de Automatización! Description Modbus is very wide known protocol in the industrial manufacturing and environment monitoring fields. It is suit master-slave or query-response distributed I/O applications.
Virtual Integrated Design Getting started with RS232 Hex Com Tool v6.0
Virtual Integrated Design Getting started with RS232 Hex Com Tool v6.0 Copyright, 1999-2007 Virtual Integrated Design, All rights reserved. 1 Contents: 1. The Main Window. 2. The Port Setup Window. 3.
Vicon Flash Upgrade Software
INSTRUCTION MANUAL Notes Refer to XX134 NO. XX134-13-01 REV. 1212 Vicon Flash Upgrade Software It is possible to upgrade software for the SurveyorVFT and Surveyor -Mini Camera Domes through a PC using
TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL
TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL w w w. c d v g r o u p. c o m CA-ETHR-A: TCP/IP Module Installation Manual Page Table of Contents Introduction...5 Hardware Components... 6 Technical Specifications...
is then retained absolutely without interruption.
Page 1 of 11 DC UPS uninterruptible power supplies - DC UPS module 15 A Compact design, only 50 mm wide Absolutely interruption-free buffering of power failures through immediate electronic connection
To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:
PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,
User Manual Revision 1.000 English
Document code: MN67605_ENG Revision 1.000 Pagina 1 di 22 User Manual Revision 1.000 English PROFINET / PROFIBUS Slave - Converter (Order Code: HD67605-A1) for Website information: www.adfweb.com?product=hd67605
HOMEWORKS. RS-232 Protocol. Data Protocol for Communicating with Lutron's HOMEWORKS System
HOMEWORKS TM HOMEWORKS TM RS-3 Protocol Data Protocol for Communicating with Lutron's HOMEWORKS System HomeWorks RS-3 Protocol Overview HARDWARE OVERVIEW 3 wire RS-3C protocol 9 pin female D type connector
Xiamen Rongta Technology Co., Ltd.
RP58 USER MANUAL Catalog CATALOG... 2 1 PRODUCT INTRODUCTION... 3 2 SUMMARY... 4 2.1 MAIN FEATURES... 4 3 SPECIFICATION... 4 4 INSTALLATION AND OPERATION... 7 4.1 CONTENTS IN THE PACKAGE... 7 4.2 PRINTER
REGISTERED TO ISO 9001:2000
JAN 2008 REGISTERED TO ISO 9001:2000 8F, No.31, Lane 169, Kang-Ning St., Hsi-Chih Taipei Hsien, 221 Taiwan Phone: (886) 2-2695-4214 FAX: (886) 12-2695-4213 www.gigatms.com.tw Copyright GIGA-TMS INC. Printed
1 INTRODUCTION. This document describes the procedure to upgrade LTMR.
1 INTRODUCTION This document describes the procedure to upgrade LTMR. Limitation: this package and procedure describe only the upgrade of the LTMR firmware for all network versions (Modbus, Profibus, DeviceNet,
1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0
1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol
Monitor software for system A2 and W3
Monitor software for system A2 and W3 S-E-G "System A2 Monitor" is a small utility for remote monitoring of S-E-G controllers from a PC. The software program requires connection to one or several A2 systems
Application software. 3-channel LED KNX controller Electrical / Mechanical characteristics : see product information. Application software ref.
Application software 3-channel LED KNX controller Electrical / Mechanical characteristics : see product information Order number Product designation Application software ref. TP device RF devices TYB673A
