NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

IO Trace String Marker

Is there a way to put a .net/Active-X/other way to send a string on an IO Trace listing from within TestStand? IO Trace can have very large lists and finding the part of the list I'm interested can be difficult. By putting a known string at the start and end of a sequence I could then focus on the area of interest. 

 

Anthony Jocius

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

Hi TonyJ,

 

U don't know about IO Trace (I remember it is more related to tracing driver actions, not app actions).

But in TS, you use OutputMessage method which output strings into the Output message console : https://www.ni.com/docs/en-US/bundle/teststand/page/generating-output-messages.html

 

These messages can be sent fron you sequence or from within your code modules (using TS API).

CLA, CTA, LV Champion
View Cyril Gambini's profile on LinkedIn
This post is made under CC BY 4.0 DEED licensing
0 Kudos
Message 2 of 4
(2,481 Views)

We use numerous IVI tools for power supplies, DMM, FGEN etc and using IO Trace is necessary to track down problems with how these step-types interact with the module under test. Can an OutputMessage insert a string into an IO Trace? I don't believe the OutputMessage method can help me here. 

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


You can write a LV VI to add to the IO Trace log and call that VI from TestStand - Control NI I/O Trace from LabVIEW 

 

Regards

Anand Jain

National Instruments

Message 4 of 4
(2,429 Views)