08-26-2011 12:21 PM
I am trying to use a fixed Miniscan Ms4404 barcode
scanner. In such a way that when a part passes through, it will scan
automatically without manually triggering the barcode scanner. Moreover is
there a way to use this scanner communicate with Slc5/03 Processor?.. basically
to cut it short i need a basic idea on how to setup this entire project. Your
input and suggestions will be greatfully appreciated.
Thanks
Joe
08-26-2011 01:30 PM
Do you have a means of detecting when the part is in position to be scanned, such as a proximity switch, or a camera, or some sort of load sensor? When you say the part passes through are you saying the part is continually in motion? How fast is it? If it's too fast you may not be able to detect the part being in position and triggering the scanner under software-based control.
as for the question regarding communicating with the Slc5/03 processor, this is a vague question. What's the processor doing? What kind of communication are you referring to? If you have a processor in there, what is the LabVIEW-based app doing?
08-26-2011 02:26 PM
08-26-2011 01:30 PM
Do you have a means of detecting when the part is in position to be scanned, such as a proximity switch, or a camera, or some sort of load sensor? When you say the part passes through are you saying the part is continually in motion? How fast is it? If it's too fast you may not be able to detect the part being in position and triggering the scanner under software-based control.
as for the question regarding communicating with the Slc5/03 processor, this is a vague question. What's the processor doing? What kind of communication are you referring to? If you have a processor in there, what is the LabVIEW-based app doing?
08-28-2011 09:57 PM
According to the manual, the scanner has a serial(RS-232) interface that you would just read with LabVIEW and a VISA function. Don't understand the reference to a PLC.