NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is my string return (from a c# dll) is limited to 256 characters in TestStand

Hi,
 
I build a .NET object in c# with a function:

public string GetData( )

{

return data; }

Where data can be up to 50000 characters. When I call this method in TestStand, the return value is limited to 256 characters in the string. Is there a setting to do?

Thank you

Alexandre Boyer

0 Kudos
Message 1 of 2
(3,033 Views)
Hi Alexandre,

I'm not aware of such a limitation. I just created a simple class that passed 435 characters to TestStand with no errors. Are you receiving an error message of some sort?
Test Engineer - CTA
0 Kudos
Message 2 of 2
(3,010 Views)