Curve Display. Data Data Length N 2. CONFIG.TXT checksum Data frame is made up by 4 parts, shown as below.

Size: px
Start display at page:

Download "Curve Display. Data Data Length N 2. CONFIG.TXT checksum Data frame is made up by 4 parts, shown as below."

Transcription

1 1 Curve Display 1 Data Frame Data Definition Frame Header Data Length Command Data CRC checksum of the command and data Data Length N 2 Defined by R3 & Data length, include Description RA in command, data and CONFIG.TXT checksum Data frame is made up by 4 parts, shown as below. 0x80-0x84 Defined by R2 in CONFIG.TXT 2 Command Set Function CMD Data Description 0x80 ADR(0x00-0xFF)+Data_Pack Write data into the specified register Access Register 0x81 ADR(0x00-0xFF)+RD_LEN(0x00-0xFF) ADR(0x00-0xFF)+RD_LEN+Data_Pack Read data from the specified register Response from the DGUS module Access Variable SRAM 0x82 0x83 ADR_H:L(0x0000-0x6FFF)+Data0...DataN ADR_H:L(0x0000-0x6FFF)+RD_LEN(0x00-0x7F) Write data into the specified variable SRAM Read data from the specified variable SRAM ADR_H:L+RD_LEN+Data0...DataN Response from the DGUS module Trend Curve 0x84 CH_Mode(Byte)+Data0(Word)+...+DataN Write data into trend curve buffer. Buffer DGUS Register Space: 0x00H-0xFFH, is written / read by byte. DGUS Variable Data Memory Space: 0x0000H-0x6FFFH, is written / read by word. Data in Curve buffer is written / read by word. The communication between DGUS LCMs & Controllers (MCU) are driven by Variables that you may read and write in corresponding address.

2 2 3 Curve Display There are two methods to display the curve: Dynamic-curve Display Basic Graphic Display 3.1 Dynamic-curve Display Display Dynamic-curve in the different areas Add the dynamic-curve display functions in the different areas. The data source channels should be different. You can display up to 8 dynamic-curves at the same time. Display in the different areas simultaneously

3 Display Dynamic-curve in the same areas Add the dynamic-curve display functions in the same areas. The data source channels should be different. You can display up to 8 dynamic-curves at the same time. Display the curve in the same area

4 Send Curve Data to the Data Source Channel Send: 5A A F A Description: 5A A5 : Frame header. 12: Data length from 84 to 1A 84: Command for Writing Curve 12: Channel 4 & Channel 1, 8bit( ) : Data in channel : Data in channel Reset Dynamic-curve Step 1: Update the kernel to DGUS_V5.5 or above Please contact our sales to get the latest firmware. For steps on update refer to the chapter 1.4 of DGUS Development Guide. Step 2: Write commands to DGUS register to clear the curves. Register Address Definition Length(Byte) Description 0xEB Trendline_Clear 1 Write a special value to clear the data of corresponding channels. 0x55: Clear the whole dynamic curve data buffer. 0x56-0x5D: Clear the data of channels respectively from CH0 to CH7. After clearing the dynamic curves, this register will be reset. For example, Clear all channels 5A A EB 55 5A A5 : Frame header. 03: Data length from 80 to 55 80: Command for writing data into DGUS register EB: Register Address 55: The special value for clearing the whole dynamic curve data buffer Clear the special curve 5A A EB 5A 5A A5 : Frame header. 03: Data length from 80 to 5A 80: Command for writing data into DGUS register EB: Register Address 5A: The special value for clearing the data of channel 4.

5 5 3.2 Basic Graphic Display String Format Address Definition Description VP CMD Command. VP+1 VP+2 Date Pack For Basic Graphic CMD 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x**07 0x0008 0x0009 Function Dot Line Rectangle Rectangle Area Fill Circle Picture Cut/Paste Icon Display Area Fill Vertical Line Data_Pack_Num_Max DATA_Pack Relative Address Data Length Max number of data packs. For command 0x0002, it s number of graph. Definition Description of Data Format, by word 0x00 2 (x, y) Coordinate of dot. 0x02 1 Color Color of dot. 0x00 1 Color Color of line. 0x01 2 (x, y)0 Coordinate of vertex 0. 0x03 2 (x, y)1 Coordinate of vertex 1. 0x01+2*n 2 (x, y)n Coordinate of vertex n. 0x00 2 (x, y)s Coordinate of top-left. 0x02 2 (x, y)e Coordinate of bottom-right. 0x04 1 Color Color of rectangle. 0x00 2 (x, y)s Coordinate of top-left. 0x02 2 (x, y)e Coordinate of bottom-right. 0x04 1 Color Filled color. 0x00 2 (x, y) Coordinate of center of circle. 0x02 1 Rad Radius of circle. 0x03 1 Color Color of circle. 0x00 1 Pic_ID Image ID of cutting area. Description 0x01 2 (x, y)s Coordinate of top-left of cutting area. 0x03 2 (x, y)e Coordinate of bottom-right of cutting area. 0x05 2 (x, y) Paste position on current screen. 0x00 2 (x, y) Coordinate of top-left of icon. 0x02 1 ICON_ID 0x00 2 (x, y) Coordinate of sampling dot. 0x02 1 Color Filled color. 0x00 1 Color0 0x01 1 X0 0x02 1 Y0s 0x03 1 Y0e Icon ID in icon file, high byte of command specifies address of icon file, display mode is transparent. Connect (X0, Y0s), (X0, Y0e) with color0. Status Flag: 0xFF Current drawing operation finished.

6 6 0xFE This operation will be skipped (ignored) Curves with Different Color 1) Add the basic graphic display areas via DGUS_SDK software. As follow, add 2 basic graphics areas with different VP(0x0000 & 0x1000) 2) Send commands via serial port Send: 5A A5 1B F F 00 DB E 00 AB FF Line 1, VP=0x0000 5A A Frame header Data length from 82 to Command for writing data into the VP VP Draw line command Number of line, equal to dots -1. F Color of line F ---- Coordinate of dot 0 00 DB 01 C Coordinate of dot Coordinate of dot E 00 AB ---- Coordinate of dot 3 FF End mark 5A A5 1B F F 00 1B FF Line 2,

7 7 VP=0x Curves with Same color 1) Add a basic graphic display areas via DGUS_SDK software, VP=0x ) Send commands via serial port A5 5A A F FF Line 1, save data from 0x0002 to 0x0016 in VP=0x0000 A5 5A FF Line 2, VP starts from 0x0007 A5 5A FF Line 3, VP starts from 0x0009 A5 5A 0D B FF00 3) Modify some dot ( For example, the first dot's address is 0003) A5 5A Modify the first dot A5 5A Modify the second dot

8 Reset Curve Send: 5A A F F 00 DB E 00 AB Set Data Pack Num. Max to 0.

DGUS Command Quick Start

DGUS Command Quick Start DGUS Command Quick Start 1 Data Frame... 1 2 Command Set... 1 3 Examples... 2 3.1 Access Register of DGUS... 2 3.2 Access Variable SRAM... 4 3.3 Dynamic Trend Curve Display... 5 3.4 Basic Graphic Display...

More information

DGUS_SDK User Guide. (Ver ) AMP DISPLAY INC. 1

DGUS_SDK User Guide. (Ver ) AMP DISPLAY INC. 1 DGUS_SDK User Guide (Ver3.4.0 2012.11) AMP DISPLAY INC. 1 www.ampdisplay.com Contents 1. DGUS_SDK_V3.4 Instruction... 3 1.1 Operation of DGUS_SDK_V3.4... 3 1.2 Main Interface of DGUS_SDK_V3.4... 5 2. Main

More information

CIS-331 Final Exam Fall 2015 Total of 120 Points. Version 1

CIS-331 Final Exam Fall 2015 Total of 120 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

Real Design Firmware (RD v1.0) Command Set Rev. 1.0

Real Design Firmware (RD v1.0) Command Set Rev. 1.0 Real Design Firmware (RD v1.0) Command Set Rev. 1.0 Proculus Technologies 11/20/2015 Proculus Technologies provides this document to its customers with a product purchase to use in the product operation.

More information

UnicView RD v1.0.0 User Guide Rev 1.0

UnicView RD v1.0.0 User Guide Rev 1.0 UnicView RD v1.0.0 User Guide Rev 1.0 Proculus Technologies 11/20/2015 2 of 63 User Guide Rev 1.0 Proculus Technologies provides this document to its customers with a product purchase to use in the product

More information

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1 Version 1 Instructions 1. Write your name and version number on the top of the yellow paper and the routing tables sheet. 2. Answer Question 2 on the routing tables sheet. 3. Answer Questions 1, 3, 4,

More information

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1 Version 1 1. (20 Points) Given the class A network address 121.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 8,100 subnets? b. (5 Points) What is

More information

Control Codes. Viewing control state (Get control command) Controlling (Set control command) Command. No. Command type Command Value range

Control Codes. Viewing control state (Get control command) Controlling (Set control command) Command. No. Command type Command Value range Control Codes Viewing control state (Get control command) Checksum 0xAA Command type 0 Controlling (Set control command) Data Checksum 0xAA Command type 1 Value No. Command type Command Value range 10

More information

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1 Version 1 1. (20 Points) Given the class A network address 119.0.0.0 will be divided into a maximum of 15,900 subnets. a. (5 Points) How many bits will be necessary to address the 15,900 subnets? b. (5

More information

DGUS Development Guide

DGUS Development Guide Professional, Creditable, Successful DGUS Development Guide V3.4.0 DGUS Development Guide V3.4 Revision in May, 2013 AMP DISPLAY INC. 3 Contents Contents... 1 INTRODUCTION... 1 1 Hardware... 4 1.1 SD Card

More information

1. Implemented CM11 protocol

1. Implemented CM11 protocol 1. Implemented CM11 protocol 1.1. Housecodes and Device Codes. The housecodes and device codes range from A to P and 1 to 16 respectively although they do not follow a binary sequence. The encoding format

More information

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. Router A Router B Router C Router D Network Next Hop Next Hop Next Hop Next

More information

DTNFCSS UART YES Internal DTNFCUS USB YES Internal

DTNFCSS UART YES Internal DTNFCUS USB YES Internal NFC OEM Read/Write Module: DTNFCxx The DTNFCxx OEM NFC module combines in a single package both NFC controller and secure smart card controller. This Module supports Mifare family (ISO 14443A), FeliCa,

More information

Logosol Joystick Node LS-731

Logosol Joystick Node LS-731 Features 2 and 3 axis models Travel ±20 deg Non contact hall effect joystick Mechanical MTBF 15,000,000 cycles 3 pushbuttons Up to 2 stick pushbuttons 8 LEDs Member of Logosol s distributed motion control

More information

C1098 JPEG Module User Manual

C1098 JPEG Module User Manual C1098 JPEG Module User Manual General Description C1098 is VGA camera module performs as a JPEG compressed still camera that can be attached to a wireless or PDA host. Users can send out a snapshot command

More information

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. NOTE: Router E should only be used for Internet traffic. Router A Router

More information

XCONSOLE COMMUNICATION PROTOCOL (April, 2008)

XCONSOLE COMMUNICATION PROTOCOL (April, 2008) XCONSOLE COMMUNICATION PROTOCOL (April, 2008) Serial Settings for the master terminal: - 115200 baud - 8 data bits - 2 stop bits - No Parity - No Flow Control Serial Settings for the Xilica device: - 115200

More information

Generating Vectors Overview

Generating Vectors Overview Generating Vectors Overview Vectors are mathematically defined shapes consisting of a series of points (nodes), which are connected by lines, arcs or curves (spans) to form the overall shape. Vectors can

More information

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1 Version 1 Instructions Write your name on the exam paper. Write your name and version number on the top of the yellow paper. Answer Question 1 on the exam paper. Answer Questions 2-4 on the yellow paper.

More information

DWIN_HMI USER GUIDE Beijing DWIN Technology Co., Ltd.

DWIN_HMI USER GUIDE Beijing DWIN Technology Co., Ltd. Beijing DWIN Technology Co., Ltd. Updated English Version 2.1 at 2011.07.15 Copyright@ Beijing DWIN Technology Co.,Ltd.2003-2011. All Rights Reserved. ICP No.0533781 Step1. Open the product package Accessories:

More information

Venstar Thermostat Adapter

Venstar Thermostat Adapter Developer Venstar Thermostat Adapter v001 Developer Venstar Thermostat Adapter Version 001 May 23, 2013 Revision History Rev Date Comments 001 05/23/13 Initial Release Page 1 of 13 Table of Contents 1

More information

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1 Version 1 1. (20 Points) Given the class A network address 117.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 4,000 subnets? b. (5 Points) What is

More information

UNH-IOL MIPI Alliance Test Program

UNH-IOL MIPI Alliance Test Program DSI Receiver Protocol Conformance Test Report UNH-IOL 121 Technology Drive, Suite 2 Durham, NH 03824 +1-603-862-0090 mipilab@iol.unh.edu +1-603-862-0701 Engineer Name engineer@company.com Panel Company

More information

Serial Boot Loader For CC2538 SoC

Serial Boot Loader For CC2538 SoC Serial Boot Loader For CC2538 SoC Document Number: SWRA431 Version 1.1 TABLE OF CONTENTS 1. PURPOSE... 3 2. FUNCTIONAL OVERVIEW... 3 3. ASSUMPTIONS... 3 4. DEFINITIONS, ABBREVIATIONS, ACRONYMS... 3 5.

More information

Aeroflex Colorado Springs Application Note

Aeroflex Colorado Springs Application Note Aeroflex Colorado Springs Application Note AN-SPW-005-001 Configuration of the UT200SpW4RTR Table 1: Cross Reference of Applicable Products Product Name: Manufacturer Part SMD # Device Internal PIC Number

More information

Terminal Assistant V6.0 Help Documents

Terminal Assistant V6.0 Help Documents 2012 Professional Creditable and Successful Beijing DIWN Technology Co., Ltd Beijing DWIN Technology Co., Ltd Terminal Assistant V6.0 Help Documents Terminal Assistant V6.0 Help Document. 1 Index Chapter

More information

CLOCKAUDIO. MR88 Automatic Microphone Mixer RS232 Programming Version 4.2

CLOCKAUDIO. MR88 Automatic Microphone Mixer RS232 Programming Version 4.2 CLOCKAUDIO MR88 Automatic Microphone Mixer RS232 Programming Version 4.2 Clockaudio Limited, 9 Stratfield Park Elettra Avenue, WATERLOOVILLE Hampshire. UK Tel : +44 (0)2392 251193 Fax : +44 (0)2392 251201

More information

DWIN DGUS Applications Example

DWIN DGUS Applications Example DWIN DGUS Applications Example 1 DGUS Key Functions Preview... 1 2 Application Examples... 3 2.1 Display, input and adjustment of parameters... 3 2.2 Display and adjust the curve... 4 2.3 Time display

More information

1.1 Errors and Event list

1.1 Errors and Event list 1.1 Errors and Event list 1.1.1 State machine errors Error code Display description Full description 0x0100 EVENT OVERFLOW Too many events were entered into state machine configuration 0x0101 STATE OVERFLOW

More information

SLCD Technical Note TN-100. Programming the SLCD bitmap / macro flash memory in an embedded system

SLCD Technical Note TN-100. Programming the SLCD bitmap / macro flash memory in an embedded system SLCD Technical Note TN-100 Programming the SLCD bitmap / macro flash memory in an embedded system December 3, 2004 Copyright Reach Technology Inc. 2004 All Rights Reserved Reach Technology, Inc. sales@reachtech.com

More information

Lesson 2: Basic Concepts of Geometry

Lesson 2: Basic Concepts of Geometry : Basic Concepts of Geometry Learning Target I can identify the difference between a figure notation and its measurements I can list collinear and non collinear points I can find the distance / length

More information

AsReader DeskTop UHF RFID Reader Command Reference v1.11

AsReader DeskTop UHF RFID Reader Command Reference v1.11 AsReader DeskTop UHF RFID Reader Command Reference v1.11 Asterisk, Inc. 2017-12-15 Content 1. COMMUNICATION INTERFACE SPECIFICATION... 3 2. PROTOCOL DESCRIPTION... 3 3. DATA BLOCK FORMAT... 4 3.1 COMMAND

More information

imetos LoRa Data payload structure

imetos LoRa Data payload structure imetos LoRa Data payload structure Pessl Instruments, GmbH Version 1.0, 06-2018 Content 1. SCOPE OF THIS DOCUMENT... 2 2. PARSING THE DATA FROM THE PAYLOAD VERSUS API DATA ACCESS... 3 3. IMETOS LORA FIRMWARE

More information

1. Create a map of the layer and attribute that needs to be queried

1. Create a map of the layer and attribute that needs to be queried Single Layer Query 1. Create a map of the layer and attribute that needs to be queried 2. Choose the desired Select Type. This can be changed from the Map menu at the far top or from the Select Type Icon

More information

DMT80480T070_22WT User ManualV2.0

DMT80480T070_22WT User ManualV2.0 DMT80480T070_22WT User ManualV2.0 for multi-media application January,2013 AMP DISPLAY INC. 1 www.ampdisplay.com 1. Overview Professional, Creditable, Successful DMT80480T070-22W User Manual V2.0 DMT80480T070-22W

More information

B Interface description 12.01/

B Interface description 12.01/ B 95.3530.2 Interface description 12.01/00340396 Contents 1 Introduction 1.1 Preface... 3 1.2 Typographical conventions... 4 1.2.1 Warning signs... 4 1.2.2 Note signs... 4 1.2.3 Presentation... 4 2 Protocol

More information

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

UPB US1-40 Single Rocker Wall Switch with Dimmer Firmware Specification

UPB US1-40 Single Rocker Wall Switch with Dimmer Firmware Specification UPB US1-40 Single Rocker Wall Switch with Dimmer Firmware Specification V 1.0 5/18/05 Revision History Spec. Rev. Date Firmware Rev. Description 1.0 5/18/05 V2.12 Originated from US2 spec V1.9 Table of

More information

CTT MODBUS-RTU COMMUNICATION PROTOCOL TEMPERATURE MONITOR DEVICE

CTT MODBUS-RTU COMMUNICATION PROTOCOL TEMPERATURE MONITOR DEVICE INSTRUCTION MANUAL IM149-U v0.92 CTT MODBUS-RTU COMMUNICATION PROTOCOL TEMPERATURE MONITOR DEVICE Firmware version: v3.0 or higher MODBUS PROTOCOL Modbus is a master-slave communication protocol able to

More information

FW UPGRADE SPECIFICATION

FW UPGRADE SPECIFICATION 1 (10) FW UPGRADE SPECIFICATION SCA10H Doc. No.1326 Rev. 3 2 (10) Table of Contents 1 Programming With the Bootloader... 3 1.1 Introduction... 3 1.2 FW Upgrade Mode Entry Sequence... 3 1.3 UART Protocol...

More information

Communication and Networks. Problems

Communication and Networks. Problems Electrical and Information Technology Communication and Networks Problems Network Layer (IP) 2016 Problems 1. The table below describes the next hop for each destination in the network for all nodes in

More information

Application Note. Introduction AN2471/D 3/2003. PC Master Software Communication Protocol Specification

Application Note. Introduction AN2471/D 3/2003. PC Master Software Communication Protocol Specification Application Note 3/2003 PC Master Software Communication Protocol Specification By Pavel Kania and Michal Hanak S 3 L Applications Engineerings MCSL Roznov pod Radhostem Introduction The purpose of this

More information

ECE 435 Network Engineering Lecture 15

ECE 435 Network Engineering Lecture 15 ECE 435 Network Engineering Lecture 15 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 26 October 2016 Announcements HW#5 due HW#6 posted Broadcasts on the MBONE 1 The Transport

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

More information

Protocol of data exchange with modem via USB interface Version

Protocol of data exchange with modem via USB interface Version Protocol of data exchange with modem via USB interface Version 2017.12.19 - Modem connects to USB-host as USB device of CDC class (virtual COM port in Windows, ttyusb or ttyacm in Linux) - Because real

More information

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features CAN / Interface Adapter For SHP Series Total Power: < 1 Watts Input Voltage: 5V Internal Outputs: CAN,, USB, I 2 C Special Features Input Protocols: 1) using Modbus 2) CAN using modified Modbus Output

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

CMOS TYPE CAMERA JC406M-W01

CMOS TYPE CAMERA JC406M-W01 CMOS TYPE CAMERA JC406M-W01 Deqing Jiahe Electronic Technology Co., Ltd. TEL: +86-572-7812102 FAX: +86-572-8885779 sales@jiahe-electronic.com 1 Application The JC406M-W01 JPEG compression module performs

More information

THANK YOU. Control System Communication Protocol Manual RackLink. Monitor Control Alert Report Analyze. Thank you for purchasing a RackLink product.

THANK YOU. Control System Communication Protocol Manual RackLink. Monitor Control Alert Report Analyze. Thank you for purchasing a RackLink product. Control System Communication Protocol Manual RackLink Monitor Control Alert Report Analyze THANK YOU Thank you for purchasing a RackLink product. I-00472 Rev D TABLE OF CONTENTS PROTOCOL TRANSPORTS...

More information

Multimedia Systems. Part 4. Mahdi Vasighi

Multimedia Systems. Part 4. Mahdi Vasighi Multimedia Systems Part 4 Mahdi Vasighi www.iasbs.ac.ir/~vasighi Department of Computer Science and Information Technology, Institute for Advanced Studies in Basic Sciences, Zanjan, Iran Image Formats

More information

TVP5146 PDC and VPS APPLICATION NOTE HPA Digital Audio Video

TVP5146 PDC and VPS APPLICATION NOTE HPA Digital Audio Video Application Report SLEA017 OCTOBER 2003 TVP5146 PDC and VPS APPLICATION NOTE HPA Digital Audio Video ABSTRACT TVP5146 VBI SLICER EXAMPLE: EXTRACTING PDC AND VPS DATA PDC (Program Delivery Control) is a

More information

Guided Problem Solving

Guided Problem Solving -1 Guided Problem Solving GPS Student Page 57, Exercises 1 1: Match each rule with the correct translation. A. (x, y) (x, y 1 ) I. P(, 1) P (3, ) B. (x, y) (x 1 3, y) II. Q(3, 0) Q (3, ) C. (x, y) (x 1,

More information

U9809 UHF RFID Reader User's Manual V1.2

U9809 UHF RFID Reader User's Manual V1.2 U9809 UHF RFID Reader User's Manual V1.2 Content 1 COMMUNICATION INTERFACE SPECIFICATION... 4 2 PROTOCOL DESCRIPTION... 4 3 DATA BLOCK FORMAT... 5 3.1 COMMAND DATA BLOCK... 5 3.2 RESPONSE DATA BLOCK...

More information

VA-2002 RS232 Remote Interface Specification

VA-2002 RS232 Remote Interface Specification VA-2002 RS232 Remote Interface Specification 2003 Kramer Ltd. V2.1 Nov.2003 This document describes the communication protocol between the VA-2002 device and an host computer, for example a PC. A serial

More information

Professional, Creditable, Successful DGUS Quick Start V1.2.0 DGUS QUICK START. V1.2.0 Aug AMP DISPLAY INC. 1

Professional, Creditable, Successful DGUS Quick Start V1.2.0 DGUS QUICK START. V1.2.0 Aug AMP DISPLAY INC. 1 DGUS QUICK START V1.2.0 Aug 2013 AMP DISPLAY INC. 1 www.ampdisplay.com Contents 1. Introduction... 3 2. What s it in the Sample Kit?... 4 2.1 DWIN DGUS LCM... 4 2.2 Peripherals... 4 2.3 Download DGUS Materials...

More information

The MMDVM Specification ( )

The MMDVM Specification ( ) The MMDVM Specification (20150922) Introduction The MMDVM is intended to be an open-source Multi-Mode Digital Voice Modem, which utilises the power of an ARM processor and a simple analogue interface board.

More information

LCD6402-DEV Development/Evaluation Board for the LCD6402B LCD6402-DEV Development/Evaluation Board for the LCD6402B

LCD6402-DEV Development/Evaluation Board for the LCD6402B LCD6402-DEV Development/Evaluation Board for the LCD6402B DATA SHEET LCD6402-DEV Development/Evaluation Board for the LCD6402B LCD6402-DEV (Rev 1.001) Page 1 LCD6402-DEV Development/Evaluation Board INTRODUCTION The LCD6402-DEV is a chassis board (see Figure

More information

H1PROT.PDF 14 Pages Last Revised 02/11/06. Micro RWD H1/S Protocol

H1PROT.PDF 14 Pages Last Revised 02/11/06. Micro RWD H1/S Protocol Data Sheet H1PROT.PDF 14 Pages Last Revised 02/11/06 Micro RWD H1/S Protocol The MicroRWD H1/S version is a complete reader and tag acceptance solution for Hitag 1 RF transponders (including Hitag S256

More information

Lumio Release Note Lumio Multi-Touch Communication Protocol

Lumio Release Note Lumio Multi-Touch Communication Protocol Lumio Release Note Lumio Multi-Touch Communication Protocol Note Number RN00009 - Revision A0 Release Date Product Lumio Crystal Touch PCB Controller Abstract This note describes the Lumio Multi Touch

More information

GNetPlus Communication Protocol

GNetPlus Communication Protocol Basic Package (BINARY VERSION) Master Query Package (HOST) Field Header Address Query Function Data length DATA BYTES Error Check Desc SOH 0~255 0~255 0~255 CRC16_Low CRC16_Hi Size 1 BYTE 1 BYTE 1 BYTE

More information

INSTEON Hidden Door Sensor

INSTEON Hidden Door Sensor Developer Notes INSTEON Door Sensor Developer Notes INSTEON Hidden Door Sensor Version 005 October 18, 2013 Revision History Rev Date Comments 001 4/15/13 Initial Release 002 8/2/13 Updated s 003 9/6/13

More information

HART 710. User s Manual Version HART-710 User Manual (Version 1.00, July/2010) PAGE: 1

HART 710. User s Manual Version HART-710 User Manual (Version 1.00, July/2010) PAGE: 1 TM HART 710 User s Manual Version 1.00 HART-710 User Manual (Version 1.00, July/2010) PAGE: 1 Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period

More information

User Guide to Intelligent TFT LCD Module 4.1 Development Kit. (March 16, 2016)

User Guide to Intelligent TFT LCD Module 4.1 Development Kit. (March 16, 2016) User Guide to Intelligent TFT LCD Module 4.1 Development Kit For SDW-PlusII Serial Screen (March 16, 2016) Beijing STONE Technology Co., Ltd. 1 / 55 Table of Content 1 Introduction... 4 1.1 Function...

More information

Technical Information. Command overview of Vision Systems

Technical Information. Command overview of Vision Systems Technical Information Command overview of Vision Systems Image analysis command Grab image 0x01 X X X X Shutter speed 0x07 X X X X Synchronous flash 0x49 X X X X Video mode 0x00 X X Display 0x05 X X X

More information

I²C GLCD Adapter for KS x64 Manual (1.4)

I²C GLCD Adapter for KS x64 Manual (1.4) I²C GLCD Adapter for KS0108 128x64 Manual (1.4) Luxemburger Str. 31 D 13353 Berlin Phone: +49 (0)30 617 412 48 Fax: +49 (0)30 617 412 47 www.channaa.com 2 1. General discription... 3 2. Pinning Information...

More information

CONTROL PANEL 128x64 USER GUIDE

CONTROL PANEL 128x64 USER GUIDE CONTROL PANEL 128x64 USER GUIDE Rev. 1.0.0 July, 2013 www.tvielectronics.com 2211 Rayford Rd., Ste. 111-332 Spring, TX 77386 281-408-4051 281-408-4052 CONTENTS 1. CONTROL PANEL 128x64 USER GUIDE... 1 1.1.

More information

The Extended MBR (version 1.05) (dated: 01 Nov 2018) by Benjamin David Lunt Copyright (c) Forever Young Software

The Extended MBR (version 1.05) (dated: 01 Nov 2018) by Benjamin David Lunt Copyright (c) Forever Young Software The Extended MBR (version 1.05) (dated: 01 Nov 2018) by Benjamin David Lunt Copyright (c) Forever Young Software 1984-2018 http://www.fysnet.net You may distribute this document in its entirety and/or

More information

Conto D2 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

Conto D2 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION PR 121 rev. 0 11/11/2011 Pagina 1 di 9 ELECTRICITY ENERGY METER FIRMWARE 1.6 Conto D2 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 2.0 DATA MESSAGE DESCRIPTION 2.1 Data field description 2.2 Data format

More information

ELE 758 * DIGITAL SYSTEMS ENGINEERING * MIDTERM TEST * Circle the memory type based on electrically re-chargeable elements

ELE 758 * DIGITAL SYSTEMS ENGINEERING * MIDTERM TEST * Circle the memory type based on electrically re-chargeable elements ELE 758 * DIGITAL SYSTEMS ENGINEERING * MIDTERM TEST * Student name: Date: Example 1 Section: Memory hierarchy (SRAM, DRAM) Question # 1.1 Circle the memory type based on electrically re-chargeable elements

More information

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 11/11/2011 Pagina 1 di 11 ELECTRICITY ENERGY METER FIRMWARE 1.3 CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 2.0 DATA MESSAGE DESCRIPTION 2.1 Data field description 2.2 Data format 2.3 Description

More information

Wireless Modem Exchange (WMX) Protocol Description

Wireless Modem Exchange (WMX) Protocol Description Wireless Modem Exchange (WMX) Protocol Description Document Version D4 July 2013 Raveon Technologies Corporation 2320 Cousteau Court Vista, CA 92081 www.raveon.com 1 Raveon Technologies Corp. Table of

More information

Developer Notes INSTEON Thermostat v012. Developer Notes. INSTEON Thermostat. Revision History

Developer Notes INSTEON Thermostat v012. Developer Notes. INSTEON Thermostat. Revision History Developer INSTEON Thermostat v012 Developer INSTEON Thermostat Version 012 June 19, 2012 Revision History Rev Date Comments 001 10/28/11 Initial Release 002 11/4/11 Updated formatting in some sections

More information

Application Note. Startup DevKit16. History 19 th June 00 TKa V1.0 started 20 th June 00 TKa V1.1 Some minor text corrections

Application Note. Startup DevKit16. History 19 th June 00 TKa V1.0 started 20 th June 00 TKa V1.1 Some minor text corrections Application Note Startup DevKit16 Fujitsu Mikroelektronik GmbH, Microcontroller Application Group History 19 th June 00 TKa V1.0 started 20 th June 00 TKa V1.1 Some minor text corrections 1 Warranty and

More information

How to Write your own FLASHFILE Algorithm

How to Write your own FLASHFILE Algorithm How to Write your own FLASHFILE Algorithm TRACE32 Online Help TRACE32 Directory TRACE32 Index TRACE32 Documents... FLASH Programming... Application Notes for FLASH... How to Write your own FLASHFILE Algorithm...

More information

Contents. Cortex M On-Chip Emulation. Technical Notes V

Contents. Cortex M On-Chip Emulation. Technical Notes V _ Technical Notes V9.12.225 Cortex M On-Chip Emulation Contents Contents 1 1 Introduction 2 2 Access Breakpoints 3 3 Trace 5 4 NXP LPC 5 4.1 Boot and Memory Remapping 5 4.2 LPC17xx Startup 5 4.1 LPC11A02/04

More information

Application Note. Title: Incorporating HMT050CC-C as a Digital Scale Display by: A.S. Date:

Application Note. Title: Incorporating HMT050CC-C as a Digital Scale Display by: A.S. Date: Title: Incorporating HMT050CC-C as a Digital Scale Display by: A.S. Date: 2014-08-04 1. Background This document shall describe how a user can create the Graphical User Interface of a high-end digital

More information

Application Note AN0003. Binary Messages. SkyTraq Venus 5 GPS Receiver

Application Note AN0003. Binary Messages. SkyTraq Venus 5 GPS Receiver Application Note AN0003 Binary Messages Of SkyTraq Venus 5 GPS Receiver Ver 0.3 Feb. 1, 2007 Binary Message Protocol The Skytraq binary message protocol manual provides the detailed descriptions on the

More information

GW-7553 PROFIBUS/Modbus TCP Gateway

GW-7553 PROFIBUS/Modbus TCP Gateway GW-7553 PROFIBUS/Modbus TCP Gateway Quick Start User Guide 1. Introduction This manual introduces the GW-7553's basic setting and operating quickly, the user can refer to the user manual in the ICP DAS

More information

Table of Contents. 1.0 General Description

Table of Contents. 1.0 General Description Table of Contents 1.0 General Description--------------------------------------------------------------------------------------------------3 2.0 Electrical Characteristics-------------------------------------------------------------------------------------------3

More information

Developer Notes for KeypadLinc Line

Developer Notes for KeypadLinc Line Developer Notes for KeypadLinc Line Version 003 April 16, 2013 Revision History Rev Date Comments 001 1/11/13 Initial Release 002 1/22/13 Update s 003 4/16/13 Updated s Table of Contents 1 SUPPORTED DEVICES...

More information

URM04 V2.0 (SKU:SEN0002)

URM04 V2.0 (SKU:SEN0002) URM04 V2.0 (SKU:SEN0002) URM04 V2.0 Figure 1: URM04 Beam Width 60 degree Contents 1 Introduction 2 Specification 3 Dimension and Pin definition 4 Communication Protocols 4.1 Set Device Address 4.2 Trigger

More information

Revision No. Date Description Item Page

Revision No. Date Description Item Page Midas Components Limited Electra House 32 Southtown Road Great Yarmouth Norfolk NR31 0DU England Telephone +44 (0)1493 602602 Fax +44 (0)1493 665111 Email sales@midasdisplays.com Website www.midasdisplays.com

More information

SPP-R210 Command Manual Rev. 1.00

SPP-R210 Command Manual Rev. 1.00 Rev. 1.00 http://www.bixolon.com Contents SPP-R210 Command Manual 1. Notice... 3 2. SPP-R210 Supported Commands... 4 2-1 Command Description Items... 5 2-2 Details of Control Commands... 6 Rev. 1.00 BIXOLON

More information

Data Link Protocols. High Level Data. Control Protocol. HDLC Framing ~~~~~~~~ Functions of a Data Link Protocol. Framing PDUs. Addressing Destination

Data Link Protocols. High Level Data. Control Protocol. HDLC Framing ~~~~~~~~ Functions of a Data Link Protocol. Framing PDUs. Addressing Destination Data Link Protocols Data Link Services Connection-less services Functions of a Data Link Protocol Framing PDUs ing Destination Error Detection / Error Recovery Link Management Ethernet (covered elsewhere)

More information

HPE Knowledge Article

HPE Knowledge Article HPE Knowledge Article HPE 5500 EI Switch Series - How to use the Packet Capture Utility Article Number mmr_sf-en_us000005595 Environment HP 5500-24G EI Switch HPE A-Series Switches Issue How can one use

More information

Example of PC signal. Projector CP-X2010/CP-X2510/CP-X3010 User's Manual (detailed) Operating Guide Technical

Example of PC signal. Projector CP-X2010/CP-X2510/CP-X3010 User's Manual (detailed) Operating Guide Technical Projector CP-X2010/CP-X2510/CP-X3010 User's Manual (detailed) Operating Guide Technical Example of PC signal Resolution (H x V) H. frequency (khz) V. frequency (Hz) Rating Signal mode 720 x 400 37.9 85.0

More information

City of Aurora. Development Review Plans Submission and Referral Website. Public and Agency Referral Instruction Guide

City of Aurora. Development Review Plans Submission and Referral Website. Public and Agency Referral Instruction Guide City of Aurora Development Review Plans Submission and Referral Website Public and Agency Referral Instruction Guide Table of Contents Introduction... 3 Project Search (Public only)... 4 Project Search

More information

Digital Projector X95i Operator's Guide

Digital Projector X95i Operator's Guide Digital Projector X95i Operator's Guide TECHNICAL Example of computer signal Resolution (H x V) H. frequency (khz) V. frequency (Hz) Rating Signal mode 720 x 400 37.9 85.0 VESA TEXT 640 x 480 31.5 59.9

More information

PROTOCOL TRANSPORTS 4 RS232 SPECIFICATIONS 4 RS232 CABLING 4 TCP/IP 4 PROTOCOL DOCUMENT NOTES 4 COMMUNICATION 4

PROTOCOL TRANSPORTS 4 RS232 SPECIFICATIONS 4 RS232 CABLING 4 TCP/IP 4 PROTOCOL DOCUMENT NOTES 4 COMMUNICATION 4 Table of Contents PROTOCOL TRANSPORTS 4 RS232 SPECIFICATIONS 4 RS232 CABLING 4 TCP/IP 4 PROTOCOL DOCUMENT NOTES 4 COMMUNICATION 4 PROTOCOL MESSAGE STRUCTURE 5 GENERAL MESSAGE FORMAT 5 CHECKSUM 6 ELONGATED

More information

Application Note. Megawin USB EasyCOM

Application Note.  Megawin USB EasyCOM Megawin USB EasyCOM Index Megawin USB EasyCOM.... Introduction.... Advantage.... Use Megawin USB EasyCOM.... Application Circuit ( Fig-7 )...9 5. Example Application ( Fig-8 )...0 6. Obtaining the parts...

More information

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A RS232 User Guide Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K 020-1344-00A Page 1 Copyright March 2018 by Leyard Optoelectronics Co., Ltd. and Planar Systems, Inc. All rights

More information

Class 4 Geometry. Answer the questions. For more such worksheets visit (1) The given figure has line segments.

Class 4 Geometry. Answer the questions. For more such worksheets visit   (1) The given figure has line segments. ID : in-4-geometry [1] Class 4 Geometry For more such worksheets visit www.edugain.com Answer the questions (1) The given figure has line segments. (2) How many curved lines can be found in the given figure?

More information

DC2 File Format. 1. Header line 2. Entity line 3. Point line 4. String line

DC2 File Format. 1. Header line 2. Entity line 3. Point line 4. String line DC2 File Format The DesignCAD DC2 drawing file is an ASCII file, with the data present in character format. Each "record" in the file is actually a line in a text file. There are four types of records,

More information

PRELIMINARY DESCRIPTION

PRELIMINARY DESCRIPTION Modbus TCP to Relay output and 8 Digital inputs. Phone: +1 561 779 5660 email:datexel@datexel.com www.datexel.com User Guide MODBUS TCP/IP protocol Firmware Version : 80 PRELIMINARY DESCRIPTION Modbus

More information

BMS CAN Manual. V2.0, September 3, 2018 Visit to download the latest revision of this manual Copyright 2018 Roboteq, Inc

BMS CAN Manual. V2.0, September 3, 2018 Visit   to download the latest revision of this manual Copyright 2018 Roboteq, Inc BMS CAN Manual V2.0, September 3, 2018 Visit www.roboteq.com to download the latest revision of this manual Copyright 2018 Roboteq, Inc Copyright Roboteq Inc. 2018. All Rights Reserved. Table of Contents

More information

UHF RFID Reader UHFReader18

UHF RFID Reader UHFReader18 UHF RFID Reader UHFReader18 User's Manual V2.0 Content 1. COMMUNICATION INTERFACE SPECIFICATION... 4 2. PROTOCOL DESCRIPTION......4 3. DATA BLOCK FORMAT......5 3.1 COMMAND DATA BLOCK... 5 3.2 RESPONSE

More information

SPECIFICATION FOR TFT MODULE MODULE NO: AFA320240DM-3.5-A128-R REVISION NO: 00

SPECIFICATION FOR TFT MODULE MODULE NO: AFA320240DM-3.5-A128-R REVISION NO: 00 SPECIFICATION FOR TFT MODULE MODULE NO: AFA320240DM-3.5-A128-R REVISION NO: 00 Customer s Approval: PREPARED BY (RD ENGINEER) CHECKED BY APPROVED BY SIGNATURE DATE Orient Display (N.A.) Ltd. 145 Royal

More information

ebook Users Guide For MyDistrict.net

ebook Users Guide For MyDistrict.net ebook Users Guide For MyDistrict.net You must download the ebook driver to any PC that is going to be used to update ebooks. There are two different drivers, one for Single Transfer ebook and one for Multiple

More information

Beckhoff Lightbus - PC interface card C1220

Beckhoff Lightbus - PC interface card C1220 Beckhoff Lightbus - PC interface card C1220 Technical hardware description Version 4.0 Contents 2 Contents 1. Beckhoff Lightbus System Description 3 2. Hardware description of functions 6 3. Software description

More information