Sunday, June 22, 2008
WxPDA - SM (Smart Phone Edition)
More to follow as testing progresses.
Monday, May 26, 2008
Getting your time settings
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _ &
"{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * from Win32_TimeZone")
For Each objItem in colItems
Wscript.Echo "Bias: " & objItem.Bias
Wscript.Echo "Caption: " & objItem.Caption
Wscript.Echo "Daylight Bias: " &
objItem.DaylightBias
Wscript.Echo "Daylight Day: " &
objItem.DaylightDay
Wscript.Echo "Daylight Day of Week: " &
objItem.DaylightDayOfWeek
Wscript.Echo "Daylight Hour: " &
objItem.DaylightHour
Wscript.Echo "Daylight Millisecond: " &
objItem.DaylightMillisecond
Wscript.Echo "Daylight Minute: " &
objItem.DaylightMinute
Wscript.Echo "Daylight Month: " &
objItem.DaylightMonth
Wscript.Echo "Daylight Name: " &
objItem.DaylightName
Wscript.Echo "Daylight Second:
" & objItem.DaylightSecond
Wscript.Echo "Daylight Year: " &
objItem.DaylightYear
Wscript.Echo "Description: " &
objItem.Description
Wscript.Echo "Setting ID: " &
objItem.SettingID
Wscript.Echo "Standard Bias: " &
objItem.StandardBias
Wscript.Echo "Standard Day: " &
objItem.StandardDay
Wscript.Echo "Standard Day of Week: " &
objItem.StandardDayOfWeek
Wscript.Echo "Standard Hour: " &
objItem.StandardHour
Wscript.Echo "Standard Millisecond: " &
objItem.StandardMillisecond
Wscript.Echo "Standard Minute: " &
objItem.StandardMinute
Wscript.Echo "Standard Month: " &
objItem.StandardMonth
Wscript.Echo "Standard Name: " &
objItem.StandardName
Wscript.Echo "Standard Second: " &
objItem.StandardSecond
Wscript.Echo "Standard Year: " &
objItem.StandardYear
Wscript.EchoNext
You can save this to time.vbs and run it on your computer with the command "cscript time.vbs"
Queuing Sounds
I will look into adding an option to queue the sounds in the order that they are generated.
Sunday, May 25, 2008
Weather Message 3.3 Refreshed
By default, the zone map is not installed. Because of this, it was necessary to correct the public 3.3 release.
Sunday, May 18, 2008
Weather Message 3.3 Released
Monday, May 05, 2008
HTC 6800 Smart Phone
My plan has unlimited internet access so this will allow me to experiment with additional weather related applications. (I sure would like a program to download radar to the pda)
Version 3.3 Status
Thursday, April 03, 2008
Emwin Low Priority Backlog
At the beginning of the month there are a number of one time products that are low priority. They cause all low priority products to backup. They have made some additional adjustments to help with this situation.
Wednesday, March 19, 2008
Local User Settings
The client program settings apply to all users (Message Client and Map Client). This includes the position on the screen. If multiple people use the same computer, they cannot configure the clients for their own preferences. This applies to a single computer or a terminal services connection.
The original thought was to make it easy for the administrators. You set up the program and no changes are required by the user. A simple ini file can be copied from computer to computer with the client settings. I will note that in some installations it is not desirable to have users making changes.
Regardless, I am considering the possibilities here.
Monday, March 10, 2008
WxScheduler
I have changed the scheduler so that it will check to see if the user has specified a week of month and a day of week. If they are both entered, the program will see this as a request for the Xth occurance of the specified day of week for a month.
This should fix the users problem and provide some new capability.
Weather Message 3.3 Beta 7
Thursday, March 06, 2008
Group2Call Free Voice Messaging
Regular Expression Support
The current matching mechanism is very efficient. It however does not allow for multiple match criteria or complex matching expressions. These can be accomplished with regular expressions. Regular expressions should only be used when needed since they require considerably more cpu cycles than the default matching mechanism.
Here is an example regular expression: (.BMX.)(.MOB.)(.HUN.)
This means match .BMX. or .MOB. or .HUN. in the received message.
Friday, February 29, 2008
Winter Weather Simplification - Open Letter to NWS
Sirs,
I am writing in regards the Proposed Winter Weather Simplification changes. I do not want to see the NWS adopt these changes. The NWS has spent a great deal of time and money to implement VTEC. Vendors and users have also gone to a great deal of effort to use VTEC. This change will put us back where we were before VTEC was implemented.
VTEC has allowed users of NWS products to provide automatic notifications based on the type of weather coded in the VTEC line. This change would make the Winter Storm product generic again for some weather types. If this change is approved we would have a generic “winter weather” coding, with the details in the text. Decoding the text is a problem that was fixed with VTEC. We again will be stuck with the difficult task of trying to determine what kind of “winter weather” is associated with the product.
Many of us have welcomed VTEC because it provides a reliable standardized way to represent the actual weather conditions being issued. Moving from specific weather phenomena to generic phenomena is taking a step backwards.
I respectfully request that this change not be implemented.
Best Regards,
Danny Lloyd
Weather Message
Sunday, February 17, 2008
Weather Message 3.3 Beta 6
I am looking at releasing version 3.3 due to several bug fixes in the program. I will evaluate it over the next week and decide a release date.
Note: Beta 6 changes the image communication data stream to the Message Client. Clients will have to be updated to Beta 6 in order to continue to receive images.
Saturday, February 02, 2008
Weather Brains
I have been friends with some of the Weather Brains guys for years because of our interest in amateur radio: James Spann, WO4W; Brian Peters, WD4EPR; and David Black KB4KCH. When I started writing weather related software, they encouraged my endeavor.
If you are interested in weather, you might want to check out their weekly webcast. I am sure you will find their discussions interesting.
Sunday, January 27, 2008
EMWIN Installation
NoaaPort Installation
Saturday, January 26, 2008
WxPort
I have a test program that will decode the gini data (satellite images). I will be refining it further.
I will try to post some images of my installation tomorrow.
