Data matrix reader configuration

Sparky

Member
Join Date
Jan 2003
Location
Twin Falls, ID
Posts
64
What kind/brand of 2D data matrix readers are the easiest to set up and communicate with CompactLogix PLC?
I'm looking to install and setup multiple vision scanners. They will need to send their data to the PLC. I'm looking at Cognex, Wasp and adaptascan readers. I am hoping to communicate via ethernet. one of the PLCs will have 3 scanners communicating with it.

THX guys.
 
I've successfully used Cognex with their Ethernet/IP interface - but had a miserable time with the trigger bit working over Ethernet (inconsistent). Talked to other integrators and they confirmed, best to use the h/w trigger input.
 
OK that will work with all but 4 of the scanners. Those 4 are triggered only after data is compared and verified through FT transaction mamger. I will look into maybe setting up a h/w trigger for them.
How easy was it to bring in the data and manipulate it through the PLC, with the Cognex? I need to get the data breakit apart use three different data sets that are ussed differently by the PLC and FT transaction manager.
 
In the Cognex program, you map data into the output words that at appear in the CLX input space "InspectionResults". "InspectionResults" is an array of (4) DINTS so that may be a consideration when choosing. (A multiplexing scheme can be created for getting more data over, different topic). There are also control & status word bits/words for controlling and monitoring the camera. I think they did a pretty good job.

(I'm not associated with Cognex, just relaying my experience with them)
 

Similar Topics

Has anyone read a long 2D data matrix (200+ characters) and separated out the data in to different fields (~twenty)? I plan on adding a comma...
Replies
0
Views
1,404
Hello Everyone, I am using a raC_Opr_NetModbusTCPClient AOI module, as below,. So, I need some assistance to restrict in reducing the poling...
Replies
2
Views
71
Hi everyone, I have a 505 workshop program with PLC type of 555- 1106 and I was wondering how can I download the data documentation window as a...
Replies
6
Views
163
Hello everybody, I'm currently working on a project where I need to implement an IoT platform based on Microsoft Azure Cloud. Communication is...
Replies
2
Views
72
Hello. I have a db which is 1000 INT, and this db is represented in WinCC as a raw data type set of 5x 400 Bytes. This set is read with a script...
Replies
1
Views
81
Back
Top Bottom