malef Posted December 3, 2012 Report Posted December 3, 2012 Hi all, every 10 minutes we are logging data by a LabVIEW 8.2.1 application from a remote control in a 24/7 process. Timing is realized by a timeout in a event structure. This worked well for several years. Some months ago our IT moved the application and RunTimeEngine to a VMware machine. Since that time we have a second data logging within 10 minutes. As I am not familiar with VMware I have no clue what happens. Any ideas appreciated. Thanks in advance Manfred Quote
Ton Plomp Posted December 3, 2012 Report Posted December 3, 2012 I don't fully understand what happens from your description. You have an event structure with a timeout of 60.000 ms? The second logging you get, what timestamp does that have? Is it a logging close to the other one, or is it after 5 minutes? Can you post the code? Ton Quote
malef Posted December 4, 2012 Author Report Posted December 4, 2012 Ton, yes correct - I am using a timeout every 60.000 ms. As we don't need the seconds in stamp we don't log them. I have atteched samples of the timestamps. Sometimes there is a difference of seconds?, sometimes of 5 minutes? and everything else. I think it has something to do how LV generates timeouts and how the application has been built. The application was built on a 32bit XP machine - now it may run under 64bit W7 machine. Manfred TimeStamps.txt Quote
malef Posted December 4, 2012 Author Report Posted December 4, 2012 sorry - I have to correct the above I am using a timeout every 10 minutes = 10 * 60.000 ms = 600.000 ms Quote
orko Posted December 5, 2012 Report Posted December 5, 2012 Hi Manfred, These timings look like two processes that are both logging at 10m, but are independent (not synced). Are you sure that there isn't another instance of this application (on the VM or your host computer) that is running without your knowledge? 1 Quote
malef Posted December 7, 2012 Author Report Posted December 7, 2012 (edited) Joe, your guess and feeling was the right one. We stopped the data logging application and now there is still one timestamp every 10 minutes. We will have a look by ethernet sniffer for the remaining instance. Thank you and have a nice weekend Manfred Edited December 7, 2012 by malef Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.