01-29-2026 05:43 AM
Hi,
I am trying to create a custom TestStand UI in LabVIEW. I am wanting to get the Output Pane that appears in the sequence editor during execution and have this on my LabVIEW UI. The output pane is served by the OutputMessage() function.
I cam across an old forum post that talks about this
How to display the Output messages on LabVIEW - NI Community
But does not work for me - I think things have been deprecated.
So my ask is some direction or a simple example.
I am using
TS 2025 Q2
LV 2025 Q1 (64bit)
Any help is greatly appreciated!
01-29-2026 06:04 AM
Probably, the easist thing is to use one of the TestStand UI controls and make connections accordingly.
IIRC, there should be an example in the Full Featured OI that ships wth TS.
If this is not an option, you may need to find your way through the API.