Data Logging Question

dhuggins88

Member
Join Date
Mar 2013
Location
Russellville
Posts
32
Hello all, I have a question about Data Logging with a PV+1000 and L33ER processor. What is the most elegant way to log data so that I can view it on the HMI within my application. I need to log values about every 5 minutes and also record whenever a set point (high temperature or of the like) is changed.

I currently achieve this through the most painstaking way imaginable. I basically have a store to timer that fires off a long list of latch, unlatch, and synchronous copies storing them into arrays. I then read these as being on or off and as numeric displays. So basically a user presses a row increment button that will increment the row number which then brings in the next set of data.

This does work but it is so painstaking. I have recently modularized my code and made it to where I can just pull in pieces from a database I have created. The amount of time this has saved me is unbelievable. The last thing left to tackle is Data Logging.

I am trying to just give the Operator some useful historical data so that he can maybe foresee arising problems or just look back at say a couple days ago and see the status of his system. However there has to be a more elegant way than the approach I'm using.

I have looked at event tasks and see some likely uses for them but don't see them as being an overall solution for logging, only Alarms.

I am Logging:
Motor Status
System Status
Temps
Pressures
Set value changes
 

Similar Topics

So I have set up trends and data logs to a usb disk in easybuilder. Now, my primary concern is what procedure needs to be followed by operators...
Replies
11
Views
2,653
I'm thinking about how to help a customer tonight and I've got an idea, but I don't know if it's possible. I've used the Data Logger on a Red...
Replies
2
Views
3,062
I am currently using a FactoryTalk program to log data and display a trend on one of my machines. I have it all working, the question i have is if...
Replies
10
Views
5,656
RSview32 works 7.20 Hello. I set up a Dbase( wide) Data Log Model using the data log setup utility. .I would like it to populate the database...
Replies
0
Views
1,398
Hey guys! Think this is a straight forward question... is it possible for me to get 100 readings per second logged from 10 defferent tags...
Replies
27
Views
7,677
Back
Top Bottom