TLE1 REFLECTIVE LINE SENSOR WITH ETHERNET INTERFACE

Size: px
Start display at page:

Download "TLE1 REFLECTIVE LINE SENSOR WITH ETHERNET INTERFACE"

Transcription

1 INTRODUCTION The TLE1 sensor integrates laser line triangulation technology with Ethernet interface. It projects a laser line on the measured surface, instead of a single point as seen on standard triangulation sensors for distance measurement. The reflected light is captured by an area CMOS, which features an enhanced detail (for material profile measurement, i.e. hole size, gap, edge) and a much more accurate distance measurement (due to the number of data points). All processing occurs in the sensor itself. No external controller or PC are required in its operation. TLE1 REFLECTIVE LINE SENSOR WITH ETHERNET INTERFACE September 2012, rev.d 1. SPECIFICATION Distance measurement range: 35 to 65 mm (50 mm ± 15 mm) Height measurement range: 10 mm (center of line ± 5 mm) Line size: 40 μm thick x 16 mm length at middle of measuring range (MR) Detector: CMOS (1280x1024 pixels) Distance Resolution: 1 μm Distance Linearity: <10 μm Height Resolution: < 20 μm Response Time: ms Laser: 670 nm, Class IM, <3mW Interface: RJ45 (Ethernet), 10/100 Mbit Communication: TCP or UDP protocol Power: POE (Power over Ethernet), from 12 (150mA) to 24 VDC (80mA) Weight: 105 g Dimensions: 100 x 70 x 25 mm

2 2. DIMENSIONS TLE1 REFLECTIVE LINE SENSOR 25 LASER WINDOW 100 LENS AND IMAGE SENSOR WINDOW 6, ,4 51,4 R 3,15 5 4X O , ,5 18 All dimensions in mm For detailed dimensions, please download 2D drawing or 3D model from or at: info@metralight.com 2

3 TLE1 REFLECTIVE LINE SENSOR 3. CONNECTION DC POWER SUPPLY: 10V TO 25V ETHERNET SWITCH CAT5/RJ45 CABLES **POE INJECTOR **POE INJECTOR TLE1 SENSOR (TCP SERVER) TLE1 SENSOR (TCP SERVER) *IP: , Port: 1024 *IP: , Port: 1024 HOST PC (TCP CLIENT) *IP: NOTES: * Example of IP address and Port settings. See further chapter (8.9 and 8.10) for details how to change IP settings. ** When multiple sensors are used, Metralight provides 8 Port Injector module, or Patch panel can be used for power connection. 3

4 4. OPERATIONAL TLE1 REFLECTIVE LINE SENSOR TLE1 sensor can measure distance, profile, hole size and other shape profiles. The standard TLE1 has four basic modes (custom modes can be implemented upon customer request). First mode is intended for measuring the distance from basic plane (distance X). Other modes are intended for measuring various objects (e. g. sheet metal) in 2 axis, see pictures below. MEASURED SURFACE Figure: MODE_O measuring mode X TOP SMR 1 EMR 65 MODE_0 is intended for measuring of distance from basic plane (distance X). Plane can be straight or curved. Result data is an average of the number of points (user defined) - user can set the length of processed line (parameters in figure). See parameters FROM_LINE, NUM_LINES for setting. Measurement range (30mm) is between SMR (Start of Measuring Range, 35mm from face of sensor) and EMR (End of Measuring Range, 65mm from face of sensor). SMR position is represented by sensor as 0, EMR is represented as (30mm). 50 MODE_1 measures X-distance of closest object s segment from face of sensor and its Y-position as well. User defines the length of processed laser line (see FROM_LINE, NUM_LINES, in MODE_0 figure) and segment size (WINDOW parameter). Sensor algorithm searches between limits, for closest segment (size defined by WINDOW). Also see SMR and EMR parameters in previous figure). MEASURED SURFACE X TOP 10mm Y 0 This mode is usually used for measuring of uneven sheet metal edge, rounded edge profile of glass, etc. See next Figure for detailed explanation. Figure: MODE_1 measuring mode 4

5 TLE1 REFLECTIVE LINE SENSOR X RESULT 10mm WINDOW TOP SENSOR FACE LASER LIGHT SHEET METAL PROFILE 0 CLOSEST SEGMENT Y RESULT MODE_1 examples on the left shows measuring of sheet metal edge distance. Measuring line (see FROM_LINE, NUM_LINES, ) is processed and closest segment (size specified via WINDOW) is presented as result. Figure: MODE_1 measuring sheet metal edge distance TOP TOP MODE_2 is primary intended for measuring of object EDGE in both axis (X distance, Y position). Measured object has to be presented from sensor top side. WINDOW parameter specifies the size of segment (portion of projected line), used for calculating of X distance. X RESULT In MODE_3 object is placed from opposite side of sensor (bottom side). 10mm 0 Y RESULT SEGMENT (WINDOW) Figure: MODE_2 measuring object edge Figure: MODE_3 measuring object edge 5

6 5. INTERFACE TLE1 sensor has two LEDs. Green LED indicate power, blue LED indicates presence of object in measurement area. Pressing and holding of Reset IP button during sensor power-up resets IP address to default value. IP address is stored in EEPROM memory (see memory map below). Standard CAT5 cable is used for connection of sensor. Power is carried over unused wires of the cable. Default IP setting: Port 1024 IP GATEWAY SUBNET MASK TLE1 REFLECTIVE LINE SENSOR RJ45 (ETHERNET) INTERFACE GREEN (POWER) LED BLUE (OBJECT IN) LED RESET IP BUTTON Figure: RJ45 connector, LEDs, Reset IP Button (BACK VIEW) 6. USER S VOLATILE PARAMETERS Volatile parameters need to be updated from default values each time after power-up. This guaranties the same sensor initial state after power-up. Changes of volatile parameters (see command set below) has immediate effect to sensor behavior. Status byte of DATA command indicates if parameters are default or were modified after power-up. START_LINE (volatile) Sensor process data starting from this line. (see picture). NUMBER_LINES (volatile) Sensor process NUMBER_LINES starting from START_LINE (see picture). THRESHOLD (volatile) Block low light level, e.g. reflection and ambient light. LSRPWR (volatile) Sets power of laser diode. 6

7 TLE1 REFLECTIVE LINE SENSOR TINT (volatile) Integration time, higher the value longer the Integration time (more light is collected). WINDOW (volatile) Averaging window size for MODE1 (calculate moving average for WINDOW number of values between START_LINE and START_LINE+NUMBER_LINES). DATA command returns highest number as X position (closest object) and it s position on chip as Y axis. 7. USER S EEPROM PARAMETERS TLE1 Sensor contains 256 EEPROM memory pages, each page has 256 bytes (total 64 kb). Some pages are factory reserved for Ethernet interface settings, default values of parameters, etc. User can edit values in this area, but always with respect to it s dedicated function. See memory map for details. Default values of volatile parameters are load from EEPROM memory after sensor power up. Figure: EEPROM memory map 7

8 TLE1 REFLECTIVE LINE SENSOR 8. COMMAND SET 8.1 DATA Hex: <0x1X>, where X specifies amount of requested data. Sensor response: 2 X x DATA (multiple of 5bytes packet, min 5 bytes) Example 1 PC request: <0x10> (request for 1 data) Sensor response: <0x13> <0xDF> <0x00> <0xF9> <0x85> // X Data=0x13DF=5087μm (X distance) // Y Data=0x00F9=249 (Y line position ) // Status byte=a0 see below Example 2 PC request: <0x12> (request for 4 data) Sensor response: 4x 5 bytes (see above) DATA FORMAT: <X HIGH BYTE> <X LOW BYTE> <Y HIGH BYTE> <Y LOW BYTE> <AUX BYTE> For X and Y data description see Operational section of this document. AUX BYTE FORMAT (8 bits): OIN ZERO_CNT OVER410_CNT 0 USER_PAR_CHG 0 0 MODE Bit # Bit Name Description 7(MSB) OIN Object detected in measurement range 6 ZERO_CNT Indicates Line in processing window which has 0 pixels over threshold 5 OVER410_CNT Indicates Line in processing window with signal width>410 pixels 4 0 Reserved 3 USER_PAR_CHG User s parameters changed after power-up 2..0 MODES Measuring mode, see Operational section Table: AUX BYTE structure 8.2 DATA_STREAM_start Hex: <0x21>, continuous DATA stream start, Sensor response: data stream (X bytes) 8.3 DATA_STREAM_stop Hex: <0x20>, continuous DATA stream stop, Sensor response: no response 8

9 TLE1 REFLECTIVE LINE SENSOR 8.4 DISTANCE_PROFILE_READ Hex: <0x6X>, where X specifies number of requested profiles. Sensor response: 2 X x DISTANCE PROFILE - multiple of (2 x NUM_LINES + 2) bytes packet PROFILE FORMAT: <DIST_1_HIGH> <DIST_1_LOW> <DIST_2_HIGH> <DIST_2_LOW> <DIST_N_HIGH> <DIST_N_LOW> <PROFNUM_HIGH> <PROFNUM_LOW> When multiple profile command is sent then PROFNUM sequencialy increases (+1). Missing number indicates lost of frame (communication slowdown). Position and length of sent profile is given by the parameters FROM_LINE and NUM_LINES. This way user can select only region of interest and decrease amount of transferred data. 8.5 FIRMWARE Hex: <0xF0>, reads firmware version, Sensor response: two bytes 8.6 READ_RAW Hex: <0xD0>, Read full image (1280 x 1024), Sensor response: pixels (bytes) 8.7 READ_RAW_1/4 Hex: <0xD1>, Read downsized image (640 x 480), Sensor response: pixels (bytes) 8.8 MODE Hex: <0x3X> for MODE_X, Sensor response: command echo 8.9 LASER_ON/OFF Hex: <0x91> for Laser ON, <0x90> for Laser OFF, Sensor response: command echo 8.10 USER_EEPROM_WRITE Hex: <0xB0> <ADDR_HIGH> <ADDR_LOW> <N_BYTES-1> <BYTE_1> <BYTE_N>, Sensor response: <N_BYTES-1> ADDR range: N_BYTES range: This command can write data in one page only. It s not possible to write data in two pages. 9

10 Example 1 Parameters to write: START_LINE 0x0180 = 384 NUMBER_LINES 0x0100 = 256 WINDOW 0x0020 = 32 THRESHOLD 0x0060 = 90 TINT 0x0419 = 1049 LSRPWR 0x0080 = 128 TLE1 REFLECTIVE LINE SENSOR PC request: Sensor response: <0xB0> <0xFE> <0x00> <0x0B> <0x01> <0x80> <0x01> <0x00> <0x00> <0x20> <0x00> <0x60> <0x04> <0x19> <0x00> <0x80> <0xB0> Example 2 IP parameters to write: IP GATEWAY SUBNET MASK PC request: Sensor response: <0xB0> <0xFF> <0x00> <0x0B> <0xC0> <0xA8> <0x00> <0x10> <0xFF> <0xFF> <0xFF> <0x00> <0xC0> <0xA8> <0x00> <0xFF> <0xB0> 8.11 USER_EEPROM_READ Hex: <0xA0> <ADDR_HIGH> <ADDR_LOW> <N_BYTES-1>, Sensor response: requested bytes ADDR range: N_BYTES range: Example 1 Read sensor parameters: PC request: <0xA0> <0xFE> <0x00> <0x0B> Sensor response: <0x01> <0x80> <0x01> <0x00> <0x00> <0x20> <0x00> <0x60> <0x04> <0x19> <0x00> <0x80> Example 2 Read IP parameters: PC request: Sensor response: <0xA0> <0xFF> <0x00> <0x0B> <0xC0> <0xA8> <0x00> <0x10> <0xFF> <0xFF> <0xFF> <0x00> <0xC0> <0xA8> <0x00> <0xFF> 10

11 8.12 USER S VOLATILE PARAMETERS READ/WRITE TLE1 REFLECTIVE LINE SENSOR Command READ/WRITE Host sends (hex) Sensor response Note START_LINE READ 0x80 2 bytes, high byte first range: WRITE 0x88 XX XX Echo command NUMBER_LINES READ 0x81 2 bytes, high byte first range: WRITE 0x89 XX XX Echo command WINDOW READ 0x82 2 bytes, high byte first range: WRITE 0x8A XX XX Echo command THRESHOLD READ 0x83 2 bytes (0x00 XX) range: WRITE 0x8B 00 XX Echo command TINT READ 0x84 2 bytes, high byte first range: WRITE 0x8C Echo command LSRPWR READ 0x85 2 bytes (0x00 XX) range: WRITE 0x8D Echo command CUSTOM1 READ 0x86 2 bytes, high byte first range: WRITE 0x8E Echo command CUSTOM2 READ 0x87 2 bytes, high byte first range: WRITE 0x8F Echo command Table: User parameters read/write 11

12 TLE1 REFLECTIVE LINE SENSOR 9. CODE EXAMPLE TLE1 sensor allows communication via ICMP (PING command) and TCP protocol (UDP upon customer request). All communication is controlled via commands - see Command Set. TCP terminal is recommended for first learning steps (e.g. IO NINJA from Microsoft C# Code example: using System; using System.Collections.Generic; using System.Linq; using System.Net.Sockets; using System.IO; namespace TCPexample { class Program { static void Main(string[] args) { TcpClient tcpclient = new TcpClient(); tcpclient.connect(" ", 1024); NetworkStream stream = tcpclient.getstream(); stream.write(new byte[] { 0x10 }, 0, 1); //send data request while (tcpclient.available < 5) { }; //wait for sensor response byte[] recieveddata = new byte[5]; //read sensor response stream.read(recieveddata, 0, 5); Console.WriteLine(recievedData[0] * recieveddata[1]); //display result tcpclient.close(); } } 12

13 TLE1 REFLECTIVE LINE SENSOR Java Code Example: import java.io.bufferedinputstream; import java.io.bufferedoutputstream; import java.io.ioexception; import java.net.socket; import java.net.unknownhostexception; public class MainClass { public static void main(string[] args) throws UnknownHostException, IOException { try { Socket socket = new Socket(" ", 1024); BufferedOutputStream out = new BufferedOutputStream(socket.getOutputStream()); BufferedInputStream in = new BufferedInputStream(socket.getInputStream()); out.write(new byte[]{16}, 0, 1); //send data request out.flush(); byte[] recieveddata = new byte[5]; in.read(recieveddata, 0, 5); //read sensor response System.out.println(recievedData[0] * recieveddata[1]); //display result } catch (Exception e) { System.out.println(e.toString()); } } } 13

14 10. INSTALLATION USE APPROPRIATE MOUNTING SCREWS (SEE MECHANICAL DRAWING) AVOID DIRECT SUNLIGHT!!! AND ALL OTHER LIGHT SOURCES WITH WAVELENGTH CLOSE TO 670nm (see Optical filter transmittance on figure below). ALWAYS KEEP OPTICAL WINDOWS CLEAN, FREE FROM DUST AND FINGERPRINTS, AVOID SCRATCHES ON THE OPTICAL WINDOWS. USE CORRECT VOLTAGE - SEE ELECTRICAL SPECIFICATION TLE1 REFLECTIVE LINE SENSOR Figure: Ambient light optical filter Laser Safety TLE1 Sensor is classified as Class 1M Laser device (Laser power < 3mW according to IEC or ANSI Z136.1). A Class 1M laser is safe for all conditions of use except when passed through magnifying optics such as microscopes and telescopes. Class 1M lasers produce large-diameter beams, or beams that are divergent. Figure: Class 1M Laser safety label 14

15 TLE1 REFLECTIVE LINE SENSOR 11. SAMPLE APPLICATION Metralight, Inc. provides sample applications with included source codes for custom modifications. Please contact Metralight for any SW modification/development. Metralight can provide a complete solution HW+SW and mechanical for your specific application. Figures: TLE software screenshots 15

16 12. PACKAGE, WARRANTY, CONTACTS Package components 1x Laser sensor 2x RJ45 CAT5 cable Power injector Warranty METRALIGHT provides a ONE YEAR manufacturer s limited warranty against defective materials and workmanship. Please do not attempt to open the unit, as this will void all warranties. Contacts METRALIGHT, Inc S. Amphlett Blvd., Unit # 214-M Mailstop # 1008 San Mateo, CA phone: (650) fax: (650) sales@metralight.com technical support: support@metralight.com web site: TLE1 REFLECTIVE LINE SENSOR 16

TLE1 Sensor Technical specification (rev.g, October 2017), sensor firmware: 111 3v2

TLE1 Sensor Technical specification (rev.g, October 2017), sensor firmware: 111 3v2 Technical specification (rev.g, October 2017), sensor firmware: 111 3v2 Table of contents 1. Introduction... 6 2. Description... 7 2.1 Dimensions (TLE1-35-65)... 7 2.2 Dimensions (TLE1-58-122)... 8 2.3

More information

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range sweep v1.0 CAUTION This device contains a component which

More information

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range sweep v1.0 CAUTION This device contains a component which

More information

Universal-Transducer Multi-E11-MU

Universal-Transducer Multi-E11-MU Universal-Transducer Multi-E11-MU Safety Informations Observe instructions! The device described in these instructions shall only be installed by a qualified electrician according to both EN 50110-1/-2

More information

BlinkRC User Manual. 21 December Hardware Version 1.1. Manual Version 2.0. Copyright 2010, Blink Gear LLC. All rights reserved.

BlinkRC User Manual. 21 December Hardware Version 1.1. Manual Version 2.0. Copyright 2010, Blink Gear LLC. All rights reserved. BlinkRC 802.11b/g WiFi Servo Controller with Analog Feedback BlinkRC User Manual 21 December 2010 Hardware Version 1.1 Manual Version 2.0 Copyright 2010, Blink Gear LLC. All rights reserved. http://blinkgear.com

More information

The rangefinder can be configured using an I2C machine interface. Settings control the

The rangefinder can be configured using an I2C machine interface. Settings control the Detailed Register Definitions The rangefinder can be configured using an I2C machine interface. Settings control the acquisition and processing of ranging data. The I2C interface supports a transfer rate

More information

SKD-600D Laser Distance Sensor

SKD-600D Laser Distance Sensor SKD-600D Laser Distance Sensor USER MANUAL version 1.0 Getting more info & supports from http://www.top1sensor.com Thank you for your choice for SKD laser distance sensor by SANKOE.LTD Please read this

More information

FLD00042 I 2 C Digital Ambient Light Sensor

FLD00042 I 2 C Digital Ambient Light Sensor FLD00042 I 2 C Digital Ambient Light Sensor Features Built-in temperature compensation circuit Operating temperature: -30 C to 70 C Supply voltage range: 2.4V to 3.6V I 2 C serial port communication: Fast

More information

Mercury technical manual

Mercury technical manual v.1 Mercury technical manual September 2017 1 Mercury technical manual v.1 Mercury technical manual 1. Introduction 2. Connection details 2.1 Pin assignments 2.2 Connecting multiple units 2.3 Mercury Link

More information

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw isma-b-w0202 isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw www.gc5.com 1. Introduction... 4 2. Safety rules... 4 3. Technical specifications... 5 4. Dimension... 6 5. LED Indication...

More information

Most Suitable for a Variety of High-precision Displacement Measurements. Regular Reflective Sensors. Line Beam Sensors.

Most Suitable for a Variety of High-precision Displacement Measurements. Regular Reflective Sensors. Line Beam Sensors. / Length (2D CMOS Laser Type) Advanced Functions Integrated into a Compact Sensor for Easy Handling of High-grade Applications A Controller the size of a business card combined with the smallest Sensor

More information

3V TRANSCEIVER 2.4GHz BAND

3V TRANSCEIVER 2.4GHz BAND 3V TRANSCEIVER 2.4GHz BAND Rev. 2 Code: 32001271 QUICK DESCRIPTION: IEEE 802.15.4 compliant transceiver operating in the 2.4 GHz ISM band with extremely compact dimensions. The module operates as an independent

More information

User Manual Laser distance sensor. series OWLE. Welotec GmbH Zum Hagenbach Laer Manual_OWLE _EN 1/20

User Manual Laser distance sensor. series OWLE. Welotec GmbH Zum Hagenbach Laer  Manual_OWLE _EN 1/20 User Manual Laser distance sensor series OWLE 1/20 English 1 General notes... 3 2 Functional principle... 4 3 Mounting instructions... 4 4 Application hints... 9 5 Teaching the OWLE...11 6 Technical data...17

More information

Operating instructions. PosCon OXH7 smart height measurement.

Operating instructions. PosCon OXH7 smart height measurement. Operating instructions. PosCon OXH7 smart height measurement. Contents 1 General information... 3 1.1 Concerning the contents of this document... 3 1.1 Intended use... 3 1.1 Safety instructions... 4 2

More information

Optical laser distance sensors. Dimensioned drawing

Optical laser distance sensors. Dimensioned drawing Dimensioned drawing en 02-2012/11 50118552 50 100mm 18-30 V DC We reserve the right to make changes DS_ODSL9L100_en_50118552.fm High resolution 0.01mm Reflection-independent distance information Highly

More information

Compact Multiprotocol I/O Module for Ethernet 8 Universal Digital Channels, Configurable as PNP Inputs or 0.5A Outputs TBEN-S1-8DXP

Compact Multiprotocol I/O Module for Ethernet 8 Universal Digital Channels, Configurable as PNP Inputs or 0.5A Outputs TBEN-S1-8DXP PROFINET device, EtherNet/IP device or Modbus TCP slave Integrated Ethernet switch Supports 10 Mbps/100 Mbps 2x M8, 4-pin, Ethernet fieldbus connection Glass fiber reinforced housing Shock and vibration

More information

BusWorks 900EN Series Modbus TCP/IP 10/100M Industrial Ethernet I/O Modules

BusWorks 900EN Series Modbus TCP/IP 10/100M Industrial Ethernet I/O Modules BusWorks 900EN Series Modbus TCP/IP 10/100M Industrial Ethernet I/O Modules Six Differential Current Inputs Six Differential Voltage Inputs USER S MANUAL ACROMAG INCORPORATED Tel: (248) 295-0880 30765

More information

Introductory Module Object Oriented Programming. Assignment Dr M. Spann

Introductory Module Object Oriented Programming. Assignment Dr M. Spann Introductory Module 04 41480 Object Oriented Programming Assignment 2009 Dr M. Spann 1 1. Aims and Objectives The aim of this programming exercise is to design a system enabling a simple card game, gin

More information

A Revolution in Profile Measurement

A Revolution in Profile Measurement 2D Laser Displacement Sensor LS Series * FASTUS is a product brand of Optex FA. Linearity ±0.1% of F.S. Sampling period 0.5 ms (max. speed) Superbly affordable 2D measurement A Revolution in Profile Measurement

More information

Serial Servo Controller

Serial Servo Controller Document : Datasheet Model # : ROB - 1185 Date : 16-Mar -07 Serial Servo Controller - USART/I 2 C with ADC Rhydo Technologies (P) Ltd. (An ISO 9001:2008 Certified R&D Company) Golden Plaza, Chitoor Road,

More information

Acuity. Acuity. AP620 Profile Measurement Scanner. Principles of Operation. Definitions. Typical Scanner Applications

Acuity. Acuity. AP620 Profile Measurement Scanner. Principles of Operation. Definitions. Typical Scanner Applications The AP620 profile measurement scanner is s short-range laser scanner for industrial contour and shape measuring applications. The laser profile scanner quickly and accurately generates 2D or 3D profile

More information

TT-208. User s Manual. 300Mps 5.8 GHz. IP Camera Wireless Transmission Kit

TT-208. User s Manual. 300Mps 5.8 GHz. IP Camera Wireless Transmission Kit TT-208 300Mps 5.8 GHz IP Camera Wireless Transmission Kit User s Manual V1.0 02 / 2014 Welcome Thank you for purchasing the TT-208 Wireless Transmission Kit for IP Cameras. This user s manual is designed

More information

Compatible Products: LAC L12-SS-GG-VV-P L16-SS-GG-VV-P PQ12-GG-VV-P P16-SS-GG-VV-P T16-SS-GG-VV-P

Compatible Products: LAC L12-SS-GG-VV-P L16-SS-GG-VV-P PQ12-GG-VV-P P16-SS-GG-VV-P T16-SS-GG-VV-P USB Control and Configuration of the LAC (Linear Actuator Control Board) Compatible Products: LAC L12-SS-GG-VV-P L16-SS-GG-VV-P PQ12-GG-VV-P P16-SS-GG-VV-P T16-SS-GG-VV-P This note provides further information

More information

INPROX sensors. displacement MLS compact ccd-laser distance sensor

INPROX sensors. displacement MLS compact ccd-laser distance sensor compact ccd- distance sensor MLS7-250 high vibration and shock resistant -CCD specifications measuring range 250mm resolution >50µm measuring frequency 1000Hz small dimensions (mm) (65x50x20) high shock

More information

PyroMiniUSB Series Operators Guide

PyroMiniUSB Series Operators Guide PyroMiniUSB Series Operators Guide The PyroMiniUSB is a simple, compact infrared temperature sensor with USB communications. It measures the surface temperature of a variety of materials without contact.

More information

SlimScan BT Users Manual

SlimScan BT Users Manual SlimScan BT Users Manual ASP Microcomputers 456 North Road, Ormond, Victoria, 3204 Australia Telephone: (03) 9578-7600 FAX: (03) 9578-7727 email: solutions@asp.com.au World Wide Web: http://www.asp.com.au

More information

LASER. Analog Laser Displacement Transducer. LAM Series. Key-Features: Content:

LASER. Analog Laser Displacement Transducer. LAM Series. Key-Features: Content: LASER Analog Laser Displacement Transducer LAM Series Key-Features: Content: Overview, Measuring Principle...2 Installation Instructions...3 Technical Data...4 Technical Drawings.7 Electrical Connection...9

More information

SMART LASER SENSORS SIMPLIFY TIRE AND RUBBER INSPECTION

SMART LASER SENSORS SIMPLIFY TIRE AND RUBBER INSPECTION PRESENTED AT ITEC 2004 SMART LASER SENSORS SIMPLIFY TIRE AND RUBBER INSPECTION Dr. Walt Pastorius LMI Technologies 2835 Kew Dr. Windsor, ON N8T 3B7 Tel (519) 945 6373 x 110 Cell (519) 981 0238 Fax (519)

More information

Modern Robotics Inc. Sensor Documentation

Modern Robotics Inc. Sensor Documentation Modern Robotics Inc. Sensor Documentation Version 1.4.3 December 11, 2017 Contents 1. Document Control... 3 2. Introduction... 4 3. Three-Wire Analog & Digital Sensors... 5 3.1. Program Control Button

More information

CMPS09 - Tilt Compensated Compass Module

CMPS09 - Tilt Compensated Compass Module Introduction The CMPS09 module is a tilt compensated compass. Employing a 3-axis magnetometer and a 3-axis accelerometer and a powerful 16-bit processor, the CMPS09 has been designed to remove the errors

More information

AW2400iTR USER S MANUAL 2.4 GHz Indoor Wireless Ethernet Radio

AW2400iTR USER S MANUAL 2.4 GHz Indoor Wireless Ethernet Radio USER S MANUAL 2.4 GHz Indoor Wireless Ethernet Radio Industrial-grade, long-range wireless Ethernet systems AvaLAN W I R E L E S S Thank you for your purchase of the AW2400iTR Indoor Wireless Ethernet

More information

GPUX Four Channel PWM Driver

GPUX Four Channel PWM Driver GPUX Four Channel PWM Driver USB to R/C PWM Four Channel Driver With Dual Signal I/O V1.0 Gizmo Parts www.gizmoparts.com GPUX User Manual V1.0 Page 12 of 12 Introduction The GPUX is a converter that connects

More information

Connecting the Radio:

Connecting the Radio: Connecting the Radio: Step 1: Connect the Cat5 cable from the radio into the RJ-45 jack marked CPE on the POE injector. The POE injector is not weather proof and should be installed indoors. Step 2: Connect

More information

CCD-array with RTSC. Laserdiode. Multi-lens optics. Filter

CCD-array with RTSC. Laserdiode. Multi-lens optics. Filter Laser-Wegsensoren optoncdt Options (Triangulation) 2 Table of Contents optoncdt 7-2 / 72-2 / 7-3... 3 optoncdt 7-(6)... optoncdt 7-2... 5 optoncdt 7-2/9... 6 optoncdt 7-2()... 7 optoncdt 22-2(235)... 8

More information

Serial Bus Smart Control servo SCS15 Manual

Serial Bus Smart Control servo SCS15 Manual Serial Bus Smart Control servo SCS15 Manual Revision history date version Update content 2016.8.19 V1.01 1. Corrigendum amendment 2. add speed control parameters 2016.12.21 V1.02 Delete protocol content

More information

Compact IP20 Multiprotocol Ethernet I/O Station 4 Digital PNP Inputs and 4 Configurable Digital PNP Channels FEN20-4DIP-4DXP-DIN

Compact IP20 Multiprotocol Ethernet I/O Station 4 Digital PNP Inputs and 4 Configurable Digital PNP Channels FEN20-4DIP-4DXP-DIN EtherNet/IP Slave Modbus TCP Slave PROFINET Slave Integrated Ethernet Switch 10 Mbps / 100 Mbps 2 x RJ45 Sockets for Fieldbus Connection Can be mounted on DIN rail 4 digital PNP inputs 4 configurable PNP

More information

HOMANN DESIGNS. DigiSpeed. Instruction manual. Version 1.0. Copyright 2004 Homann Designs.

HOMANN DESIGNS. DigiSpeed. Instruction manual. Version 1.0. Copyright 2004 Homann Designs. HOMANN DESIGNS DigiSpeed Instruction manual Version 1.0 Copyright 2004 Homann Designs http://www.homanndesigns.com Table of Contents Introduction...3 Features...3 DigiSpeed Operation Description...5 Overview...5

More information

User Manual DTR Multi-Channel 3G/HD/SD/ASI + Gigabit Ethernet Fibre Optic Link. Revision 00

User Manual DTR Multi-Channel 3G/HD/SD/ASI + Gigabit Ethernet Fibre Optic Link. Revision 00 Multi-Channel 3G/HD/SD/ASI + Gigabit Fibre Optic Link User Manual Revision 00 MULTI-CHANNEL 3G/HD/SD/ASI + GIGABIT ETHERNET FIBRE OPTIC LINK Revision History: Revision Date By Change Description Applicable

More information

Know your energy. Modbus Register Map EB etactica Power Bar

Know your energy. Modbus Register Map EB etactica Power Bar Know your energy Modbus Register Map EB etactica Power Bar Revision history Version Action Author Date 1.0 Initial document KP 25.08.2013 1.1 Document review, description and register update GP 26.08.2013

More information

AW5802xTP. User s Manual. 5.8 GHz Outdoor Wireless Ethernet Panel. AvaLAN. Industrial-grade, long-range wireless Ethernet systems

AW5802xTP. User s Manual. 5.8 GHz Outdoor Wireless Ethernet Panel. AvaLAN. Industrial-grade, long-range wireless Ethernet systems 5.8 GHz Outdoor Wireless Ethernet Panel Industrial-grade, long-range wireless Ethernet systems AvaLAN W I R E L E S S Thank you for your purchase of the AW5802xTP 5.8 GHz Outdoor Wireless Ethernet Panel.

More information

SW-2000M-CL-80. User's Manual. CMOS High Speed Monochrome Camera Link Line Scan Camera SW-2000M-CL-80. Document Version: 1.

SW-2000M-CL-80. User's Manual. CMOS High Speed Monochrome Camera Link Line Scan Camera SW-2000M-CL-80. Document Version: 1. User's Manual SW-2000M-CL-80 CMOS High Speed Monochrome Camera Link Line Scan Camera Document Version: 1.3 Date: May, 2015 File: Manual_SW-2000M-CL-80_rev_1.3.docx 1 Notice The material contained in this

More information

Tire Temperature and Pressure Monitoring System - Datasheet

Tire Temperature and Pressure Monitoring System - Datasheet The Izze-Racing wireless Tire Temperature and Pressure Monitoring System (TTPMS) consists of small, lightweight, wheel-mounted sensors and an equally small receiver with a built in pressure transducer

More information

^3 PMAC2-PCMACRO Interface Board. ^4 3Ax xUxx. ^5 October 23, 2003

^3 PMAC2-PCMACRO Interface Board. ^4 3Ax xUxx. ^5 October 23, 2003 ^1 USER MANUAL ^2 ^3 PMAC2-PCMACRO Interface Board ^4 3Ax-602684-xUxx ^5 October 23, 2003 Single Source Machine Control Power // Flexibility // Ease of Use 21314 Lassen Street Chatsworth, CA 91311 // Tel.

More information

NEW. Very high-speed profile measurement for industrial in line applications. 2D/3D profile sensor SENSORS & SYSTEMS

NEW. Very high-speed profile measurement for industrial in line applications. 2D/3D profile sensor SENSORS & SYSTEMS SENSORS & SYSTEMS SENSORS & SYSTEMS By far the better solution PRINCIPLE NEW LLT28 Very high-speed profile measurement for industrial in line applications. High accuracy and very high frame frequency thanks

More information

ColorRanger E 3D Cameras. Explore the true colors of Ranger MultiScan. PDF processed with CutePDF evaluation edition

ColorRanger E 3D Cameras. Explore the true colors of Ranger MultiScan. PDF processed with CutePDF evaluation edition P r o d u c t I n f o r m at i o n ColorRanger E D Cameras Explore the true colors of Ranger MultiScan PDF processed with CutePDF evaluation edition www.cutepdf.com ColorRanger E: High-speed D and color

More information

Line beam for fast, accurate measuring of height and width

Line beam for fast, accurate measuring of height and width 454 displacement sensor series Line beam for fast, accurate measuring of height and width Linearity of ±0.1% F.S. Sampling period of 0.5 ms (max. speed) 2-dimensional measurements at a significantly low

More information

Exp. No. 13 Measuring the runtime of light in the fiber

Exp. No. 13 Measuring the runtime of light in the fiber Exp. No. 13 Measuring the runtime of light in the fiber Aim of Experiment The aim of experiment is measuring the runtime of light in optical fiber with length of 1 km and the refractive index of optical

More information

AW5800-SPEC USER S MANUAL

AW5800-SPEC USER S MANUAL USER S MANUAL 5.8 GHz Site Survey Spectrum Analyzer Industrial-grade, long-range wireless Ethernet systems AvaLAN W I R E L E S S User s Manual Thank you for your purchase of the AW5800-SPEC Site Survey

More information

Instruction Manual LD LD LD1630-0,5 LD LD LD LD1610-0,5 LD LD LD LD LD

Instruction Manual LD LD LD1630-0,5 LD LD LD LD1610-0,5 LD LD LD LD LD Instruction Manual LD1610-0,5 LD1610-2 LD1610-4 LD1610-10 LD1610-20 LD1610-50 LD1610-100 LD1610-200 LD1630-0,5 LD1630-2 LD1630-4 LD1630-10 LD1630-20 LD1630-50 LD1630-100 LD1630-200 Intelligent laser-optical

More information

Technical Explanation for Displacement Sensors and Measurement Sensors

Technical Explanation for Displacement Sensors and Measurement Sensors Technical Explanation for Sensors and Measurement Sensors CSM_e_LineWidth_TG_E_2_1 Introduction What Is a Sensor? A Sensor is a device that measures the distance between the sensor and an object by detecting

More information

CLC Series Miniature capacitive continuous liquid level sensors

CLC Series Miniature capacitive continuous liquid level sensors FEATURES Contact-free measurement of continuous liquid level Measurement of both metallic and non-metallic substances Measurement of granular or pulverised materials Positioning/proximity sensor Displacement

More information

CoolEx User Manual 2008 XDIMAX LTD. Revision 1.0

CoolEx User Manual 2008 XDIMAX LTD. Revision 1.0 CoolEx User Manual Revision 1.0 2 CoolEx User Manual Table of Contents Foreword 0 Part I Overview 3 Part II Configuration and Setup 4 1 Terminals Layout... 4 2 Modbus Address... Switch 4 Part III Functional

More information

Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation

Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation Pololu TReX Jr Firmware Version 1.2: Configuration Parameter Documentation Quick Parameter List: 0x00: Device Number 0x01: Required Channels 0x02: Ignored Channels 0x03: Reversed Channels 0x04: Parabolic

More information

Interface Description

Interface Description Interface Description True-Color-Sensor with IO-Link Ordering code: Part number: BFS000M BFS 33M-GSI-F01-S75 Document number: 920685 E 0726 03.123343 Edition K16 replaces Edition F16 Subject to changes

More information

Parameter Value Unit Notes

Parameter Value Unit Notes Features Single axis measurement from ±5 to ±60 High resolution and accuracy. Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 and RS485 output

More information

QL55 Series Luminescence Sensor

QL55 Series Luminescence Sensor Self-contained, microprocessor-based luminescence sensor Features Self-contained design in a robust, compact metal housing High sensitivity Microprocessor-controlled Senses luminescent marks, even on luminescent

More information

Laser Displacement Sensor 3Z4M

Laser Displacement Sensor 3Z4M Laser Sensor High Resolution to 1 µ or 5 µ, Gives Precise Linear Output and Displays Distance Distance is displayed in millimeters on controller Ready-to-use linearized output is both -1 to +1 VDC and

More information

INSTANT HIGH-ACCURACY 3D MEASUREMENT

INSTANT HIGH-ACCURACY 3D MEASUREMENT NEW 3D Interference Measurement Sensor WI-5000 Series INSTANT HIGH-ACCURACY 3D MEASUREMENT WI-5000 Series Measure height with exceptional accuracy 80,000 points in just 0.13 seconds Capture 80,000 points

More information

BW-IMU200 Serials. Low-cost Inertial Measurement Unit. Technical Manual

BW-IMU200 Serials. Low-cost Inertial Measurement Unit. Technical Manual Serials Low-cost Inertial Measurement Unit Technical Manual Introduction As a low-cost inertial measurement sensor, the BW-IMU200 measures the attitude parameters of the motion carrier (roll angle, pitch

More information

RF Wireless Serial Device Server

RF Wireless Serial Device Server RF-SDS RF Wireless Serial Device Server The RF-SDS subassembly is a radio transceiver acting as a Serial Device Server, which externally connects a remote serial RF transceiver to an Ethernet network (TCP/IP).

More information

A-LAS Series A-LAS-F12. Design. A-LAS Series Analog Laser Light Barriers. Product name: Accessories: (cf. page 5) A-LAS-F12-(aperture)*-(fork size)**

A-LAS Series A-LAS-F12. Design. A-LAS Series Analog Laser Light Barriers. Product name: Accessories: (cf. page 5) A-LAS-F12-(aperture)*-(fork size)** A-LAS Series A-LAS-F12 - Analog signal (0...+10V) in connection with an electronic control unit type AGL3, AGL4, AGL4-HS, AGL-DIF, SI-CON11 (without PC connection) or SI-CON4, SI-CON8, SI-CON34, A-LAS-CON1

More information

Integrity Instruments

Integrity Instruments Integrity Instruments P.O. Box 451 Order Phone 800-450-2001 Pine River Minnesota Fax Phone 218-587-3414 56474 USA Tech Phone 218-587-3120 http://www.integrityusa.com 485M300 Series I/O Modules Digital

More information

Agilent HDCS-1020, HDCS-2020 CMOS Image Sensors Data Sheet

Agilent HDCS-1020, HDCS-2020 CMOS Image Sensors Data Sheet Agilent HDCS-1020, HDCS-2020 CMOS Image Sensors Data Sheet Description The HDCS-1020 and HDCS-2020 CMOS Image Sensors capture high quality, low noise images while consuming very low power. These parts

More information

MPR kHz Reader

MPR kHz Reader MPR-5005 Page 1 Doc# 041326 MPR-5005 125kHz Reader Installation & Operation Manual - 041326 MPR-5005 Page 2 Doc# 041326 COPYRIGHT ACKNOWLEDGEMENTS The contents of this document are the property of Applied

More information

DMM Technology Corp. DYN AC Servo Drive CAN Specification [DYNCAN1-BL314-12A] Document Version 1.2A Published March 20, 2018

DMM Technology Corp. DYN AC Servo Drive CAN Specification [DYNCAN1-BL314-12A] Document Version 1.2A Published March 20, 2018 DMM Technology Corp. DYN AC Servo Drive CAN Specification [DYNCAN1-BL314-12A] Document Version 1.2A Published March 20, 2018 March 20, 2017 Version 1.2 1. Overview The DYN servo drive follow standard CAN2.0A

More information

LinkAlign-60RPT Set-up and Operation Manual

LinkAlign-60RPT Set-up and Operation Manual LinkAlign-60RPT Set-up and Operation Manual LinkAlign Setup and Operation Proprietary, Nextmove Technologies Page 1 LinkAlign Setup and Operation Proprietary, Nextmove Technologies Page 2 Description of

More information

DMM Technology Corp. DYN AC Servo Drive Modbus RTU Specification [DYNMB1-BL A ] Document Version 1.0A Published Sept 17, 2017

DMM Technology Corp. DYN AC Servo Drive Modbus RTU Specification [DYNMB1-BL A ] Document Version 1.0A Published Sept 17, 2017 DMM Technology Corp. DYN AC Servo Drive Modbus RTU Specification [DYNMB1-BL1645-10A ] Document Version 1.0A Published Sept 17, 2017 March 02, 2017 Version 1.0 1. Overview The DYN2 and DYN4 servo drive

More information

MS2711B Hand-Held Spectrum Analyzer

MS2711B Hand-Held Spectrum Analyzer MS2711B Hand-Held Spectrum Analyzer Programming Manual Hand-Held Spectrum Analyzer, for Measuring, Monitoring and Analyzing Signal Environments WARRANTY The Anritsu product(s) listed on the title page

More information

DIGITAL LASER DISTANCE METER

DIGITAL LASER DISTANCE METER DIGITAL LASER DISTANCE METER LD05-A10GF with glass-fiber coupled remote optical head The RIEGL LD05-A10GF is a multi-purpose laser distance meter based on precise timeof-flight laser range measurement

More information

Quick Start Instructions EMV-INspektor V2

Quick Start Instructions EMV-INspektor V2 Connecting the : The illustration below shows the connection diagram for the. Step 1: Before connecting the to the voltage supply, first establish the connection of the to the measuring clamp adapters.

More information

Metaphase ULC-2. Technologies ULC. Metaphase. Technologies Version 6.2 June 12, 2013 USER MANUAL. metaphase-tech.com. pg. 1

Metaphase ULC-2. Technologies ULC. Metaphase. Technologies Version 6.2 June 12, 2013 USER MANUAL. metaphase-tech.com. pg. 1 ULC Version 6.2 June 12, 2013 USER MANUAL pg. 1 Overview Universal LED Controller () provides independent true constant-current or voltage control of two LED loads from 0.02 to 4 Amps continuous (DC) with

More information

Z500. High-Precision Sensor that Measures and Displays an Object's Profile. Profile Measuring System

Z500. High-Precision Sensor that Measures and Displays an Object's Profile. Profile Measuring System Profile Measuring System High-Precision Sensor that Measures and Displays an Object's Profile. Features OMRON's original line beam method provides a complete solution to profile measurement problems. Conventional

More information

BLE 4.0 Module ZBModule User Manual 1 / 15

BLE 4.0 Module ZBModule User Manual 1 / 15 BLE 4.0 Module ZBModule User Manual 1 / 15 Bluetooth 4.0 BLE Introduction With only a ZBmodule module, you can make your products easily and conveniently interactive connect with the ipad, iphone and Android

More information

SMARTALPHA RF TRANSCEIVER

SMARTALPHA RF TRANSCEIVER SMARTALPHA RF TRANSCEIVER Intelligent RF Modem Module RF Data Rates to 19200bps Up to 300 metres Range Programmable to 433, 868, or 915MHz Selectable Narrowband RF Channels Crystal Controlled RF Design

More information

BACnet Protocol Converter Kit for Use with Bacharach GDA-1600 Controller. Installation Manual

BACnet Protocol Converter Kit for Use with Bacharach GDA-1600 Controller. Installation Manual P/N: 5700-9002 Revision 0 October 2012 Protocol Converter Kit for Use with Bacharach GDA-1600 Controller Installation Manual 1. Scope The FieldServer ProtoNode is a protocol converter accessory for use

More information

Prosilica GT 1930L Megapixel machine vision camera with Sony IMX CMOS sensor. Benefits and features: Options:

Prosilica GT 1930L Megapixel machine vision camera with Sony IMX CMOS sensor. Benefits and features: Options: Prosilica GT 1930L Versatile temperature range for extreme environments IEEE 1588 PTP Power over Ethernet EF lens control 2.35 Megapixel machine vision camera with Sony IMX CMOS sensor Prosilica GT1930L

More information

ROTRONIC HygroClip Digital Input / Output

ROTRONIC HygroClip Digital Input / Output ROTRONIC HygroClip Digital Input / Output OEM customers that use the HygroClip have the choice of using either the analog humidity and temperature output signals or the digital signal input / output (DIO).

More information

ArduCAM USB Camera Shield

ArduCAM USB Camera Shield ArduCAM USB Camera Shield Application Note for MT9V034 Rev 1.0, June 2017 Table of Contents 1 Introduction... 2 2 Hardware Installation... 2 3 Run the Demo... 3 4 Tune the Sensor Registers... 4 4.1 Identify

More information

CANopen Programmer s Manual Part Number Version 1.0 October All rights reserved

CANopen Programmer s Manual Part Number Version 1.0 October All rights reserved Part Number 95-00271-000 Version 1.0 October 2002 2002 All rights reserved Table Of Contents TABLE OF CONTENTS About This Manual... iii Overview and Scope... iii Related Documentation... iii Document Validity

More information

AW900xTR USER S MANUAL 900 MHz Outdoor Wireless Ethernet Radio

AW900xTR USER S MANUAL 900 MHz Outdoor Wireless Ethernet Radio USER S MANUAL 900 MHz Outdoor Wireless Ethernet Radio Industrial-grade, long-range wireless Ethernet systems Thank you for your purchase of the AW900xTR Outdoor Wireless Ethernet Radio. The AW900xTR includes:

More information

Z4D-F. LED-type Micro Displacement Sensor with Many Features in a Compact Body. Micro Displacement Sensor. Ordering Information.

Z4D-F. LED-type Micro Displacement Sensor with Many Features in a Compact Body. Micro Displacement Sensor. Ordering Information. / Length Micro Sensor LED-type Micro Sensor with Many Features in a Compact Body Compact body only /4th the volume of our previous product. % cost reduction over our previous product. High performance

More information

AW900-SPEC USER S MANUAL

AW900-SPEC USER S MANUAL USER S MANUAL 900 MHz Site Survey Spectrum Analyzer Industrial-grade, long-range wireless Ethernet systems AvaLAN W I R E L E S S User s Manual Thank you for your purchase of the AW900-SPEC Site Survey

More information

Laser diffuse reflection light scanner with background suppression. Dimensioned drawing

Laser diffuse reflection light scanner with background suppression. Dimensioned drawing Specifications and description HRTL 3B Dimensioned drawing We reserve the right to make changes DS_HRTL3B_en_50114049.fm en 03-2013/08 50114049 10-30 V DC 2 khz 10 400(500)mm 170(250)mm with black/white

More information

QL50 Luminescence Sensor

QL50 Luminescence Sensor Compact, self-contained luminescence sensor LISTED US Compact, self-contained design Features Senses luminescent marks, even on luminescent backgrounds and on reflective surfaces, such as ceramic, metal,

More information

Distance Sensors BOD 26K.... with optional Master-Slave-Mode

Distance Sensors BOD 26K.... with optional Master-Slave-Mode Distance... with optional Master-Slave-Mode Laser Distance The Balluff distance sensor not only detects the presence of objects, but can also indicate their precise position or location. This means the

More information

Optical Information. The LDM145 laser diode modules are available with the following lens types.

Optical Information. The LDM145 laser diode modules are available with the following lens types. LDM145 Datasheet LDM145 The LDM145 is a 16mm diameter CW laser diode module available in wavelengths of 520, 635, 650, 670, 780 & 850nm with power of up to 5mW as standard. It reuires an operating voltage

More information

QuidoDuplex. Two-state signal over-ethernet transmission set based on I/O module Quido. 12. July 2017 w w w. p a p o u c h. c o m

QuidoDuplex. Two-state signal over-ethernet transmission set based on I/O module Quido. 12. July 2017 w w w. p a p o u c h. c o m Two-state signal over-ethernet transmission set based on I/O module Quido 12. July 2017 w w w. p a p o u c h. c o m Q uidoduplex Datasheet Created: 3/16/2006 Last update: 7/12/2017 1:28 PM Number of pages:

More information

Interface Description

Interface Description Interface Description True-Color-Sensor with IO-Link Ordering code: Part number: BFS000M BFS 33M-GSI-F01-S75 Document number: 920685 E 01.119905 Edition E15 replaces Edition C15 Subject to changes Page

More information

USART Digital Compass Manual

USART Digital Compass Manual USART Digital Compass Manual General Description HMC1022-USART is a low cost plane digital compass module. The working principle is utilizing magnetoresistive sensor sensing the Earth's magnetic field

More information

Artifex LIV 110. Laser Diode Characterization System. Engineering

Artifex LIV 110. Laser Diode Characterization System. Engineering Artifex Engineering LIV 110 Laser Diode Characterization System Artifex Engineering e.k. General Manager: Dr. Steven Wright Tel: +49-(0)4921-58908-0 Dortmunder Str. 16-18 Registry number: HRA 200036 email:

More information

"Terminal RG-1000" Customer Programming Software. User Guide. August 2016 R4.3

Terminal RG-1000 Customer Programming Software. User Guide. August 2016 R4.3 "Terminal RG-1000" Customer Programming Software User Guide August 2016 R4.3 Table of Contents Table of Contents Introduction 2 3 1.1 Software installation 3 1.2 Connecting the RG-1000 GATEWAYs to the

More information

LIDAR Lite v1 Silver Label Operating Manual

LIDAR Lite v1 Silver Label Operating Manual LIDAR Lite v1 Silver Label Operating Manual Updated: 08/13/15 Table of Contents LIDAR Lite Specifications Laser Safety Class 1 Laser Product Quick Start Guide Overview Sample Code LIDAR Lite Signal & Power

More information

OC-Servo Electronics Technology Co.,Ltd

OC-Servo Electronics Technology Co.,Ltd ROBS-251 MANUEL Page 1 of 26 Chapter 1 Overview 1.1 Properties ROBS-251 is a robot servo developed and produced as a set of motor, servo drives, and modbus communication interface in an integrated servo

More information

INTRODUCTION 提夫自控技术 ( 上海 ) 有限公司 LAS laser sensors cover measurement ranges from 1 to mm. The integrated micro-controller delivers an accur

INTRODUCTION 提夫自控技术 ( 上海 ) 有限公司 LAS laser sensors cover measurement ranges from 1 to mm. The integrated micro-controller delivers an accur LASER Analog Laser Displacement Transducer LAS Series Key-Features: Content: Measurement Principle & Installation...2 Overview of the Series...3 Technical Data.4 Technical Drawings...9 Diagrams...10 Order

More information

High Speed, Multi-point Laser Displacement Sensor HL-D3 SERIES. panasonic.net/id/pidsx/global

High Speed, Multi-point Laser Displacement Sensor HL-D3 SERIES. panasonic.net/id/pidsx/global 1063 PHOTO PHOTO SAFETY USE MEASUREMENT HUMAN FA VISION UV CURING Beam Sensors Double-feed Detection Other Products High Speed, Multi-point Sensor SERIES Related Information Ver.2 General terms and conditions...

More information

Mako G G-030. Compact machine vision camera with high frame rate. Benefits and features: Options:

Mako G G-030. Compact machine vision camera with high frame rate. Benefits and features: Options: Mako G G-030 CMOSIS/ams CMOS sensor Piecewise Linear HDR feature High Frame rate Ultra-compact design Compact machine vision camera with high frame rate Mako G-030 is a 0.3 megapixel GigE machine vision

More information

Outdoor IP64 Temperature and Humidity LoRaWAN Sensor RHF1S001

Outdoor IP64 Temperature and Humidity LoRaWAN Sensor RHF1S001 DS01588 Outdoor IP64 Temperature and Humidity LoRaWAN Sensor RHF1S001 V1.2 Document information Info Content Keywords RisingHF, LoRaWAN, Temperature and Humdity, IP64, This doc will describe the specifications

More information

SKJ. J1939 CANBus Output Signal. Linear Position to 400 inches (10 m) Compact Design Simple To Install User Adjustable Measuring Cable Orientation

SKJ. J1939 CANBus Output Signal. Linear Position to 400 inches (10 m) Compact Design Simple To Install User Adjustable Measuring Cable Orientation SKJ J939 CANBus Output Signal Linear Positi to 4 inches ( m) Compact Design Simple To Install User Adjustable Measuring Cable Orientati SPECIFICATIONS Stroke Range Optis 25 inches (6.4 m), 4 inches (.2

More information

HG-C SERIES. Micro Laser Distance Sensor. Reliable detection in 10 μm precision. We offer three types of laser sensor heads for various applications

HG-C SERIES. Micro Laser Distance Sensor. Reliable detection in 10 μm precision. We offer three types of laser sensor heads for various applications 215 PHOTO PHOTO LIGHT CURTAINS / USE Micro Laser Distance Sensor SERIES Related Information General terms and conditions... F-7 Glossary of terms / General precautions.. P.1455~ / P.1458~ Sensor selection

More information