Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

FATEK PLC to communicate with RS232 Bar Code Reader

Status
Not open for further replies.

Gustavo Silvano

Industrial
Joined
Aug 12, 2016
Messages
53
Location
BR
Hello there!

I'm an Electrical Engineer and I want to do an application using a PLC from FATEK. What I want is to communicate my PLC with a Bar Code Reader using the RS232 port. I want it to read the code and my PLC have to store it to be used elsewhere. Is there anyone with practice with this kind of application?

Best regards.

Gustavo
 
If your looking for standard code for Asc2 I know that most plc manufacturers have standard code for Asc2 or barcode data. If they dont then not sure about their support level for this type of application for this plc brand.

This is typical data from bar code reader and how i usually setup:
STX beginning asc2 code says here is where barcode info starts.
data inbetween is the barcode info, how you set that up depends on what barcode your looking for which is a ton of formats.
ETX end of barcode info

Most barcode readers have ethernet interfaces so your not stuck with RS232 which is for under 25 feet distance max or use RS422 which is up to 5000 feet.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top