FSD-F10 Lidar Sensor Specification

Size: px
Start display at page:

Download "FSD-F10 Lidar Sensor Specification"

Transcription

1 FSD-F10 Lidar Sensor Specification How to Use Applied USB connector to connect PC,confirm and install USB driver software, outside power connect with +5V±10% and 1A power, use the serial assistant and input #sf \r\n command to start or install FSD-F10 Lidar Point-cloud data collect software Select COM communication port and fix the rate is bps,press the start button to start run, then the lidar will begin to run. (Version V7.08) - 1 -

2 FSD-F10 Lidar Operation Manual List 1.Who is Bee's eye Bee's eye is high technology What the bee's eye can do No disorderly use of a bee's eye Intelligence of bee's eye Appearance of bee's eye Appearance of the bee eye Dimension of the bee eye Where is eyes on the bee eye Where does the bee's eye begin to look How to use bee eye How to fix bee eye How to connect bee eye How to supply power to bee eye How to check the data collected by the bee eye The communication protocol of the bee eye and you Output data format Checkout algorithm Data parsing algorithm Engineering cases and SDK packages driven by ROS can be downloaded Thecausesthat affect the normal use of the bee's eyes The cause of the abnormal work of the bee's eye Standard and optional configuration of bee's eye

3 1.Who is Bee's eye The eyes of bees are different from human eyes which can only see things in front. Bees' eyes can see nearly a circle of images. The angle of bee eyes is more than 300 degrees. "Bee eye" is a laser radar, mobile robot eye, is a small, economical type of two-dimensional laser scanning radar. It combines different kinds of patents, can see around 360 degrees within 10 meters of the object, and create plane point cloud map data of local space. These point cloud map data can be used in the fields of map mapping, robot positioning and navigation, human flow detection and so on. 2.Bee's eye is high technology In optics, we used TOF laser ranging method and according to international standards with class 1 human eyes safe laser protection, the high power laser tube using fiber compression method (our patent) to compress divergence angle and decreasethe light spot, thereby greatly improving the eyesight. In terms of machinery, we used electromagnetic non-contact rotary patent technology and passive photoelectric encoding patent technology to make the structure simple, and the performance of the machine was very stable by using the large rotary shaft external rotor motor,thus greatly improved the sense of orientation. In the aspect of electricity and data processing, the false positives generated by the lidar detection to the edge of objects are processed by filtering. For detecting the transparent objects, we can distinguish them by the way of energy return, which greatly improves the virtual scene ability and decreases the bit error rate. In addition to controlling the starting, stopping and rotation speed of rotating electric machines through PWM, the principle of negative feedback is used to stabilize the motor speed in real time, so that I can judge more accurately. In terms of usability, RS232, RS485 and USB are used for multiple output modes, and external sequential control is installed for Super Intensive installation. CAN scan is used to form 3D scan. Provide powerful laser point cloud map building software and powerful laser point cloud original data analysis software, let you use me so convenient. About our lidar sensor,we has many certificates. The certification include: 1.The distance detect certification from SMQ(

4 2.The speed test certification from South China National Centre of Metrology ( 3. The certificate to meets the GB class I laser eye safety requirements from Southern China national metrology test center( 4. The electronic products quality certification from SZHTW( 5. The electronic products safety cerficication from SZHTW( Besides,we also has the consolidated test report from Rohs. 3.What the bee's eye can do Help you to synchronize and build SLAM Help you to scan the environment and rebuild 2D Help service robots, cleaning robots, toy robots and other positioning, obstacle avoidance and navigation Help you to check the complex flow of people environment I can do many things! 4.No disorderly use of a bee's eye Destroy safety systems, remove instructions and dangerous signs Use tools (such as screwdrivers) to open the equipment Refit or non manufacturer to upgrade JD-F10 Use of accessories for other manufacturers who have not been approved by Unioriental Direct aim at the sun A long (more than one minute) straight to the human eye, which will cause harm to the human eye. 5.Intelligence of bee's eye Item Parameter Measure distance¹ 0.15~16m@30% Repetition precision² ±3cm@16m@12Hz Scan angle 360 Angle resolution 0.36 Scan frequency³ 5~15Hz, Default 10Hz Measure speed 9000Hz Output port TTL Distance resolution 1cm Light resource Laser diode905nm, 1mW;accord withgb Class I Power supply DC5V±10%,<3W;starting current >1A volume Operation temperature range Storage temperature range Protection grade weight mm -10 ~ ~+70 IP55 190g Note: 1, refers to the farthest distance in the case of 30% reflectivity at 10m. 2, + 3cm@10m@5Hz refers to the scanning accuracy under the condition of scanning frequency 5Hz at 10m. 3, the rated speed is 5 circles per second

5 6. Appearance of bee's eye 6.1 Appearance of the bee eye 6.2 Dimension of the bee eye Add: 20F,C Building,GuoyaoXingda City,Danxia road cross Feicui Road,Hefei, Anhui ,China

6 6.3 Where is eye 6.4Where does the bee's eye begin to look 7. How to use bee eye 7.1 How to fix bee eye Use 4 M3X10's self tapping screws - 6 -

7 7.2 How to connect bee eye connect diagram Definition of cable output 10 line core Pin Function color description 0 +5V±10% red positive electrode 1 GND white GND 2 TTL Rx yellow TTL Rx 3 TTL Tx green TTL Tx 4 GND black Connect the GND 5 IO_1 Out white empty 6 IO_2 Out green empty 7 IO_3 Out yellow empty 8 IO_4 Out red empty 9 IO_1 In black empty 7.3 How to supply power to bee eye My power supply can be +5V ±10%, But when I start, I want to start with 5V, 1000mA, and start the 1000mA current at low speed. Normally, 500mA current will be ok, but the power's ripple coefficient should not exceed 40mV. 8. How to check the data collected by the bee eye We must open the bee eye laser point cloud data acquisition and analysis software, run the monitoring program directly, and play the following window, set up the communication COM port

8 9. How to check the data collected by the bee eye 9.1 Output data format Binary output: 4 bytes, including distance values and angle values. Each distance test packet include 4 bytes (orderly labeled A, B, C, D), the top 3 byte high is 0, the last byte is 1, indicating the end of this packet. Each byte has 8 bits respectively, corresponding to 7,6, 1,0 respectively.. In each data package, A7, B7, C7 are 0, and D7 is 1. The total number of valid data is 28 bits. A6, A5, A4 are verification bit, the specific algorithm please see below the Verification Algorithm. Each data package has only 4*7 = 28 bit valid data, A6, A5, A4 are verification bits, A3, A2, A1, A0, B6, B0, C6 are distance, totally there are 12 bits, range of 0~4000cm. C5... C0, D6,... D0 altogether 13 bits and they are angle value, range is 0~5759, angle precision is 1/16 degrees

9 9.2 Verification algorithm unsignedchar GetCrcPackage(unsigned char *buf) { static unsigned char cbit[256] = { 0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5, 1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6, 1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6, 2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7, 1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6, 2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7, 2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7, 3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,4,5,5,6,5,6,6,7,5,6,6,7,6,7,7,8, }; return (cbit[buf[b]]+cbit[buf[c]]+cbit[buf[d]])&0x07; } 9.3 Data parsing algorithm // //buf is a data package pointer, save A,B,C,D bytes in order. //return the distance value, when the checkout is not right return-1 // typedef struct{ int distance; int Angle; }FSDNode; bool DecodeFSD10(FSDNode *nodelist,unsigned char *buf) { unsigned char crcdata = GetCrcPackage4Byte(buf); unsigned char crcdata1 = (buf[0]>>4)&0x07; if(crcdata1!= crcdata) return false; unsigned int uitemp; //calculate the distance uitemp = (buf[0]&0x0f); uitemp <<= 7; uitemp += (buf[1]&0x7f); uitemp <<= 1; if( buf[2]&0x40) uitemp++ ; nodelist->distance = uitemp; //calculate angle uitemp = buf[2]&0x3f; uitemp <<= 7; uitemp += (buf[3]&0x7f); nodelist->angle = uitemp; return true; } - 9 -

10 9.4Engineering cases and SDK packages driven by ROS can be downloaded SDK for FSD-F10 lidar sensor: FSD_F10_ros_lidar_driver # FSD_F10_lidarsensor_rosdriver 1) Git clone cd FSD_F10_lidar_sensor tar -xzvf wr_fslidar.tar.gz and get the file fold of "wr_fslidar" Clone this "wr_fslidar" file folder to your catkin's workspace src folder 2)Running catkin_make to build 3) Connect the lidar sensor with your computer, then type: sudo chmod 777 /dev/ttyusb0 4) Go inside your catkin workspace, such as "catkin_fslidar". cd catkin_fslidar source devel/setup.bash then run roscore 5) Opern another terminal and repeat to go inside your catkin_fslidar source devel/setup.bash roslaunch wr_fslidar fslidar_view.launch 6) Then you will see the lidar sensor message is showing on the rviz and enjoy it. 10. The causes that affect the normal use of the bee's eyes Element Factor of lengthening the measurement Multipath reflection When the laser energy returned from other objects is more than the target reflected light, there may be a wrong result. Surface Transparency colorless liquid or glass might cause wrong result Tiny material An object that is less than a light spot or to measure the corner of a measured object may result in a wrong measurement. 11. The cause of the abnormal work of the bee's eye Communication rate is not right COM port choice is wrong Speed instability Low voltage or voltage instability Azimuth loss

11 Mobile: Standard and optional configuration of bee eye item name quantity remark 1 FSD-F10 sensor 1 pcs 2 TTL convert USB 1 pcs 3 +5V power 1 pcs Choice 4 certification 1 pcs 5 Data wire 1 pcs Hefei FiduRobot Technology Co.,Ltd 20F,C Building,GuoyaoXingda City,Danxia road cross Feicui Road,Hefei, Anhui ,China Add:No.598 Fan Hua Ave,Feixi Dist Hefei,Anhui ,P.R.China

YDLIDAR F4PRO USER MANUAL

YDLIDAR F4PRO USER MANUAL YDLIDAR F4PRO USER MANUAL Doc #:01.13.000033 文档编码 :01.13.000008 CONTENTS YDLIDAR F4PRO Development Kit... 2 Development Kit... 2 Windows Instructions... 3 Device connection... 3 Driver Installation...

More information

YDLIDAR G4 USER MANUAL

YDLIDAR G4 USER MANUAL YDLIDAR G4 USER MANUAL Doc#:01.13.000009 文档编码 :01.13.000008 CONTENTS YDLIDAR G4 Development Kit... 2 Development kit... 2 Usage under WINDOWS... 2 Device connection... 2 Driver Installation... 3 Evaluation

More information

Trigger high-speed, retro-reflective sensors for bottles. Dimensioned drawing

Trigger high-speed, retro-reflective sensors for bottles. Dimensioned drawing Trigger high-speed, retro-reflective sensors for bottles Dimensioned drawing en 01-2013/11 50121192 10-30 V DC 0 3.6m 5 khz We reserve the right to make changes DS_PRK18BFX_en_50121192.fm Trigger high-speed,

More information

SUM-40 OPERATING MANUAL. Ma0 DYNAMIC STRUCTURES AND MATERIALS, LLC REV

SUM-40 OPERATING MANUAL. Ma0 DYNAMIC STRUCTURES AND MATERIALS, LLC REV Ma0 SUM-40 OPERATING MANUAL DYNAMIC STRUCTURES AND MATERIALS, LLC REV. 171011 Please review the following points for both personal and equipment safety while operating the SUM-40 motor. HIGH ENERGY/VOLTAGE

More information

PSW-002. Fiber Optic Polarization Switch. User Guide

PSW-002. Fiber Optic Polarization Switch. User Guide PSW-002 Fiber Optic Polarization Switch User Guide Version: 1.1 Date: June 30, 2015 General Photonics Corporation is located in Chino California. For more information visit the company's website at: www.generalphotonics.com

More information

Product description. At a glance. performance in a metal housing coating available Precise autocollimation optics. sensors

Product description. At a glance. performance in a metal housing coating available Precise autocollimation optics. sensors -2 Laser Small photoelectric sensors High-performance photoelectric sensor family with laser optics Product description At a glance performance in a metal housing coating available Precise autocollimation

More information

YDLIDAR X4 USER MANUAL

YDLIDAR X4 USER MANUAL YDLIDAR X4 USER MANUAL Doc#:01.13.000003 文档编码 :01.13.000008 CONTENTS YDLIDAR x4 Development Kit... 2 Development Kit... 2 Windows Usage guide... 3 Device connection... 3 Driver Installation... 4 Evaluation

More information

TF03 Single-Point Long-Distance LiDAR Product Manual

TF03 Single-Point Long-Distance LiDAR Product Manual TF03 Single-Point Long-Distance LiDAR Product Manual Page1 Specified Product Product model: TF03 Product name: Single-Point Long-Distance LiDAR Manufacturer Company name: Benewake (Beijing) Co., Ltd. Address:

More information

Manual. Technical Specifications: Version 1.0.0, May Copyright Terabee 2016

Manual. Technical Specifications: Version 1.0.0, May Copyright Terabee 2016 Copyright 2016 Manual Version 1.0.0, May 2016 Technical Specifications: Mounting: Size: Weight: Supply voltage: Supply current: Possible interfaces: Range: Update range: Range resolution: Accuracy: Field

More information

Installation and Operation Manual

Installation and Operation Manual Installation and Operation Manual Firmware 1.0.0 Technical Specifications: Principle: Infrared laser Time-of-Flight (ToF) Range: Up to 1.2m indoors Update rate: 50Hz (divided by the number of sensors used)

More information

CE30-A Solid State Array LiDAR Specification

CE30-A Solid State Array LiDAR Specification CE30-A Solid State Array LiDAR Specification Table of Contents 1. Product Overview... 2 2. Principle of Ranging... 3 3. Description of Obstacle Avoidance... 5 3.1. Obstacle Avoidance Mode... 5 3.2. Setting

More information

RPLIDAR A3. Development Kit User Manual. Low Cost 360 Degree Laser Range Scanner. Model:A3M1. Shanghai Slamtec.Co.,Ltd rev.1.

RPLIDAR A3. Development Kit User Manual. Low Cost 360 Degree Laser Range Scanner. Model:A3M1. Shanghai Slamtec.Co.,Ltd rev.1. www.slamtec.com RPLIDAR A3 2018-01-31 rev.1.0 Low Cost 360 Degree Laser Range Scanner Development Kit User Manual Model:A3M1 Shanghai Slamtec.Co.,Ltd Contents CONTENTS... 1 OVERVIEW... 3 ITEMS IN THE DEVELOPMENT

More information

Dimensions. Electrical connection

Dimensions. Electrical connection VCS0-K Dimensions Connector 89 Connector 8 6 8 7 6 Connector 8 Connector Light guide connection Electrical connection Release date: 0-09- : Date of issue: 0-0- 8_eng.xml M VCS 0 8 09 Model Number VCS0-K

More information

USR-TCP Hard version: V2.0 File version: V

USR-TCP Hard version: V2.0 File version: V Serial Device Server - RS232/RS485 to Ethernet converter USR-TCP232-300 Hard version: V2.0 File version: V1.1 2011-8-17 Serial Device Server - RS232/RS485 to Ethernet converter is an Equipment for convert

More information

RT209 OEM Scan Engine. RT209 Integration Guide. Integration Guide

RT209 OEM Scan Engine. RT209 Integration Guide. Integration Guide RT209 OEM Scan Engine Integration Guide Table of Contents Chapter 1 Introduction... 1 Overview... 1 Aimer... 1 Illumination... 1 Chapter 2 Installation... 2 General Requirements... 2 ESD... 2 Dust and

More information

ADVANCED ultrasonic sensors with 2 switching outputs. Dimensioned drawing

ADVANCED ultrasonic sensors with 2 switching outputs. Dimensioned drawing Dimensioned drawing en 2-214/2 5124879 25 4mm 15 13mm 15-3 V DC We reserve the right to make changes DS_HTU418BX3LT4_en_5124879.fm Largely surface-independent function, ideal for the detection of liquids,

More information

F3EM Measuring lightcurtain in robust aluminium housing

F3EM Measuring lightcurtain in robust aluminium housing Measuring lightcurtain in robust aluminium housing F3EM Measuring lightcurtain in robust aluminium housing The F3EM provides easy to install and set up height and profile measurement. The analog output

More information

Mirror positioning on your fingertip. Embedded controller means tiny size plus fast, easy integration. Low power for hand-held systems

Mirror positioning on your fingertip. Embedded controller means tiny size plus fast, easy integration. Low power for hand-held systems SMALL, PRECISE, SMART IN MOTION DK-M3-RS-U-1M-20 Developer s Kit Single-Axis Mirror Positioning System Miniature piezo smart stage with built-in controller for simple, precise point-to-point positioning

More information

SLD-CS-series Compact High Power Broadband Light Source Modules.

SLD-CS-series Compact High Power Broadband Light Source Modules. Superlum Broadband Light Sources SLD-CS-series Compact High Power Broadband Light Source Modules. Technical Product Specification Document ID: SL.RD.04.002.150508 December 2015 Revision: 002 ATTENTION

More information

The World s Smallest TOF Sensor lineup with analog output type

The World s Smallest TOF Sensor lineup with analog output type 7 New model TOF type with built-in digital panel series The World s Smallest TOF Sensor lineup with analog output type Analog output type and -control-output type The world s smallest TOF sensor Built-in

More information

LightBend TM Dual 2x2 Bypass Multimode Fiberoptic Switch

LightBend TM Dual 2x2 Bypass Multimode Fiberoptic Switch (Bidirectional) (Protected by U.S. patent 6823102 and pending patents) Features Low Optical Distortions 8 Ports Integration High Isolation High Reliability Fail-Safe Latching Epoxy-Free Optical Path Low

More information

Mr Beam Shield - Instructions. #01 laser driver #02 power source #03 axes & motors #04 miscellaneous #05 safety #06 usage & appendix

Mr Beam Shield - Instructions. #01 laser driver #02 power source #03 axes & motors #04 miscellaneous #05 safety #06 usage & appendix Mr Beam Shield - Instructions #01 laser driver #02 power source #03 axes & motors #04 miscellaneous #05 safety #06 usage & appendix front back What is it? The Mr Beam Shield was developed within the Kickstarter

More information

Profi4 Main Board Manual

Profi4 Main Board Manual Profi4 Main Board Manual A. Scope of application It is used to run the signal processing of the host computer ( LPT port ), with MACH 3 CNC system software, and the peripheral machine dynamic electrical.

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

The sensor fulfills the specifications of the EMC requirements, if the instructions in the manual are followed.

The sensor fulfills the specifications of the EMC requirements, if the instructions in the manual are followed. Assembly Instructions scancontrol 2600/2650/2900/2950 1. Warnings Connect the power supply and the display-/output device in accordance with the safety regulations for electrical equipment. The power supply

More information

User Manual for TeraRanger Evo single point distance sensors and backboards

User Manual for TeraRanger Evo single point distance sensors and backboards User Manual for TeraRanger Evo single point distance sensors and backboards Table of contents: 1 Introduction 3 2 Mechanical integration 3 2.1 Mechanical design 4 2.2 Sensor handling during system assembly

More information

Manual Software R-LAS-LT-Scope (LT-Scope) V1.1

Manual Software R-LAS-LT-Scope (LT-Scope) V1.1 Manual Software R-LAS-LT-Scope (LT-Scope) V1.1 (PC software for Microsoft Windows 7, 8, 10) for Laser Reflection Sensor R-LAS-LT-110-HD2 This manual describes the installation process of the software for

More information

W Economic: Can be installed quickly and efficiently. W Compact and versatile: Top technology for limited

W Economic: Can be installed quickly and efficiently. W Compact and versatile: Top technology for limited Incremental and Absolute Encoders especially for Drive Technology RoHS 2/22 Complete Solutions for geared motors W Sturdy: Withstands even the toughest conditions. W Economic: Can be installed quickly

More information

TYPE 4 SAFETY LIGHT CURTAIN JANUS.

TYPE 4 SAFETY LIGHT CURTAIN JANUS. TYPE 4 SAFETY LIGHT CURTAIN JANUS http://muting.reer.it JANUS The Janus type 4 family of safety light curtains is the ideal solution for the protection of a vast number of high-risk industrial applications,

More information

Digi-Pas. Installation and Operation Guidelines for DWL5000XY, DWL5500XY and DWL5800XY Tilt Sensor Modules. Rev

Digi-Pas. Installation and Operation Guidelines for DWL5000XY, DWL5500XY and DWL5800XY Tilt Sensor Modules. Rev Installation and Operation Guidelines for DWL5000XY, DWL5500XY and DWL5800XY Tilt Sensor Modules Rev. 2.3 CONTENT 1. Introduction... 1 1.1. Overview... 1 1.2. Technical Specification...1 1.3. Dimension

More information

CE30-A Solid State Array LiDAR Specification Benewake (Beijing) Co., Ltd.

CE30-A Solid State Array LiDAR Specification Benewake (Beijing) Co., Ltd. CE30-A Solid State Array LiDAR Specification Benewake (Beijing) Co., Ltd. Page 1 Table of Contents 1. Product Overview... 3 2. Principle of Ranging... 4 3. Description of Obstacle Avoidance Mode... 6 3.1.

More information

robotics/ openel.h File Reference Macros Macro Definition Documentation Typedefs Functions

robotics/ openel.h File Reference Macros Macro Definition Documentation Typedefs Functions openel.h File Reference Macros #define EL_TRUE 1 #define EL_FALSE 0 #define EL_NXT_PORT_A 0 #define EL_NXT_PORT_B 1 #define EL_NXT_PORT_C 2 #define EL_NXT_PORT_S1 0 #define EL_NXT_PORT_S2 1 #define EL_NXT_PORT_S3

More information

Supply Voltage V dc Supply is fully isolated internally, and protected against transients. Internal power modules are CE certified.

Supply Voltage V dc Supply is fully isolated internally, and protected against transients. Internal power modules are CE certified. Features Precision closed loop inertial sensor with optical position feedback and fluid damping Single axis measurement range ±5 to ±45 High resolution measurement

More information

4.8 Expansion Module MAC00-FS1/FS4

4.8 Expansion Module MAC00-FS1/FS4 .8 Expansion Module MAC00-FS/FS MAC00-FS With M connectors MAC00-FS With D sub connectors TT08GB.8. High speed serial RS8 module MAC00-FS and FS Introduction The MAC00-FS and FS are used for high speed

More information

Assembly Instructions scancontrol 2700/2750 (500)

Assembly Instructions scancontrol 2700/2750 (500) Assembly Instructions scancontrol 2700/2750 (500) 1. Warnings Connect the power supply and the display-/output device in accordance with the safety regulations for electrical equipment. The power supply

More information

CMU 100 RS485 to 7x, 6x, 5x, 4x Multimode Fiber Optic Star Coupler User Manual

CMU 100 RS485 to 7x, 6x, 5x, 4x Multimode Fiber Optic Star Coupler User Manual CMU 100 RS485 to 7x, 6x, 5x, 4x Multimode Fiber Optic Star Coupler User Manual CMU 100 / 2.5.6.6.6.6.6.6.6 12, CMU 100 / 8.5.6.6.6.6.6.6.6 12, CMU 100 / 2.5.6.6.6.6.6.6 12, CMU 100 / 8.5.6.6.6.6.6.6 12,

More information

ICF-1150 Series Quick Installation Guide

ICF-1150 Series Quick Installation Guide ICF-1150 Series Quick Installation Guide Second Edition, March 2012 2012 Moxa Inc. All rights reserved. P/N: 1802011500011 Overview Introduction The ICF-1150 series fiber converters are equipped with a

More information

Data Sheet MEM 22. Absolute Encoder Multiturn

Data Sheet MEM 22. Absolute Encoder Multiturn Absolute Encoder Multiturn Features Resolution: Singleturn: up to 16,384 (14 Bit) steps per revolution Multiturn: up to 16,777,216 (24 Bit) revolutions Interface: SSI (synchron serial interface) or BiSS

More information

New Sony DepthSense TM ToF Technology

New Sony DepthSense TM ToF Technology ADVANCED MATERIAL HANDLING WITH New Sony DepthSense TM ToF Technology Jenson Chang Product Marketing November 7, 2018 1 3D SENSING APPLICATIONS Pick and Place Drones Collision Detection People Counting

More information

Table of Contents. Introduction... 2 Description...2 Specifications...3 Installation.. 5 Calibration.. 6 General Maintenance...7

Table of Contents. Introduction... 2 Description...2 Specifications...3 Installation.. 5 Calibration.. 6 General Maintenance...7 User's Manual: Series 330I Model 330I DC-Powered Three-Way Isolator Table of Contents Page Introduction... 2 Description....2 Specifications....3 Installation.. 5 Calibration.. 6 General Maintenance...7

More information

T2-3D1 scanner. T2-3D1 scanner. 3D laser scanning system. Instruction manual

T2-3D1 scanner. T2-3D1 scanner. 3D laser scanning system. Instruction manual T2-3D1 scanner T2-3D1 scanner 3D laser scanning system Instruction manual T2-3D1 laser scanning syste m 2 Klavio Ltd Hungary Tel: +361 390 1023 E-mail: klavio@klavio.hu Web: www.t2cnc.hu 3 Contents 1.

More information

ND 1300 QUADRA-CHEK the Digital Readouts for Convenient 2-D Measurement

ND 1300 QUADRA-CHEK the Digital Readouts for Convenient 2-D Measurement ND 1300 QUADRA-CHEK the Digital Readouts for Convenient 2-D Measurement The ND 1300 QUADRA-CHEK digital readouts can support up to four axes. They function as measuring computers with 2-D acquisition of

More information

Data Sheet for Linear Sensors

Data Sheet for Linear Sensors MDCG MDCL MDCT-Plug MDCT-Cable With integrated electronics Probe, ball joints, loose push rod (loose core) Measuring strokes from 2 to 0 mm Cable or plug connection Supply voltage ± 1 V or 24 V Output

More information

TLP100 INCLINATION SENSOR MEMS technology with High resolution

TLP100 INCLINATION SENSOR MEMS technology with High resolution CHARACTERISTICS ADVANTAGES MEMS technology High protection level IP67 and wide temperature range from -40 C... +85 C Stable accuracy over whole temperature range Resolution up to 0,01 Single axis 0 to

More information

Starrett-Bytewise Measurement Systems Profile In-Line Pipe Diameter Measurement System Technical Proposal May 8, 2014

Starrett-Bytewise Measurement Systems Profile In-Line Pipe Diameter Measurement System Technical Proposal May 8, 2014 Overview Profile360 TM is an in-line, real-time measurement system for continuously monitoring OD, OOR, and circumference for round pipe and profiles. Profile360 can be installed in two locations, in-line

More information

Photoelectrics Diffuse-reflective Type PA18C.D..., DC

Photoelectrics Diffuse-reflective Type PA18C.D..., DC Photoelectrics Diffuse-reflective Type PA18C.D..., DC Miniature sensor range Range: 1 m (Axial), 0.8 m (Radial) Sensitivity adjustment by potentiometer Modulated, red light 625 nm Supply voltage: to 30

More information

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Pinout OBE12M-R100-S2EP-IO-V31

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Pinout OBE12M-R100-S2EP-IO-V31 OBEM-R00-SEP-IO-V Dimensions. 8.7. 7..9. M (x).. ø... 0 9.9 7. 7. Release date: 08-06-08 :0 Date of issue: 08-06-08 80998_eng.xml Model Number OBEM-R00-SEP-IO-V Thru-beam sensor with -pin, M8 x connector

More information

Metaphase. MetaBright TM METAPHASER TM Model#: MP-LE1006 HIGH POWER LED LIGHT ENGINE. metaphase-tech.com. metaphase-tech.com. Technologies, Inc.

Metaphase. MetaBright TM METAPHASER TM Model#: MP-LE1006 HIGH POWER LED LIGHT ENGINE. metaphase-tech.com. metaphase-tech.com. Technologies, Inc. MetaBright TM METAPHASER TM Model#: MP-LE1006 HIGH POWER LED LIGHT ENGINE MetaBright TM MetaPhaser TM Model#: MP-LE1006 Industry s brightest * LED Fiber Optic Illuminator New! METAPHASER TM LED MetaBright

More information

Revision 1.2. July 24, COM Protocol Manual. for MDC and ADC N 11th St - San Jose CA

Revision 1.2. July 24, COM Protocol Manual. for MDC and ADC N 11th St - San Jose CA Revision 1.2 July 24, 2017 COM Protocol Manual for MDC and ADC www.mountztorque.com - 1080 N 11th St - San Jose CA 95112-408.292.2214 1 1 Overview and Communication Specifications 1.1 Overview If the PC

More information

User s manual. Easy Scan XT3 LED

User s manual. Easy Scan XT3 LED User s manual Easy Scan XT3 LED Table of content 1. Safety instructions... 3 2. Before you begin... 4 2.1. What is included... 4 2.2. AC Power... 4 3. Introduction... 4 3.1. Features... 4 4. Product overview...

More information

PRODUCT INFORMATION. G6 Global Sensor. Beyond the standard Global sensor the economic way to business class

PRODUCT INFORMATION. G6 Global Sensor. Beyond the standard Global sensor the economic way to business class PRODUCT INFORATION G6 Global Sensor Beyond the standard Global sensor the economic way to business class GTB6 Background suppression photoelectric sensor Sensing distance 25 mm Photoelectric proximity

More information

Shenzhen Touview Technology Co., Ltd Serial UART (RS232/RS485/TTL) JPEG Color Camera Brief

Shenzhen Touview Technology Co., Ltd   Serial UART (RS232/RS485/TTL) JPEG Color Camera Brief Shenzhen Touview Technology Co., Ltd www.touview.com Serial UART (RS232/RS485/TTL) JPEG Color Camera Brief Shenzhen Touview Technology Co., Ltd www.touview.com About Touview The first designer and experienced

More information

Acuity. Acuity Sensors and Scanners. Product Brochure

Acuity. Acuity Sensors and Scanners. Product Brochure Acuity Acuity Sensors and Scanners Product Brochure CCS PRIMA The CCS Prima series of confocal displacement sensors are amongst the most precise measuring instruments in the world. Using a confocal chromatic

More information

RobotEye RE08 3D LIDAR 3D Laser Scanning System. Product Datasheet

RobotEye RE08 3D LIDAR 3D Laser Scanning System. Product Datasheet 3 D L A S E R S C A N N I N G S Y S T E M S RobotEye RE08 3D LIDAR 3D Laser Scanning System Product Datasheet 2015 Ocular Robotics Ltd All rights reserved RobotEye RE08 3D LIDAR - 3D Laser Scanning System

More information

ECI 1319 EQI 1331 EBI 1335 Absolute Rotary Encoders without Integral Bearing. Product Information

ECI 1319 EQI 1331 EBI 1335 Absolute Rotary Encoders without Integral Bearing. Product Information Product Information ECI 1319 EQI 1331 EBI 1335 Absolute Rotary Encoders without Integral Bearing Suited for safety-related applications up to SIL 3 when coupled with additional measures 09/2018 ECI 1319,

More information

Energetic diffuse reflection light scanner. Dimensioned drawing

Energetic diffuse reflection light scanner. Dimensioned drawing Energetic diffuse reflection light scanner Dimensioned drawing We reserve the right to make changes 93_c3gb.fm Part No. 51 1168 1-3 V DC 5 17mm 1mm Infrared light Background suppression through appropriate

More information

MINI MCR-SL-RPS-I-I. Repeater power supply, active. Data sheet. 1 Description

MINI MCR-SL-RPS-I-I. Repeater power supply, active. Data sheet. 1 Description Repeater power supply, active Data sheet 09_en_0 PHOENIX CONTACT 0--0 Description The. mm wide... repeater power supply supplies transmitters in the field and electrically isolates the input signal from

More information

SUPER LEDF10HP DATASHEET

SUPER LEDF10HP DATASHEET DATASHEET LED Fresnel Spotlight 330W - CRI>95 White light, either Tungsten or Daylight balanced OVERVIEW The Super LED F10HP is a high efficiency Fresnel lens spotlight using the innovative High Power

More information

StingRay Accessories Datasheet

StingRay Accessories Datasheet Coherent StingRay Accessories Structured Light Pattern Generating Laser A host of essential accessories support the Coherent StingRay laser. These accessories provide easy integration with the Coherent

More information

Copyright 2018 Xi'an NovaStar Tech Co., Ltd. All Rights Reserved. No part of this document may be copied, reproduced, extracted or transmitted in any

Copyright 2018 Xi'an NovaStar Tech Co., Ltd. All Rights Reserved. No part of this document may be copied, reproduced, extracted or transmitted in any CVT4K-S Fiber Converter Document Version: V1.0.1 Document Number: NS110100433 Copyright 2018 Xi'an NovaStar Tech Co., Ltd. All Rights Reserved. No part of this document may be copied, reproduced, extracted

More information

BLD04A Brushless DC Motor Driver

BLD04A Brushless DC Motor Driver BLD04A Brushless DC Motor Driver User s Manual V1.1 MAY 2011 Information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded

More information

4.7 Expansion Module MAC00-FS1/FS4

4.7 Expansion Module MAC00-FS1/FS4 MAC00-FS4 With M12 connectors MAC00-FS1 With D sub connectors TT1068GB 4.7.1 High speed serial RS485 module MAC00-FS1 and FS4 Introduction The MAC00-FS1 and FS4 are used for high speed RS485 communication

More information

micromax R Getting Started Guide

micromax R Getting Started Guide PN# 34-2114 Rev 1 04-25-2007 micromax R Introduction Introduction Thank you for purchasing Agile System s micromax R product. This guide covers how to install DPWin, connect, configure and tune a motor

More information

More Precision. optoncdt // Laser Triangulation Displacement Sensors

More Precision. optoncdt // Laser Triangulation Displacement Sensors More Precision optoncdt // Laser Triangulation Displacement Sensors 8 Low cost sensors with analogue outputs optoncdt 1302 312Hz 375Hz 1000Hz Analog Digital Trigger TeachIn Four models with measuring ranges

More information

Installation and operation manual ReciFlow Gas

Installation and operation manual ReciFlow Gas Installation and operation manual ReciFlow Gas 1 1. Measurement principle... 3 2. Installation... 5 3. Operation... 7 4. Electrical interfaces... 11 5. Communication protocol... 14 6. Software update and

More information

ND 1202 ND 1203 ND monochrome flat-panel display for position values, dialogs and inputs, graphics functions and soft keys

ND 1202 ND 1203 ND monochrome flat-panel display for position values, dialogs and inputs, graphics functions and soft keys ND 1202 ND 1203 ND 1204 Axes* 2 (XY) 3 (XYQ) or 3 (XYZ) 4 (XYZQ) Encoder inputs*» 1 V PP or «TTL (other interfaces upon request) Subdivision factor 10-fold (only for 1 V PP ) Display step 1) Display Functions

More information

Sensors. Compact: S60 Series. Compact: S60 Series. Multifunction Optoelectronic Sensors

Sensors. Compact: S60 Series. Compact: S60 Series. Multifunction Optoelectronic Sensors Multifunction Optoelectronic Long operating distance Sensitivity adjustment Independent NO-NC outputs M12 connection with standard NPN or PNP configuration The S60 sensors have a sensitivity adjustment

More information

Product Information. ECA 4000 Absolute Modular Angle Encoder

Product Information. ECA 4000 Absolute Modular Angle Encoder Product Information ECA 4000 Absolute Modular Angle Encoder 09/2016 ECA 4412, ECA 4492 Absolute angle encoder with high accuracy Steel scale drum with three-point centering Consists of scanning head and

More information

ACCESSORIES Pulse Generator V4.11 Data Sheet

ACCESSORIES Pulse Generator V4.11 Data Sheet 03.33 Quick reference: 00 pulses per revolution of measuring drum For use with TG0 to TG0, BG4 to BG100 Uni-directional Not applicable for ex-proof areas Application: Components: Description: The Pulse

More information

ICF-1150 Series Quick Installation Guide

ICF-1150 Series Quick Installation Guide ICF-1150 Series Quick Installation Guide Fifth Edition, July 2015 2015 Moxa Inc. All rights reserved. P/N: 1802011500014 1802011500014 Overview Introduction ICF-1150 series fiber converters have a multi-interface

More information

3D LASER SCANNING SYSTEMS. RobotEye RE08 3D LIDAR 3D Laser Scanning System. Product Datasheet

3D LASER SCANNING SYSTEMS. RobotEye RE08 3D LIDAR 3D Laser Scanning System. Product Datasheet 3D LASER SCANNING SYSTEMS RobotEye RE08 3D LIDAR 3D Laser Scanning System Product Datasheet RobotEye RE08 3D LIDAR - 3D Laser Scanning System Ocular Robotics RobotEye RE08 3D LIDAR - 3D Laser Scanning

More information

SUPER LEDF6 DATASHEET

SUPER LEDF6 DATASHEET SUPER DATASHEET LED Fresnel Spotlight 120W - CRI>96 White light, either Tungsten or Daylight balanced OVERVIEW The Super LED F6 is a high efficiency Fresnel lens spotlight using the innovative High Power

More information

v1.2 Closer to Real, USB2Dynamixel User s Manual ROBOTIS CO.,LTD.

v1.2 Closer to Real, USB2Dynamixel User s Manual ROBOTIS CO.,LTD. v1.2 Closer to Real, USB2Dynamixel User s Manual ROBOTIS CO.,LTD. www.robotis.com contents 1. Introduction 2 1-1. Functions 2 1-2. Composition 3 1-3. System Requirements 3 1-4. USB2Dynamixel Connection

More information

Adafruit Optical Fingerprint Sensor

Adafruit Optical Fingerprint Sensor Adafruit Optical Fingerprint Sensor Created by lady ada Last updated on 2017-11-27 12:27:09 AM UTC Guide Contents Guide Contents Overview Enrolling vs. Searching Enrolling New Users with Windows Searching

More information

MOSS-DVR-810 Mobile Digital SD Recorder User Manual

MOSS-DVR-810 Mobile Digital SD Recorder User Manual MOSS-DVR-810 Mobile Digital SD Recorder User Manual Before installing and using, be sure to read this Manual for best performance. ATTENTION This product is to be used within the vehicle interior. In order

More information

ADVANCED ultrasonic sensors with 2 switching outputs. Dimensioned drawing

ADVANCED ultrasonic sensors with 2 switching outputs. Dimensioned drawing ADVANCED ultrasonic sensors with 2 switching outputs Dimensioned drawing en 4-214/12 5124879 25 4mm 15 13mm 15-3 V DC We reserve the right to make changes DS_HTU418BX3LT4_en_5124879.fm Function largely

More information

Preliminary Product Information. ECA 4000 Absolute Angle Encoder without Integral Bearing

Preliminary Product Information. ECA 4000 Absolute Angle Encoder without Integral Bearing Preliminary Product Information ECA 4000 Absolute Angle Encoder without Integral Bearing November 2014 ECA 4412, ECA 4492 Absolute angle encoder with high accuracy Steel scale drum with three-point centering

More information

Corning Varioptic C-C-39N0-160 Auto Focus Lens Module

Corning Varioptic C-C-39N0-160 Auto Focus Lens Module Corning Varioptic C-C-39N0-160 Auto Focus Lens Module Overview The Corning Varioptic C-C-39N0-160 auto focus lens module is an electronically controllable focus C-Mount lens based on the Corning Varioptic

More information

Data Sheet MEM 16. Absolute Encoder Multiturn

Data Sheet MEM 16. Absolute Encoder Multiturn Absolute Encoder Multiturn Features Resolution: Singleturn: up to 8,192 (13 Bit) steps per revolution Multiturn: up to 4,294,967,296 (32 Bit) revolutions Interface: SSI (synchron serial interface) or BiSS

More information

Integration Guide RT207. OEM 2D Barcode Scanner Engine. RT207 Integration Guide. Revision History. Version Description Date

Integration Guide RT207. OEM 2D Barcode Scanner Engine. RT207 Integration Guide. Revision History. Version Description Date RT207 OEM 2D Barcode Scanner Engine Integration Guide Revision History Version Description Date V1.0.0 Initial release. August 14, 2015 Table of Contents Chapter 1 Introduction... 1 Overview... 1 Illumination...

More information

More Precision. optoncdt // Laser displacement sensors (triangulation)

More Precision. optoncdt // Laser displacement sensors (triangulation) More Precision optoncdt // Laser displacement sensors (triangulation) 34 High Precision Blue Laser Sensor for Reflective Objects optoncdt 2300-2DR 312Hz 375Hz 1000Hz INTER FACE Blue Laser Technology (Blue

More information

BGS (at min. setting) BGS (at max. setting)

BGS (at min. setting) BGS (at max. setting) Compact Photoelectric Sensor with Built-in Amplifier EZ-LS CSM_EZ-LS_DS_E_7_ Distance-settable Sensor Unaffected by Workpiece Color and Background Distance-settable triangulation model unaffected by color.

More information

Online data sheet VTE18-4P4240 V18 CYLINDRICAL PHOTOELECTRIC SENSORS

Online data sheet VTE18-4P4240 V18 CYLINDRICAL PHOTOELECTRIC SENSORS Online data sheet VTE8-P0 V8 VTE8-P0 V8 A B C D E F Illustration may differ Ordering information Type Part no. VTE8-P0 606 Other models and accessories www.sick.com/v8 H I J K L M N O P Q R S T Detailed

More information

0.25m long cable directly out of the sensor. Blue laser line (405nm) for (semi-) transparent, red-hot glowing and organic materials

0.25m long cable directly out of the sensor. Blue laser line (405nm) for (semi-) transparent, red-hot glowing and organic materials Options, cables and accessories scancontrol 2x0/29x0 Options*: /SI Integrated sensor ON/OFF /PT Pigtail cable Hardware ON/OFF of the laser line 0.2m long cable directly out of the sensor /3B Class 3B /BL

More information

IST ULTRASTAB Power Supply for high precision transducers

IST ULTRASTAB Power Supply for high precision transducers IST ULTRASTAB Power Supply for high precision transducers High performance 6-channel power supply for multi-channel laboratory measurement applications. Features Current output or ±0 V voltage output (see

More information

K107A / K107B Half-duplex RS485 serial bus with 3-point insulation

K107A / K107B Half-duplex RS485 serial bus with 3-point insulation 0 0 K0 R THE INTERNATIONAL CERTIFICATION NETWORK EN K0A / K0B Half-duplex RS serial bus with -point insulation General Description The K0A and K0B modules are half duplex serial buses with -point insulation.

More information

Bourdon tube pressure gauge with electrical output signal Stainless steel, safety version, NS 63 Model PGT23.063

Bourdon tube pressure gauge with electrical output signal Stainless steel, safety version, NS 63 Model PGT23.063 Mechatronic pressure measurement Bourdon tube pressure gauge with electrical output signal Stainless steel, safety version, NS 63 Model PGT23.063 WIKA data sheet PV 12.03 for further approvals see page

More information

Rover 5. Explorer kit

Rover 5. Explorer kit Rover 5 Explorer kit The explorer kit provides the perfect interface between your Rover 5 chassis and your micro-controller with all the hardware you need so you can start programming right away. PCB Features:

More information

Absolute encoders - SSI

Absolute encoders - SSI Features Encoder multiturn / SSI Optical sensing Resolution: singleturn 14 bit, multiturn 12 bit Compact design Cost-efficient mounting High reliability by self-diagnostics Counting direction input Available

More information

Photoelectrics Retro-reflective, Polarized Type PA18C.P..., DC

Photoelectrics Retro-reflective, Polarized Type PA18C.P..., DC Photoelectrics Retro-reflective, Polarized Type PA18C.P..., DC Miniature sensor range Range: 5 m (axial), 4 m (radial) Sensitivity adjustment by potentiometer Modulated, red light 625 nm Supply voltage:

More information

Starrett-Bytewise Measurement Systems Profile In-Line Pipe Diameter Measurement System Technical Proposal May 8, 2014

Starrett-Bytewise Measurement Systems Profile In-Line Pipe Diameter Measurement System Technical Proposal May 8, 2014 Overview Profile360 TM is an in-line, real-time measurement system for continuously monitoring OD, OOR, and circumference for round pipe and profiles. Profile360 can be installed in two locations, in-line

More information

Voltage sample: 0-400V Current sample: 0-5A

Voltage sample: 0-400V Current sample: 0-5A Catalogue 1 Overview 1 2 Features 1 3 Technical specification 2 4 Installation dimension and method 3 5 Panel and interface 3 6 Parameter setting 7 7 Connection diagram 16 8 Announcements 17 Sample bus

More information

Dimensions. Electrical connection

Dimensions. Electrical connection GLV0-LL-7/0a//9 Dimensions GLV0-8-00 GLV0-8-H GLV0-LL... Display LED 7. 0 89. M x Bright/dark switch 8 M0 x. M x. ø M0 x. OLUX 6 6 Name plate GLV0-7 Display LED TW Sensitivity adjuster (not for switches

More information

Photoelectrics Retro-reflective Type PA18C.R..., DC

Photoelectrics Retro-reflective Type PA18C.R..., DC Photoelectrics Retro-reflective Type PA18C.R..., DC Miniature sensor range Range: 6.5 m (Axial), 5 m (Radial) Sensitivity adjustment by potentiometer Modulated, infrared light 850 nm Supply voltage: to

More information

GFK-2415A March Type of sensor connection

GFK-2415A March Type of sensor connection VersaMax IP Expansion Module has four analog differential inputs that can be configured as current or voltage inputs. It connects to a local bus that is interfaced to a Profibus-DP / PROFINET network by

More information

RPLIDAR A2. Development Kit User Manual. Low Cost 360 Degree Laser Range Scanner. Model: A2M4. Shanghai Slamtec.Co.,Ltd rev.1.

RPLIDAR A2. Development Kit User Manual. Low Cost 360 Degree Laser Range Scanner. Model: A2M4. Shanghai Slamtec.Co.,Ltd rev.1. 2016-10-28 rev.1.1 RPLIDAR A2 Low Cost 360 Degree Laser Range Scanner Development Kit User Manual Model: A2M4 www.slamtec.com Shanghai Slamtec.Co.,Ltd Contents CONTENTS... 1 OVERVIEW... 3 ITEMS IN THE

More information

User Manual for TeraRanger Evo single point distance sensors and backboards

User Manual for TeraRanger Evo single point distance sensors and backboards User Manual for TeraRanger Evo single point distance sensors and backboards User manual relates to Hardware revision 1.0 Firmware versions 1.0 to 1.1.1 Table of contents: 1 Introduction 3 2 Mechanical

More information

DATASHEET EFFI-Sharp Range : EFFI-Sharp Last update : May 16, LED Pattern projector. EFFI-Sharp. Camera

DATASHEET EFFI-Sharp Range : EFFI-Sharp Last update : May 16, LED Pattern projector. EFFI-Sharp. Camera DATASHEET EFFI-Sharp Range : EFFI-Sharp Last update : May 6, 20 LED Pattern projector EFFI-Sharp Intense and homogeneous spot light Standard connections and fasteners Flexible: o Adjustable working distance

More information

New Sony DepthSense TM ToF Technology

New Sony DepthSense TM ToF Technology ADVANCED MATERIAL HANDLING WITH New Sony DepthSense TM ToF Technology Jenson Chang Product Marketing November 7, 2018 1 3D SENSING APPLICATIONS Pick and Place Drones Collision Detection People Counting

More information

Thread Mountable Cameo Laser Diode Module

Thread Mountable Cameo Laser Diode Module Thread Mountable Cameo Laser Diode Module Thread Mountable Cameo The Cameo is a unique, versatile, high quality industrial laser diode module widely used in alignment applications. Available in two models,

More information