LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RSS feed reader in Labview

Does anyone have an example of a Labview based RSS feed reader?

 

I would like to be able to grab the current weather conditions from the NWB RSS feeds

 

Since we are right next to the local airport it would be cheaper than installing our own weather station.

 

If not anyone got a good explanation of what an RSS feed is so I could write my own?

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 1 of 7
(4,197 Views)

Hi RTSLVU,

did you try to use a miniapp from Windows 7. 😉

 

Mike

0 Kudos
Message 2 of 7
(4,194 Views)

MikeS81 wrote:

Hi RTSLVU,

did you try to use a miniapp from Windows 7. 😉

 

Mike


 

No, we are still running Windows XP-Pro corporate wide here.
========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 7
(4,184 Views)

They should be out there somewhere.

 

However to get started have a look at my 'getTwitter Status'

 

If you install the JKI Easy XML toolkit you will have an example RSS reader in the  Example Finder

 

Ton

Message Edited by TCPlomp on 26-04-2010 10:41 PM
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 4 of 7
(4,171 Views)

TCPlomp wrote:

They should be out there somewhere.

 

However to get started have a look at my 'getTwitter Status'

 

If you install the JKI Easy XML toolkit you will have an example RSS reader in the  Example Finder

 

Ton

Message Edited by TCPlomp on 26-04-2010 10:41 PM

 

Could you point me to your 'getTwitter Status' example?

 

I searched for it here but came up empty.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 5 of 7
(4,164 Views)

RSS feeds are in XML format. The JKI Software EasyXML Toolkit includes an example for reading RSS feeds.

 

You can also use the LabVIEW Import Web Service to access a WSDL service to get the weather. The address for the service I've used in the past is:

 

http://ws.cdyne.com/WeatherWS/Weather.asmx?wsdl

 

Just import this and call the VIs in order with a zipcode and/or city name and you're in! 


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

Message 6 of 7
(4,162 Views)

Sorry, missed the link:

http://lavag.org/old_files/monthly_01_2009/post-2399-1233427687.llb

 

from http://lavag.org/topic/9341-posting-to-twitter-from-labview/page__view__findpost__p__56032

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 7 of 7
(4,128 Views)