Hello,
I have a:
bar code reader SICK CLV series with a ethernet communication;
PLC CompactLogix 1769-L35E (ethernet communication);
HMI Painel View 1000 Plus (ethernet communication);
Switch hirschmann IP69
All components are linked by switch hirschmann but i can not configure the PLC to read de data of barcode. All other components are Ok and ON
I need receive a string data from barcode
How Configure the PLC???
Help ME
Thanks.
[?] Barcode reader and 1769-L35E CompactLogix
-
- Posts: 10
- Joined: Tue Oct 11, 2011 2:49 pm
-
- Posts: 104
- Joined: Sat Jun 13, 2009 12:25 pm
- Location: Europe
Re: [?] Barcode reader and 1769-L35E CompactLogix
Hi,
Before, you try to send or read data, you have to know if your barecode reader support Ethernet Industrial protocol.(Ethernet/IP)
For example on Ethernet, Siemens and Rockwell cannot communicate :
Siemens use Industrial Ethernet protocol (IE protocol)
Rockwell use Ethernet Industrial protocol.(Ethernet/IP)
In that case you have to use a gateway...
So for you application, you have to verify, which protocol your barecode reader support...
Best regards
Before, you try to send or read data, you have to know if your barecode reader support Ethernet Industrial protocol.(Ethernet/IP)
For example on Ethernet, Siemens and Rockwell cannot communicate :
Siemens use Industrial Ethernet protocol (IE protocol)
Rockwell use Ethernet Industrial protocol.(Ethernet/IP)
In that case you have to use a gateway...
So for you application, you have to verify, which protocol your barecode reader support...
Best regards
-
- Posts: 10
- Joined: Tue Oct 11, 2011 2:49 pm
Re: [?] Barcode reader and 1769-L35E CompactLogix
is the first time I work with this type of integration.
I do not know how to get this work...
i´m LOST rsrs
Thanks friend.
I do not know how to get this work...
i´m LOST rsrs
Thanks friend.
-
- Posts: 104
- Joined: Sat Jun 13, 2009 12:25 pm
- Location: Europe
Re: [?] Barcode reader and 1769-L35E CompactLogix
Hi,
What is the type of SICK bar code reader? (number model?)
What is the type of SICK bar code reader? (number model?)
-
- Posts: 10
- Joined: Tue Oct 11, 2011 2:49 pm
Re: [?] Barcode reader and 1769-L35E CompactLogix
CLV62x Séries.
I already changed the IP number of the barcode
it can receive data through the Hirschmann
I do not know how to use them in the PLC.
would be the same as a generic ethernet module.
I was told that using a as MSG instruction, but i could not configure.
I already changed the IP number of the barcode
it can receive data through the Hirschmann
I do not know how to use them in the PLC.
would be the same as a generic ethernet module.
I was told that using a as MSG instruction, but i could not configure.
-
- Posts: 87
- Joined: Wed May 19, 2010 2:22 pm
- Location: Bulgaria
Re: [?] Barcode reader and 1769-L35E CompactLogix
Please type the exact barcode reader type. There is a range of CLV62x products with different communication options.
For example: CLV620-0120 supports CAN, Ethernet TCP/IP, and EtherNet/IP available on board, no additional
gateway needed (depending on variant)...
There is a sample code at SICK web site -> Service & Support -> Software: http://www.sick.com/us/en-us/home/servi ... ident.aspx
Cheers.
For example: CLV620-0120 supports CAN, Ethernet TCP/IP, and EtherNet/IP available on board, no additional
gateway needed (depending on variant)...
There is a sample code at SICK web site -> Service & Support -> Software: http://www.sick.com/us/en-us/home/servi ... ident.aspx
Cheers.
-
- Posts: 10
- Joined: Tue Oct 11, 2011 2:49 pm
Re: [?] Barcode reader and 1769-L35E CompactLogix
bilbo_321 wrote:Please type the exact barcode reader type. There is a range of CLV62x products with different communication options.
For example: CLV620-0120 supports CAN, Ethernet TCP/IP, and EtherNet/IP available on board, no additional
gateway needed (depending on variant)...
There is a sample code at SICK web site -> Service & Support -> Software: http://www.sick.com/us/en-us/home/servi ... ident.aspx
Cheers.
Hi is a CLV620-1120
-
- Posts: 87
- Joined: Wed May 19, 2010 2:22 pm
- Location: Bulgaria
Re: [?] Barcode reader and 1769-L35E CompactLogix
Hi LenPatrick,
did you found the sample code from SICK web site?
I could upload it to Rapidshare if you have any troubles?
did you found the sample code from SICK web site?
I could upload it to Rapidshare if you have any troubles?
-
- Posts: 10
- Joined: Tue Oct 11, 2011 2:49 pm
Re: [?] Barcode reader and 1769-L35E CompactLogix
bilbo_321 wrote:Hi LenPatrick,
did you found the sample code from SICK web site?
I could upload it to Rapidshare if you have any troubles?
Hello Bilbo
Do you know how to send a string from the Barcode Reader to the PLC
I need to know everything that is related to the comunication of the Barcode Reader and the PLC
And you can upload it to Rapidshare, i have no troubles
Thanks
-
- Posts: 87
- Joined: Wed May 19, 2010 2:22 pm
- Location: Bulgaria
Re: [?] Barcode reader and 1769-L35E CompactLogix
sample code from SICK web site: https://rapidshare.com/files/4017462229 ... amples.zip
There is a pdf file in archive. It could give answers to your question.
There is a pdf file in archive. It could give answers to your question.
-
- Posts: 10
- Joined: Tue Oct 11, 2011 2:49 pm
Re: [?] Barcode reader and 1769-L35E CompactLogix
Bilbo
Thanks
You really helped me, my problem is near to the end.
This sample clarified many of my doubts.
I'll apply it in my equipament and brave i will show the results.
Cheers
Lenon Patrick
JVS Automation
(Fabricom "Sistems D'Assemblages"
Group GDF Suez)
Thanks
You really helped me, my problem is near to the end.
This sample clarified many of my doubts.
I'll apply it in my equipament and brave i will show the results.
Cheers
Lenon Patrick
JVS Automation
(Fabricom "Sistems D'Assemblages"
Group GDF Suez)
-
- Posts: 87
- Joined: Wed May 19, 2010 2:22 pm
- Location: Bulgaria
Re: [?] Barcode reader and 1769-L35E CompactLogix
I am glad to help you.
That's the idea of this forum, to exchange knowledge and hepl each other.
Good luck!
That's the idea of this forum, to exchange knowledge and hepl each other.
Good luck!
-
- Posts: 10
- Joined: Tue Oct 11, 2011 2:49 pm
Re: [?] Barcode reader and 1769-L35E CompactLogix
Hi
I´m Back muahaha
Sorry for the time without answering
Just for close this topic
The technical support the SICK spent a wrong program. With the correct program the communication is established and all components work correctly.
I´m Back muahaha
Sorry for the time without answering
Just for close this topic
The technical support the SICK spent a wrong program. With the correct program the communication is established and all components work correctly.