Barcode Scanner integration with Delta DVP-SX plc

Join Date
Jun 2016
Location
India
Posts
2
I require to interface a Honeywell 3310g fixed industrial barcode scanner with Delta DVP-SX PLC. The barcode scanner has a RS232 communication port. The data through the scanner will be transmitted as ASCII code on hyperterminal. I want to store the ascii data in a plc data register (D register) and perform some output function based on the data received from the scanner.

How can i read the ascii data from the scanner in the plc data register?
 
You need check two things.
1) Your PLC needs to have a serial port (RS232).
2) The PLC need to be able to send and receive arbitrary data on the serial port.

Many PLCs have serial ports but can only use them for specified protocols like modbus, profibus etc. Some of them need an additional module for communicating with any serial device such as barcode scanners, weighing instruments etc. Some of them can not do it all.
 
Thanks for the reply Pete.S.

My PLC does have a RS232(serial port) and the communication is possible through MODBUS to communicate with HMI.

But I have no idea on how to read data from Scanner serial RS232 interface. The scanner manufacturer says the data is output on RS232 in ASCII format which according to him could be easily read by any PLC.
 
Thanks for the reply Pete.S.

My PLC does have a RS232(serial port) and the communication is possible through MODBUS to communicate with HMI.

But I have no idea on how to read data from Scanner serial RS232 interface. The scanner manufacturer says the data is output on RS232 in ASCII format which according to him could be easily read by any PLC.

I believe the serial port(s) on the DVP-SX only support Modbus and you need to be able to process raw Ascii. I would contact the factory and see if they have a solution.
 

Similar Topics

I thought I was nearly finished on this TIA Portal/s7-1212C project (famous last words)... Up until now, I'd developed the PLC/HMI such that the...
Replies
10
Views
1,557
In one of my project I need to integrate Bar code Scanner (Model: MS 880, Supplied by Microscan) with Control Logix Processor using Ethernet...
Replies
3
Views
4,217
I'm wondering if anyone has a solution where I can use a barcode scanner to input a string into a PLC tag. All AB hardware/software. I'm aware...
Replies
8
Views
17,973
Hello Everyone. I am working on a project where I need to scan in 2 Barcodes to populate 2 different tags. A glue Batch and a product serial...
Replies
12
Views
3,100
hi guys, I have to write a program to trigger and receive data from a barcode reader via an RS485 module plugged on Wago PFC 200. Does anyone know...
Replies
6
Views
2,735
Back
Top Bottom