Re: Cumulus RealTime Data Grabber - Tool
Posted: Tue 06 Mar 2012 1:39 pm
Terry,
Thats does seem odd. I have checked my code and under the 60second radio button is:
FYI. 1000ms = 1 sec therefore 60,000 = 60 seconds
I have tested this at home and here at work on Win XP and Win 7 and
both update for me at ~60 seconds.
Also in my code I have put in an "Error Handler" so that if the grabber fails to get the realtime.txt file
then it tries again untill it can access it. Which may be what you are experiencing? i.e. it cant get it
1st try and then manages to get it on a subsequent try.
Nitrx,
I still cant understand why it display's x10 for you. I have been trying to look on the inet for any posts
on VB.Net forums that might give me a clue, but have as yet found nothing. I will keep looking and will
post to a couple of forum's to see if anyone can shed any light on why this may be happening.
Fingerscrossed I find out soon
As you know I have only just started self teaching myself VB.NET and this is the first time I have used "charts"
in VB so it may take a while to try and find a fix., Especially as all the code seems correct and nothing has
any multiplier added to it. If there was a problem within the code I would have expected it to show the x10
on other peoples machines that are running it, which makes this more intriguing.
Thats does seem odd. I have checked my code and under the 60second radio button is:
Code: Select all
If RadioButton4.Checked = True Then
Form1.Timer1.Interval = 60000
End IfFYI. 1000ms = 1 sec therefore 60,000 = 60 seconds
I have tested this at home and here at work on Win XP and Win 7 and
both update for me at ~60 seconds.
Also in my code I have put in an "Error Handler" so that if the grabber fails to get the realtime.txt file
then it tries again untill it can access it. Which may be what you are experiencing? i.e. it cant get it
1st try and then manages to get it on a subsequent try.
Nitrx,
I still cant understand why it display's x10 for you. I have been trying to look on the inet for any posts
on VB.Net forums that might give me a clue, but have as yet found nothing. I will keep looking and will
post to a couple of forum's to see if anyone can shed any light on why this may be happening.
Fingerscrossed I find out soon
As you know I have only just started self teaching myself VB.NET and this is the first time I have used "charts"
in VB so it may take a while to try and find a fix., Especially as all the code seems correct and nothing has
any multiplier added to it. If there was a problem within the code I would have expected it to show the x10
on other peoples machines that are running it, which makes this more intriguing.
