
November 7th, 2012, 07:40 PM
|
|
Registered User
|
|
Join Date: Dec 2011
Posts: 7
Time spent in forums: 1 h 4 m 38 sec
Reputation Power: 0
|
|
|
Process running every second + a 2nd one to pull value
Hi guys,
I am trying to have one timer going, executing code every second and updating the value of a variable. At the same time, I want to do an ad-hoc pull (via WSIG) of the value to bring it to the web.
Essentially I want the value of a variable updating constantly, but being able to pull it at a given time via another function (thread?).
What should my approach be?
Thanks in advance!
|