07-17-2026 10:46 AM
Is it possible to display an execution in a TestStand UI SequenceView control when using the TestStand Semiconductor Module (TSM)?
I modified the LabVIEW SemiOI by adding a SequenceView control and an ExecutionView Manager. I called ConnectExecutionView on the ExecutionViewMgr, with my SequenceView control as input.
I noticed that the SequenceFileView Manager gets wired in when the TSM Manager is created. I can't find a way to similarly add the ExecutionView Manager.
Nothing is displayed in the control when a test is executed.
Am I making a mistake, or is it just impossible? The TestStand Editor is able to display executions, so fundamentally it's possible, but can it be done in an OI?
Thanks,
Matt
07-20-2026 11:45 PM
Disclaimer: I haven't worked with the SemiConductor Module yet, though I suspect things should be quite similar to the "normal" version...
I'd recommend using the generic OIs (especially the simple one) as a reference to compare the code. Do you have this available on your PC as well?
It has been quite som time, since I have last implemented an OI....
07-21-2026 06:45 AM
Good morning. Thank you. I've review and used both the standard Simple and Full Featured OIs and the TestStand SemiOI, all in LabVIEW. The SemiOI uses the TSM manager and lacks an executionview manager or control. Adding one in the model of the standard teststand oi doesn't work. The TSM interface is quite different from the standard OIs.
07-22-2026 06:03 AM
Sorry!