CC-Series 7-Segment Configuration

Size: px
Start display at page:

Download "CC-Series 7-Segment Configuration"

Transcription

1 CC-Series 7-Segment Configuration The power supply for the CC-Series 7-Segment LED Display is rated for 120VAC, which is to be delivered via the stranded black (hot) and white (neutral) wires on the supply. In signs containing multiple displays, their power has been daisy-chained together at the factory. Communications are to be provided to the sign via RS wire (plus GND connection). Note that there are two G connections at the RS-485 plug; either one or both may be used, as they are electrically tied together on the circuitboard. Using the GND connection is necessary to ensure proper data transfer. Observe proper daisy-chain protocols for wiring multiple devices to an RS-485 network. In signs with multiple displays, the RS-485 communications have been daisy-chained together at the factory. A terminal block is available to facilitate external wiring inputs. All serial data is to be configured with parity set to none, 8 data bits, and 1 stop bit. A unique address must be assigned to each circuitboard to allow it to properly receive the correct data. The configuration is set by DIP switches located on the back of each display board. Figure 1: Back Side of CC-Series 7-Segment LED Display Board 5V Power LED (Chained to next display) 24VDC Power Input (optional) + Address Mode RS-485 Connection Points and Status LEDs - 120VAC Power Supply Display Power LED + Hot Neutral 120VAC ONLY!

2 CC-series 7-Segment Configuration The power supply for the CC-Series 7-Segment LED Display is rated for VAC, which is to be delivered via the stranded black (hot) and white (neutral) wires connected to the supply. In signs containing multiple displays, their DC power has been daisy-chained together at the factory. Communications are to be provided to the sign via RS wire (plus GND connection). Note that there are two G connections at the RS-485 plug; either one or both may be used, as they are electrically tied together on the circuitboard. Using the GND connection is necessary to ensure proper data transfer. Observe proper daisy-chain protocols for wiring multiple devices to an RS-485 network. In signs with multiple displays, the RS-485 communications have been daisy-chained together at the factory. A terminal block is available to facilitate external wiring inputs. All serial data is to be configured with parity set to none, 8 data bits, and 1 stop bit. A unique address must be assigned to each circuitboard to allow it to properly receive the correct data. The configuration is set by DIP switches located on the back of each display board. Figure 1: Back Side of CC-Series 7-Segment LED Display Board 5V Power LED (Chained to next display) Address Mode RS-485 Connection Points and Status LEDs 24VDC Power Input Display Power LED (-) +24VDC 24VDC feed from main power supply

3 MODE DIP Switch The MODE DIP Switch is used to set the protocol and operating mode of the display. The configuration options are shown below. If these switches are changed, the display must be power-cycled to allow the display s processor to properly implement the changes. Switch 1 toggles between Standard and RedStorm protocol. Switch 4 toggles between displaying FULL on the digits, or on the dedicated FULL LEDs. On signs without the dedicated FULL LED message, setting Switch 4 to ON will cause the display to blank out when it receives a FULL command packet. Switch: Description OFF OFF OFF OFF OFF Standard protocol. FULL Message displayed on digits. OFF OFF OFF ON OFF Standard protocol. FULL Message is separate and overlaid. ON OFF OFF OFF OFF RedStorm protocol. FULL Message displayed on digits. ON OFF OFF ON OFF RedStorm protocol. FULL Message is separate and overlaid. X X X X ON Dedicated test mode. X = May be ON or OFF. If the Standard protocol is used, the sign receives and responds at 9600bps. If the RedStorm protocol is used, the sign receives and responds at 57600bps. ADDRESS DIP Switch The ADDRESS DIP Switch is used to assign an identifier to a display. If the data packet sent instructs the sign to generate a response, it will generate one to indicate receipt of the data. In this case, each sign on the network must have a unique address. Otherwise, multiple signs will generate response packets at nearly the same time. These packets will collide on the network, scrambling their contents. Standard Protocol Switch Value Redstorm Protocol Level Lot { { Switch Value To activate the Value associated with each switch, set the switch to ON. The Values are additive: All activated values will be added together to yield the address of the display. For example, setting Switches 1, 5, and 7 to ON will yield an address of 81 ( ). To activate the Value associated with each switch, set the switch to ON. The Values within each category are additive: All activated values will be added together to yield the address of the display. For example, setting Switches 2, 4, 5, and 7 to ON will yield: Lot ID: 5 (1 + 4) Level ID: 10 (2 + 8)

4 MODE DIP Switch Switch 2 is to be set to ON to function with TCS Protocol. Short, Light, and Full Protocols are all supported and interpreted automatically. Switch 4 toggles between displaying FULL on the digits, or on the dedicated FULL LEDs, if present. On signs without the dedicated FULL LED message, setting Switch 4 to ON will cause the display to blank out when it receives a FULL command packet. Switch: Description OFF ON OFF OFF OFF TCS protocol. FULL Message displayed on digits. OFF ON OFF ON OFF TCS protocol. FULL Message is separate and overlaid. X X X X ON Dedicated test mode. X = May be ON or OFF. The sign receives and responds at 1200bps, even parity. ADDRESS DIP Switch The ADDRESS DIP Switch is used to assign an identifier to a display. When each display receives a data packet, it generates a response, indicating receipt of the data. Each sign on a network segment must have a unique address, otherwise the response packets will collide and become unreadable. Switch Value To activate the Value associated with each switch, set the switch to ON. The Values are additive: All activated values will be added together to yield the address of the display. For example, setting Switches 1, 5, and 7 to ON will yield an address of 81 ( ).

5 CC-Series 7-Segment Protocol The CC-Series 7-Segment Displays accept data from an RS wire transceiver. The serial data is to be sent as: 9600bps, parity set to none, 8 data bits, 1 stop bit. The CC-Series 7-Segment Displays are capable of displaying digits from 0-9, as well as a specific set of alphabetic characters. Each display is to be assigned an address of A response packet may optionally be generated when a command is received. If this response packet is to be used by a control system for verification of data receipt, each display on the network segment must have a unique address, otherwise multiple displays will send a response at the same time. Protocol format Each packet must be formatted as follows: SYN, SYN, STX, SA, CM, CD, X, X, X, X, CS, ETX (12 bytes) SYN = 0x16 (Hex) STX = 0x02 (Hex) SA = Sign Address (Hex) 0x07 = Sign #7 0x3C = Sign #60 CM = Command type (Hex) 0x00 = Display a number (deprecated) 0x04 = Blank display 0x01 = Display FULL 0x05 = Display positive temperature 0x02 = Display OPEn 0x06 = Display a number 0x03 = Display CLSd 0x07 = Display negative temperature CD = Enable or disable response packet (Hex) 0x00 = Do not send a response packet. 0x01 = Generate and send a response packet. X = An ASCII digit or character. Permissible characters are shown below. All four ASCII characters must always be sent. 0x00 or 0x20 (space) are suitable for use as preceding blanks or spaceholders, if less than 4 characters are to be displayed. CS = Checksum (Hex). This is an XOR value of the data packet. Calculation of it is shown in pseudocode on the following page. ETX = 0x03 (Hex) NOTE: If Command Types 0x01, 0x02, 0x03, or 0x04 are used, the X bytes may be given any value. However, the values of the X bytes must still be included in the checksum calculation. Characters Available for Display Digits: 0-9 Characters: U, c, C, L, S, d, o, O, P, E, n, r, F, space Other: N will display a large lowercase n: will display the degree symbol: - will display a dash or minus sign: -

6 XOR (^) Checksum Routine Pseudocode SYN, SYN, STX, SA, CM, CD, X1, X2, X3, X4, CS, ETX temp_value = SA ^ CM temp_value = temp_value ^ CD temp_value = temp_value ^ X1 temp_value = temp_value ^ X2 temp_value = temp_value ^ X3 CS = temp_value ^ X4 The checksum must always be calculated and sent with a data packet, whether or not a response is requested. If a display receives a packet and the packet s checksum does not match the checksum value calculated by the display s processor, it will not update or change the characters being displayed. Only a properly formatted, addressed, and verified data packet will cause a display update. If the data packet s CD byte indicates that a response is requested, the display to which the packet was addressed will generate one of two responses: If the packet s checksum matches the calculated checksum: SYN, SYN, STX, ACK, ETX SYN = 0x16 STX = 0x02 ACK = 0x06 ETX = 0x03 (All values are hex.) If the packet s checksum does NOT match the calculated checksum: SYN, SYN, STX, NAK, ETX SYN = 0x16 STX = 0x02 NAK = 0x15 ETX = 0x03 (All values are hex.) Examples PACKET: 0x16, 0x16, 0x02, 0x3A, 0x06, 0x01, 0x00, 0x00, 0x32, 0x33, 0x3C, 0x03 RESULT: Sign #58 displays 23 PACKET: 0x16, 0x16, 0x02, 0x19, 0x06, 0x01, 0x30, 0x30, 0x32, 0x33, 0x1F, 0x03 RESULT: Sign #25 displays 0023 PACKET: RESULT: PACKET: RESULT: 0x16, 0x16, 0x02, 0x01, 0x01, 0x01, 0x30, 0x31, 0x32, 0x33, 0x01, 0x03 Sign #1 displays FULL 0x16, 0x16, 0x02, 0x0A, 0x03, 0x01, 0x30, 0x30, 0x30, 0x30, 0x08, 0x03 Sign #10 displays CLSd PACKET: 0x16, 0x16, 0x02, 0x9C, 0x07, 0x01, 0x00, 0x00, 0x32, 0x37, 0x9F, 0x03 RESULT: Sign #156 displays -27

4040C COMMUNICATION MODULE

4040C COMMUNICATION MODULE Kokkedal Industripark 4 DK-2980 Kokkedal Denmark info@eilersen.com Tel +45 49 180 100 Fax +45 49 180 200 4040C COMMUNICATION MODULE BIN communication in a 4x40C system Applies for: Program no.: BIN_1LC.130307.0

More information

RS-232C External Serial Control Specifications

RS-232C External Serial Control Specifications RS-232C External Serial Control Specifications Applicable models: LT-37X898, LT-42X898, LT-47X898 and later models for North America 1. Connection 1.1. Terminal D-SUB 9Pin Male terminal Pin No. Name Pin

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. Contents 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

More information

Vorne Industries. 87/719 Analog Input Module User's Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 87/719 Analog Input Module User's Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 87/719 Analog Input Module User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 . 3 Chapter 1 Introduction... 1.1 Accessing Wiring Connections

More information

Extra long-range RFID (proximity) card reader

Extra long-range RFID (proximity) card reader GP90A Extra long-range RFID (proximity) card reader (1) Features: Extra long reading range of up to 90 cm with ISO-size passive RFID cards*, over 100 cm with special optimized passive cards High-precision

More information

For warranty service, please contact Microframe at: A technician will gladly assist you.

For warranty service, please contact Microframe at: A technician will gladly assist you. Your Microframe System is warranted against failure due to defects in workmanship or material for a period of one (1) year from the date of purchase. Microframe Corporation will repair or replace any defective

More information

Users guide for PB units Interface unit, 4- or 6-digit

Users guide for PB units Interface unit, 4- or 6-digit Users guide for PB units Interface unit, 4- or 6-digit P s P Nm Status 12/2015 / PBXABXGB.doc Contents 1. Brief description... 3 2. Safety instructions... 3 2.1. Proper use... 3 2.2. Control of the device...

More information

PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL

PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL model PRE10-A2 Doug Fleenor Design 396 Corbett Canyon Road Arroyo Grande, CA 93420 (805) 481-9599 Software Version 1.0 Manual Revision 12/2/2008 Serial # 08B001

More information

Modbus for SKF IMx and Analyst

Modbus for SKF IMx and Analyst User manual Modbus for SKF IMx and SKF @ptitude Analyst Part No. 32342700-EN Revision A WARNING! - Read this manual before using this product. Failure to follow the instructions and safety precautions

More information

Wind Indicator LED. Contents. Instruction for Use xx.x01

Wind Indicator LED. Contents. Instruction for Use xx.x01 Wind Indicator LED Instruction for Use 4.3225.xx.x01 Contents 1 General Information... 2 1.1 Versions of the Indicator... 2 1.2 Elements of the Indicator... 3 2 Installation... 4 2.1 Power supply... 4

More information

Wind Indicator LED. Contents. Instruction for Use xx.x00, x08, xx.10

Wind Indicator LED. Contents. Instruction for Use xx.x00, x08, xx.10 Wind Indicator LED Instruction for Use 4.3225.xx.x00, 4.3225.10.x08, 4.3225.xx.10 Contents 1. General Information 2 1.1 Versions of the Indicator 2 1.2 Elements of the Indicator 3 2. Installation 4 2.1

More information

AS-300D Series Smart Bench Scales Owner s Manual

AS-300D Series Smart Bench Scales Owner s Manual DETE CTO A Division of Cardinal Scale Manufacturing Co. AS-300D Series Smart Bench Scales Owner s Manual 8527-M214-O1 Rev B 01/03 PO BOX 151 WEBB CITY, MO 64870 417-673-4631 Printed in USA INTRODUCTION

More information

Users guide MG-XB. Interface unit digit. Panel instrument type MG-BB Construction instrument type MG-AB

Users guide MG-XB. Interface unit digit. Panel instrument type MG-BB Construction instrument type MG-AB Users guide MG-XB Interface unit 4-...8-digit Panel instrument type MG-BB Construction instrument type MG-AB Contents 1. Brief description... 3 2. Safety instructions... 3 2.1. Proper use... 3 2.2. Control

More information

Operating Instructions Rev. No. 4.1 July 07, LTC and VITC Reader with Serial Interface TC 60 RLV

Operating Instructions Rev. No. 4.1 July 07, LTC and VITC Reader with Serial Interface TC 60 RLV Operating Instructions Rev. No. 4.1 July 07, 2014 LTC and VITC Reader with Serial Interface TC 60 RLV Table of contents page A1 GENERAL HINTS FOR SAFE OPERATION A2 COPYRIGHT A3 CE DECLARATION OF CONFORMITY

More information

TZM883. Manufacturing & Warehouse

TZM883. Manufacturing & Warehouse TZM883 RS232 Communication Protocol R/D & Sales Manufacturing & Warehouse Via Della Praia,4/A Str. della Pronda,17 10090 Ferriera di Buttigliera Alta (TO) Italy 10142 Torino Italy Tel. +39 0119348778 Fax

More information

3-in 1- out DVI Switcher

3-in 1- out DVI Switcher 3-in 1- out DVI Switcher CDVI-31 Operation Manual Application Cypress CDVI-31 DVI Switcher is a high performance digital HD signal processor that designed for use in switching between various DVI sources

More information

MP-204D Digital/Analog Stereo Monitor Panel

MP-204D Digital/Analog Stereo Monitor Panel MP-204D Digital/Analog Stereo Monitor Panel Videoquip Research Limited 595 Middlefield Road, Unit #4 Scarborough, Ontario, Canada. MIV 3S2 (416) 293-1042 1-888-293-1071 www.videoquip.com 1 Videoquip MP-204D

More information

Model VS-2A 2-Port VGA Switch with Audio & Serial Control

Model VS-2A 2-Port VGA Switch with Audio & Serial Control Model VS-2A 2-Port VGA Switch with Audio & Serial Control UMA1119 Rev B Copyright Hall Research, Inc. All rights reserved. 1163 Warner Ave Tustin, CA 92780, Ph: (714)641-6607, Fax -6698 Model VS-2A 2 2-Port

More information

VideoStamp 8 TM. Eight channel on-screen composite video character and graphic overlay with real-time clock. Version 1.01

VideoStamp 8 TM. Eight channel on-screen composite video character and graphic overlay with real-time clock. Version 1.01 VideoStamp 8 TM Eight channel on-screen composite video character and graphic overlay with real-time clock Version 1.01 Copyright 2008 Intuitive Circuits, LLC D escription VideoStamp 8 is an eight channel

More information

O P E R A T I O N M A N U A L. RF-Reader. Stand-alone-Reader Leser 2plus with RS-232 interface

O P E R A T I O N M A N U A L. RF-Reader. Stand-alone-Reader Leser 2plus with RS-232 interface O P E R A T I O N M A N U A L Version 01/05 RF-Reader Stand-alone-Reader Leser 2plus with RS-232 interface Important! Read by all means! To maintain the perfect shipping conditions and to ensure safe operation

More information

Version 1.3. Table of contents

Version 1.3. Table of contents Table of contents Version 1.3 Table of contents 1 1. Introduction 3 2. Specifications of the CAT 27 series 4 2.1. Scales presentation 4 2.2. Technical Specifications 5 2.3. Dimensions 6 2.4. Display, keyboard

More information

VikiLABS. a g. c dp. Working with 7-segment displays. 1 Single digit displays. July 14, 2017

VikiLABS. a g. c dp. Working with 7-segment displays. 1 Single digit displays.  July 14, 2017 VikiLABS Working with 7-segment displays www.vikipedialabs.com July 14, 2017 Seven segment displays are made up of LEDs combined such that they can be used to display numbers and letters. As their name

More information

Ocean Sensor Systems, Inc. Wave Staff III, OSSI With 0-5V & RS232 Output and A Self Grounding Coaxial Staff

Ocean Sensor Systems, Inc. Wave Staff III, OSSI With 0-5V & RS232 Output and A Self Grounding Coaxial Staff Ocean Sensor Systems, Inc. Wave Staff III, OSSI-010-008 With 0-5V & RS232 Output and A Self Grounding Coaxial Staff General Description The OSSI-010-008 Wave Staff III is a water level sensor that combines

More information

AT004 A10 Multi-Tester, 120 to 277 VAC Test Transceiver

AT004 A10 Multi-Tester, 120 to 277 VAC Test Transceiver AT004 A10 Multi-Tester, 120 to 277 VAC Test Transceiver The AT004 is an X10 Transceiver, able to send and receive A10 or standard X10 signals. Keypad selections enable selection of transmit signal levels,

More information

Foreword: The purpose of this document is to describe how to install and configure Neets 4 relay box

Foreword: The purpose of this document is to describe how to install and configure Neets 4 relay box Foreword: The purpose of this document is to describe how to install and configure Neets 4 relay box COPYRIGHT All information contained in this manual is the intellectual property of and copyrighted material

More information

Package Contents. LED Protocols Supported. Safety Information. Physical Dimensions

Package Contents. LED Protocols Supported. Safety Information. Physical Dimensions Pixel Triton Table of Contents Package Contents... 1 Safety Information... 1 LED Protocols Supported... 1 Physical Dimensions... 1 Software Features... 2 LED Status... 2 Power... 2 Activity LED... 2 Link

More information

4 x 4 VGA Matrix Switch

4 x 4 VGA Matrix Switch Hall Research Technologies, Inc. 4 x 4 VGA Matrix Switch Model VSM-404 User s Manual With Serial Keypad CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 800-959-6439 FREE technical support, Call

More information

Ocean Sensor Systems, Inc. Wave Staff, OSSI F, Water Level Sensor With 0-5V, RS232 & Alarm Outputs, 1 to 20 Meter Staff

Ocean Sensor Systems, Inc. Wave Staff, OSSI F, Water Level Sensor With 0-5V, RS232 & Alarm Outputs, 1 to 20 Meter Staff Ocean Sensor Systems, Inc. Wave Staff, OSSI-010-002F, Water Level Sensor With 0-5V, RS232 & Alarm Outputs, 1 to 20 Meter Staff General Description The OSSI-010-002E Wave Staff is a water level sensor that

More information

CEDES. Functional description CEDES 7-Segment Double Digit Indicator (CAN) Functional description 7-Segment Double Digit Indicator (CAN)

CEDES. Functional description CEDES 7-Segment Double Digit Indicator (CAN) Functional description 7-Segment Double Digit Indicator (CAN) 7-Segment Double Digit Indicator (CAN) Functional description 7-Segment Double Digit Indicator (CAN) produced according to ISO 9001: 2000 Ver. 0.2/11.04.2006 Art.-Nr.: 104 057 E 1 / 8 7-Segment Double

More information

ZU 252. Incremental Counter Module With Analogue Output and Serial Interface. Operating Instructions. control motion interface

ZU 252. Incremental Counter Module With Analogue Output and Serial Interface. Operating Instructions. control motion interface control motion interface ZU 252 Incremental Counter Module With Analogue Output and Serial Interface Counter suitable for quadrature signals (A/B, 90º) as well as single channel inputs Counting inputs

More information

PRODUCT MANUAL. Product Description. Waterproof 4 Channel DMX to RGB-W LED Controller

PRODUCT MANUAL. Product Description. Waterproof 4 Channel DMX to RGB-W LED Controller 4 Channel to RGB-W LED Controller Waterproof 4 Channel to RGB-W LED Controller Product Description Thank you for purchasing Solid Apollos Waterproof 4 Channel to RGBW LED Controller. It is a new standard

More information

SPI Serial Communication and Nokia 5110 LCD Screen

SPI Serial Communication and Nokia 5110 LCD Screen 8 SPI Serial Communication and Nokia 5110 LCD Screen 8.1 Objectives: Many devices use Serial Communication to communicate with each other. The advantage of serial communication is that it uses relatively

More information

MS2540 Current Loop Receiver with RS485 Communication

MS2540 Current Loop Receiver with RS485 Communication MS2540 Current Loop Receiver with RS485 Communication User Manual Metal Samples Company A Division of Alabama Specialty Products, Inc. 152 Metal Samples Rd., Munford, AL 36268 Phone: (256) 358 4202 Fax:

More information

TABLE OF CONTENTS. Instructions:

TABLE OF CONTENTS. Instructions: TABLE OF CONTENTS Instructions: 1 Overview 1 2 Main technical parameters 1 3 Display and keyboard 2 3.1 Display Window 2 3.2 Indicator 4 4. Operation 4 4.1 Power 4 4.2 Zero 4 Modified 4 4.3 Modified 4

More information

Bel 2120B. Analogue/AES/SDI Shuffler. User s Guide Version /05/04

Bel 2120B. Analogue/AES/SDI Shuffler. User s Guide Version /05/04 Bel 2120B Analogue/AES/SDI Shuffler User s Guide Version 1.0 06/05/04 BEL (Digital Audio) Ltd. has made every effort to ensure the accuracy of information contained within this document which is nevertheless

More information

Model 1476-C SuperQuad HR

Model 1476-C SuperQuad HR Model 1476-C SuperQuad HR Installation and Operating Instructions Table of Contents Page Table of Content... 2 System Description... 3 Features... 3 Installation... 4 Internal Setups... 4 Connections...

More information

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview

More information

DRV050-VGA-R02 Drive Board User manual Ver 1.1

DRV050-VGA-R02 Drive Board User manual Ver 1.1 Documnt Number:DDS-13-019 DRV050-VGA-R02 Drive Board User manual Ver 1.1 For Products: SVGA050/060 SC - Full Color SVGA050/060 SW - Monochrome White SVGA050/060 SG - Monochrome Green Yunnan North OLiGHTEK

More information

R1MS-GH3 BEFORE USE... POINTS OF CAUTION INSTRUCTION MANUAL THERMOCOUPLE & DC INPUT MODULE MODEL. (8 points; isolated)

R1MS-GH3 BEFORE USE... POINTS OF CAUTION INSTRUCTION MANUAL THERMOCOUPLE & DC INPUT MODULE MODEL. (8 points; isolated) INSTRUCTION MANUAL THERMOCOUPLE & INPUT MODULE (8 points; isolated) MODEL BEFORE USE... Thank you for choosing M-System. Before use, please check contents of the package you received as outlined below.

More information

Chapter 3 Digital Data

Chapter 3 Digital Data Chapter 3 Digital Data So far, chapters 1 and 2 have dealt with audio and video signals, respectively. Both of these have dealt with analog waveforms. In this chapter, we will discuss digital signals in

More information

DiD. LCD Video Monitor & Video Wall Universal User Manual. Digital Information Display

DiD. LCD Video Monitor & Video Wall Universal User Manual. Digital Information Display LCD Video Monitor & Video Wall Universal User Manual DiD Digital Information Display Video Monitor Models M82S1/M70S1/M65S1/M55S1/M46S1/M40S1/M32S1/M24S1/M19S2/M19S1 Video Wall Models PD55N3/PD46N4/PD46N3/PD46N2/PD40N2

More information

LD-232, LD-485 & LD-CL Electromagnetic 39mm Display

LD-232, LD-485 & LD-CL Electromagnetic 39mm Display LD-232, LD-485 & LD-CL Electromagnetic 39mm Display Serial Input (RS232, RS485 or serial current loop) Large Digit Electromagnetic Display Operation & Instruction Manual Table of Contents Introduction....................................

More information

Product Installation and Operation Instructions

Product Installation and Operation Instructions RedStorm.0 Installation & Operation Instructions Version:.0.1 Jun 014 Product Installation and Operation Instructions Table of Contents Section 1 Introduction and Installation Preparation...3 Introduction

More information

1696/1697/1698 Power Supply

1696/1697/1698 Power Supply 9/97/98 Power Supply RS Remote Communication Getting Started. Make sure you have a STRAIGHT through serial cable. Meaning, it must be pin to pin (pin to pin, pin to pin,..etc..). Use default windows setting.

More information

1. Overview. SSI-1016G interfaces with 24, 25 and 26 bit Temposonics SSI sensor. Block diagram. as PNP open collector output

1. Overview. SSI-1016G interfaces with 24, 25 and 26 bit Temposonics SSI sensor. Block diagram. as PNP open collector output SSI-1016G Manual Caution: Specifications and outline may be changed without notice MTS Sensors Technology Corporation www.mtssensor.co.jp 2010.02.04 Rev. 1 1 Revision information 2007.03.12: Data-ready

More information

Data Acquisition Networks. Installing and Configuring the DM01 Hardware

Data Acquisition Networks. Installing and Configuring the DM01 Hardware Data Acquisition Networks Installing and Configuring the DM Hardware What is the DM? D.A.N developed the DM-2 to capture 6 analogue measurements and pulse count in the field. The Average, Maximum and Minimum

More information

PRESET 10 ARCHITECTURAL OWNERS MANUAL

PRESET 10 ARCHITECTURAL OWNERS MANUAL PRESET 10 ARCHITECTURAL OWNERS MANUAL Doug Fleenor Design 396 Corbett Canyon Road Arroyo Grande, CA 93420 (805) 481-9599 Software Version 2.0 Manual Revision 5 February, 2006 Serial # 05C183 PRODUCT DESCRIPTION

More information

Weighing Scale. 10key&12key User manual

Weighing Scale. 10key&12key User manual Weighing Scale 10&12 User manual EXCELL PRECISION CO., LTD. 2014. All rights reserved worldwide. The information contained herein is the property of EXCELL PRECISION CO., LTD. and is supplied without liability

More information

PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL

PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL PRESET TEN ARCHITECTURAL TWO OWNERS MANUAL model PRE10-A2 Doug Fleenor Design 396 Corbett Canyon Road Arroyo Grande, CA 93420 (805) 481-9599 Software Version 1.8 Manual Revision 1/10/2017 Serial # 099000

More information

LE-650s Instruction Manual

LE-650s Instruction Manual LE-650s Instruction Manual LE-650s Controller The LE-650s Controller is a user-friendly panel mounted operator interface for Servo Motor Rotary Cutting machines. Everything required to provide correct

More information

MBUS 10 RS232 TO MBUS LEVEL CONVERTER

MBUS 10 RS232 TO MBUS LEVEL CONVERTER Media and protocol converters MBUS 10 RS232 TO MBUS LEVEL CONVERTER RS232 to MBus level conversion Maximum 10 MBus slaves Baud Rate: 300 to 19200 bps RS232 MBus opto isolation Over-current and short-circuit

More information

COMPLETE MANUAL For Personal Scale AV-200-EC-P Baby Scale AV-20-EC Chair Weigher VEH-200-EC.

COMPLETE MANUAL For Personal Scale AV-200-EC-P Baby Scale AV-20-EC Chair Weigher VEH-200-EC. COMPLETE MANUAL For Personal Scale AV-200-EC-P Baby Scale AV-20-EC Chair Weigher VEH-200-EC. All Scales are EC type-approved non-automatic weighing instrument Accuracy class Basically, the Weighing Indicator

More information

CSE 352 Laboratory Assignment 3

CSE 352 Laboratory Assignment 3 CSE 352 Laboratory Assignment 3 Introduction to Registers The objective of this lab is to introduce you to edge-trigged D-type flip-flops as well as linear feedback shift registers. Chapter 3 of the Harris&Harris

More information

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE AN-E-3190 APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE GRAPHIC DISPLAY MODULE GP1058A02A GENERAL DESCRIPTION FUTABA GP1058A02A is a graphic display module using a FUTABA 336 24 VFD. Consisting of

More information

Operators Manual. TeleWeigh Wired. Model: by Fairbanks Scales, Inc All rights reserved Revision 1 09/07

Operators Manual. TeleWeigh Wired. Model: by Fairbanks Scales, Inc All rights reserved Revision 1 09/07 Operators Manual TeleWeigh Wired Model: 27707 2007 by Fairbanks Scales, Inc. 51164 All rights reserved Revision 1 09/07 Amendment Record TeleWeigh Wired Document 51164 Manufactured by Fairbanks Scales

More information

CS x1 RS-232 Computer Controlled Video Switcher. Instruction Manual

CS x1 RS-232 Computer Controlled Video Switcher. Instruction Manual CS-1600 16x1 RS-232 Computer Controlled Video Switcher Instruction Manual Thank you for purchasing one of our products. Please read this manual before using this product. When using this product, always

More information

Personal Information Page

Personal Information Page Rev. 08.29.07 Personal Information Page Installing Dealer Name Date of Installation Day Month Year Type of System Executive MD500 MD1000.2 MHDTV MD5Slim MSD60 Freedom (not recommended) Serial Number of

More information

LE-650 Instruction Manual

LE-650 Instruction Manual LE-650 Instruction Manual LE-650 Controller The LE-650 Controller is a user-friendly panel mounted operator interface for Rotary Cutting machines, Planetary Cutters and Saws. Everything required to provide

More information

LAUREL ELECTRONICS, INC.

LAUREL ELECTRONICS, INC. LAUREL ELECTRONICS, INC. Laureate Digital Panel Meter for Process, Strain & Potentiometer Follower Signals Features Selectable ±0.2, ±2, ±20, ±200, ±300 & ±600 Vdc voltage ranges Selectable ±2, ±20, ±200

More information

Noise Detector ND-1 Operating Manual

Noise Detector ND-1 Operating Manual Noise Detector ND-1 Operating Manual SPECTRADYNAMICS, INC 1849 Cherry St. Unit 2 Louisville, CO 80027 Phone: (303) 665-1852 Fax: (303) 604-6088 Table of Contents ND-1 Description...... 3 Safety and Preparation

More information

Vorne Industries. 2000B Series Buffered Display Users Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 2000B Series Buffered Display Users Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 2000B Series Buffered Display Users Manual 1445 Industrial Drive Itasca, IL 60141849 (60) 875600 elefax (60) 875609 Page 2 2000B Series Buffered Display 2000B Series Buffered Display Release

More information

WDG 543XIOM, WDG 643XIOM WDG 743XIOM, WDG 843XIOM

WDG 543XIOM, WDG 643XIOM WDG 743XIOM, WDG 843XIOM WDG 543XIOM, WDG 643XIOM WDG 743XIOM, WDG 843XIOM SSI Indicators for Use with Single-Turn or Multi-Turn SSI Encoders WDG 543XIOM: SSI display unit only WDG 643XIOM: SSI display unit with analogue output

More information

Controllers, series CON Indicators, series IND. Controllers and indicators

Controllers, series CON Indicators, series IND. Controllers and indicators JJ Controllers, series CN JJ Indicators, series IND Controllers and indicators DS_Controllers_and_indicators 06/2016 161 Effective implementation of visualisation and control tasks Electronic indicating

More information

Veeder-Root brand Series C628 Dual Preset Counter (C628-8XXX) Technical Manual

Veeder-Root brand Series C628 Dual Preset Counter (C628-8XXX) Technical Manual Introduction Your Veeder-Root brand C628 Dual Preset Counter is one model in a family of 1/8 DIN units which offers breakthrough display technology as well as easy-to-program single-line parameters. Designed

More information

LAUREL. Laureate Digital Panel Meter for Load Cell & Microvolt Input ELECTRONICS, INC. Features. Description

LAUREL. Laureate Digital Panel Meter for Load Cell & Microvolt Input ELECTRONICS, INC. Features. Description Description LAUREL ELECTRONICS, INC. Features Laureate Digital Panel Meter for Load Cell & Microvolt Input 20, 50, 100, 250 & 500 mv ranges Span adjust from 0 to ±99,999, zero adjust from -99,999 to +99,999

More information

2x50 ETHERNET MODULE

2x50 ETHERNET MODULE Kokkedal Industripark 4 DK-2980 Kokkedal Denmark info@eilersen.com Tel +45 49 180 100 Fax +45 49 180 200 2x50 ETHERNET MODULE Status and weight transfer using EtherNetIP Applies for: Program no.: ETHERNETIP.121113.1v0

More information

Command line direct mode: This is relevant when a PC application is used to send and receive commands over the network port.

Command line direct mode: This is relevant when a PC application is used to send and receive commands over the network port. Serial Command Structure The Optika Collaborate UHD series feature an RJ-45 Ethernet port for control and monitoring over a network. This application note introduces the two user interface modes: Command

More information

MONITOR POWER Shiloh Road Alpharetta, Georgia (770) FAX (770) Toll Free

MONITOR POWER Shiloh Road Alpharetta, Georgia (770) FAX (770) Toll Free Instruction Manual Model 2099-10xx 10MHz Frequency Source April 2014, Rev. H MENU INTERNAL LEVEL = +10dBm MONITOR POWER 1 2 MODEL 2099 FREQUENCY SOURCE CROSS TECHNOLOGIES INC. ALARM OVEN REMOTE EXECUTE

More information

V1602 / V1602CP. ANALOGUE VIDEO ROUTER - 16x2. Rev. 6

V1602 / V1602CP. ANALOGUE VIDEO ROUTER - 16x2. Rev. 6 V1602 / V1602CP ANALOGUE VIDEO ROUTER - 16x2 Rev. 6 June 10, 2004 Network Electronics ASA Thorøya P.O. Box 1020 Sandefjord, Norway Phone: +47 33 48 99 99 Fax: +47 33 48 99 98 e-mail: support@network-electronics.com

More information

Sandia Project Document.doc

Sandia Project Document.doc Sandia Project Document Version 3.0 Author: Date: July 13, 2010 Reviewer: Don Figer Date: July 13, 2010 Printed on Monday, June 04, 2012 Sandia Project Document.doc 1.0 INTRODUCTION...1 2.0 PROJECT STATEMENT

More information

STR 2000 Series Transceiver Programming Manual (V2) Table of Contents

STR 2000 Series Transceiver Programming Manual (V2) Table of Contents Note: Press both buttons together simultaneously to enter programming mode. PROGRAMMING THE DATE Table of Contents Programming the Date.. Page 2 TECHNICAL MODE Technical Mode..... Pages 2-3 PROGRAMMABLE

More information

IX IX 348. SSI Indicators for Use with Single-Turn or Multi-Turn SSI Encoders

IX IX 348. SSI Indicators for Use with Single-Turn or Multi-Turn SSI Encoders 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 IX 345 - IX 348 SSI Indicators for

More information

DALHOUSIE UNIVERSITY Department of Electrical & Computer Engineering Digital Circuits - ECED 220. Experiment 4 - Latches and Flip-Flops

DALHOUSIE UNIVERSITY Department of Electrical & Computer Engineering Digital Circuits - ECED 220. Experiment 4 - Latches and Flip-Flops DLHOUSIE UNIVERSITY Department of Electrical & Computer Engineering Digital Circuits - ECED 0 Experiment - Latches and Flip-Flops Objectives:. To implement an RS latch memory element. To implement a JK

More information

ECE 2274 Pre-Lab for Experiment Timer Chip

ECE 2274 Pre-Lab for Experiment Timer Chip ECE 2274 Pre-Lab for Experiment 6 555 Timer Chip Introduction to the 555 Timer The 555 IC is a popular chip for acting as multivibrators. Go to the web to obtain a data sheet to be turn-in with the pre-lab.

More information

BBG-NMEA-SMux. NMEA Multiplexer. Description. Applications. Features

BBG-NMEA-SMux. NMEA Multiplexer. Description. Applications. Features Innovative Solutions in Engineering BBG-NMEA-SMux Description NMEA Multiplexer The BBG-NMEA-SMux is a stand-alone RS-232/422 interface used to combine up to seven (7) NMEA-0183 serial input channels into

More information

HD Caption Legalizer / Relocating Bridge MODEL CB512

HD Caption Legalizer / Relocating Bridge MODEL CB512 HD Caption Legalizer / Relocating Bridge MODEL CB512 EEG Enterprises, Inc. 586 Main Street Farmingdale, New York 11735 TEL: (516) 293-7472 FAX: (516) 293-7417 Copyright (c), EEG Enterprises, Inc. 2009-2011

More information

CC2000 SERIES SYSTEM CLOCKS / DISPLAYS

CC2000 SERIES SYSTEM CLOCKS / DISPLAYS FN:CC2KMAN1.DOC CC2000 SERIES SYSTEM CLOCKS / DISPLAYS DESCRIPTION CC2000 Series System Clocks provide an economical solution for any size clock system. They are easily corrected by master clock systems

More information

Keysight Technologies CAN/LIN Measurements (Option AMS) for InfiniiVision Series Oscilloscopes

Keysight Technologies CAN/LIN Measurements (Option AMS) for InfiniiVision Series Oscilloscopes Ihr Spezialist für Mess- und Prüfgeräte Keysight Technologies CAN/LIN Measurements (Option AMS) for InfiniiVision Series Oscilloscopes Data Sheet Introduction Debug the signal integrity of your CAN and

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS-201YC. 2x1 s-video Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS-201YC. 2x1 s-video Switcher Kramer Electronics, Ltd. USER MANUAL Model: VS-201YC 2x1 s-video Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 1 3 Overview 3 4 Your VS-201YC 2x1 s-video Switcher 4 5

More information

RS485 Index Command List.

RS485 Index Command List. RS485 Index Command List. MESAX multi-spot. en_ba_rs485_mesax_multi-spot_commands.docx 1/16 17.01.2018 14:12/tof V1.1 ANW_81188277 Frauenfeld, Switzerland Contents 1 Introduction... 3 1.1 UART Interface

More information

RealScan 7883 Installation and Owner Guide

RealScan 7883 Installation and Owner Guide RealScan 7883 Installation and Owner Guide 12623 497-0424789 Release D October 7, 2002 Information Products RSD-Atlanta The program products described in this book are licensed products of NCR Corporation.

More information

MENU EXECUTE Shiloh Road Alpharetta, Georgia (770) FAX (770) Toll Free

MENU EXECUTE Shiloh Road Alpharetta, Georgia (770) FAX (770) Toll Free Instruction Manual Model 2584-31 Combiner May 2011, Rev. A RF MONITOR GAIN = -15 MENU MODEL 2584 COMBINER CROSS TECHNOLOGIES INC. ALARM REMOTE POWER EXECUTE Data, drawings, and other material contained

More information

Specifications. End-Point Linearity - ±5% F.S., when used with HACO SCR-speed control

Specifications. End-Point Linearity - ±5% F.S., when used with HACO SCR-speed control Specifications Model 552 Catalog No. Model Power 55-0665 552 115 VAC, 50-60 Hz 55-0673 552A 230 VAC, 50-60 Hz Input - Single-ended, DC coupled 0 to +10V. Signal source can be Floating (not referenced to

More information

RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products.

RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products. Appendix C RS232 Protocol RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products. Baud rate 96ØØ or 192ØØ Echo status AUTO or REQUEST

More information

4X50 ETHERNET SYSTEM

4X50 ETHERNET SYSTEM Kokkedal Industripark 4 DK-2980 Kokkedal Denmark info@eilersen.com Tel +45 49 180 100 Fax +45 49 180 200 4X50 ETHERNET SYSTEM Status and weight transfer using EtherNetIP Applies for: Software: ETHERNETIP.100609.3v3

More information

Options: Date Received: Software Revision: (manual not accurate for prior to "C1")

Options: Date Received: Software Revision: (manual not accurate for prior to C1) Options: Date Received: Software Revision: (manual not accurate for prior to "C1") AEC-BOX-25 INSTRUCTION MANUAL ADRIENNE ELECTRONICS CORPORATION (VITC-to-LTC Translator with RS232/RS422 Interface) The

More information

ET-REMOTE DISTANCE. Manual of ET-REMOTE DISTANCE

ET-REMOTE DISTANCE. Manual of ET-REMOTE DISTANCE ET-REMOTE DISTANCE ET-REMOTE DISTANCE is Distance Measurement Module by Ultrasonic Waves; it consists of 2 important parts. Firstly, it is the part of Board Ultrasonic (HC-SR04) that includes sender and

More information

35058-TE. PLJ-6LED-A LED Frequency Display Module Manual

35058-TE. PLJ-6LED-A LED Frequency Display Module Manual 35058-TE 6-digit LED Frequency Counter Module GREEN DISPLAY LED Frequency Display Module Manual Three Swords Studio Light Rongsheng 2013, March Guangxi Nanning Longan Information including Links and Code

More information

RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products.

RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products. Appendix C RS232 Protocol RS232 settings are internally definable via jumper blocks, to accommodate interfacing with a wide range of control products. Baud rate 9600 or 19200 Echo status AUTO or REQUEST

More information

LED DRIVERS. LQC4D-V1 4 channels. User Manual FEATURES

LED DRIVERS. LQC4D-V1 4 channels. User Manual FEATURES pag. 1/13 FEATURES Outputs: 4 x channels BUS+SEQUENCER+FADER+DIMMER+DRIVER Input: DC 12/24/48 Vdc BUS Command: DALI LOCAL Command: 4x N.O. push button (with or without memory), 0-10V, 1-10V Controls: dimmer,

More information

4x50 User s guide Modbus TCP

4x50 User s guide Modbus TCP 4x50 User s guide Modbus TCP 4x50 Ethernet Module Status and weight transfer using Modbus TCP Software: MbConc4.1609061v0 Doc. no.: MbConc4-160906-1v0-eng.doc Date: 2016-09-12 Rev.: 1v0 Contact: Eilersen

More information

NORTHWESTERN UNIVERSITY TECHNOLOGICAL INSTITUTE

NORTHWESTERN UNIVERSITY TECHNOLOGICAL INSTITUTE NORTHWESTERN UNIVERSITY TECHNOLOGICL INSTITUTE ECE 270 Experiment #8 DIGITL CIRCUITS Prelab 1. Draw the truth table for the S-R Flip-Flop as shown in the textbook. Draw the truth table for Figure 7. 2.

More information

with Carrier Board OSD-232+ TM Version 1.01 On-screen composite video character and graphic overlay Copyright 2010 Intuitive Circuits, LLC

with Carrier Board OSD-232+ TM Version 1.01 On-screen composite video character and graphic overlay Copyright 2010 Intuitive Circuits, LLC OSD-232+ TM with Carrier Board On-screen composite video character and graphic overlay Version 1.01 Copyright 2010 Intuitive Circuits, LLC D escription OSD-232+ is a single channel on-screen composite

More information

SDZHD Series. 16x16 HD/SD-SDI & AUDIO MATRIX

SDZHD Series. 16x16 HD/SD-SDI & AUDIO MATRIX Automatic HD/SD-SDI selection External reference switching Selectable switching line Control via keypad, RS232, LAN or CNS1000 remote panel 16 storable presets Balanced audio combined Disabling of equalization

More information

HDMI Extender via 4 Single-mode fibers 4 x LC Connector Extends HDMI + RS232 full-duplex up to 1500 meters

HDMI Extender via 4 Single-mode fibers 4 x LC Connector Extends HDMI + RS232 full-duplex up to 1500 meters Description AMRT-FD-05K-4LC extender enables PC HDMI and RS232 link to far end display monitor through fibers, and the maximum communication distance is up to 1500 meters. AMRT-FD-05K-4LC is pure hardware

More information

PC-250. SMD Taped Parts Counter Operator s Manual. ISO 9001:2008 Certified. V-TEK, Incorporated 751 Summit Avenue Mankato, MN USA

PC-250. SMD Taped Parts Counter Operator s Manual. ISO 9001:2008 Certified. V-TEK, Incorporated 751 Summit Avenue Mankato, MN USA PC-250 SMD Taped Parts Counter Operator s Manual ISO 9001:2008 Certified V-TEK, Incorporated 751 Summit Avenue Mankato, MN 56001 USA (P) 507-387-2039 (F) 507-387-2257 www.vtekusa.com Dear Customer: All

More information

Ektapro 5050 User Guide

Ektapro 5050 User Guide ES Ektapro 5050 User Guide ESF 5050 ESF 5050 User Guide The Ektapro 5050 projector is fitted with a specially designed card, including its own dedicated processor, to optimise the performance of the projector.

More information

RS485 Index Command List.

RS485 Index Command List. RS485 Index Command List. PosCon OXH7. en_ba_rs485_poscon_oxh7_commands.docx 1/16 Baumer Electric AG 21.03.2018 14:41/tof V1.1 ANW_81188273 Frauenfeld, Switzerland Contents 1 Introduction... 3 1.1 UART

More information

RS-232 Protocol for Xoceco TV engineering service

RS-232 Protocol for Xoceco TV engineering service RS-232 Protocol for Xoceco TV engineering service 1 Phisical Definition Type A:Female D-Sub 9 pin 1. NC 2. TXD (To the Computer) 3. RXD (From the Computer) 4. NC 5. Ground 6. NC 7. NC 8. NC 9. NC Type

More information

7 Segment LED CB-035. ElectroSet. Module. Overview The CB-035 device is an, 8-digit 7-segment display. Features. Basic Parameters

7 Segment LED CB-035. ElectroSet. Module. Overview The CB-035 device is an, 8-digit 7-segment display. Features. Basic Parameters of rev.. 7 Segment LED Module CB-35 Overview The CB-35 device is an, 8-digit 7-segment display. Each segment can be individually addressed and updated separately using a 2 wire I²C interface. Only one

More information