System Design Guide for Slave

Size: px
Start display at page:

Download "System Design Guide for Slave"

Transcription

1 System Design Guide for Slave Motor Business Unit Appliances Company 2012/2/15 Rev. 2 Page 1

2 Revision History Revision Date Change Description /3/3 Initial Release /2/15 P1 Changed title from A Guide to Firmware Development for Slave. P3 Added introduction. P5 Clarified the block diagram. Deleted MNM1221 block diagram. P7 Added XSYNC output timing. P9 Changed from SH7065F to SH7216 example. P10 Deleted XINTRX signal connection. P14 Added bus connection. P35 Added occupied blocks. Minor edits. 2012/2/15 Rev. 2 Page 2

3 Introduction This document is to describe an example of system design for the generic slave. Modes of ASIC MNM1221: 2012/2/15 Rev. 2 Page 3

4 System Structure 2012/2/15 Rev. 2 Page 4

5 Block Diagram for RTEX Circuit COM (green and red) 2 Out Port LINK (green) In Port RJ45 RJ45 PHY MII ASIC MNM bit or 8bit XSYNC CPU Input Capture Node Address (MAC-ID) BCD 2digits 25MHz To prevent ESD 8 Reset If software runaway, PHY and ASIC must be reset for safety. Out Port In Port 2012/2/15 Rev. 2 Page 5

6 Timing Signals of MNM1221 In Slave, XSYNC is output at the same time after all Slaves received the frame. Synchronizing the calculation with this signal, all Slaves simultaneity is realized. In Slave, XTXTIM is not available. Connect to VCC. MNM1221 In RUNNING state, negative pulse is output each after all Slaves received. (pulse width: 1.28us) XTXTIM XSYNC XINTRX Negative pulse is output at received. (pulse width: 1.28us) 2012/2/15 Rev. 2 Page 6

7 XSYNC Output Timing At the same time, XSYNCs of all slaves are outputted. Master Slave XINTRX Timing XSYNC Timing Time TX RX RX TX #1 RX TX #2 RX TX #3 RX TX #4 2012/2/15 Rev. 2 Page 7

8 Consideration for Com. Error In communication error, there is a case where the frame is stopped as well as CRC error. In this case, since the frame cannot be received, XSYNC and XINTRX pulse are not output. Master (NC) Slave (Servo) Noise There is also a missing frame. XSYNC or XINTRX Com. period e.g. 0.5ms Missing The timing pulse is not always output. There is also missing case. 2012/2/15 Rev. 2 Page 8

9 Example for SH7216 (Renesas) 2012/2/15 Rev. 2 Page 9

10 Timing Signal Connection ASIC MNM1221 Com. period e.g. 0.5ms CPU SH7216 Timer XSYNC TIOCxA MTU2 Ch x Capture input XINTRX - - Connect Connect XSYNC XSYNC to to a a capture capture input input of of a a timer timer in in the the CPU. CPU. - - At At the the falling falling edge, edge, the the timer timer is is cleared cleared and and the the interrupt interrupt occurs. occurs. 2012/2/15 Rev. 2 Page 10

11 Timing Chart The first XSYNC Com. Period Tc e.g. 0.5ms Missing If continuously 4 times (typical), timeout is detected. XSYNC TIOCxA Change Timeout detected Compare Value TGRB_x C4 C3 C2 Change Change Change Change Timer TCNT_x C1 Capture Value TGRA_x (Not used) Capture INT TGIA_x Timing margin: Tm Compare match INT TGIB_x Compare match INT enable TGIEB in TIER_x Disable Enable Enable in the first capture interrupt. Disable at timeout detected 2012/2/15 Rev. 2 Page 11

12 Interrupt Setting During normal receiving, the input capture interrupt is used. If missing, the compare match interrupt works. Signal Interrupt Period Trigger Interrupt Enabling TGIA_x MTU2 Input Capture e.g. 0.5ms Normal receiving Always enable. TGIB_x MTU2 Compare Match e.g. 0.5ms Frame missing At the first XSYNC, enable in the capture INT. At timeout detected, disable. Notes: - If the frame missing, the previous data is used for the control. This way is the same as CRC error detected. If the data is command position, previous difference of position is used with assuming velocity is constant. - The input capture is used for clearing the timer at interrupt occurrence, and TGRA_x capture value is not used. - Because XSYNC is output in only RUNNING state, in the time from reset-released to the RUNNING state the process should be done by main loop. 2012/2/15 Rev. 2 Page 12

13 Setting Compare Value To prevent both capture and compare-mach INT in normal receiving, the compare-mach INT timing must be delayed a little. Therefore set as follows: C1 C2 C3 C4 Setting Value Tc + Tm 2Tc + Tm 3Tc + Tm 4Tc + Tm Tc: Communication Period Tm: Timing Margin (Set the larger value than the jitter of XSYNC. ) According to receiving situation, set TGRB_x to the following compare value. In capture INT Set C1 (Initialize) In compare-match INT Each time interrupt, increment the compare value such as from C1 to C /2/15 Rev. 2 Page 13

14 Bus Connection ASIC MNM1221 Pull-ups must be installed on all CPU pins except WAIT to ensure level at reset. CPU SH7216 Pull-down D32 D15 D15 D16 D0 D0 A10 A10 A1 A1 A0 +3.3V MODE1 MODE0 XCS XRD CSn RD BUSMODE XWR WRL XWAIT WAIT 2012/2/15 Rev. 2 Page 14

15 Timing Chart at Start-up 2012/2/15 Rev. 2 Page 15

16 COM-LED operation Phase of Firmware Firmware operation T = 1ms Timing at Start-up in Master TX Init frame 0.5ms Confirm Ready State Error check of of Slave information Cyclic Start INIT WAITING PREPARE START RUNNING 1ms When error, set COM-LED to RED OFF Blinking GREEN (0.5s ON, 0.5s OFF) GREEN From here, Start NC calculation XTXTIM TX RX Init-A T = 2ms Init-B Invalid Data (NOP) Real-time Valid Data When Slave NOT established, MNM1221 repeats TX. XSYNC XINTRX State of MNM1221 INITIAL RING-CONFIG READY RUNNING 2012/2/15 Rev. 2 Page 16

17 Timing at Start-up in Slave COM-LED Operation Blinking Green OFF (0.5s ON, 0.5s OFF) Firmware Operation Set Initializing Done Register to 1. Solid Green Get the position of my node data in in RX memory. RX TX Init-A T = 2ms Init-B Real-time The first response data is invalid. (All zero) XINTRX XSYNC MNM1221 State INITIAL CONFIG-A CONFIG-B RUNNING 2012/2/15 Rev. 2 Page 17

18 State-Transition at Start-up COM-LED Off Blinking Green (In initializing) Solid Green (In cyclic communication) Master MNM1221 State INITIAL RING CONFIG READY RUNNING Init-A If slave not established, Init-A is continuously transmitted with 2ms period. Init-B Real-time MNM1221 State INITIAL 2ms CONFIG-B RUNNING e.g. 0.5ms Slave COM-LED Off CONFIG-A Blinking Green (Receivable Init-A, B frame) Solid Green (Receivable Real-time frame) 2012/2/15 Rev. 2 Page 18

19 Example Code 2012/2/15 Rev. 2 Page 19

20 Contents of Example Code The example code has basic functions for slave. The received data is moved into RX buffer in RAM, and TX buffer data is transmitted. An application program using this TX/RX buffer is assumed. Files: Name mnm1221_s.h mnm1221_s.c Description Header File Source File Functions: Name Placing Description init_mnm1221_s() After Releasing Reset Initializing get_state_mnm1221_s() Main Loop Reading MNM1221 state int_sync_mnm1221_s() Interrupt by XSYNC Com. Data Exchange timeout_mnm1221_s() At Timeout Detected Operation at Timeout Variables: Name Placing Description my_rx_buf[] CPU internal RAM RX Buffer my_tx_buf[] CPU internal RAM TX Buffer 2012/2/15 Rev. 2 Page 20

21 Programming by Yourself The followings are not included in the example code. Application Reading MAC-ID COM LED Operation Description Depend on your device. Reading rotary SW at power-on According to MNM1221 state and error, control LED. Remark Including detection of command error. Converting BCD to BIN. Error detection for out of setting range. 2 Colors LED (Green / Red) Timeout Detection Continuous CRC Error Detection In RUNNING state, continuously not received. In RUNNING state, continuously CRC error detected. e.g. Cable breaking down If necessary, added for safety. In motion control, mandatory. Note: When the larger value is set to timeout detection or continuous CRC error detection, noise immunity is improved. However, there is a trade-off that the detection time becomes longer and it might cause problem for safety. After careful consideration, set suitable value for application. If error detected, it is necessary to control for safe side such as motion stop. 2012/2/15 Rev. 2 Page 21

22 Location of Example Code MNM1221 State RX INITIAL CONFIG-A Init-A CONFIG-B Init-B Real-time e.g. 0.5ms RUNNING TX XSYNC Reset init_mnm1221_s() get_state_mnm1221_s() Call periodically in main loop. Main Main Loop XSYNC Interrupt Initializing int_sync_mnm1221_s() At Timeout Detected timeout_mnm1221_s() 2012/2/15 Rev. 2 Page 22

23 Flow Chart 2012/2/15 Rev. 2 Page 23

24 Initializing Name init_mnm1221_s() Description Initializing after Reset Start Initializing Variables Initializing MNM1221 Registers Enable Com. Return 2012/2/15 Rev. 2 Page 24

25 Main Loop Name get_state_mnm1221_s() Description Reading State Start Reading MNM1221 State Return 2012/2/15 Rev. 2 Page 25

26 SYNC Interrupt Name int_sync_mnm1221_s() Description Interrupt by XSYNC of MNM1221 Start The First Time? Yes No Set Readout Pointer CRC Error? Yes Put com. data process using the buffer. No Moving Data from MNM1221 to Buffer Error Count Application Moving Data from Buffer to MNM1221 Return 2012/2/15 Rev. 2 Page 26

27 Operation at Timeout Detected Name timeout_mnm1221_s() Description Initializing at Timeout Detected Start Reset MNM1221 Put the process that makes COM LED display blinking Red. Initializing Application (LED operation) Return 2012/2/15 Rev. 2 Page 27

28 TX and RX Buffer Structure 2012/2/15 Rev. 2 Page 28

29 Com. Buffer Structure (16bit) The following figure shows my_rx_buf[] when 16bit access. Also my_tx_buf[]. Bit 15 Bit 8 Bit 7 Bit 0 my_rx_buf[0] byte1 byte0 my_rx_buf[1] byte3 byte2 my_rx_buf[2] byte5 byte4 my_rx_buf[3] byte7 byte6 my_rx_buf[4] byte9 byte8 my_rx_buf[5] byte11 byte10 my_rx_buf[6] byte13 byte12 my_rx_buf[7] byte15 byte14 byte0 to 15 means the contents of the one data block consisting of 16bytes. 2012/2/15 Rev. 2 Page 29

30 Com. Buffer Structure (8bit) The following figure shows my_rx_buf[] when 8bit access. Also my_tx_buf[]. Bit 7 Bit 0 Bit 7 Bit 0 my_rx_buf[0] byte0 my_rx_buf[8] byte8 my_rx_buf[1] byte1 my_rx_buf[9] byte9 my_rx_buf[2] byte2 my_rx_buf[10] byte10 my_rx_buf[3] byte3 my_rx_buf[11] byte11 my_rx_buf[4] byte4 my_rx_buf[12] byte12 my_rx_buf[5] byte5 my_rx_buf[13] byte13 my_rx_buf[6] byte6 my_rx_buf[14] byte14 my_rx_buf[7] byte7 my_rx_buf[15] byte15 byte0 to 15 means the contents of the one data block consisting of 16bytes. 2012/2/15 Rev. 2 Page 30

31 LED Operation 2012/2/15 Rev. 2 Page 31

32 COM LED Operation Control the COM LED as follows: Normally Return Value of get_state_mnm1221_s() 0x0008 (INITIAL) 0x0004 (CONFIG-A) 0x0002 (CONFIG-B) 0x0001 (RUNNING) COM LED OFF Blinking Green (0.5s ON, 0.5s OFF) Solid Green Error Cause of Error Timeout Continuous CRC Error Cyclic-data Not Receivable (e.g. MAC-ID Unmatched) Out of MAC-ID setting range COM LED Blinking Red (0.5s ON, 0.5s OFF) Solid Red Notes: - Latch an error, and hold the error state until clearing operation even if the cause disappears. - The Solid Red shows that system reset is needed for clearing. - The detection time of Timeout and Continuous CRC Error is typically four communication cycle, and adjust it with careful consideration for safety and noise immunity etc 2012/2/15 Rev. 2 Page 32

33 Modifying the Example Code 2012/2/15 Rev. 2 Page 33

34 Bus Access Definition mnm1221_s.h Set the address value according to your system. If 8bit data bus, delete this line. 2012/2/15 Rev. 2 Page 34

35 Occupied Blocks mnm1221_s.c If not one block, change the number of occupied blocks. (1 block = 16 bytes) 2012/2/15 Rev. 2 Page 35

36 Putting Application mnm1221_s.c Int_sync_mnm1221_s() Replace this test function with your application. The time of the calculation must be shorter than communication period. 2012/2/15 Rev. 2 Page 36

37 LED Operation at Timeout mnm1221_s.c Add the operation of COM LED controlling. 2012/2/15 Rev. 2 Page 37

38 Attention for Cyclic Position I/F 2012/2/15 Rev. 2 Page 38

39 Motion at Communication Error In cyclic position interface device, if the command is held the previous value, that is the same as zero velocity command and causes unstable motion. Therefore, at communication error, the estimated command position on the assumption of constant velocity must be used. Cmd. Update Period Bad Com. Error Good Com. Error Command Position Command Position Previous cmd. held. Time Estimated value used. Time Difference of Cmd. Pos. (Velocity) Fluctuation Difference of Cmd. Pos. (Velocity) Time Stable Time Note: The above description is for momentary communication error. If the error continues over the specific value, the motion must be stopped for safety. 2012/2/15 Rev. 2 Page 39

40 Detection of Data Update Timing When data update period is longer than communication period (e.g. update: 1ms and com.: 0.5ms), recognize the update timing with the case continuously twice OK received and update counter changed. Previous Receiving Current Receiving Update Counter Change Update Timing? OK OK Change Yes OK OK Not change No Either or Both Error - Unknown Notes: - OK means nothing of both CRC error and frame missing. - Update Counter is placed at byte0 bit5, 6 in command data block. 2012/2/15 Rev. 2 Page 40

Troubleshooting Err27.4

Troubleshooting Err27.4 Troubleshooting Err27.4 2014/1/23 Motor Business Division Appliances Company Panasonic Corporation Err27.4 Command Error When Err27.4 occurs on correct parameter setting, there is a problem inside command

More information

AN100 v1.4. EtherCAT network synchronization. Distributed clocks

AN100 v1.4. EtherCAT network synchronization. Distributed clocks AN100 v1.4 EtherCAT network synchronization Many EtherCAT systems benefit greatly from a tight synchronization of devices running on the network. Synchronization is particularly important when drives are

More information

Am186ER/Am188ER AMD continues 16-bit innovation

Am186ER/Am188ER AMD continues 16-bit innovation Am186ER/Am188ER AMD continues 16-bit innovation 386-Class Performance, Enhanced System Integration, and Built-in SRAM Am186ER and Am188ER Am186 System Evolution 80C186 Based 3.37 MIP System Am186EM Based

More information

PROFIBUS DP/CAN Gateway PCA-100. User Manual

PROFIBUS DP/CAN Gateway PCA-100. User Manual PCA-100 REV 4.0 SiboTech Automation Co., Ltd. Technical Support: 021-5102 8348 E-mail: support@sibotech.net Catalog 1 Introduction... 2 1.1 About This Instruction... 2 1.2 Copyright... 2 1.3 Related Products...

More information

UDP10G-IP reference design manual

UDP10G-IP reference design manual UDP10G-IP reference design manual Rev1.2 22-Mar-18 1 Introduction Comparing to TCP, UDP provides a procedure to send messages with a minimum of protocol mechanism, but the data cannot guarantee to arrive

More information

Using the FADC250 Module (V1C - 5/5/14)

Using the FADC250 Module (V1C - 5/5/14) Using the FADC250 Module (V1C - 5/5/14) 1.1 Controlling the Module Communication with the module is by standard VME bus protocols. All registers and memory locations are defined to be 4-byte entities.

More information

Lecture-55 System Interface:

Lecture-55 System Interface: Lecture-55 System Interface: To interface 8253 with 8085A processor, CS signal is to be generated. Whenever CS =0, chip is selected and depending upon A 1 and A 0 one of the internal registers is selected

More information

Using UART in radio data transmission with the CDP-02 module By Tomihiko Uchikawa

Using UART in radio data transmission with the CDP-02 module By Tomihiko Uchikawa Using UART in radio data transmission with the CDP-02 module By Tomihiko Uchikawa Abstract: The first time a customer uses the CDP-TX-02N/RX-02N (called CDP-02 module) radio module, they are often uncertain

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

Introduction Testing analog integrated circuits including A/D and D/A converters, requires a special digital interface to a main controller. The digit

Introduction Testing analog integrated circuits including A/D and D/A converters, requires a special digital interface to a main controller. The digit FPGA Interface for Signal Handling (FISH) Mohsen Moussavi Catena Networks April 2000 Introduction Testing analog integrated circuits including A/D and D/A converters, requires a special digital interface

More information

MSP430F149 P3.4/UTXD0 P3.5/URXD0 P1.5 P1.6 P1.7 MSP430F149 P1.0 P5.4 P5.3 P5.2 P5.1. Figure B-1. BSL Replicator Block Diagram

MSP430F149 P3.4/UTXD0 P3.5/URXD0 P1.5 P1.6 P1.7 MSP430F149 P1.0 P5.4 P5.3 P5.2 P5.1. Figure B-1. BSL Replicator Block Diagram Appendix B Appendix B MSP430 BSL Replicator Author: Greg Morton, MSP430 Applications B.1 BSL Replicator Overview The BSL Replicator application, executing on a host MSP430F149 device, uses the BSL protocol

More information

UDP1G-IP reference design manual

UDP1G-IP reference design manual UDP1G-IP reference design manual Rev1.1 14-Aug-18 1 Introduction Comparing to TCP, UDP provides a procedure to send messages with a minimum of protocol mechanism, but the data cannot guarantee to arrive

More information

ST78C34 GENERAL PURPOSE PARALLEL PRINTER PORT WITH 83 BYTE FIFO DESCRIPTION. PLCC Package FEATURES ORDERING INFORMATION

ST78C34 GENERAL PURPOSE PARALLEL PRINTER PORT WITH 83 BYTE FIFO DESCRIPTION. PLCC Package FEATURES ORDERING INFORMATION GENERAL PURPOSE PARALLEL PRINTER PORT WITH 83 BYTE FIFO DESCRIPTION The ST78C34 is a monolithic Bidirectional Parallel port designed to operate as a general purpose I/O port. It contains all the necessary

More information

V850ES/SG3, V850ES/SJ3

V850ES/SG3, V850ES/SJ3 APPLICATION NOTE V850ES/SG3, V850ES/SJ3 V850ES/SG3, V850ES/SJ3 Microcontrollers R01AN0930EJ0200 Rev.2.00 Introduction This application note is intended for users who understand the functions of the V850ES/SG3

More information

RX Family APPLICATION NOTE. I 2 C Bus Interface (RIIC) Module Using Firmware Integration Technology. Introduction. Target Device.

RX Family APPLICATION NOTE. I 2 C Bus Interface (RIIC) Module Using Firmware Integration Technology. Introduction. Target Device. I 2 C Bus Interface (RIIC) Module Using Firmware Integration Technology Introduction APPLICATION NOTE R01AN1692EJ0231 Rev. 2.31 This application note describes the I 2 C bus interface (RIIC) module using

More information

Course Introduction. Purpose: Objectives: Content: 27 pages 4 questions. Learning Time: 20 minutes

Course Introduction. Purpose: Objectives: Content: 27 pages 4 questions. Learning Time: 20 minutes Course Introduction Purpose: This course provides an overview of the Direct Memory Access Controller and the Interrupt Controller on the SH-2 and SH-2A families of 32-bit RISC microcontrollers, which are

More information

HCTL-2017 Quadrature Decoder/Counter Interface ICs

HCTL-2017 Quadrature Decoder/Counter Interface ICs Products > Motion Control Encoder Solutions > Integrated Circuits > Decoder > HCTL-2017 HCTL-2017 Quadrature Decoder/Counter Interface ICs Description HCTL-2xxx series is a direct drop-in replacement for

More information

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation HART / EtherNet/IP Gateway GT200-HT-EI V 1.0 REV A SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 Product Overview... 4 1.1 Product Function...4 1.2 Product Features... 4 1.3 Technical

More information

DS28CM00. I²C/SMBus Silicon Serial Number

DS28CM00. I²C/SMBus Silicon Serial Number DS28CM00 I²C/SMBus Silicon Serial Number www.maxim-ic.com GENERAL DESCRIPTION The DS28CM00 is a low-cost, electronic registration number to provide an absolutely unique identity that can be determined

More information

DeviceNet Interface User Manual

DeviceNet Interface User Manual Documentation of the DeviceNet Interface of the following Drives: - E1100-DN (-HC, XC) - E1100-GP (-HC, XC) - E1130-DP (-HC, XC) - B1100-GP (-HC, XC) DeviceNet Interface User Manual 2013 NTI AG This work

More information

Table of Contents 1 ABOUT THIS DOCUMENT GENERAL COPYRIGHT INFORMATION TERMS ABOUT THE GATEWAY PRODUCT FUNCTIO

Table of Contents 1 ABOUT THIS DOCUMENT GENERAL COPYRIGHT INFORMATION TERMS ABOUT THE GATEWAY PRODUCT FUNCTIO DeviceNet/PROFIBUS-DP Adapter - User Manual REV 4.0 SiboTech Automation Co., Ltd. Technical Support: +86-21-5102 8348 E-mail:gt@sibotech.net Table of Contents 1 ABOUT THIS DOCUMENT...2 1.1 GENERAL... 2

More information

VPGate Manual PROFIBUS to serial

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

More information

Interconnection Structures. Patrick Happ Raul Queiroz Feitosa

Interconnection Structures. Patrick Happ Raul Queiroz Feitosa Interconnection Structures Patrick Happ Raul Queiroz Feitosa Objective To present key issues that affect interconnection design. Interconnection Structures 2 Outline Introduction Computer Busses Bus Types

More information

PP-BOB2-V1.0 PARALLEL PORT BREAKOUT BOARD

PP-BOB2-V1.0 PARALLEL PORT BREAKOUT BOARD PP-BOB2-v1 PARALLEL PORT BREAKOUT BOARD Document: Operation Manual Document #: T17 Document Rev: 2.0 Product: PP-BOB2-v1.0 Product Rev: 1.0 Created: March, 2013 Updated: Dec, 2014 THIS MANUAL CONTAINS

More information

YSSC2P A SSCNET II PCI Interface Adapter. User manual

YSSC2P A SSCNET II PCI Interface Adapter. User manual YSSC2P A SSCNET II PCI Interface Adapter User manual Contents Contents Introduction Specifications Board layout D1 servo amplifier status D5 error D6 controller status CN1 digital inputs CN2 expansion

More information

e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: 8051 Architecture Module No: CS/ES/5 Quadrant 1 e-text

e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: 8051 Architecture Module No: CS/ES/5 Quadrant 1 e-text e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: 8051 Architecture Module No: CS/ES/5 Quadrant 1 e-text In this lecture the detailed architecture of 8051 controller, register bank,

More information

DS2430A 256-Bit 1-Wire EEPROM

DS2430A 256-Bit 1-Wire EEPROM 256-Bit 1-Wire EEPROM www.maxim-ic.com FEATURES 256-bit Electrically Erasable Programmable Read Only Memory (EEPROM) plus 64-bit one-time programmable application register Unique, factory-lasered and tested

More information

MN101EF69D. 8-bit Single-chip Communication LSI. Overview

MN101EF69D. 8-bit Single-chip Communication LSI. Overview 8-bit Single-chip Communication LSI Overview The MN101EF69D is single chip communication LSI with the BPSK communication facility. By the BPSK communication facility, many (up to 32) MN101EF69Ds share

More information

Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used

Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used to connect devices such as microcontrollers, sensors,

More information

EtherCAT User Manual. For SS EtherCAT

EtherCAT User Manual. For SS EtherCAT EtherCAT User Manual For SS EtherCAT Table of Contents Introduction to EtherCAT... 3 Commonly Used Acronyms... 3 Protocol... 4 Logical Addressing... 4 Auto Increment Addressing... 4 Fixed Node Addressing...

More information

Positioning Controller

Positioning Controller Edition December 2008 Positioning Controller Introduction Application Note "Interpolation Position Mode" Edition December 2008 EPOS2 50/5, EPOS Module 36/2 Firmware version 2101h or higher The EPOS2 positioning

More information

RW1026G Revision History Version Date Description

RW1026G Revision History Version Date Description RW1026G Revision History Version Date Description 0.1 2010/9/3 Add I/O Pin ITO Resistance Limitation 0.2 2010/9/15 Modify storage temperature -40 o C to 80 o C change to -50 o C to 125 o C and operation

More information

Pretty Good Protocol - Design Specification

Pretty Good Protocol - Design Specification Document # Date effective October 23, 2006 Author(s) Ryan Herbst Supersedes Draft Revision 0.02 January 12, 2007 Document Title Pretty Good Protocol - Design Specification CHANGE HISTORY LOG Revision Effective

More information

PLC2 Board Communication Manual CANopen Slave

PLC2 Board Communication Manual CANopen Slave PLC2 Board Communication Manual CANopen Slave 02/2006 Series: PLC2 0899.5809 E/3 Contents Contents List of Tables 4 List of Figures 4 About the Manual 5 Abbreviations and Definitions...............................

More information

Real Time Clock Module. Application Manual. Instruction manual: ETS95B NIHON DEMPA KOGYO CO., LTD.

Real Time Clock Module. Application Manual. Instruction manual: ETS95B NIHON DEMPA KOGYO CO., LTD. Real Time Clock Module Application Manual Contents 1. Overview 2. Block Diagram 3. Terminal Functions 4. Maximum Rating 5. Characteristics 5-1. AC Characteristics (I2C-BUS Serial Interface) 5-2. AC Characteristics

More information

User-configurable Resolution. 9 to 12 bits (0.5 C to C)

User-configurable Resolution. 9 to 12 bits (0.5 C to C) AT30TS75A 9- to 12-bit Selectable, ±0.5 C Accurate Digital Temperature Sensor DATASHEET See Errata in Section 12. Features Single 1.7V to 5.5V Supply Measures Temperature -55 C to +125 C Highly Accurate

More information

4) In response to the the 8259A sets the highest priority ISR, bit and reset the corresponding IRR bit. The 8259A also places

4) In response to the the 8259A sets the highest priority ISR, bit and reset the corresponding IRR bit. The 8259A also places Lecture-52 Interrupt sequence: The powerful features of the 8259A in a system are its programmability and the interrupt routine address capability. It allows direct or indirect jumping to the specific

More information

Closed-loop Delfino Control Systems: Multiple Industrial Protocol Support using the AMIC110 Sitara Processor

Closed-loop Delfino Control Systems: Multiple Industrial Protocol Support using the AMIC110 Sitara Processor Closed-loop Delfino Control Systems: Multiple Industrial Protocol Support using the AMIC110 Sitara Processor Part 2: Implementation of multiprotocol industrial communications solutions Training series

More information

TPMC Channel Motion Control. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 March 2003 D

TPMC Channel Motion Control. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 March 2003 D The Embedded I/O Company TPMC118 6 Channel Motion Control Version 1.0 User Manual Issue 1.3 March 2003 D76118800 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek / Germany Phone: +49-(0)4101-4058-0

More information

TOE10G-IP with CPU reference design

TOE10G-IP with CPU reference design TOE10G-IP with CPU reference design Rev1.1 6-Feb-19 1 Introduction TCP/IP is the core protocol of the Internet Protocol Suite for networking application. TCP/IP model has four layers, i.e. Application

More information

RL78 Serial interfaces

RL78 Serial interfaces RL78 Serial interfaces Renesas Electronics 00000-A Introduction Purpose This course provides an introduction to the RL78 serial interface architecture. In detail the different serial interfaces and their

More information

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices,

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, CISC and RISC processors etc. Knows the architecture and

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

User s Manual. EIB 741 EIB 742 External Interface Box for Connecting HEIDENHAIN Encoders

User s Manual. EIB 741 EIB 742 External Interface Box for Connecting HEIDENHAIN Encoders User s Manual EIB 741 EIB 742 External Interface Box for Connecting HEIDENHAIN Encoders July 2013 DOCUMENTATION... 5 FIRMWARE VERSION... 5 CHANGE HISTORY... 5 PART 1: FEATURES... 6 1 GENERAL DESCRIPTION

More information

The Cubesat Internal bus: The I2C

The Cubesat Internal bus: The I2C The Cubesat Internal bus: The I2C Description: The purpose of this document is to describe the internal bus on the Cubesat. The internal bus has been chosen to be the I2C bus Interconnected Integrated

More information

ETH. Ethernet MAC with Timestamp Extension. TCD30xx User Guide. Revision July 17, 2015

ETH. Ethernet MAC with Timestamp Extension. TCD30xx User Guide. Revision July 17, 2015 TCD30xx User Guide ETH Ethernet MAC with Timestamp Extension Revision 1.0.0-41582 July 17, 2015 Copyright 2015, TC Applied Technologies. All rights reserved. LIST OF TABLES... 16-3 LIST OF FIGURES... 16-4

More information

EtherCAT User Manual. For STF EtherCAT

EtherCAT User Manual. For STF EtherCAT EtherCAT User Manual For STF EtherCAT Table of Contents Introduction to EtherCAT... 3 Commonly Used Acronyms...3 Protocol...4 Logical Addressing... 4 Auto Increment Addressing...4 Fixed Node Addressing...4

More information

INTERFACING THE ISCC TO THE AND 8086

INTERFACING THE ISCC TO THE AND 8086 APPLICATION NOTE INTERFACING THE ISCC TO THE 68 AND 886 INTRODUCTION The ISCC uses its flexible bus to interface with a variety of microprocessors and microcontrollers; included are the 68 and 886. The

More information

ERRATA SHEET INTEGRATED CIRCUITS. Date: July 9, 2007 Document Release: Version 1.6 Device Affected: LPC2148

ERRATA SHEET INTEGRATED CIRCUITS. Date: July 9, 2007 Document Release: Version 1.6 Device Affected: LPC2148 INTEGRATED CIRCUITS ERRATA SHEET Date: July 9, 2007 Document Release: Version 1.6 Device Affected: LPC2148 This errata sheet describes both the functional deviations and any deviations from the electrical

More information

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features of this USART interface, which is widely used for serial

More information

Infineon C167CR microcontroller, 256 kb external. RAM and 256 kb external (Flash) EEPROM. - Small single-board computer (SBC) with an

Infineon C167CR microcontroller, 256 kb external. RAM and 256 kb external (Flash) EEPROM. - Small single-board computer (SBC) with an Microcontroller Basics MP2-1 week lecture topics 2 Microcontroller basics - Clock generation, PLL - Address space, addressing modes - Central Processing Unit (CPU) - General Purpose Input/Output (GPIO)

More information

GT24C02. 2-Wire. 2Kb Serial EEPROM (Smart Card application)

GT24C02. 2-Wire. 2Kb Serial EEPROM (Smart Card application) ADVANCED GT24C02 2-Wire 2Kb Serial EEPROM (Smart Card application) www.giantec-semi.com a0 1/19 Table of Content 1 FEATURES...3 2 DESCRIPTION...4 3 PIN CONFIGURATION...5 4 PIN DESCRIPTIONS...6 5 BLOCK

More information

Dual Boot and Background Programming with Platform Manager 2

Dual Boot and Background Programming with Platform Manager 2 Dual Boot and Background Programming March 2015 Technical te TN1284 Introduction The Platform Manager 2 is a fast-reacting, programmable logic based hardware management controller. Platform Manager 2 is

More information

How to implement an EtherCAT Slave Device

How to implement an EtherCAT Slave Device How to implement an EtherCAT Slave Device Agenda 1. Overview 2. Slave Overview 3. First Steps: 4. Hardware Design 5. Software Development 6. Testing 7. and how to avoid them 8. 2 Overview EtherCAT Master

More information

This document is available at BIOS Communication version 1.4 or later. Application Notes. For STEPPII-55/56 & STEPPII-55/56-LT

This document is available at  BIOS Communication version 1.4 or later. Application Notes. For STEPPII-55/56 & STEPPII-55/56-LT This document is available at HTTP://WWW.FALCOM.DE/. BIOS Communication version 1.4 or later Application Notes For STEPPII-55/56 & STEPPII-55/56-LT Table Of Contents 1 INTRODUCTION...2 1.1 FEATURES...2

More information

LinUDP Interface User Manual

LinUDP Interface User Manual Documentation of the LinUDP Interface of the following Drives: - E1250-IP-UC until Firmware Build 6.3 - C1250-IP-XC until Firmware Build 6.3 - E1450-IP-QN until Firmware Build 6.3 LinUDP Interface User

More information

Tejas V Master Protocol

Tejas V Master Protocol Connector Configuration Parameters Max ABE/COS Points This value sets the maximum count of RBX points that may be read in with an ABE/COS Dump poll. RTS ON DelayX10ms Enter a number from 0 to 255 (0 to

More information

Distributed Remote Input/Output Control Method in Real Time Processing for CNC

Distributed Remote Input/Output Control Method in Real Time Processing for CNC 67 Distributed emote Input/Output Control Method in eal Time Processing for CNC Akihiro Yamashita *, Hiroshi Mineno *, and Tadanori Mizuno ** * Graduate School of Science and Technology, Shizuoka University,

More information

HART/ Modbus TCP Gateway GT200-HT-MT User Manual V 1.2 REV A SST Automation

HART/ Modbus TCP Gateway GT200-HT-MT User Manual V 1.2 REV A SST Automation HART/ Modbus TCP Gateway GT200-HT-MT User Manual V 1.2 REV A SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 Product Overview... 4 1.1 Product Function...4 1.2 Product Features...

More information

Integrated Device Technology, Inc Stender Way, Santa Clara, CA Phone #: (408) Fax #: (408) Errata Notification

Integrated Device Technology, Inc Stender Way, Santa Clara, CA Phone #: (408) Fax #: (408) Errata Notification Integrated Device Technology, Inc. 2975 Stender Way, Santa Clara, CA - 95054 Phone #: (408) 727-6116 Fax #: (408) 727-2328 Errata Notification EN #: IEN01-02 Errata Revision #: 11/5/01 Issue Date: December

More information

NPN/PNP DISCRETE HIGH SPEED INPUT & NPN TRANSISTOR OUTPUT MODULE

NPN/PNP DISCRETE HIGH SPEED INPUT & NPN TRANSISTOR OUTPUT MODULE R7K4JML-E-DAFC64A INSTRUCTION MANUAL NPN/PNP DISCRETE HIGH SPEED INPUT & NPN TRANSISTOR OUTPUT MODULE ( 2 points each, tension clamp terminal block, MECHATROLINK-III use ) MODEL R7K4JML-E-DAFC64A BEFORE

More information

LUPO TimeStamp Module (Ver. 1.2) Hidetada Baba

LUPO TimeStamp Module (Ver. 1.2) Hidetada Baba LUPO TimeStamp Module (Ver. 1.2) Hidetada Baba November 28, 2009 1 1 General 1 General 1.1 Function This module is a CAMAC/VME LUPO module which including the functions of Time stamp, Output register and

More information

SANYO DENKI Servo Amplifier SANMOTION R and Pro-face AGP-3****-CA1M/LT Connection Procedure. Instruction Manual. Version1.0 (

SANYO DENKI Servo Amplifier SANMOTION R and Pro-face AGP-3****-CA1M/LT Connection Procedure. Instruction Manual. Version1.0 ( SANYO DENKI Servo Amplifier SANMOTION R and Pro-face AGP-3****-CA1M/LT Connection Procedure Instruction Manual Version1.0 (2009.2.25) Table of Contents 1 Applicable devices... 1 2 Installation of GP-Pro

More information

Documentation of the PROFINET Interface of the following Drives: - E1250-PN-UC - E1450-PN-QN. PROFINET Interface User Manual

Documentation of the PROFINET Interface of the following Drives: - E1250-PN-UC - E1450-PN-QN. PROFINET Interface User Manual Documentation of the PROFINET Interface of the following Drives: - E1250-PN-UC - E1450-PN-QN PROFINET Interface User Manual LinMot PROFIBNET Interface 2013 NTI AG This work is protected by copyright. Under

More information

sequence is not needed. (ROM space). Another application is to use the poll mode to expand the number of priority levels to more than 64.

sequence is not needed. (ROM space). Another application is to use the poll mode to expand the number of priority levels to more than 64. Lecture-55 Poll Command: In this mode the INT output is not used for the microprocessor internal interrupt enable F/F is reset, disabling its interrupt input, service to device is achieved by software

More information

MCD 200 Series. MCD 200 DEVICENET Module OPERATING INSTRUCTIONS. MCD 200 DEVICENET Module. Order Code: 175G9002. Adjustment.

MCD 200 Series. MCD 200 DEVICENET Module OPERATING INSTRUCTIONS. MCD 200 DEVICENET Module. Order Code: 175G9002. Adjustment. Installation OPERATING INSTRUCTIONS Order Code: 175G9002 Adjustment 35 mm (1.38 inches) Control power and mains supply must be removed from the MCD 200 before attachment or removal of an accessory module.

More information

DMP1040. [Outline of Specifications]

DMP1040. [Outline of Specifications] HT26-11001A mycom DMP1040 Super High Speed Pulse Generator LSI 100 pin QFP [Outline of Specifications] 1 mycom, Inc Introduction This Outline of Specifications summerizes various functions of the Pulse

More information

SmartFan Fusion-4. Speed Control and Alarm for DC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling.

SmartFan Fusion-4. Speed Control and Alarm for DC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling. SmartFan Fusion-4 Speed Control and Alarm for DC Fans The driving force of motor control & electronics cooling. P/N FUS300-F DC Controls SmartFan Fusion-4 is a digital fan speed control and alarm that

More information

STF-EtherCAT User Manual

STF-EtherCAT User Manual STF-EtherCAT User Manual APPLIED MOTION PRODUCTS, INC. 1 Contents Introduction to EtherCAT... 4 Commonly Used Acronyms... 4 Protocol... 5 Logical Addressing...5 Auto Increment Addressing...5 Fixed Node

More information

PROFIBUS Technology Products

PROFIBUS Technology Products PROFIBUS Technology Products ASICs Interface modules Development packages Date 11/04/99, page 1 PROFIBUS concept ASPC2 PROFIBUS DP/FMS RS 485, FIBER OPTIC SPC4 SPC3 SPC3 Repeater/ OLM SPC3 LSPM2 Date 11/04/99,

More information

Contents 1. Description and technical characteristics Board configuration Battery Operation EtherCAT bus wiring

Contents 1. Description and technical characteristics Board configuration Battery Operation EtherCAT bus wiring Contents 1. Description and technical characteristics...3 2. Board configuration...3 3. Battery Operation...3 4. EtherCAT bus wiring...4 5. LED signal...4 6. Terminal connections...5 7. EtherCAT connectors...6

More information

8051 Microcontroller Interrupts

8051 Microcontroller Interrupts 8051 Microcontroller Interrupts There are five interrupt sources for the 8051, which means that they can recognize 5 different events that can interrupt regular program execution. Each interrupt can be

More information

Introduction to Embedded Systems

Introduction to Embedded Systems Stefan Kowalewski, 4. November 25 Introduction to Embedded Systems Part 2: Microcontrollers. Basics 2. Structure/elements 3. Digital I/O 4. Interrupts 5. Timers/Counters Introduction to Embedded Systems

More information

PCI-HPDI32A-COS User Manual

PCI-HPDI32A-COS User Manual PCI-HPDI32A-COS User Manual Preliminary 8302A Whitesburg Drive Huntsville, AL 35802 Phone: (256) 880-8787 Fax: (256) 880-8788 URL: www.generalstandards.com E-mail: support@generalstandards.com User Manual

More information

TIP SERCOS IP with 2 Encoder Interfaces. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 September 2006 D

TIP SERCOS IP with 2 Encoder Interfaces. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 September 2006 D The Embedded I/O Company TIP812-20 SERCOS IP with 2 Encoder Interfaces Version 1.0 User Manual Issue 1.3 September 2006 D75812820 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 Phone: +49-(0)4101-4058-0 25469 Halstenbek,

More information

XMC4800 EtherCAT APP SSC Firmware Update Slave Example. Getting Started Version 3.0

XMC4800 EtherCAT APP SSC Firmware Update Slave Example. Getting Started Version 3.0 XMC4800 EtherCAT APP SSC Firmware Update Slave Example Getting Started Version 3.0 1 2 3 4 5 6 7 Overview and requirements Setup Short overview boot modes Architecture Implementation of the application

More information

Clock Synchronous Control Module for Serial Flash Memory Access Firmware Integration Technology

Clock Synchronous Control Module for Serial Flash Memory Access Firmware Integration Technology APPLICATION NOTE RX Family R01AN2662EJ0234 Rev.2.34 Introduction This application note explains how to control and use serial flash memory with microcontrollers manufactured by Renesas Electronics. Refer

More information

CAN OPEN DP404 Digital Output

CAN OPEN DP404 Digital Output CAN OPEN DP404 Digital Output Operating Handbook code 85191A Edit. 02-02-2012-ENG Summary 1 Introduction pag. 1 2 Electrical Connections pag. 3 3 Using the transducer pag. 4 4 CAN OPEN Protocol pag. 6

More information

MN101E50 Series. 8-bit Single-chip Microcontroller

MN101E50 Series. 8-bit Single-chip Microcontroller 8-bit Single-chip Microcontroller Overview The MN101E series of 8-bit single-chip microcomputers (the memory expansion version of MN101C series) incorporate multiple types of peripheral functions. This

More information

8-bit Microcontroller with 8K Bytes In-System Programmable Flash AT89S52

8-bit Microcontroller with 8K Bytes In-System Programmable Flash AT89S52 Features Compatible with MCS -51 Products 8K Bytes of In-System Programmable (ISP) Flash Memory Endurance: 10,000 Write/Erase Cycles 4.0V to 5.5V Operating Range Fully Static Operation: 0 Hz to 33 MHz

More information

I/O EXPANSION MODULES

I/O EXPANSION MODULES 4 Trio Motion Technology 4-2 Hardware Reference Manual General Description of I/O Modules Trio Motion Technology s range of digital and analogue input/output expansion modules are designed to enable simple

More information

AN2442 Application note

AN2442 Application note Application note Using the STR91xFA DMA controller Introduction This application note provides information on how to use and take full advantage of the STR91xFA DMA controller. It is intended for anyone

More information

USER S MANUAL. C11- MULTIFUNTCION CNC BOARD Rev. 9.9

USER S MANUAL. C11- MULTIFUNTCION CNC BOARD Rev. 9.9 USER S MANUAL C11- MULTIFUNTCION CNC BOARD Rev. 9.9 FEBRUARY, 2015 User s Manual Page i TABLE OF CONTENTS Page # 1. Overview... 1 2. Features... 1 3. Specifications... 3 4. BOARD DESCRIPTION... 4 5. Special

More information

Positioning Controller

Positioning Controller Positioning Controller Application Note "CANopen Basic Information" Edition February 2006 EPOS 24/1, EPOS 24/5, EPOS 70/10 Firmware version 2000h or higher Introduction The EPOS is a digital positioning

More information

VORAGO VA108x0 I 2 C programming application note

VORAGO VA108x0 I 2 C programming application note AN1208 VORAGO VA108x0 I 2 C programming application note MARCH 14, 2017 Version 1.1 VA10800/VA10820 Abstract There are hundreds of peripheral devices utilizing the I 2 C protocol. Most of these require

More information

ASIMON 3 G2 AS-i Safety Monitor Configuration software for Microsoft -Windows

ASIMON 3 G2 AS-i Safety Monitor Configuration software for Microsoft -Windows ASIMON 3 G2 AS-i Safety Monitor Configuration software for Microsoft -Windows Version: 4.3 / Edition: 04/2013 All rights reserved, in particular the rights of reproduction and translation. Copying or reproduction

More information

RL78/I1A APPLICATION NOTE. Lighting Communications Using RL78/I1A (Transmission) Introduction. Target Devices. Contents. R01AN3193EJ0100 Rev.1.

RL78/I1A APPLICATION NOTE. Lighting Communications Using RL78/I1A (Transmission) Introduction. Target Devices. Contents. R01AN3193EJ0100 Rev.1. Introduction APPLICATION NOTE R01AN3193EJ0100 Rev.1.00 The application note explains the control program to be implemented in RL78/I1A Lighting Communication Master Evaluation Board. Refer to the "RL78/I1A

More information

The SMCS332SpW and SMCS116SpW: Development Status

The SMCS332SpW and SMCS116SpW: Development Status SpaceWire-SnP Working Group ESTEC, Sept 15 th, 2004 The SMCS332SpW and SMCS116SpW: Development Data Systems Division luca.tunesi@esa.int What is the SMCS? SMCS (Scalable Multi-channel Communication Sub-system)!

More information

PIC-I/O Multifunction I/O Controller

PIC-I/O Multifunction I/O Controller J R KERR AUTOMATION ENGINEERING PIC-I/O Multifunction I/O Controller The PIC-I/O multifunction I/O controller is compatible with the PIC-SERVO and PIC-STEP motor control modules and provides the following

More information

AN4666 Application note

AN4666 Application note Application note Parallel synchronous transmission using GPIO and DMA Introduction The STM32 MCUs are able to emulate a parallel synchronous communication through the GPIO interface, using the embedded

More information

UART Register Set. UART Master Controller. Tx FSM. Rx FSM XMIT FIFO RCVR. i_rx_clk o_intr. o_out1 o_txrdy_n. o_out2 o_rxdy_n i_cs0 i_cs1 i_ads_n

UART Register Set. UART Master Controller. Tx FSM. Rx FSM XMIT FIFO RCVR. i_rx_clk o_intr. o_out1 o_txrdy_n. o_out2 o_rxdy_n i_cs0 i_cs1 i_ads_n October 2012 Reference Design RD1138 Introduction The Universal Asynchronous Receiver/Transmitter (UART) performs serial-to-parallel conversion on data characters received from a peripheral device or a

More information

ERRATA SHEET INTEGRATED CIRCUITS. Date: July 7, 2008 Document Release: Version 1.8 Device Affected: LPC2148

ERRATA SHEET INTEGRATED CIRCUITS. Date: July 7, 2008 Document Release: Version 1.8 Device Affected: LPC2148 INTEGRATED CIRCUITS ERRATA SHEET Date: July 7, 2008 Document Release: Version 1.8 Device Affected: LPC2148 This errata sheet describes both the functional problems and any deviations from the electrical

More information

TOE10G-IP Core. Core Facts

TOE10G-IP Core. Core Facts May 18, 2016 Product Specification Rev1.0 Design Gateway Co.,Ltd 54 BB Building 14 th Fl., Room No.1402 Sukhumvit 21 Rd. (Asoke), Klongtoey-Nua, Wattana, Bangkok 10110 Phone: (+66) 02-261-2277 Fax: (+66)

More information

BV4531U. I2C or Serial 6 Way Relay

BV4531U. I2C or Serial 6 Way Relay BV4533 Date February 2018 11 Feb. 2018 Firmware Revision 1.0.4 Preliminary 1.1.0 Serial Updated I2C or Serial 6 Way Relay 3 Sep. 2018 1.1.0 I2C corrections, trigger is not used Introduction This is an

More information

Tech Spec for SDXC Host Controller

Tech Spec for SDXC Host Controller Tech Spec for SDXC Host Controller iwave Systems Technologies Pvt. Ltd. Page 1 of 16 Table of Contents 1 Introduction 4 1.1 Overview 4 1.2 Features 4 1.3 Acronyms and Abbreviations 5 2 Host Controller

More information

Operation manual. HDOM-Profibus-V0. More options please visit;www.veikong-electric.com

Operation manual. HDOM-Profibus-V0. More options please visit;www.veikong-electric.com Operation manual HDOM-Profibus-V0 More options please visit;www.veikong-electric.com Contents 1 Introduction... 1 1.1 Product description... 1 1.2 HDOM-Profibus-V0 label... 1 1.3 Technical specifications...

More information

Motors Automation Energy Transmission & Distribution Coatings. Profibus DP SRW 01. User s Manual

Motors Automation Energy Transmission & Distribution Coatings. Profibus DP SRW 01. User s Manual Motors Automation Energy Transmission & Distribution Coatings Profibus DP SRW 01 User s Manual Profibus DP User s Manual Series: SRW 01 Firmware Version: V6.0X Language: English Document Number: 10000521541

More information

USER MANUAL. Modbus IHP24-A IHP24-AF IHP24-B IHP24-BF IHP24-F IHP24-I 1/26

USER MANUAL. Modbus IHP24-A IHP24-AF IHP24-B IHP24-BF IHP24-F IHP24-I 1/26 USER MANUAL Modbus IHP24-A IHP24-AF IHP24-B IHP24-BF IHP24-F IHP24-I 1/26 Table of contents 1 General... 3 1.1 Safety instructions... 3 2 Purpose... 4 3 Specifications... 5 3.1 Electrical specifications

More information

ISC3N USER S MANUAL ENCODER INTERFACE WITH DIGITAL I/O. PCI Version

ISC3N USER S MANUAL ENCODER INTERFACE WITH DIGITAL I/O. PCI Version ISC3N ENCODER INTERFACE WITH DIGITAL I/O PCI Version USER S MANUAL INTRODUCTION The ISC3N card is a PCI bus compatible Encoder Interface with Digital Inputs and Outputs that provides a direct transfer

More information

Diagnostics with EtherCAT Part 1

Diagnostics with EtherCAT Part 1 Diagnostics with EtherCAT Part 1 Besides features such as high performance or speed, the availability of network diagnostic tools is extremely important when it comes to selecting a communication technology

More information