Results 1 to 4 of 4
Thread: Collect history on button push
-
12-21-2012, 09:07 AM #1
Professional Member
- Join Date
- May 2011
- Location
- North Carolina
- Posts
- 180
Collect history on button push
Is it possible to create a history record when a button is pushed? I have a timer that enables a label to promt the service guys to check the filters. There are 2 buttons one for filter check and another for filter change. Is it possible to collect a time stamp and hrs the filter has ran (from a bound label) and which button was pressed as a history record?
This takes me back to my SQL server days. I jotted down a sql statement only to remember I couldn't use it lol.
Starting over is so much fun!
-
12-23-2012, 08:22 PM #2
Professional Member
- Join Date
- May 2011
- Location
- North Carolina
- Posts
- 180
Anyone have any ideas? I'm still searching out ways to try to do this.
-
12-23-2012, 09:41 PM #3
How about using an action button to trigger a latch component that the output is connected to a COV history?
Kevin"Profit is not the legitimate purpose of business. The legitimate purpose of business is to provide a product or service that people need and do it so well that it's profitable."
James Rouse
-
12-24-2012, 02:07 PM #4
Professional Member
- Join Date
- Jun 2009
- Location
- StL, MO
- Posts
- 532
Yes, using a COV trend. A totalizer extension has some benefits over a timer. With two buttons you get two records. The buttons, through a bit of logic, could be combined in to a single enum writable and single record. (i.e., -1=button 1 on, 0=neither button, 1=button two on).
UA LU 562


Reply With Quote