NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Publish string to TestStand

Hi,

 

I am wondering if there is a way to publish string result into semiconductor multi test step?

or, do i need to create a dedicated step to publish a string result?

 

by the way, it's multi-site test configuration using Batch model.

The existing Numeric multi test step that i have publishes multiple parameters within it and it publishes a current time to date and time.

what i want to do is publishing date into string format. appreciated any advice.

jonghkim_0-1578878344721.png

jonghkim_1-1578878367236.png

0 Kudos
Message 1 of 2
(1,866 Views)

Hi jonghkim,

 

 It's possible to publish data in string. You can use (Advanced API)

ricky10116_real_2-1578897087254.png

However, It depend how you deal with data later. It will export data to other place and wait for your next step.

ricky10116_real_3-1578897202840.png

For example, if you have two site and each has different data. It will export Local.String

So you can retrieve those data to do what you want later. 

ricky10116_real_4-1578897390079.png

By the way, String will not be accepted for most of report like Test Results Log. 

You maybe need to compare string to other string to get True/False result or change it to number to the report.

ricky10116_real_5-1578897572156.png

 

Thanks

Ricky

 

 

Message 2 of 2
(1,822 Views)