LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Send file problem

Hi,

I used labview to commnicate with target board and coming up some proplem, i don't know how to send xml file to target board using http protocol, is that any solution to solute it(except use internet tookit). Thanks a lot.

 

 

Best Regard!

0 Kudos
Message 1 of 4
(2,706 Views)

What is this "target board" you are trying to communicate with?

 

Why are you sending an XML file or using HTTP protocol?  What is the data in this XML file?  Why does the "target board" want it using HTTP?

 

You might not need the internet toolkit.  There are TCP/IP functions in the communications palette.  But without any real information provided, it is impossible to offer more advice.

 

PS.  What does "solute it" mean?

0 Kudos
Message 2 of 4
(2,703 Views)

Sorry for unclear question, target board is microproessor, also intergrate SW(browser server), use pc can access it via http protocol, it can send xml file to server and so on, so i want to use labview to instead of pc browser to send XML file to server. if don't use internet toolkit(this will need pay), what solution can i use?

0 Kudos
Message 3 of 4
(2,690 Views)

Hi qdsa,

 

You can use the TCP VIs to send a file to a client.  Here is a link to an example:  http://zone.ni.com/devzone/cda/epd/p/id/2842 

0 Kudos
Message 4 of 4
(2,654 Views)