06-25-2014 01:32 PM
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.
06-25-2014 02:33 PM
You mean RDF as in Resource Description Framework ? You can use XML parser in Files->XML->XML Parser palette.
06-25-2014 02:40 PM - edited 06-25-2014 02:41 PM
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???
06-25-2014 02:41 PM
06-25-2014 02:46 PM
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.