NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

teststand standard input/output

How to call this windows during test to display message.

0 Kudos
Message 1 of 6
(4,537 Views)

could you tell where did you find this tool?  did you mean that you want to call the tool programmatically?

0 Kudos
Message 2 of 6
(4,509 Views)

it's standard input/output windows. if you call "printf" or "scanf",this window will be displayed.i just find it

0 Kudos
Message 3 of 6
(4,501 Views)

I think that's CVI's stdio window. I'm not sure what you are asking though. Please explain in more detail what you are trying to do and what is not working.

 

-Doug

0 Kudos
Message 4 of 6
(4,447 Views)

yes, i make a DLL,and use "printf".i call this dll in teststand,the standard input and output will be displayed.

 

are there other function like "printf" or "scanf".

0 Kudos
Message 5 of 6
(4,428 Views)

That is purely a CVI feature and doesn't have much to do with TestStand other than that you are calling your dll from TestStand. I'm still not sure what you are concerned about, but yes, I believe CVI has the functions printf and scanf.

 

-Doug

0 Kudos
Message 6 of 6
(4,417 Views)