Logix 5K Data Archiving

joecool2112

Member
Join Date
Oct 2016
Location
Waukesha, Wisconsin
Posts
3
Good afternoon,

I am relatively new to logix programming and am looking for a simple or relatively simple way of storing a floating point value for future use each time a specific trigger happens. as an example, lets say I fill a 55 gallon drum with Mayo and my scale input to the plc reads 550.7 pounds. the operator then hits tare and the weight would move to a database and the process would start over. What is the best way to store these weights along with time/date.


thanks much!

Joe
 
Joe
A FIFO Load would do that, just remember to do an unload each time or the file will fill up and stop excepting new loads
you could also do a file shift or just shift the file index each time you want to store data.
Multiple ways to do that.
 

Similar Topics

Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
1
Views
27
Does anyone know what the data transfer rate for this series of CompactLogix PLC's? 1769-L24ER-QB1B to be exact. Cheers.
Replies
1
Views
81
First off, I'm a hobbyist-level programmer, and this program isn't controlling anything anything that could even remotely be considered "life...
Replies
18
Views
502
Thank you for any and all responses/help. I have an RSLogix 5000 v20 and a Cognex In-Sight v5.9 spreadsheet (8502P). I can not figure out how to...
Replies
0
Views
118
When adding an IFM AL1322 IO-Link Master Module to a 1756-EN2T Ethernet Card on a 1756-L82E Controller, The Input and Output data file does not...
Replies
0
Views
104
Back
Top Bottom