LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert RDF file to Labview File

I am trying to open a RDF file in Labview. What are some steps I can take to allow Labview to open the RDF file.

0 Kudos
Message 1 of 5
(3,383 Views)

You mean RDF as in Resource Description Framework ? You can use XML parser in Files->XML->XML Parser palette.

0 Kudos
Message 2 of 5
(3,361 Views)

LabVIEW is a programming language.  You might use an RDF file if you wrote some LabVIEW code that controlled web-based resources but you can't open an RDF file with LabVIEW.   What exactly are you trying to do???

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 3 of 5
(3,355 Views)
It is an .rdf file coming from a health monitoring system. Look to covert the file to a LabView readable file. John
0 Kudos
Message 4 of 5
(3,353 Views)

Yes, as mentioned you can read XML with LabVIEW.  What do you want to do with the data in LabVIEW once you read it?  If you just need to look at it then any old text editor will open it and allow you to edit it.  I like Notepad++ if you're on Windows.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 5 of 5
(3,349 Views)