06-12-2024 01:53 PM
When LabVIEW loads the sequence, the MessagePopup dialog only shows momentarily. Doesn't have enough time to click on the OK button.
LabVIEW hang on IEngine terminate, abort, or Close.
Anyone had this problem before?
Solved! Go to Solution.
06-12-2024 11:39 PM
Can you please get a little more specific?
LabVIEW loads no sequences, the engine does... Which Message Popup?
06-13-2024 09:49 AM
On the front panel, I use ActiveX automation refnum: TS.IEngine
On the diagram, I call Automation Open to get a valid TS.IEngine refnum.
With that refnum, I call GetSequenceFileEX to get TS.SequenceFile refnum so I can get some information about a sequence.
The TestStand dialog shows up at this time.
It's when I call Close Reference, the TestStand dialog window disappear, and the Close Reference icon never return.
I call ReleaseSequenceFileEx before Close Reference.
As for the Message Popup, most NI TestStand example has that. When you open them in the sequence editor, a dialog window shows up. It's a Message Popup step in the SequenceFileLoad subsequence.
Test VI attached.
LabVIEW 2018 Pro. TestStand 2017 on Windows 10 Pro.
VI is running in UI thread.
06-13-2024 11:23 AM
Problem solved.
Use GetSeqFile_DoNotRunLoadCallback (0x10) when call GetSequenceFileEx.
From:
https://forums.ni.com/t5/NI-TestStand/Disable-SequenceFileLoad/m-p/1197427/highlight/true#M29925