PLC event recorder

Thread Starter

ozi123

Joined Feb 12, 2010
2
HI there,

We have four stations in our factory that share one motor controlled by a mitsubishi PLC. Each stations have their own switches directly fed into the PLC. We want to record the duration of stoppages by each station to calculate their respective effciencies. Is there a way to capture data from the PLC directly. Its really a old PLC with only serial port.

thanks
 

mik3

Joined Feb 4, 2008
4,843
I think its time to upgrade to a new PLC which connects to the PC via USB. There are new PLCs which can output excel files to the PC.
 

GetDeviceInfo

Joined Jun 7, 2009
2,196
There are a couple of RS232 loggers for free on the net. At least one of them writes RS232 events to an csv file. Even old PLCs typically provide comm functions during run time, so it should be a simple matter of programming a comm function on input, that could be captured by a PC running the logger.
 
Top