RITA. LDA110E Power Meter INSTRUCTION MANUAL TEL (02) FAX (02)

Size: px
Start display at page:

Download "RITA. LDA110E Power Meter INSTRUCTION MANUAL TEL (02) FAX (02)"

Transcription

1 I LD110 Power eter IUCIO UL 68 6 L (02) FX (02)

2 16bit,,,, 40 (/) odbus 2 elay (ax.) mm 1. C 90~260 DC 2. ( 600L-L) P 3. ( 10) C " ( ) C 90~260 DC 24 DC % C P 1~ ~65 DI-IC688 C 2.3 1min C 2.8 1min () 0.05~ () -485 odbus ~FF (16 ) O ~50 95%. -10~60 95% mm 1

3 Dax ulti-power eter Dax ulti-power eter Dax ulti-power eter Dax ulti-power eter Dax ulti-power eter Dax ulti-power eter Dax ulti-power eter Dax ulti-power eter 3-1 L- L-L D D ax. D % % % % % % % % 0~ % 0~ % 45.0~ ~100% 5~100% 0.5~ ~65 10~110% 5~110% ( ) odbus-u mode bauds -485 port ode Display o ode Display o.30 epeater -485 PLC ode Display o.2 ode Display o CD ode Display o.211 ode Display o.240 epeater -485 ode Display o.247 ode Display o.241 2

4 3-4 (elay) CP500 () () ( ) ( ) (DO1) (DO2) CP510 (D) ( ) (P C ) P 10 C (10 5)=1800 elay elay elay elay (DI) Option (DI) -485 ( ) Dax 7 ulti-power eter ode Display (10 ) (10 ) "" "" "" "" (P) (C) 2 (L-L) (L-) () () () () () (D) "ax." ( ) 5 0.4" () ( ) () ( ) () ( ) ( ) () () ode Display 0~9 ax. (ax.) 7 ( ) ( ) (DO2) (DO1) 3

5 Dax Dax Dax Dax Dax Dax Dax Dax Dax Dax 4-2 ulti-power eter ode Display ode ( 1000) 0~9 (P) ulti-power eter ode Display (P) 1~9999 0~9 (C) ulti-power eter ode Display (C) 1~9999 0~9 ( ) ulti-power eter ode Display (ddress) ~FF 0~9 B C D F ( ) (Baudrate) ulti-power eter ode Display ( ) (Frame) ulti-power eter ode Display r.n.8.1 r.n.8.2 r.o.8.1 r..8.1 (elay) (elay) ulti-power eter ode Display ( ) ( ) ( ) D( ) () (D), CP510 ulti-power eter ode Display elay 0~9 () ulti-power eter ode Display elay 0~9 ( ) ulti-power eter ode Display ax. 0~9 1000, ax [ ( ) ] ( ) 4

6 4-3 + (ax.) ax. ( ) (ax.) ax. ax. ax. Display ( ) ( ) D 4-4 X X X X X X 1 1L 2 2L 3 3L Input Input X X X X X X com b a b a ux.power C 90~260 DI _ com DI 2 DI 1 com 1~6 7~10 11~12 9~ ~8 DI (Option) 1~5 elay X4 15 5

7 3 3 (2C. 2P) 1 1L 2 2L 3 3L LOD 3 3 (3C. 2P) 1 1L 2 2L 3 3L LOD L 2 2L 3 3L LOD 3 3 (2C. P) 1 1L 2 2L 3 3L LOD 3 4 ( P) 1 1L 2 2L 3 3L LOD 2 1 1L 2 2L 3 3L L LOD 6

8 6-1 odbus-u CC ( ) CC (8 ) 1~ ( CC-16 ) 6-7 (CC) 2 16 CC CC CC 7

9 6-8 CC CC CC 2 16 byte ddress field Data field PC CC 1. (1) 16 FFFF (ex) CC (2) CC 8 essage Byte xclusive O CC (3) CC CC 0 ( LB) (4) LB=0 3 LB=1 CC 001 (ex) CC (5) (6) 2~5 Byte (7) CC essage ddr Func Data Count Data Data Data Data CC Lo CC i 2. /* he function returns the CC as a type unsigned short. */ /* CC Generation */ unsigned short CC 16 (puchg, usdatalen) unsigned char *puchsg /* message to calculate CC upon */ unsigned short usdatalen /* quantity of bytes in message*/ { unsigned char ucncci=0xff; /*high CC byte initialized */ unsigned char uchcclo=0xff; /*low CC byte initialized */ unsigned uindex; /* will index index into CC lookup */ while (usdatalen--) /* pass through message buffer */ { uindex=uchcci ^*puchsgg++; */ calculate the CC */ uchcci=uchcclo ^auchcci[uindex]; uchcclo=auchcclo [uindex]; } return (uchcci<< 8 uchcclo); } 8

10 igh order byte table /* able of CC values for high-order byte */ static unsigned char auchcci []={ 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 0x01 0xC0 0x80 0x41 0x01 0xC0 0x80 0x41 0x00 0xC1 0x81 0x40 }; Low order byte table /* able of CC values for low-order byte */ static char auchcclo []={ 0x00 0xC0 0xC1 0x01 0xC3 0x03 0x02 0xC2 0xC6 0x06 0x07 0xC7 0x05 0xC5 0xC4 0x04 0xCC 0x0C 0x0D 0xCD 0x0F 0xCF 0xC 0x0 0x0 0xC 0xCB 0x0B 0xC9 0x09 0x08 0xC8 0xD8 0x18 0x19 0xD9 0x1B 0xDB 0xD 0x1 0x1 0xD 0xDF 0x1F 0xDD 0x1D 0x1C 0xDC 0x14 0xD4 0xD5 0x15 0xD7 0x17 0x16 0xD6 0xD2 0x12 0x13 0xD3 0x11 0xD1 0xD0 0x10 0xF0 0x30 0x31 0xF1 0x33 0xF3 0xF2 0x32 0x36 0xF6 0xF7 0x37 0xF5 0x35 0x34 0xF4 0x3C 0xFC 0xFD 0x3D 0xFF 0x3F 0x3 0xF 0xF 0x3 0x3B 0xFB 0x39 0xF9 0xF8 0x38 0x28 0x8 0x9 0x29 0xB 0x2B 0x2 0x 0x 0x2 0x2F 0xF 0x2D 0xD 0xC 0x2C 0x4 0x24 0x25 0x5 0x27 0x7 0x6 0x26 0x22 0x2 0x3 0x23 0x1 0x21 0x20 0x0 0x0 0x60 0x61 0x1 0x63 0x3 0x2 0x62 0x66 0x6 0x7 0x67 0x5 0x65 0x64 0x4 0x6C 0xC 0xD 0x6D 0xF 0x6F 0x6 0x 0x 0x6 0x6B 0xB 0x69 0x9 0x8 0x68 0x78 0xB8 0xB9 0x79 0xBB 0x7B 0x7 0xB 0xB 0x7 0x7F 0xBF 0x7D 0xBD 0xBC 0x7C 0xB4 0x74 0x75 0xB5 0x77 0xB7 0xB6 0x76 0x72 0xB2 0xB3 0x73 0xB1 0x71 0x70 0xB0 0x50 0x90 0x91 0x51 0x93 0x53 0x52 0x92 0x96 0x56 0x57 0x97 0x55 0x95 0x94 0x54 0x9C 0x5C 0x5D 0x9D 0x5F 0x9F 0x9 0x5 0x5 0x9 0x9B 0x5B 0x99 0x59 0x58 0x98 0x88 0x48 0x49 0x89 0x4B 0x8B 0x8 0x4 0x4 0x8 0x8F 0x4F 0x8D 0x4D 0x4C 0x8C 0x44 0x84 0x85 0x45 0x87 0x47 0x46 0x86 0x82 0x42 0x43 0x83 0x41 0x81 0x80 0x40 }; 9

11 6-9 ( code=03ex) Query tart of frame ddress field code tart address umber of rror check nd of frame tart of frame tarting message marker ddress field (1 byte) code 03ex (1 byte) tart address (2 byte) umber of registers word rror check 16bit CC nd of frame nd message marker esponse tart of frame ddress field code umber of data byte count D0, D1.. Dn rror check nd of frame tart of frame tarting message marker ddress field ransducer (1 byte) code 03ex (1 byte) umber of data byte count 00~?? ex (1 byte) D0~Dn byte D0~Dn Data rror check CC nd of frame nd message marker 6-10 rror message ransducer response tart of frame ddress field code rror code rror check nd of frame tart of frame tarting message marker ddress field ransducer address code PC function code 1 rror check CC nd of frame nd message marker rror code Data address 03 Data value 7-1 ( code 03) ddress 03 Data start addr hi 03 Data start addr low 8 Data of regs hi 00 Data of regs low CC 16 hi CC 16 low esponse ddress 03 Data count 02 Data hi 27 Data low 10 CC 16 hi CC 16 low 7-2 ( code 06) ddress 06 Data of regs hi 0B Data of regs low B8 alue hi 00 alue low CC 16 hi CC 16 low esponse ddress 06 Data of regs hi 0B Data of regs low B8 alue hi 00 alue low CC 16 hi CC 16 low 7-3 ddress 83 rror code 02 igh CC 16 hi 01= (rror function) 02= (rror data address) 03= (rror data value) CC 16 low 10

12 odbus U ode egister umber egister ame voltage current watt var Frequency watt hour watt hour watt hour watt hour var hour var hour var hour var hour (-) volatge (-) volatge (-) volatge (-) volatge (-) volatge (-) volatge I () current I () current I () current eutral current () () () () () () () () () () () () elay status Digital input (Option) ype aved cale Units / (cale Factor ) m/ (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) CO (1008) (1009) (1010) 2 (1012) (1013) (1014) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) m/ (cale Factor ) m/ (cale Factor ) m/ (cale Factor ) m/ (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) CO CO CO ange 0 ~ to 3 0 to 3 egister Description eal power, Phase eal power, Phase eal power, Phase eactive power, Phase eactive power, Phase eactive power, Phase pparent power, Phase pparent power, Phase pparent power, Phase Power factor, Phase Power factor, Phase Power factor, Phase Bit0 elay Bit1 elay Bit0 Digital input 1 Bit1 Digital input Demand watt D/ (cale Factor ) 0~+/ Demand watt 11

13 odbus U ode (aximum) egister umber egister ame aximum voltage aximum current aximum watt aximum var aximum aximum aximum Frequency aximum (-) volatge aximum (-) volatge aximum (-) volatge aximum (-) volatge aximum (-) volatge aximum (-) volatge aximum I () current aximum I () current aximum I () current aximum eutral current aximum () aximum () aximum () aximum () aximum () aximum () aximum () aximum () aximum () aximum () aximum () aximum () ype aved cale Units / (cale Factor ) m/ (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) CO 0.01 / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) m/ (cale Factor ) m/ (cale Factor ) m/ (cale Factor ) m/ (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) / (cale Factor ) CO CO CO ange 0 ~ 6600 egister Description eal power, Phase eal power, Phase eal power, Phase eactive power, Phase eactive power, Phase eactive power, Phase pparent power, Phase pparent power, Phase pparent power, Phase Power factor, Phase Power factor, Phase Power factor, Phase 1057 aximum Demand D/ (cale Factor ) ax D odbus U ode (Configuration) egister egister ame ype aved cale umber oltage scale factor Current scale factor att,, scale factor eversed P C Power Demand interval elay type elay i set2 value elay Lo set value eset aximum value eset aximum Demand eset nergy value / / / / / / Units inute ange -2 to 1-4 to 0-7 to ~ ~ ~ 60 0 to 2 0~ ~ to 1 0 to 1 0 to 1 egister Description -2 cale by cale by cale by 1 1 cale by 10-4 cale by cale by cale by cale by cale by 1-7 cale by cale by cale by cale by cale by cale by cale by cale by 1 1 cale by 10 oltage atio Current atio Demand internal 0 voltage 1 current 2 watt elay i set 2 value elay I set1 value 1 reset other illeqal 1 reset other illeqal 1 reset other illeqal 12

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

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

MCW Application Notes 24 th February 2017

MCW Application Notes 24 th February 2017 MCW Application Notes 24 th February 2017 www.motorcontrolwarehouse.co.uk Document number MCW-HEDY-001 Revision 0.1 Author Gareth Lloyd Product HEDY HD700 Title Summary HEDY HD700 Modbus Serial Communications

More information

DMTME Multimeters. Communication protocol. Technical specification V1.2 ABB

DMTME Multimeters. Communication protocol. Technical specification V1.2 ABB DMTME Multimeters Communication protocol ABB 1 Setting up DMTME serial communication.3 1.1 Serial network ID programming...3 1.2 RS-485 communication interface...3 1.3 Serial line connection...3 2 Communication

More information

on a 35 mm top-hat rail (in accordance with DIN EN TH35) Ambient temperature Operation: C Storage: C

on a 35 mm top-hat rail (in accordance with DIN EN TH35) Ambient temperature Operation: C Storage: C Data sheet PCD1.B1020-A20 E-Line RIO 16DI, 4Rel Starting with FW 1.08.xx The L-Serie E-Line RIO modules are controlled via the RS-485 serial communication protocols S-Bus and Modbus for decentralised automation

More information

MTR-4. C8 Command to MODBUS Bridge User Manual F-1, No. 631, Chung Der Road, Sec 1, Taichung Taiwan.

MTR-4. C8 Command to MODBUS Bridge User Manual F-1, No. 631, Chung Der Road, Sec 1, Taichung Taiwan. MTR-4 C8 Command to MODBUS Bridge User Manual 404 19F-1, No. 631, Chung Der Road, Sec 1, Taichung Taiwan. TEL:886-4-2238-0698 FAX:886-4-2238-0891 Web Site:http://www.monicon.com.tw E-mail: sales@monicon.com.tw

More information

Model IR5500. Infrared Open-Path Detector for Hydrocarbon Gases Modbus programming guide

Model IR5500. Infrared Open-Path Detector for Hydrocarbon Gases Modbus programming guide Model I5500 Infrared Open-Path Detector for Hydrocarbon Gases Modbus programming guide The information and technical data disclosed in this document may be used and disseminated only for the purposes and

More information

M2M/DMTME Instruments Communication protocol. Technical specification V.2.1 2CSG445011D0201

M2M/DMTME Instruments Communication protocol. Technical specification V.2.1 2CSG445011D0201 M2M/DMTME Instruments Communication protocol 2CSG445011D0201 1 Setting up M2M/DMTME serial communication... 3 1.1 Serial network ID programming... 3 1.2 RS-485 communication interface... 3 1.3 Serial line

More information

Input Channels: 4 differential or four single-ended. Address / Baud rate / range configurable by the user

Input Channels: 4 differential or four single-ended. Address / Baud rate / range configurable by the user DAM-Series User Manual Amazing Electronic (HK) Limited User s Manual Overview: DAM module is a new generation data acquisition and control system based on modular embedded systems. Adopting standard DIN35

More information

Ethernet to Digital I/O and Analog Input. (Model: IP-IO)

Ethernet to Digital I/O and Analog Input. (Model: IP-IO) Ethernet to Digital I/O and Analog Input (Model: IP-IO) Feature: Operation voltage : DC 7V ~ 36V. Analog Interface: Interface : 3.3V levels compatibility. Resolution : 16-bits Σ-Δ A/D converters. Accuracy

More information

Keywords: CRC, CRC-7, cyclic redundancy check, industrial output, PLC, programmable logic controller, C code, CRC generation, microprocessor, switch

Keywords: CRC, CRC-7, cyclic redundancy check, industrial output, PLC, programmable logic controller, C code, CRC generation, microprocessor, switch Keywords: CRC, CRC-7, cyclic redundancy check, industrial output, PLC, programmable logic controller, C code, CRC generation, microprocessor, switch APPLICATION NOTE 6002 CRC PROGRAMMING FOR THE MAX14900E

More information

PCD1.W5200-A20. E-Line S-Serie RIO 8AO. Features. General technical data. Dimensions and installation

PCD1.W5200-A20. E-Line S-Serie RIO 8AO. Features. General technical data. Dimensions and installation Data sheet www.sbc-support.com PCD1.W5200-A20 E-Line S-Serie RI 8A The S-Serie E-Line RI modules are controlled via the RS-485 serial communication protocols S-Bus and Modbus for decentralised automation

More information

Technical Specification. Third Party Control Protocol. AV Revolution

Technical Specification. Third Party Control Protocol. AV Revolution Technical Specification Third Party Control Protocol AV Revolution Document AM-TS-120308 Version 1.0 Page 1 of 31 DOCUMENT DETAILS Document Title: Technical Specification, Third Party Control Protocol,

More information

BENCHTOP INSTRUMENT. Digital AC/DC Power Meter. Operation Manual V1.0

BENCHTOP INSTRUMENT. Digital AC/DC Power Meter. Operation Manual V1.0 BENCHTOP INSTRUMENT Digital AC/DC Power Meter Operation Manual V1.0 Default Setup Item Default Remark Version 0 Model No. Address 1 1 ~ 255 decimal Baud Rate 96 3 bps, 6 bps, 12 bps, 24 bps, 48 bps, 96

More information

PCD1.A2000-A20. E-Line S-Serie RIO 6Rel 16A. Features. General technical data. Dimensions and installation

PCD1.A2000-A20. E-Line S-Serie RIO 6Rel 16A. Features. General technical data. Dimensions and installation Data sheet www.sbc-support.com PCD1.A2000-A20 E-Line S-Serie RI 6Rel 16A The S-Serie E-Line RI modules are controlled via the RS-485 serial communication protocols S-Bus and Modbus for decentralised automation

More information

Model IR700. Infrared Point Detector for Carbon Dioxide Gas Applications. Modbus Programming Guide

Model IR700. Infrared Point Detector for Carbon Dioxide Gas Applications. Modbus Programming Guide Infrared Point Detector for Carbon Dioxide Gas Applications Modbus Programming Guide The information and technical data disclosed in this document may be used and disseminated only for the purposes and

More information

variable 1. Start of Packet - is used to provide synchronization when parsing packets. Always 0xFC

variable 1. Start of Packet - is used to provide synchronization when parsing packets. Always 0xFC DreamScreen V2 WiFi UDP Protocol The DreamScreen-WiFi platform uses UDP unicasting and broadcasting over the WLAN to provide communication. Port 8888 is used for both sending and receiving. The DreamScreen

More information

TBS Unify Pro / SmartAudio

TBS Unify Pro / SmartAudio TBS Unify Pro / SmartAudio 02.12..2017 Revision 08 SmartAudio uses single wire half duplex communication based on UART. In Idle mode both host and VTX define the SmartAudio pin as input. If the host want

More information

Specifiche generali protocollo MODBUS-RTU Rev. 10 (inglese) REVISIONS

Specifiche generali protocollo MODBUS-RTU Rev. 10 (inglese) REVISIONS Modbus-RTU Protocol (Mach Smart / Smart Più) Page 1 of 18 Specifiche generali protocollo MODBUS-RTU Rev. 10 (inglese) Written: U. T. ing. M. Bandini / A. Sangiorgi Verified: A. Q. sig. F. Adinolfi Approved:

More information

Modbus Protocol Guide for ZP2 Series Control Panels

Modbus Protocol Guide for ZP2 Series Control Panels Modbus Protocol Guide for ZP2 Series Control Panels P/N 00-3243-505-2603-01 ISS 14DEC15 Copyright Trademarks and patents Manufacturer Version REV 01 Certification 2015 UTC Fire & Security. All rights reserved.

More information

Series PM174 Powermeter and Power Quality Analyzer PROFIBUS DP Communications Protocol

Series PM174 Powermeter and Power Quality Analyzer PROFIBUS DP Communications Protocol Series PM174 Powermeter and Power Quality Analyzer POFIBUS DP Communications Protocol eference Guide BG0449 ev. A1 Every effort has been made to ensure that the material herein is complete and accurate.

More information

variable 1. Start of Packet - is used to provide synchronization when parsing packets. Always 0xFC

variable 1. Start of Packet - is used to provide synchronization when parsing packets. Always 0xFC DreamScreen V2 WiFi UDP Protocol Rev 2 The DreamScreen-WiFi platform uses UDP unicasting and broadcasting over the WLAN to provide communication. Port 8888 is used for both sending and receiving. The DreamScreen

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

SIMCom_3G_CSD_Application Note_V1.00

SIMCom_3G_CSD_Application Note_V1.00 SIMCom_3G_CSD_Application Note_V1.00 Document Title: SIMCom_3G_CSD_Application Note Version: 1.00 Date: Status: Document Control ID: Release SIMCom_3G_CSD_Application Note_V1.00 General Notes SIMCom offers

More information

Series PM172 Powermeters PROFIBUS DP Communications Protocol

Series PM172 Powermeters PROFIBUS DP Communications Protocol Series PM172 Powermeters POFIBUS DP Communications Protocol eference Guide BG0405 ev. A2 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

1 SETTING UP GENERAL FUNCTION TYPE PROTOCOL MESSAGES COMMAND RETURN CODES... 6 TRANSACTION EXAMPLES...

1 SETTING UP GENERAL FUNCTION TYPE PROTOCOL MESSAGES COMMAND RETURN CODES... 6 TRANSACTION EXAMPLES... 1 SETTING UP... 3 1.1 RS232 CONTROL CABLES...3 1.2 RS232 SETTINGS...3 2 GENERAL... 4 3 FUNCTION TYPE... 4 4 PROTOCOL MESSAGES... 4 4.1 MESSAGE FORMATS...4 4.1.1 Message Head...4 4.1.2 Message Body...5

More information

Chapter 2: Secret Key

Chapter 2: Secret Key Chapter 2: Secret Key Basics Block or Stream? Secret Key Methods Salting AES Key Entropy Prof Bill Buchanan OBE http://asecuritysite.com/crypto02 http://asecuritysite.com/encryption Conclusion Encryption

More information

Modbus Communications Protocol

Modbus Communications Protocol ezpac Substation Automation Unit SA310/SA320/SA330 Modbus Communications Protocol eference Guide BG0339 ev. A7 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200

RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200 RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200 Biamp Systems, 14130 N.W. Science Park, Portland, Oregon 97229 U.S.A. (503) 641-7287 an affiliate of Rauland-Borg Corp. Introduction

More information

Motors I Automation I Energy I Transmission & Distribution I Coatings. Modbus RTU CFW701. User s Manual

Motors I Automation I Energy I Transmission & Distribution I Coatings. Modbus RTU CFW701. User s Manual Motors I Automation I Energy I Transmission & Distribution I Coatings Modbus RTU CFW701 User s Manual Modbus RTU User s Manual Series: CFW701 Language: English Document Number: 10001538593 / 00 Publication

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

Modbus RTU CFW100. User s Manual. Phone: Fax: Web: -

Modbus RTU CFW100. User s Manual. Phone: Fax: Web:  - Modbus RTU CFW100 User s Manual Modbus RTU User s Manual Series: CFW100 Language: English Document Number: 10002909455 / 00 Publication Date: 06/2014 CONTENTS CONTENTS... 3 ABOUT THIS MANUAL... 5 ABBREVIATIONS

More information

DULCOMETER Multi-parameter Controller dialog DACa

DULCOMETER Multi-parameter Controller dialog DACa Software manual DULCOMETER Multi-parameter Controller dialog DACa Modbus RTU EN Valid only in combination with the operating instructions for the Multi-parameter Controller dialog DACa. A2100 Please carefully

More information

Motors I Automation I Energy I Transmission & Distribution I Coatings. Modbus RTU CFW500. User s Manual

Motors I Automation I Energy I Transmission & Distribution I Coatings. Modbus RTU CFW500. User s Manual Motors I Automation I Energy I Transmission & Distribution I Coatings Modbus RTU CFW500 User s Manual Modbus RTU User s Manual Series: CFW500 Language: English Document Number: 10002253377 / 00 Publication

More information

Modbus communication protocol

Modbus communication protocol TIP Thüringer Industrie Produkte GmbH Bahnhofstraße 26 99842 Ruhla GERMANY Tel. : +49 (0)36929/64029-0 Fax : +49 (0)36929/64029-99 info@stromzaehler.de www.stromzaehler.de Modbus communication protocol

More information

Diagnostic Port Serial Interface for Capacitance Diaphragm Gauges

Diagnostic Port Serial Interface for Capacitance Diaphragm Gauges Communication Protocol Diagnostic Port Serial Interface for Capacitance Diaphragm Gauges CDG025D-X3 4-20 ma Current Loop Stripe CDG045Dhs Stripe CDG100Dhs tira84e1 (2017-05) 1 General Information The Diagnostic

More information

Motors I Automation I Energy I Transmission & Distribution I Coatings. Modbus RTU CFW300. User s Manual

Motors I Automation I Energy I Transmission & Distribution I Coatings. Modbus RTU CFW300. User s Manual Motors I Automation I Energy I Transmission & Distribution I Coatings Modbus RTU CFW300 User s Manual Modbus RTU User s Manual Series: CFW300 Language: English Document Number: 10003806158 / 02 Publication

More information

Signed/Unsigned Integer Arithmetic in C. Vineel Kovvuri

Signed/Unsigned Integer Arithmetic in C. Vineel Kovvuri Signed/Unsigned Integer Arithmetic in C Vineel Kovvuri http://vineelkovvuri.com Contents 1 Introduction 2 2 How signed-ness is represented in the hardware? 2 3 How signed-ness is interpreted in assembly?

More information

MODBUS Communication Protocol

MODBUS Communication Protocol MODBUS Communication Protocol for counters with integrated MODBUS or ETHERNET interface 7E.78/86 0212 7E.68 0212 7E.64 0210 7E.78/86 0412 7E.68 0412 6A and 80A 3phase counters with RS485 serial communication.

More information

RS232C Serial Interface for Pirani Diaphragm and Pirani Standard Gauges. Caution. binary 8 data bits 1 stop bit no parity bit no handshake

RS232C Serial Interface for Pirani Diaphragm and Pirani Standard Gauges. Caution. binary 8 data bits 1 stop bit no parity bit no handshake General Information The Serial Interface allows the communication of the digital Agilent Pirani Capacitance Diaphragm Gauges (PCG-750, PCG-752) and the digital Agilent Pirani Standard Gauges (PVG-550,

More information

Heat meter PolluStat M-bus communication protocol description

Heat meter PolluStat M-bus communication protocol description Heat meter PolluStat M-bus communication protocol description 1 1. General structure of protocol 1.1. General features of protocol Meter uses a M-bus protocol. Default baud rate: 2400 bps, Even, 1 Stop.

More information

Verve IPAC Plug-in Wireless AC Module. Software Setup 3. DolphinView Software 3. Preparations 4 Transmit LINK Signals 4.

Verve IPAC Plug-in Wireless AC Module. Software Setup 3. DolphinView Software 3. Preparations 4 Transmit LINK Signals 4. Verve IPAC Plug-in Wireless AC Module Wireless Linking & Configuration Guide Table of Contents IPAC Configuration Settings 2 Configuration Settings Reference Table 2 Software Setup 3 DolphinView Software

More information

RS-232 Control of the Advantage DRI

RS-232 Control of the Advantage DRI RS-232 Control of the Advantage DRI Biamp Systems, 14130 N.W. Science Park, Portland, Oregon 97229 U.S.A. (503) 641-7287 an affiliate of Rauland-Borg Corp. Introduction This document contains technical

More information

FnIO S Series: NA MODBUS/TCP(UDP) Adapter. with Two RJ-45

FnIO S Series: NA MODBUS/TCP(UDP) Adapter. with Two RJ-45 Preliminary NA-9289 Page 1 of 34 FnIO S Series: NA-9289 MODBUS/TCP(UDP) Adapter with Two RJ-45 Preliminary NA-9289 Page 2 of 34 DOCUMENT CHANGE SUMMARY REV. PAGES REMARKS DATE Editor Released May.2 1,

More information

The Roboteq Modbus Implementation User Manual

The Roboteq Modbus Implementation User Manual The Roboteq Modbus Implementation User Manual V1.1, December 21, 2017 Visit www.roboteq.com to download the latest revision of this manual Copyright 2017 Roboteq, Inc Copyright Roboteq Inc. 2018. All Rights

More information

App Note Application Note: State-Driven Control of a dpasp using a Microchip PIC.

App Note Application Note: State-Driven Control of a dpasp using a Microchip PIC. Rev: 1.0.1 Date: 8 th July 2009 App Note - 207 Application Note: State-Driven Control of a dpasp using a Microchip PIC. This application note contains a total 3 files, if you have only this pdf text document,

More information

RS232C / RS485C Serial Interface for Cold Cathode and Cold Cathode Pirani Gauges

RS232C / RS485C Serial Interface for Cold Cathode and Cold Cathode Pirani Gauges Communication Protocol RS232C / RS485C Serial Interface for Cold Cathode and Cold Cathode Pirani Gauges MAG500, MAG504 MPG500, MPG504 tira83e1-a (2017-06) 1 General Information The Serial Interface allows

More information

Series PM172 Powermeters SATEC ASCII Communications Protocol

Series PM172 Powermeters SATEC ASCII Communications Protocol Series PM172 Powermeters SATEC ASCII Communications Protocol eference Guide BG0402 ev. A3 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

RS232C / RS485C Serial Interface for Pirani Capacitance Diaphragm and Pirani Standard Gauges

RS232C / RS485C Serial Interface for Pirani Capacitance Diaphragm and Pirani Standard Gauges Communication Protocol RS232C / RS485C Serial Interface for Pirani Capacitance Diaphragm and Pirani Standard Gauges PCG550, PCG552, PCG554 PSG550, PSG552, PSG554 RS485C RS232C tira59e1-a (2017-04) 1 General

More information

SPARC INTERNATIONAL. Version1 SPARC Keyboard Specification

SPARC INTERNATIONAL. Version1 SPARC Keyboard Specification SPARC INTERNATIONAL Version1 SPARC Keyboard Specification SPARC International, Inc. 3333 Bowers Ave., Suite 280, Santa Clara, CA 95054-3913, 408-748-9111. FAX 408-748-9777 1999, SPARC International Inc.

More information

PCD1.E1000-A10. E-Line S-Serie RIO 12DI. Features. General technical data. Dimensions and installation

PCD1.E1000-A10. E-Line S-Serie RIO 12DI. Features. General technical data. Dimensions and installation ata sheet www.sbc-support.com PC1.E1000-A10 E-Line S-Serie RIO 12I The S-Serie E-Line RIO modules are controlled via the RS-485 serial communication protocols S-Bus and Modbus for decentralised automation

More information

AquaCER with TTL OUTPUT

AquaCER with TTL OUTPUT INSTRUCTION MANUAL AquaCER with TTL OUTPUT DESCRIPTION: The AquaCER TTL is a hydrostatic pressure transmitter, with a capacitive ceramic sensor, and can withstand very high burst pressures. The applied

More information

ADV7610 SOFTWARE MANUAL SOFTWARE MANUAL. Documentation of the Register Maps. Rev. 0

ADV7610 SOFTWARE MANUAL SOFTWARE MANUAL. Documentation of the Register Maps. Rev. 0 ADV7610 SOFTWAE MANUAL Documentation of the egister Maps SOFTWAE MANUAL ev. 0 April 2013 egister Map TABLE OF CONTENTS Introduction... 3 Legal Terms and Conditions... 3 1 egister Tables... 4 1.1 IO...

More information

// and verify that there is a sine wave with frequency <FREQUENCY> and

// and verify that there is a sine wave with frequency <FREQUENCY> and F330DC_IDA0_SineWave.c Copyright 2006 Silicon Laboratories, Inc. http:www.silabs.com Program Description: This program outputs a sine wave using IDA0. IDA0's output is scheduled to update at a rate determined

More information

Computer Control of the Advantage DRC 4+4

Computer Control of the Advantage DRC 4+4 Computer Control of the Advantage DRC 4+4 Biamp Systems, 14130 N.W. Science Park, Portland, Oregon 97229 U.S.A. (503) 641-7287 an affiliate of Rauland-Borg Corp. Introduction This document contains technical

More information

JDICON 400/500 JDICON 401/501. B Interface Description. Universal process controller

JDICON 400/500 JDICON 401/501. B Interface Description. Universal process controller JDICON 400/500 Universal process controller JDICON 401/501 Universal profile controller Universal profile generator B 70.3570.2 Interface Description 10.99/00371593 Contents 1 Introduction 5 1.1 Preface...

More information

JPEG File Layout and Format

JPEG File Layout and Format Page 1 of 6 JPEG File Layout and Format The File Layout A JPEG file is partitioned by markers. Each marker is immediately preceded by an all 1 byte (0xff). Although t more markers, We will discuss the

More information

IEC /104 Communications Protocol

IEC /104 Communications Protocol expertmeter High Performance Analyzer PM180 IEC60870-5-101/104 Communications Protocol Reference Guide BG0593 Rev. A1 Every effort has been made to ensure that the material herein is complete and accurate.

More information

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH SATEC ASCII Communications Protocol eference Guide BG0426 ev. A3 Every effort has been made to ensure that the material herein is complete and accurate.

More information

Highlights. FP51 (FPGA based 1T 8051 core)

Highlights. FP51 (FPGA based 1T 8051 core) Copyright 2017 PulseRain Technology, LLC. FP51 (FPGA based 1T 8051 core) 10555 Scripps Trl, San Diego, CA 92131 858-877-3485 858-408-9550 http://www.pulserain.com Highlights 1T 8051 Core Intel MCS-51 Compatible

More information

Modbus Communications Protocol

Modbus Communications Protocol Power Quality and evenue Meter EM720/EM720T Modbus Communications Protocol eference Guide BG0457 ev. A6 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

//

// ----------------------------------------------------------------------------------- Filename: FixedMath.h ----------------------------------------------------------------------------------- -----------------------------------------------------------------------------------

More information

Request for Comments: XXXX November Registration of a Georgian Character Set draft-giasher-geostd8-00.txt

Request for Comments: XXXX November Registration of a Georgian Character Set draft-giasher-geostd8-00.txt Internet draft Gia Shervashidze Network Working Group Georgian Internet Avenue Request for Comments: XXXX November 2001 Registration of a Georgian Character Set draft-giasher-geostd8-00.txt Status of this

More information

Cab Bus Communications Protocol

Cab Bus Communications Protocol Page 1 Overview of Controller Bus The controller bus connects up to 63 Hand-Held Cab Controllers to the Command Station. Data on the bus runs at 9600 bps with 8 data bits, no parity, 2 stop bits and meets

More information

Modbus Communications Protocol

Modbus Communications Protocol Powermeter and Power Quality Analyzer PM175 Modbus Communications Protocol eference Guide BG0416 ev. A7 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

Modbus Communications Protocol

Modbus Communications Protocol Powermeter and Power Quality Analyzer PM174 Modbus Communications Protocol eference Guide BG0414 ev. A7 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

EM133-R Residential Multifunction Meter

EM133-R Residential Multifunction Meter EM133- esidential Multifunction Meter Modbus Communications Protocol eference Guide BG0520 ev. A4 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

EM133 Multifunction Meter

EM133 Multifunction Meter EM133 Multifunction Meter POFIBUS DP Communications Protocol eference Guide BG0496 ev. A1 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

CSCI 2212: Intermediate Programming / C Chapter 15

CSCI 2212: Intermediate Programming / C Chapter 15 ... /34 CSCI 222: Intermediate Programming / C Chapter 5 Alice E. Fischer October 9 and 2, 25 ... 2/34 Outline Integer Representations Binary Integers Integer Types Bit Operations Applying Bit Operations

More information

#include <stdio.h> // // Global CONSTANTS

#include <stdio.h> // // Global CONSTANTS Distance.c Author: Baylor Electromechanical Systems Operates on an external 18.432 MHz oscillator. Target: Cygnal Educational Development Board / C8051F020 Tool chain: KEIL C51 6.03 / KEIL EVAL C51 Utilizes

More information

SCYLAR INT 7. Communication description. Software Version 01

SCYLAR INT 7. Communication description. Software Version 01 SCYLAR INT 7 Communication description Software Version 01 Changes to be reserved 1 Contents 1 Introduction...3 2 Communication interfaces...3 2.1 Communication priorities...3 2.2 Telegram formats...3

More information

Microcontroller. Instruction set of 8051

Microcontroller. Instruction set of 8051 UNIT 2: Addressing Modes and Operations: Introduction, Addressing modes, External data Moves, Code Memory, Read Only Data Moves / Indexed Addressing mode, PUSH and POP Opcodes, Data exchanges, Example

More information

DATA SHEET. article numbers P125-1b & P125-1g

DATA SHEET. article numbers P125-1b & P125-1g LC 16.2 TREND DATA SHEET article numbers P125-1b & P125-1g Pottery House, Pottery Road, Dun Laoghaire, Co. Dublin, Ireland. Tel: +353-1-2350279 Fax: +353-1-2350361 Am Gneisenauflöz 6, 66538 Neunkirchen,

More information

Model IR4000M. Multi-Point Monitor Modbus programming guide

Model IR4000M. Multi-Point Monitor Modbus programming guide Model I4000M Multi-Point Monitor Modbus programming guide The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically

More information

SHARKY BR773. Communication Description. Software Version 28

SHARKY BR773. Communication Description. Software Version 28 SHARKY BR773 Communication Description Software Version 28 06.03.2007 1 Autor: Edgar v. Schloß CONTENTS 1 INTRODUCTION... 3 2 COMMUNICATION INTERFACES... 3 2.1 COMMUNICATION PRIORITIES... 3 2.2 TELEGRAM

More information

ADV7612 SOFTWARE MANUAL SOFTWARE MANUAL. Documentation of the Register Maps. Rev. A

ADV7612 SOFTWARE MANUAL SOFTWARE MANUAL. Documentation of the Register Maps. Rev. A ADV7612 SOFTWAE MANUAL Documentation of the egister Maps SOFTWAE MANUAL ev. A December 2013 TABLE OF CONTENTS egister Map Introduction... 3 Legal Terms and Conditions... 3 1 egister Tables... 4 1.1 IO...

More information

I2C-AI418ML I2C-bus Voltage and Current Analog Input Board with over-voltage protection

I2C-AI418ML I2C-bus Voltage and Current Analog Input Board with over-voltage protection I2C-I48ML I2C-bus Voltage and Current nalog Input Board with over-voltage protection Features 4 channels of analog inputs MCP3424, 2,4,6 and 8-bit Input voltage range: -5V, -V Input current range: -2m,

More information

ECE251: Intro to Microprocessors Name: Solutions Mid Term Exam October 4, 2018

ECE251: Intro to Microprocessors Name: Solutions Mid Term Exam October 4, 2018 ECE251: Intro to Microprocessors Name: Solutions Mid Term Exam October 4, 2018 (PRINT) Instructions: No calculators, books, or cell phones; do not communicate with any other student. One side of a single

More information

Series PM172 Powermeters Modbus Communications Protocol

Series PM172 Powermeters Modbus Communications Protocol Series PM172 Powermeters Modbus Communications Protocol eference Guide BG0400 ev. A5 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer is

More information

High Definition Video Player User Manual

High Definition Video Player User Manual MedeaWiz Sprite High Definition Video Player User Manual Firmware version 20180704 Manual version 200 Parts of this manual do not apply to earlier versions of firmware Find your Sprite s FW version in

More information

MICROPROCESSOR CONTROLLER RE15

MICROPROCESSOR CONTROLLER RE15 MICROPROCESSOR CONTROLLER RE15 SERIAL INTERFACE WITH MODBUS PROTOCOL USER S MANUAL 1 2 CONTENTS 1. PREFACE... 4 2. DESCRIPTION OF THE MODBUS PROTOCOL... 4 2.1. ASCII framing... 6 2.2. RTU framing... 6

More information

SXH Protocol by Spinel Version 3.0 Date:

SXH Protocol by Spinel Version 3.0 Date: SXH Protocol by Spinel Version 3.0 Date:.8 Revision History Vision Date Description V.0 V.0 V3.0 September, 6 December, 6 April, 8 Initial release Added LED control, OSD, Cmd 0x30 Added all ratio image

More information

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Modbus Communications Protocol eference Guide BG0427 ev. A4 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

Modbus Communications Protocol

Modbus Communications Protocol Series PM172 Powermeters PM172P/PM172E/PM172EH Modbus Communications Protocol eference Guide BG0400 ev. A6 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

HDLC BCC 15.1 Data Link Protocol Description

HDLC BCC 15.1 Data Link Protocol Description Data Link Protocol Description by Daniel L. Henry Revision 1.1 October 9, 2011 Copyright 2000-2011 by Daniel L. Henry Revision History Rev. Date Changed By Reason for Change 1.0 5/9/03 Dan L. Henry Made

More information

Using the USB and Serial Interfaces

Using the USB and Serial Interfaces Using the USB and Serial Interfaces PulsON 300 and 400 Series TIME DOMAIN Cummings Research Park 4955 Corporate Drive Suite 101 Huntsville, AL 35805 USA http://www.timedomain.com Tel: +1 256.922.9229 +1

More information

Interface Card, Interface Box, Datalogger & Interface. Bedienungsanleitung. Kommunikationsprotokoll. Operating Instructions. Communications protocol

Interface Card, Interface Box, Datalogger & Interface. Bedienungsanleitung. Kommunikationsprotokoll. Operating Instructions. Communications protocol Interface Card, Interface Box, Datalogger & Interface D GB Bedienungsanleitung Kommunikationsprotokoll Operating Instructions Communications protocol 42,0410,1318 022005 Table of contents General remarks...

More information

SPI Lasers UK Limited. Serial Command Reference for the PRISM Laser Platform

SPI Lasers UK Limited. Serial Command Reference for the PRISM Laser Platform SPI Lasers UK Limited Serial Command Reference for the PRISM Laser Platform 1 of 89 Table of Contents Introduction... Connecting to the OEM Fibre Laser... Data Link Layer... Frame Structure... Data Element...

More information

RTX64. Supported Network Interface Cards

RTX64. Supported Network Interface Cards RTX64 Supported Network Interface Cards 2017 IntervalZero, Inc. IZ-DOC-X64-0088-R34 October 2017 The Supported Network Interface Cards guide lists the NIC drivers that are provided with RTX64 for use with

More information

RTX64. Supported Network Interface Cards IntervalZero, Inc. IZ-DOC-X R32 March 2017

RTX64. Supported Network Interface Cards IntervalZero, Inc. IZ-DOC-X R32 March 2017 RTX64 Supported Network Interface Cards 2017 IntervalZero, Inc. IZ-DOC-X64-0088-R32 March 2017 The Supported Network Interface Cards guide lists the NIC drivers that are provided with RTX64 for use with

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

CSEE bit AES decryption. Shrivathsa Bhargav Larry Chen Abhinandan Majumdar Shiva Ramudit. Spring 2008 Project Design Document

CSEE bit AES decryption. Shrivathsa Bhargav Larry Chen Abhinandan Majumdar Shiva Ramudit. Spring 2008 Project Design Document CSEE 4840 128-bit AES decryption Shrivathsa Bhargav Larry Chen Abhinandan Majumdar Shiva Ramudit Spring 2008 Project Design Document CSEE 4840 Table of contents Abstract 1 1. Introduction 1 2. Hardware

More information

Description. thanos ModBus. thanos SR ModBus

Description. thanos ModBus. thanos SR ModBus thanos ModBus & thanos SR ModBus Thermokon Sensortechnik GmbH - www.thermokon.de - email@thermokon.de 1 Index of changes Revision Date A B C 25.7.211 First draft 12.9.211 Version LQ added 22.9.211 Additional

More information

MODEL TDAI-2170 INTEGRATED AMPLIFIER EXTERNAL CONTROL MANUAL

MODEL TDAI-2170 INTEGRATED AMPLIFIER EXTERNAL CONTROL MANUAL MODEL TDAI-2170 INTEGRATED AMPLIFIER EXTERNAL CONTROL MANUAL Serial Settings The serial port settings are always 8 data bits, no parity and one stop bit with a baud rate of 115200. Commands and Requests

More information

StarPRNT ios SDK User s Manual

StarPRNT ios SDK User s Manual StarPRNT ios SDK User s Manual Abstract This paper provides information about the StarPRNT ios SDK. It provides guidelines for our customers to build the StarPRNT application. Version History Release Date

More information

Grove - OLED Display 0.96''

Grove - OLED Display 0.96'' Grove - OLED Display 0.96'' Release date: 9/20/2015 Version: 1.0 Wiki: http://www.seeedstudio.com/wiki/grove_-_oled_display_96*96 Bazaar: http://www.seeedstudio.com/depot/grove-oled-display-096-p-824.html

More information

Stabiliti Modbus Programming Guide

Stabiliti Modbus Programming Guide Stabiliti Modbus Programming Guide Product Models: 30C & 30C3 Purpose and Scope This document describes the Modbus communication protocol and register set used by the Ideal Power 30 kw Stabiliti Series

More information

UNPACKING THE PACKED UNPACKER: REVERSING AN ANDROID ANTI-ANALYSIS NATIVE LIBRARY Maddie Stone Google, USA

UNPACKING THE PACKED UNPACKER: REVERSING AN ANDROID ANTI-ANALYSIS NATIVE LIBRARY Maddie Stone Google, USA 3 5 October UNPACKING THE PACKED UNPACKER: REVERSING AN ANDROID ANTI-ANALYSIS NATIVE LIBRARY Maddie Stone Google, USA ABSTRACT maddiestone@google.com Malware authors implement many different techniques

More information

MN63Y1214 Administrator's Manual Ver < Non NDA type >

MN63Y1214 Administrator's Manual Ver < Non NDA type > SYSTEM LSI Dual Interface RFID MN63Y1214 Administrator's Manual Ver. 1.0 < Non NDA type > Warning and Precaution Regarding to Use of the Technical Information and Semiconductor Described in This Document

More information

ECE331 Homework 4. Due Monday, August 13, 2018 (via Moodle)

ECE331 Homework 4. Due Monday, August 13, 2018 (via Moodle) ECE331 Homework 4 Due Monday, August 13, 2018 (via Moodle) 1. Below is a list of 32-bit memory address references, given as hexadecimal byte addresses. The memory accesses are all reads and they occur

More information