RF 1200 is a pulsed distance meter with max 1200 meter in range. Normally it have a RS 232 output but we laso offer 4-20 mA current loop as an option. Accuracy is +- 1 meter. System is available in 3 models with slightly different options.
1 Cable connecting definitions
Red line —— +5V Black line —— PGND
Yellow line Green line Blue line
- —— T/R-
- —— T/R+
- —— DGND
2 Operating Steps
2.1 Connect a sensor to the serial port of computer (or other device which have serial
ports) and the power port of adapter with special data cable.
2.2 Trigger Measuring
2.2.1 Send the command “O” (ASCII) or “0X4F” (HEX) by computer to turn on the sensor. Then the sensor will turn on the laser and prepare for working, and return the data “FF 00 0A 0A 0A 00” to the serial interface.
2.2.2 Send the command “O” (ASCII) or “0X4F” (HEX) again to the sensor to start to measure distance. The sensor will return the measured data like “FF XX XX XX XX XX” to the serial interface and turn off the laser when it finished one time measurement.
2.2.3 Send the command “U” (ASCII) or “0X55” (HEX) to turn off the sensor.
2.3 Continuous Measuring
2.3.1 Send the command “O” (ASCII) or “0X4F” (HEX) by computer to turn on the sensor. Then the sensor will turn on the laser and prepare for working, and return the data “FF 00 0A 0A 0A 00” to the serial interface
2.3.2 Send the command “C” (ASCII) or “0X43” (HEX) to the sensor. The sensor will begin to measure continuously after 3 seconds when it got the order, and return the data continuously like “FF XX XX XX XX XX”. If the sensor couldn’t get any available data, it will return “FF 00 0A 0A 0A 00” to the serial interface.
2.3.3 Send the command “U” (ASCII) or “0X55” (HEX) to turn off the whole sensor (include both of laser unit and measuring unit).
Input and output
1 Data format for RS232 serial communication
Baud rate: 9600 bps , Data bits: 8 , Stop bit: 1 , Parity bit: None
2 RS232 input frame format
There is only one byte in every input frame. The user could send different commands to the sensor for different purpose, the functions of command are shown in the following table.