PLC 5, save data to excel?

RSLinx, RSLogix, RSView, LogixPro ...
Post Reply
asteroidehk
Posts: 106
Joined: Sun Dec 30, 2007 8:03 am
Location: Mexico

PLC 5, save data to excel?

Post by asteroidehk » Sat Jun 06, 2015 7:00 am

Hello friends

I have a PLC5/20, I need to save 2 tags to a excel datasheet.

This tags are: barcode, press force.

I need to save the barcode and press of every part.

how can I do that?

Thanks in advance. :mrgreen:

Guille
Posts: 32
Joined: Fri Oct 03, 2008 2:17 am
Location: America

Re: PLC 5, save data to excel?

Post by Guille » Sat Jun 06, 2015 6:14 pm

Hi,
you can use an OPC server to comunicate with PLC and use Excel (VBA) to read the tags and store in the excel file or you can store in a database.
There are a lot of info about this. Google (DuckDuckgo is much beter) for OPC client in excel VBA and you can find some code you can use.
Here you can find some code example.

http://www.engineers-excel.com/Apps/OPC/Description.htm


Good luck!

Post Reply