NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Does TestStand have a built in HTTP client?

I am using LabVIEW httpClient to communicate to my device. My sequence calls OpenHandle.vi, CloseHandle.vi, AddHeader.vi, Get.vi, Post.vi, and PostBuffer.vi.  Is this built into TestStand or is there a common .NET Assembly or ... that is part of Windows(7)?

 

 

0 Kudos
Message 1 of 2
(3,873 Views)

Hello,

 

Test stand does not have a built in HTTP Client. However, if you are able to do what you want in LabVIEW, you can then have steps in TestStand to call those VIs. I believe you are already doing this. So, if you can successfully code in LabVIEW, and it is not working in TestStand, I would check the parameters that you are giving each TestStand step or sequence, so that you get the expected result. My suggestion is to get it to work first in LabVIEW or whatever language you choose, and then call that from TestStand. It all should work, as long as you code in a TestStand supported language.

 

Regards,

Sal H.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,842 Views)