Getting Data from a PLC Automatically

doyleke3

Member
Join Date
Feb 2012
Location
Dublin
Posts
1
Hi,

I am trying to collect information from a PLC for a college project. This Omron PLC is connected to 6 stations on an assembly line. I am trying to collect information like times for when the pallet enters station A and exits station A and so on.

I have currently identified the addresses needed for each station. For example when using time chart monitoring on the sysWin software I can see when address 001.00 goes high when enters station A and goes low when exits station A.

How would I go about timing this interval when the pallet is in the station automatically? Would it be possible to program in a timer into the ladder logic which could send the output time into a text file maybe?

All help will be greatly appreciated,
Thanks
Kevin
 
Kevin,

There may be other ways, but my suggestion, since this is a college project, is to use an OPC server (like KepWareEX) to extract the data from the PLC. Kepware's OPC server has a demo that is time-limited to two hours. After two hours, you just have to restart the runtime, and the clock starts over.

I don't know how much experience you have with application programming, but you could write a small OPC client in .NET to read the values and log them to whatever format you'd like -- .txt, MS Access, SQL, etc.

I have KepServerEXv5 running on a Windows box that is communicating with every PLC in our plant. I have a VB.NET application that obtains the values from the OPC server and logs them to a SQL server database.

This solution might be a bit more involved than you were hoping for, but I'm not sure that Omron has such a native capability.
 

Similar Topics

Hello Eveyone, I need your advice on one problem.I am using CompactLogix PLC.I am looking for some ways.So, that a PLC program can read data from...
Replies
26
Views
13,225
Hi, I have the following setup: PLC connected to HMI through RS485 communication. I have the program of PLC but I need to convert the HMI to other...
Replies
1
Views
2,692
All, I have a CompactLogix L33 and would like to get data from a height gauge. The gauge is a Fowler Sylac Mark VI with RS232 output. I can...
Replies
8
Views
2,605
Hello I am hoping someone here can maybe at least tell me what I shlould read up on or if this is even possible. Rockwell Studio 5000 is my...
Replies
12
Views
4,275
Hi, Guys I'm trying to upgrade a device witch comms is thru a RS232. The PLC is a Compactlogix L16ER to a remote PIO 1734-AENT then on this PIO a...
Replies
22
Views
8,217
Back
Top Bottom