10-01-2010 10:23 AM
Hey, I am using a program to retrieve data from a machine and outputting it in xml to the localhost. On a seperate computer, I am trying to create a client application to read the xml data from that IP host and just output the important values instead of the whole script. I am new to Labview and programming, has anyone written a program similar to what I am trying to accomplish? I searched for it but couldn't quite find what I was looking for. I really could use some help with trying to figure this out and appreciate any help or advice you could give me.
10-01-2010 10:26 AM
Where did you search? There are examples that ship with LabVIEW that show you how to do client-server applications using TCP/IP. Did you try those? You would need to add the parsing of the data you receive (i.e., the XML).
10-01-2010 10:31 AM
I search on this developer zone site. Yes I saw the simple data client example and I saw the read data from an xml file example, but like I said, I am new to this. Not sure how to put it all together.