CCD Color Camera. KP-HD20A/KP-HD1001/5 Series. Remote control protocol Specifications. (preliminary version)

Size: px
Start display at page:

Download "CCD Color Camera. KP-HD20A/KP-HD1001/5 Series. Remote control protocol Specifications. (preliminary version)"

Transcription

1 olor amera KP-H20/KP-H01/5 Series Remote control protocol Specifications (preliminary version) Hitachi Kokusai lectric Inc. MOL SIGN HK - Sep.11.9 (first edition) Hirayama Hirayama SYMOL T SRIPTION (RWN) SIGN KP-H20 Series T PPROV T STOR T UNIT T TOLRN SL Prod. ode - Order TITL WG. KP-H20 Remote specification(rs-232) 022-4P-T1 RV. 00 SHT 1 20

2 1) omms* specifications Sync system Start-stop sync it rate 9600 bps ata length 8 bits Start bit 1 Stop bits 1 Parity None it transfer LS first *omms : ommunications 2) omms control The remote control software controls all communications. ata send/receive (S handshake) is by transferring TXT data to the camera controller chip. 3) omms connection Scheme Here is omms connection Scheme. 3 lines System(Tx,Rx,GN) is applied (RTS and TS are not used) Serial ontrol Tx Rx GN recitals Sending Reception Ground 4) omms procedure The following pages indicate the camera controller chip and remote control software data protocol. In the description, the camera is designated as slave and the software as master. Receive protect timer (time out error) The receive protect timer for master and slave processes is 1 second. or example, if 1 block of TXT data is being received, if the data interval exceeds 1 second, error is produced and the data are lost. n acknowledgment of data receipt is not produced. ( aution ) The RS-232 conversion circuit is needed to connect a camera and a remote-controlled machine (P etc.) among. Please refer to the product specification for the output pin on the camera side. WG P-S1 SHT 2

3 a) Transmission from master (normal process) RS-232 Slave conversion circuit Master 2) 4) NQ code (05H) K code (06H) Transmit code (SII code) K code (06H) 1) 3) 1) Session starts when NQ is sent from master to slave. 2) Slave acknowledges by returning K to master. 3) Master sends data to slave. 4) Slave acknowledges receipt of data by again returning K to master and end the handshake. WG P-S1 SHT 3

4 b) Master reads data (normal process) RS-232 Slave conversion circuit Master NQ code (05H) 1) 2) 4) K code (06H) Read command (SII code) K code (06H) 3) 5) Read data (SII code) K code (06H) 6) 1) Session starts when NQ is sent from master to slave. 2) Slave acknowledges by returning K to master. 3) Master sends read data command to slave. 4) Slave receives read data command, then acknowledges by returning K code to master. 5) Slave sends read data to master. 6) Master receives read data, then acknowledges by returning K code to slave. WG P-S1 SHT 4

5 c) ata transmitted by master (control abort process) RS-232 conversion circuit Slave Master NQ code (05H) 1) 2) NK code (15H) NQ code (05H) NK code (15H) NQ code (05H) 3) NK code (15H) NQ code (05H) NK code (15H) 1) Master sends NQ code to slave. 2) Since K code cannot be sent, slave sent NK code to master. 3) Sequence is repeated 3 times in attempts to retransmit. fter receiving the 3 rd successive NK code, comms control is aborted. WG P-S1 SHT 5

6 d) ata transmitted by master (data error process) RS-232 conversion circuit Slave Master NQ code (05H) 1) 2) 4) K code (06H) Send data (error occurs) 3) Send data (error occurs) 6) Send data (data normal) K code (06H) 5) 1) Session starts when NQ is sent from master to slave. 2) Slave acknowledges by returning K to master. 3) Master sends data, but error detected (framing, over-run error). 4) Slave detects error and does not accept data. 5) Sequence 3 and 4 repeats, then master transfers normal data. 6) Slave detects normal data and returns K code to master to end the session. WG P-S1 SHT 6

7 e) ata frame error (Master transmission) RS-232 Slave conversion circuit Master 2) 4) NQ code (05H) K code (06H) Send data (SII code) Send data (SII code) 1) 3) 5) Send data (SII code) Send data (SII code) 6) 1) Session starts when NQ is sent from master to slave. 2) Slave acknowledges by returning K to master. 3) Master sends data. 4) or some reason, slave does not receive data. 5) Master does not receive acknowledgment to the send code and repeats the sequence every 3 seconds for 3 times. 6) If unsuccessful after 3 attempts, master aborts the sequence and ends communication. WG P-S1 SHT 7

8 f) Transmission frame error (Master receive) RS-232 conversion circuit Slave Master 2) 4) NQ code (05H) K code (06H) Read command (SII code) 1) 3) 5) K code (06H) Read command (SII code) 6) 7) Read command (SII code) Raed command (SII code) 8) Read command (SII code) 1) Session starts when NQ is sent from master to slave. 2) Slave acknowledges by returning K to master. 3) Master sends read command. 4) Slave returns K code to acknowledge read command. 5) Slave sends corresponding read data to master. 6) or some reason, master fails to receive read data. 7) Slave fails to receive acknowledgment of read data and attempts to resend every 3 seconds for 3 times. 8) fter the third failure, slave aborts the sequence and ends communication. WG P-S1 SHT 8

9 5) omms command Text data format a) Send data and read command data (master to slave) 1) ommand data are converted into SII code and transmitted. 2) omms byte quantity is 18. 3) omms data format (transmission sequence). STX Text data TX SUM 18 bytes omms data description STX: ode indicating start of text. 1 byte (02H) Text data: Transmit / receive data. 14 byte (SII code) TX: ode indicating end of text. 1 byte (03H) SUM: XOR result (H) of adding STX, Text data and TX. 2 byte Text data format details (transmission sequence). Status I no. rea address Relative no. ata 14 bytes Text data details Status: Transmission data status. 2 bytes (SII code) This parameter is used for selecting PROM write setting. (0: write absent, 1: write present) In ase of KP-H20, this parameter is ineffective because KP-H20 does not have an PROM. I no.: Identification (camera I) number is set by user. (2bytes:SII code) Please set I no.to H because KP-H20 does not have camera I. (H is global address and all data are changed) rea address: Sets number (0 to 255) for each adjustment item. 2 bytes (SII code) Relative no.: Sets number determined by each area address. 2 bytes (SII code) ata (note): Sets data to be transmitted. 2 bytes x 3 (SII code) WG P-S1 SHT 9

10 b) Read (receive) data (slave to master) 1) ommand data are converted into SII code and transmitted. 2) omms byte quantity is. 3) omms data format (transmission sequence) STX Text data TX SUM bytes omms data description STX: ode indicating start of text. 1 byte (02H) Text data: Transmit / receive data. 6 byte (SII code) TX: ode indicating end of text. 1 byte (03H) SUM: XOR result (H) of adding STX, Text data and TX. 2 byte 4) Text data details (transmission sequence) ata 6 bytes Text data details (transmission sequence) ata (note): Sets data to be transmitted. 2 bytes x 3 (SII code) WG P-S1 SHT

11 1 White alance MO 2 Gain Mode GIN MO KP-H20_OMMN Menu display KP-20 ommand Parameter rea I ata TW 0x01 0x04 0x00 MNUL 0x01 0x04 0x02 PRST 0x01 0x06 0x01 G 0x01 0x06 0x00 3 One Push uto White W 0x01 0x07 0x01 1/30(1/25) 0x01 0x08 0x00 1/50 0x01 0x08 0x01 1/0 0x01 0x08 0x02 1/250 0x01 0x08 0x03 1/500 0x01 0x08 0x04 SHUTTR SP 1/00 0x01 0x08 0x05 1/2000 0x01 0x08 0x06 4 Shutter Speed 1/5000 0x01 0x08 0x07 1/000 0x01 0x08 0x08 1/ x01 0x08 0x09 1/ x01 0x08 0x0 S 0x01 0x08 0x 1/00 0x01 0x08 0x14 S&LNS 1/2000 0x01 0x08 0x15 1/5000 0x01 0x08 0x16 6 Image level LVL -128~000 ~127 0x01 0x0 0x00~0x 5 Whaite alance Manual R GIN R GIN -128 ~000 ~127 0x01 0x0 0x00~0x 7 Whaite alance Manual GIN GIN -128 ~000 ~127 0x01 0x0 0x00~0x 8 Pedestal PSTL -28~000 ~0 0x01 0x 0x64~0x4 O 0x01 0x14 0x00 9 Gamma GMM ON 0x01 0x14 0x01 HIGH 0x01 0x14 0x02 etail TIL -128~127 0x01 0x15 0~ hroma HROM -128~000 ~50 0x01 0x16 0x00~0x2 O 0x01 0x1 0x00 1 0x01 0x1 0x01 2 0x01 0x1 0x02 3 0x01 0x1 0x03 12 etection rea(l) 4 0x01 0x1 0x04 5 0x01 0x1 0x05 6 0x01 0x1 0x06 7 0x01 0x1 0x07 8 0x01 0x1 0x08 9 0x01 0x1 0x09 O 0x01 0x1 0x00 TOP 0x01 0x1 0x01 OTTOM 0x01 0x1 0x or 2 characters 0x01 0x or 4 characters 0x01 0x or 6 characters 0x01 0x or 8 characters 0x01 0x21 18 INPUT 9 or characters 0x01 0x22 19 HRTR 11 or 12 characters 0x01 0x or 14 characters 0x01 0x or 16 characters 0x01 0x or 4 characters 0x01 0x or 4 characters 0x01 0x or 4 characters 0x01 0x28 25 eature Gate display L GT 13 Title Mode MO 26 Peak/verage O 0x00 0x01 0x30 0x00 WHIT GT 0x01 0x01 0x30 0x01 L GT 0x02 0x01 0x30 0x02 0/0 0x01 0x39 0x00 15/85 0x01 0x39 0x01 PK/V 30/70 0x01 0x39 0x02 50/50 0x01 0x39 0x03 75/25 0x01 0x39 0x04 0/0 0x01 0x39 0x05 PU Ver Page 1

12 KP-H20_OMMN eature Menu display KP-20 ommand Parameter rea I ata O 0x01 0x3 0x00 1 0x01 0x3 0x01 2 0x01 0x3 0x02 3 0x01 0x3 0x03 27 White balance rea Select WHIT GT 4 0x01 0x3 0x04 5 0x01 0x3 0x05 6 0x01 0x3 0x06 7 0x01 0x3 0x07 8 0x01 0x3 0x08 9 0x01 0x3 0x09 28 Lens control IRIS OPN O 0x01 0x3 0x00 ON 0x01 0x3 0x01 O 0x01 0x40 0x00 MNU ON 0x01 0x40 0x02 29 MR MNU OPRTION MR MNU OPRTION UP 0x01 0x40 0x OWN 0x01 0x40 0x20 LT 0x01 0x40 0x80 RIGHT 0x01 0x40 0x40 30 MR RST MR RST 0x01 0x4 0x00 O 0x01 0x51 0x00 31 WR MO WR MO ON 0x01 0x51 0x01 UTO 0x01 0x51 0x02 32 WR LN WR LN 128~255 0x01 0x52 0x80~0x 1/30(1/25) 0x01 0x53 0x00 1/50 0x01 0x53 0x01 1/0 0x01 0x53 0x02 1/250 0x01 0x53 0x03 33 SHORT SHUTTR SHORT SHUTTR 34 SI OUTPUT SI OUTPUT 35 TW RNG TW RNG 1/500 0x01 0x53 0x04 1/00 0x01 0x53 0x05 1/2000 0x01 0x53 0x06 1/5000 0x01 0x53 0x07 1/000 0x01 0x53 0x08 1/ x01 0x53 0x09 1/ x01 0x53 0x0 H-SI 0x01 0x57 0x00 H-VL 0x01 0x57 0x01 NORML 0x01 0x61 0x00 SPIL 0x01 0x61 0x01 36 MNUL GIN PRST GIN 0~48 0x01 0x68 0x00~0x30 37 G LIMIT G LIMIT 0~48 0x01 0x6 0x06~0x30 38 KN O 0x01 0x98 0x00 ON 0x01 0x98 0x01 39 SLOP1 0~255 0x01 0x99 0x00~0x 40 KN SLOP2 0~255 0x01 0x9 0x00~0x 41 POINT1 0~255 0x01 0x9 0x00~0x 42 POINT2 0~255 0x01 0x9 0x00~0x 43 VIO RNS ontrol IRIS GIN 0~255 0x01 0x5 0x00~0x 44 IL1 0x01 0x7 0x00 45 IL2 0x01 0x7 0x01 46 SN IL SV SN IL SV IL3 0x01 0x7 0x02 47 IL4 0x01 0x7 0x03 48 IL5 0x01 0x7 0x04 IL1 0x01 0x8 0x00 49 SN IL SLT SN IL SLT 50 LNS TYP LNS TYP 51 TV ORMT TV ORMT IL2 0x01 0x8 0x01 IL3 0x01 0x8 0x02 IL4 0x01 0x8 0x03 IL5 0x01 0x8 0x04 0x01 0x9 0x00 VIO 0x01 0x9 0x01 80i x01 0x 0x00 80i 50 0x01 0x 0x01 80p x01 0x 0x02 80p 25 0x01 0x 0x03 PU Ver Page 2

13 eature 52 spect Ratio 53 KP-H20_OMMN Menu display KP-20 ommand Parameter rea I ata VS SPT MSKING 4:3 0x01 0x 0x00 16:9 0x01 0x 0x01 PRST 0x01 0x0 0x00 VRIL 0x01 0x0 0x01 54 HU R 0~255 0x01 0x1 0x00~0x 55 HU Y 0~255 0x01 0x2 0x00~0x 56 HU G 0~255 0x01 0x3 0x00~0x 57 HU 0~255 0x01 0x4 0x00~0x 58 HU 0~255 0x01 0x5 0x00~0x 59 MSKING HU M 0~255 0x01 0x6 0x00~0x 60 ST R ST Y ST G 1~255 0x01 0x9 0x01~0x 63 ST 1~255 0x01 0x 0x01~0x 64 ST 1~255 0x01 0x 0x01~0x 65 ST M 1~255 0x01 0x 0x01~0x PU Ver Page 3

HV-HD33 Tentative version. Color Camera Specification

HV-HD33 Tentative version. Color Camera Specification HV-H33 Tentative version olor amera Specification or under development, this specification may change. - Mar 15,2012 (first edition) S.Ikeda S.Ikeda SYMOL T SRIPTION (RWN) SIGN MOL HV-H33 TOLRN Prod. ode

More information

KP-F31PCL/SCL Specifications

KP-F31PCL/SCL Specifications Progressive scan camera KP-31PL/SL Specifications 1. General The KP-31PL/SL are a ameralink output system progressive scan black and white camera with a 1/3-inch size and a full fame shutter. The image

More information

Gigabit Ethernet Progressive scan CCD color camera KP-FD500GV. Specifications (Preliminary) Ver.1.00

Gigabit Ethernet Progressive scan CCD color camera KP-FD500GV. Specifications (Preliminary) Ver.1.00 Gigabit thernet Progressive scan color camera KP-500GV Specifications (Preliminary) Ver.1.00 1. General The KP-500GV is single type RG color camera which utilized the progressive scan image sensor with

More information

HV-F202SCL Specifications

HV-F202SCL Specifications Progressive scan color camera HV-202SL Specifications 1. General The HV-202SL is an UXG high precision 3 progressive scan color camera, which has single chip digital processing LSI, a mount prism, three

More information

High resolution progressive scan monochrome CCD camera (Frame shutter) KP-F100B Specifications (preliminary)

High resolution progressive scan monochrome CCD camera (Frame shutter) KP-F100B Specifications (preliminary) High resolution progressive scan monochrome camera (rame shutter) KP-100 Specifications (preliminary) 1/15 1. Outline Hitachi's KP-100 is a 2/3-inch size black and white camera designed for high resolution

More information

HV-D27A HV-D37A. Color Camera. Tentative Specifications

HV-D27A HV-D37A. Color Camera. Tentative Specifications HV-27 HV-37 s WN SGN HK PP K.Tanaka Jun 6 04 K.Tanaka Jun 6 04 T.Inoue Jun 6 04 T.Inoue Jun 6 04 HV-27/HV-37 (1/17) Hitachi Kokusai lectric Inc 1. General HV-27/HV-37 color camera is a separate type camera

More information

PLC CommuniCations In This Chapter...

PLC CommuniCations In This Chapter... PL ommunications In This hapter... Introduction... PL ommunication Ports Specifications... LE Status Indicators... Steps to Using the LIK PL ommunications... Typical ommunications pplications... W-: om

More information

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE GRAPHIC DISPLAY MODULE GP1157A01B

APPLICATION NOTE VACUUM FLUORESCENT DISPLAY MODULE GRAPHIC DISPLAY MODULE GP1157A01B N--3225 PPLITION NOT VUUM LUORSNT ISPLY MOUL GRPHI ISPLY MOUL GP115701 GNRL SRIPTION UT GP115701 is a graphic display module using a UT 256 64 V. onsisting of a V, display drivers and a control circuit,

More information

Chapter. System design and. configuration. In This Chapter

Chapter. System design and. configuration. In This Chapter hapter System design and configuration In This hapter L0 System esign Strategies... Module Placement... Power udgeting... onfiguring the L0 s omm Ports... onnecting to MOUS and irectnet Networks... Non

More information

Section A-A. This part is a connector only, it should be used together with Nano SIM Tray (PN:115S-ACA1)

Section A-A. This part is a connector only, it should be used together with Nano SIM Tray (PN:115S-ACA1) This part is a connector only, it should be used together with Nano SIM Tray (PN:5S-) RV. SRIPTION RWN T INITIL RLS ROS 205/07/0 2 dd notes, dims of carrier tape ROS 206/0/8 2 3 Revised date code spec.

More information

NBT Telemetry Products NBT. SM300 Series RTUs. User Reference

NBT Telemetry Products NBT. SM300 Series RTUs. User Reference NT SM300 Series RTUs User Reference RVISION ROR Revision.0 Initial Release Revision. 7-0-96 Revision.2 2-7-96 Revision.3 2-0-99 . OVRVIW... 2. OMMON TURS... 2 2. RTU ddressing...2 2.2 omm. ail Setting...2

More information

Example 1: Using Modbus Poll to MB-GATEWAY with DL06 Slave... A-2. Step 3: Connect to the MB-GATEWAY using the Modbus Poll simulator software...

Example 1: Using Modbus Poll to MB-GATEWAY with DL06 Slave... A-2. Step 3: Connect to the MB-GATEWAY using the Modbus Poll simulator software... pplication Examples ppendix In this ppendix... Example 1: Using Modbus Poll to M-GTEWY with L0 Slave... - Items needed for this example:... - Step 1: onnect the M-GTEWY serial port to the L0 secondary

More information

Plasma Panel Display Modules 240 x 64 Graphics Display with ASCII Input Controller, DC/DC Converter and Drive Circuitry

Plasma Panel Display Modules 240 x 64 Graphics Display with ASCII Input Controller, DC/DC Converter and Drive Circuitry Plasma Panel isplay Modules x Graphics isplay with SII Input ontroller, / onverter and rive ircuitry TURS x pixel array for bright and vivid graphics Parallel interface or RS- serial interface Powerful

More information

Vishay Dale Plasma Panel Display Modules 128 x 64 Graphics Display with ASCII Input Controller, DC/DC Converter and Drive Circuitry FEATURES

Vishay Dale Plasma Panel Display Modules 128 x 64 Graphics Display with ASCII Input Controller, DC/DC Converter and Drive Circuitry FEATURES P-G Plasma Panel isplay Modules x Graphics isplay with SII Input ontroller, / onverter and rive ircuitry TURS x pixel array for bright and vivid graphics. Parallel interface or RS- serial interface. Powerful

More information

Amarjeet Singh. January 30, 2012

Amarjeet Singh. January 30, 2012 Amarjeet Singh January 30, 2012 Website updated - https://sites.google.com/a/iiitd.ac.in/emsys2012/ Lecture slides, audio from last class Assignment-2 How many of you have already finished it? Final deadline

More information

P1/PD IDEC Pump User Guide

P1/PD IDEC Pump User Guide P1/P I Pump User Guide Pump Setup and Powering I lectronics 1. Plug in the ON 1 30 pin circular mating connector, that was supplied by Parker, into the pump, see igure 1. 2. Power the pump electronics

More information

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 6 2. Connection with your Computer... 6 2.1 Connection... 6 2.2 Connector & Pin Assignment... 7 3. Communication Format...

More information

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Bluetooth 100M module is a simple to use Bluetooth module, command control through a simple UART Tx and Rx which are connected to other Bluetooth

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

Preliminary Data MOS IC. Type Ordering Code Package SDA Q67100-H5092 P-DIP-8-1

Preliminary Data MOS IC. Type Ordering Code Package SDA Q67100-H5092 P-DIP-8-1 Nonvolatile Memory 1-Kbit E 2 PROM SDA 2516-5 Preliminary Data MOS IC Features Word-organized reprogrammable nonvolatile memory in n-channel floating-gate technology (E 2 PROM) 128 8-bit organization Supply

More information

Tongta Inverter TDS-F8

Tongta Inverter TDS-F8 Tongta Inverter TDS-F8 MODBUS Communication Application Manual Please ensure the user gets this manual, for the optimal use of this device. 1. Introduction: TEK-DRIVE / TDS-F8 INVERTER MODBUS Communication

More information

Chapter. In This Chapter...

Chapter. In This Chapter... ommunications hapter In This hapter... ommunications... - ommunication Ports... - ommunications: onnectivity... - P-0 Port onnections... - SII and ustom Protocol Functionality... - SII Instructions...

More information

User's Manual PLC09 Modbus Converter for PAL-AT Leak Detection System

User's Manual PLC09 Modbus Converter for PAL-AT Leak Detection System User's Manual PLC09 Modbus Converter for PAL-AT Leak Detection System PermAlert ESP, Inc. 7720 Lehigh Ave. Niles, IL 60714 847-966-2190 2 INDEX 1.0 Introduction 4 1.1 Features 4 2.0 Installation 4 2.1

More information

TOSLINE-S20/S20LP. S20 Loader (for Windows) User's Manual

TOSLINE-S20/S20LP. S20 Loader (for Windows) User's Manual 6 F 3 B 0 3 5 7 TOSLINE-S20/S20LP S20 Loader (for Windows) User's Manual Main Menu Contents May 1998 Toshiba Corporation UM-TLS20**-E006 Contents 1. Introduction... 3 2. Before Operating... 4 2.1 What

More information

Chapter. Troubleshooting. In This Chapter...

Chapter. Troubleshooting. In This Chapter... Troubleshooting hapter In This hapter... ommon Problems...- Troubleshooting Flow hart...- Touch Panel does not Power up...- isplay is lank...- isplay is im...- No User Program...- Firmware Recovery Tool...-

More information

WIZ125SR User Manual

WIZ125SR User Manual WIZ125SR User Manual ( Version 1.0 ) 2010 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at http://www.wiznet.co.kr WIZ125SR User Manual (WIZnet Co., Ltd.) - 1 - Document

More information

Appendix. System Functions. In This Appendix...

Appendix. System Functions. In This Appendix... s ppendix In This ppendix... s... - Write all Registers (L-PL)... - Write One Register (Ioxes)... - Write One Register (L-PL)... - Read Error ode (Ioxes)... - Read Error ode (L-PL)... - ppendix : s s s

More information

Chapter. Troubleshooting. In this Chapter...

Chapter. Troubleshooting. In this Chapter... Troubleshooting hapter In this hapter... Troubleshooting... - -more Micro Panel does not Power up... - isplay is lank... - isplay is im... - No User Program... - Lost Firmware Update Mode Screen isplayed...

More information

Connect Tech Inc. Meeting your objectives... by design

Connect Tech Inc. Meeting your objectives... by design onnect Tech Inc. Meeting your objectives... by design Xtreme/104 Opto Multi-port Serial ommunications dapter User Manual onnect Tech Inc 42 rrow Road uelph, Ontario N1K 1S6 Tel: 519-836-1291 800-426-8979

More information

Chapter. Specifications: In This Chapter...

Chapter. Specifications: In This Chapter... Specifications: hapter PU Modules In This hapter... PU Specifications... PU General Specifications... ommunications Ports Specifications... Port Specifications (US)... Port Specifications (Serial)... US

More information

Kramer Electronics, Ltd. USER MANUAL. Model: VS Port RS-422 Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Model: VS Port RS-422 Matrix Switcher Kramer lectronics, Ltd. USR MNUL Model: VS-4216 16 Port RS-422 Matrix Switcher ontents ontents 1 Introduction 1 2 Getting Started 1 3 Overview 1 3.1 bout RS-422 2 3.1.1 Signal Terminology 2 3.1.2 Standards

More information

VIGOR PROGRAMMABLE LOGICAL CONTROLLERS VIGOR ELECTRIC CORP.

VIGOR PROGRAMMABLE LOGICAL CONTROLLERS VIGOR ELECTRIC CORP. VIGOR PROGRAMMABLE LOGICAL CONTROLLERS VIGOR ELECTRIC CORP. 232G RX TX VB-1COM VIGOR + 24V IN - SHORT FOR TR 485G D+ D- VB-1COM Serial Foreword This manual contains text, diagrams and explanations which

More information

Yaskawa Electric MP900 Series Driver

Yaskawa Electric MP900 Series Driver Yaskawa Electric Yaskawa Electric MP900 Series Driver 1 System Structure 2 Cable Diagrams 3 Supported Device Addresses 4 Consecutive Device Addresses 5 Environment Setup 6 Sample Ladder Program 7 I/O Manager

More information

Preliminary Data MOS IC. Type Ordering Code Package SDA Q67100-H5096 P-DIP-8-1

Preliminary Data MOS IC. Type Ordering Code Package SDA Q67100-H5096 P-DIP-8-1 Nonvolatile Memory 4-Kbit E 2 PROM with I 2 C Bus Interface SDA 2546-5 Preliminary Data MOS IC Features Word-organized reprogrammable nonvolatile memory in n-channel floating-gate technology (E 2 PROM)

More information

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 5 2. Connection with your Computer... 5 2.1 Connection... 5 2.2 Connector & Pin Assignment... 5 3. Communication Format...

More information

Phone: Fax: Web:

Phone: Fax: Web: Table of contents 1.1 MODBUS(RTU mode) Slave... 1 1.1.1 Operable Programmable Displays... 1 1.1.2 Communication Condition... 1 1.1.3 Internal Memory Configuration... 1 1.1.4 Overview of Modbus RTU Communication...

More information

Chapter. Troubleshooting

Chapter. Troubleshooting Troubleshooting hapter In this hapter... -more Micro-Graphic Panel does not Power up... - isplay is lank... - isplay is im... - No User Program... - Lost Firmware Update Mode Screen isplayed... - Updating

More information

Chapter. Protos X. Configuration. In This Chapter...

Chapter. Protos X. Configuration. In This Chapter... hapter Protos X onfiguration In This hapter... Protos X Software onfiguration Tool (PG-FGSW)... Protos X iscrete and nalog I/O Mapping... hapter : Protos X onfiguration 0 Protos X Software onfiguration

More information

SNR610. Embedded network node module SNR610. Description. Feature. Application. SNR610 is highly integrated network module.

SNR610. Embedded network node module SNR610. Description. Feature. Application. SNR610 is highly integrated network module. Embedded network node module SNR610 Description SNR610 is highly integrated network module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has high reception sensitivity and 100mW output

More information

Mate Serial Communications Guide This guide is only relevant to Mate Code Revs. of 3.30 and greater

Mate Serial Communications Guide This guide is only relevant to Mate Code Revs. of 3.30 and greater Mate Serial Communications Guide This guide is only relevant to Mate Code Revs. of 3.30 and greater For additional information contact matedev@outbackpower.com Page 1 of 14 Revision History Revision 2.0:

More information

TRP-C08. USB to RS232/422/485 Isolated Converter. User s Manual. Printed Sep.2014 Rev 1.4

TRP-C08. USB to RS232/422/485 Isolated Converter. User s Manual. Printed Sep.2014 Rev 1.4 TRP-C08 USB to RS232/422/485 Isolated Converter User s Manual Printed Sep.2014 Rev 1.4 Trycom Technology Co.,Ltd No.35, Zhongxing Rd., Guishan Township, Taoyuan County 333, Taiwan. Tel : 886-3-350-3351

More information

WIDE DYNAMIC RANGE CAMERA USER MANUAL

WIDE DYNAMIC RANGE CAMERA USER MANUAL WIDE DYNAMIC RANGE CAMERA USER MANUAL Contents 1. SAFETY PRECAUTIONS... 2 2. INTRODUCTION... 3 3. FEATURES... 4 4. PACKING LIST... 5 5. NAME and FUNCTION of EACH PART... 6 6. INSTALLATION... 8 6.1 Native

More information

INDEX. Document Name : User Manual for SC10EJ Serial to Ethernet Converter

INDEX. Document Name : User Manual for SC10EJ Serial to Ethernet Converter Document Name : User Manual for SC10EJ Serial to Ethernet Converter Page 1 of 10 INDEX 1. Technical Specifications 1 2. Modes of Operation 1 3. Configuring the SC10 EJ : Through Serial Port 2 a. Configuring

More information

SONY SURVEILLANCE SYSTEMS NTSC SSC-DC330/DC334. CCD Color Video Camera SSC-DC330 SSC-DC334. Lens shown is optional.

SONY SURVEILLANCE SYSTEMS NTSC SSC-DC330/DC334. CCD Color Video Camera SSC-DC330 SSC-DC334. Lens shown is optional. NTS SONY SURVEILLANE SYSTEMS /D334 D olor Video amera Lens shown is optional. Sony introduces the /D334 1/3-inch D color cameras which incorporate Exwave HAD technology a new technology developed by Sony

More information

DS1283. Watchdog Timekeeper Chip FEATURES PIN ASSIGNMENT

DS1283. Watchdog Timekeeper Chip FEATURES PIN ASSIGNMENT S Watchdog Timekeeper hip FTURS Keeps track of hundredths of seconds, seconds, minutes, hours, days, date of the month, months, and years; valid leap year compersation up to Watchdog timer restarts an

More information

ED1021 I/O Expander with UART interface & analog inputs

ED1021 I/O Expander with UART interface & analog inputs Preliminary Highlights 4.5V 5.5V power supply range. 12 GPIOs. Up to 40mA maximum current in each output except GPIO8 (up to a total device current of 175mA). Most GPIOs can be an input to a 10bit ADC.

More information

Basics of UART Communication

Basics of UART Communication Basics of UART Communication From: Circuit Basics UART stands for Universal Asynchronous Receiver/Transmitter. It s not a communication protocol like SPI and I2C, but a physical circuit in a microcontroller,

More information

Chapter. Communications. In This Chapter...

Chapter. Communications. In This Chapter... RX o-more! ommunications hapter In This hapter... Overview... - Terminology... - General oncepts... - US ommunications... - Serial ommunications... - RS-... - RS-... - Serial Port Settings... -0 Serial

More information

Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S

Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S Communication Protocol Manual JOFRA ATC Copyright 2007 AMETEK Denmark A/S Contents 1 Introduction...6 2 Protocol...7 2.1 Variables...7 2.2 Telegram structure...8 2.3 Packing and unpacking of telegrams...9

More information

Chapter. Operation. In This Chapter

Chapter. Operation. In This Chapter PU Specifications and Operation In This hapter hapter PU Overview....- PU Specifications....- Using attery ackup.... -0 PU Setup Information.... - PU Operation.... - I/O Response Time.... - PU Scan Time

More information

Operation Manual for Shekel PC Scale Software

Operation Manual for Shekel PC Scale Software Page 1 of 9 Operation Manual for Shekel PC Scale Software Shekel Scales PC Scale software is designed to gather data and display data as units of weight on the PC Scale monitor. Location of software :

More information

HD COLOR NIGHT VISION CAMERA

HD COLOR NIGHT VISION CAMERA Ultrahigh HD OLOR NIGHT VISION AMERA Supersensitive MOS night vision camera facilitating surveillance in color and video recording all day and all night : K2000 Handheld Type Features Image Sensor: type

More information

Serial Interface Communication Protocol

Serial Interface Communication Protocol Serial Interface Communication Protocol [Diamond] For Models: Interactive Whiteboard (Serial Interface Communication Protocol) This document defines all the command and messages exchanged between the Master

More information

CDN36X Series DeviceNet Gateway User Manual

CDN36X Series DeviceNet Gateway User Manual CDN36X Series DeviceNet Gateway User Manual CDN366 1 isolated RS232 channel CDN367 1 isolated RS422/RS485 channel Table of Contents CHAPTER 1 OVERVIEW...4 CHAPTER 2 INSTALLATION...5 MOUNTING...5 WIRING...6

More information

User s Manual. LG Programmable Logic Controller. Computer Link Module K7F-CUEA MASTER-K K4F-CUEA K3F-CU2A K3F-CU4A. LG Industrial Systems

User s Manual. LG Programmable Logic Controller. Computer Link Module K7F-CUEA MASTER-K K4F-CUEA K3F-CU2A K3F-CU4A. LG Industrial Systems User s Manual LG Programmable Logic ontroller omputer Link Module K7F-UEA K4F-UEA K3F-U2A K3F-U4A LG Industrial Systems hapter 1 Introduction 1 Introduction... 1-1 hapter 1 Introduction 1 Introduction

More information

FANUC PLC Parts. GE Fanuc Automation. Series 15i / 150i Model A Remote Buffer. Computer Numerical Control Products. Descriptions Manual

FANUC PLC Parts. GE Fanuc Automation. Series 15i / 150i Model A Remote Buffer. Computer Numerical Control Products. Descriptions Manual GE Fanuc Automation Computer Numerical Control Products Series 15i / 150i Model A Remote Buffer Descriptions Manual GFZ-63322EN-1/01 July 1999 FANUC PLC Parts Warnings, Cautions, and Notes as Used in this

More information

Communication Protocol for Solder Feeder (SFR) Programmer s Guide

Communication Protocol for Solder Feeder (SFR) Programmer s Guide www.jbctools.com Communication Protocol for Solder Feeder (SFR) Programmer s Guide SFR Communication Protocol for Automation This communication protocol was developed to use JBC devices, such as the Automatic

More information

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter Bluetooth V4.1 BLE RS-232 Serial Adapter 1. Package content: BLE RS-232 adapter Model: BLE-232B Package Contents: BLE RS-232 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable x 1 White

More information

Legal information. Document change log

Legal information. Document change log RS232/RS485 Transparent channel and Identification string Introduction Identification string feature forces the FM device to send an identification packet to the server. After that, the device waits for

More information

14bit A/D SDTV Production Digital Color Television Camera Presentation Z-3500

14bit A/D SDTV Production Digital Color Television Camera Presentation Z-3500 14bit A/D SDTV Production Digital Color Television Camera Presentation Z-35 Features of Z-35Z Newest14-bit Analog to Digital Converter Hitachi s latest generation DSP 5 ECC Filter and Optical Filter Gray

More information

AN_2901_005 JULY The Teridian 73M2901CE single chip modem implements the V.23 standard according the ITU V.23 recommendation.

AN_2901_005 JULY The Teridian 73M2901CE single chip modem implements the V.23 standard according the ITU V.23 recommendation. 73M2901CE V.22 bis Single Chip Modem A Maxim Integrated Products Brand APPLICATION NOTE AN_2901_005 JULY 2005 1 ITU V.23 Recommendation The Teridian 73M2901CE single chip modem implements the V.23 standard

More information

DOMINO 20H DOMINO 30H DLP VIDEO PROJECTOR RS-232C CONTROL SPECIFICATIONS. Document Revision 1.1 (20 July 2004)

DOMINO 20H DOMINO 30H DLP VIDEO PROJECTOR RS-232C CONTROL SPECIFICATIONS. Document Revision 1.1 (20 July 2004) DOMINO 20H DOMINO 30H DLP VIDEO PROJECTOR RS-232C CONTROL SPECIFICATIONS Document Revision 1.1 (20 July 2004) Table of Contents 1. INTRODUCTION 3 2. CONNECTION 3 3. COMMUNICATION PROTOCOL 4 HEADER 4 PAYLOAD

More information

Chapter. System Setup Screens. In This Chapter...

Chapter. System Setup Screens. In This Chapter... System Setup Screens hapter In This hapter... Introduction...- ccessing the System Setup Screens (no project loaded)...- ccessing the System Setup Screens (with project loaded)...- System Setup Screens

More information

FW UPGRADE SPECIFICATION

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

More information

Chapter. Operation. In this Chapter

Chapter. Operation. In this Chapter hapter PU Specifications and Operation In this hapter Introduction... PU Specifications... PU Hardware Setup... PU Operation... I/O Response Time... PU Scan Time onsiderations... Memory Map... L0 System

More information

LoRaWAN Wzzard Utility Quick Guide. v /11/1

LoRaWAN Wzzard Utility Quick Guide. v /11/1 LoRaWAN Wzzard Utility Quick Guide v1.0 2018/11/1 1. Connect LRPv2 Connect LoRaWAN LRPv2 node and your desktop with MicroUSB. An USB virtual COM port will be created in Windows system. If Windows can t

More information

Serial Communication. Spring, 2018 Prof. Jungkeun Park

Serial Communication. Spring, 2018 Prof. Jungkeun Park Serial Communication Spring, 2018 Prof. Jungkeun Park Serial Communication Serial communication Transfer of data over a single wire for each direction (send / receive) Process of sending data one bit at

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter 1. Package content: BLE RS-232 adapter Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232D-E Package Contents: BLE RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box: 11 x 6 x 5 (cm)

More information

ED1021 I/O Expander with UART interface & analog inputs

ED1021 I/O Expander with UART interface & analog inputs Preliminary Highlights 2.7V 5V power supply range. 12 GPIOs. Up to 40mA maximum current in each output except GPIO8 (up to a total device current of 175mA). Most GPIOs can be an input to a 10bit ADC. Simple

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

Hitachi H/EH/EHV Series

Hitachi H/EH/EHV Series Hitachi H/EH/EHV Series Supported Series: Hitachi H series, EH-150, Micro-EH, H20, H40, H64, H200, H250, H252, H300, H302, H700, H702, H1000, H1002, H2000, H4010. Website: http://www.hitachi-ies.co.jp/english/products/plc/index.htm

More information

C-MAX CME8000-BUS. Module Layout CME8000-BUS-LP02 RS232. Industrial Module with CME8000 receiver IC. Short Description

C-MAX CME8000-BUS. Module Layout CME8000-BUS-LP02 RS232. Industrial Module with CME8000 receiver IC. Short Description Industrial Module with CME8000 receiver IC RF Technology Specialist Short Description The CME8000 is a BiCMOS integrated straight through receiver with build in very high sensitivity and a pre-decoding

More information

RF900 LoRa Telemetry module V1.0

RF900 LoRa Telemetry module V1.0 1. General RF900 is a low cost, medium power, high performance transparent two way semi-duplex LoRa modulation transceiver with operation at 169/433/868/915 Mhz. It integrates with high speed MCU from

More information

Specification. For. Serial Interface DN-T645/625

Specification. For. Serial Interface DN-T645/625 Date 2002-08-30 1 page of 55 Specification For Serial Interface DN-T645/625 Denon, Ltd. Date 2002-08-30 2 page of 55 Histories Rev. Date Name Description 1.00 Aug., 30, 02 J.Watanabe Date 2002-08-30 3

More information

Hi5 Robot Driver. Hyundai Heavy Industries

Hi5 Robot Driver. Hyundai Heavy Industries Hyundai Heavy Industries Hi Robot Driver System Configuration... 3 2 Selection of... 7 3 Example of Communication Setting... 8 Setup Items... Cable Diagram... 2 Supported Device... 32 7 Device Code and

More information

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E INSTRUCTION MANUAL FOR COMMUNICATION [OPTION CODE C5] GCSC3E1 2002.04 To prevent the accidents by mishandling of this controller, please arrange to give this manual into the hands of the operator who actually

More information

Transmission/ reception tables

Transmission/ reception tables Transmission/ reception tables Message Exchange When in Transmit Only mode, the Control and Transmission tables are filled in prior to executing the EXCHx instruction, and can be of type %KW or %MW. No

More information

INSTALLATION GUIDE Maxiflex P3e CPU M1262F

INSTALLATION GUIDE Maxiflex P3e CPU M1262F INSTALLATION GUIDE Maxiflex P3e CPU M1262F Introduction This Installation Guide is intended to aid the fitment of the M1262B CPU in the field. For operating details of this product, refer to the Users

More information

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary.

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary. HEC-OM-S008 Aug.2014 Communication Manual THERMO-CON Model No. HECR002-A5 Keep available whenever necessary. This manual is copyrighted and all rights are reserved by SMC Corporation, and may not, in whole

More information

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice.

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice. MCD Modbus Module Instructions Important User Information INSTALLATION INSTRUCTIONS: MCD MODBUS MODULE Order Code: 175G9000 1. Important User Information Observe all necessary safety precautions when controlling

More information

24LC08. 8K-Bit Serial EEPROM OVERVIEW FEATURES ORDERING INFORMATION

24LC08. 8K-Bit Serial EEPROM OVERVIEW FEATURES ORDERING INFORMATION OVERVIEW 2 TM The 24L08 serial EEPROM has a 8,192-bit (1,024-byte) capacity, supporting the standard I -bus serial interface. It is fabricated using ERMTE's most advanced MOS technology. One of its major

More information

Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C

Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C Applications: MSR card reader reader, RFID reader, IC card reader, Specifications: 1. Baud

More information

MS BA Micro Barometric Module

MS BA Micro Barometric Module MS5605-02A Micro arometric Module High resolution module, 20cm Fast conversion down to ms Low power, µa (standby < 0.5 µa) QFN package 5.0 x 3.0 x.6 mm 3 Supply voltage.8 to 3.6 V Integrated digital pressure

More information

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual Rev. 2.5 TG100 User Manual The TG100 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high accuracy and longer life than sensors

More information

Communication. Outline of Communication. Merits

Communication. Outline of Communication. Merits Communication Outline of Communication You can connect up to MINAS-A series with your computer or NC via serial communication based on RS and RS, and can execute the following functions. () Change over

More information

Jinou Bluetooth module manual

Jinou Bluetooth module manual Jinou luetooth module manual 1. rief introduction luetooth odules can be applied to all kinds of home appliances, equipment (such as medical treatment equipment) and other electronic information products.

More information

SECTION 4 Host Link Communications

SECTION 4 Host Link Communications SECTION 4 Host Link Communications This section describes the procedure and other information required to use Host Link communications. 4-1 Host Link Communications.................................................

More information

1.5 axis motion controller

1.5 axis motion controller Ver. CHARGE POWER CN3 CN CN SERVOPACK RUN RD MCW5 STS SD 6 +4V SGDH- Ver. CHARGE CN CN3 CN SERVOPACK POWER 0 MCW5 RUN STS RD SD 6 +4V R88A-MCW5-@.5 axis motion controller Advanced motion made perfectly

More information

Station 2. Inverter. PU connector (Note1)

Station 2. Inverter. PU connector (Note1) using the E500 series drives General This data sheet describes the correct techniques for using E500 series inverters on a standard RS485 serial comms link. Up to 32 inverters may be connected. Max comms

More information

Serial Interfacing. Asynchronous Frame

Serial Interfacing. Asynchronous Frame Serial Interfacing Serial Data Transfer used by keyboards, plotters, modems and other peripherals with low data transfer rates (low bandwidth) 2 Types: Asynchronous CPU and device are not using a common

More information

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS Page 1 of 35 A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS This document has been written specifically for FX and FX0N users that are unfamiliar with RS-232

More information

AU5017. General Description

AU5017. General Description Features General Description High performance DSP process core High quality on-chip stereo DAC Decodes MP3/WAV audio format Supports bitrate from 32Kbps to 320Kbps Supports MicroSD/HC memory card up to

More information

Bluetooth TO Serial CONVERTER E-P132-B

Bluetooth TO Serial CONVERTER E-P132-B Bluetooth TO Serial CONVERTER E-P132-B 1 Table of Contents Introduction..3 Package checklist...4 Product Specification...5 Product Panel Views Description...6 Product Views. 6 DC-In Power Outlet 6 Antenna

More information

MAX7329AWE -40 C to +125 C 16 Wide SO W16-1. Maxim Integrated Products 1

MAX7329AWE -40 C to +125 C 16 Wide SO W16-1. Maxim Integrated Products 1 9-3829; Rev 0; 0/05 I2C Port Expanders with Eight Ports General escription The are 2-wire serial-interfaced peripherals with eight ports. Any port can be used as a logic input or an open-drain output.

More information

General Remote Interface Description. en General Remote Interface Description

General Remote Interface Description. en General Remote Interface Description General Remote Interface Description en General Remote Interface Description General Remote Interface Description en 2 Table of Contents 1 Introduction...3 1.1 Purpose...3 1.2 Scope...3 1.3 Definitions,

More information

CS 4453 Computer Networks Winter

CS 4453 Computer Networks Winter CS 4453 Computer Networks Chapter 2 OSI Network Model 2015 Winter OSI model defines 7 layers Figure 1: OSI model Computer Networks R. Wei 2 The seven layers are as follows: Application Presentation Session

More information

Voltage regulator TAPCON 240

Voltage regulator TAPCON 240 Voltage regulator TAPCON 240 Supplement 2398461/01 Protocol description DNP3 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and communication

More information

TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TMPN3120FE5MG

TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TMPN3120FE5MG TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TMPN3120FE5MG Neuron Chip for Distributed Intelligent Control Networks (LONWORKS ) TMPN3120FE5MG The TMPN3120FE5MG features extra single-chip

More information

PCI Express 4-Port Industrial Serial I/O Cards

PCI Express 4-Port Industrial Serial I/O Cards PCI Express 4-Port Industrial Serial I/O Cards The PCIe-400i and PCIe-400i-SI PCI Express 4-port industrial serial I/O cards are plug & play high-speed serial I/O expansion cards for the PCI Express bus.

More information

Catalog 1. Overview Feature Application Block Diagram

Catalog 1. Overview Feature Application Block Diagram - 1 - Catalog 1. Overview... - 3-2. Feature... - 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation... - 4-1) Power on Reset...- 4-2) Working Mode...- 5-3)

More information