05-13-2008 05:41 PM
05-14-2008 08:23 AM
05-14-2008 01:17 PM
Hi mrbean,
What version of TestStand and LabVIEW are you using?
If all you're doing is trying to make a popup modal, I noticed that there was a Corrective Action Request made for a similar issue in TestStand 3.5 and was reported to be fixed in TestStand 4.0.
For a workaround, please refer to the following forum post:
TestStand Forum: Why are my LabView Dialog Boxes no longer modal when using the Example LabVIEW Operator Interfaces?
http://forums.ni.com/ni/board/message?board.id=330&thread.id=10473&view=by_date_ascending&page=1
Let me know if this helps!
05-14-2008 01:26 PM
I'm using LabVIEW 8.5 and TestStand 4.0. My issue is not how to make a popup modal. Rather, given what I have available to me in the Callback I attached (originally), how can I get access to the SequenceContext which, I think, is essential as an input to the modal routines.
Second, since I'm having so many problems in this callback, I was wondering why I couldn't set a breakpoint in the callback.
05-15-2008 09:48 AM
I've had no further success, but I did change my interface slightly so that it's going toward my ultimate goal of having access to the SequenceContext for (1) my retireive StationGlobal routine, and (2) in case the lookup string is not found, to bring up a popup to the user. My questions now are...
(A) Do you see anything wrong with how I'm trying to get the SequenceContext ?
(B) I have a feeling that my problem is due to something I'm doing in the Thread->GetSequenceContext call. I wasn't sure what to do with the CallStackIndex, so I came up with my best guess. I actually tried values of 0,1,2,3, then I added the code you see. My logic was that if the callstack is size '5' (== n) then the nth-1 entry in the CallStack should be the last guy that called us. This doesn't seem to work, though. In fact, in the Get Station Global VI front panel, I see an error that says Err 97 (Unknown System Error in CC_ATE_Full UI - LaunchRptCallback.vi:2->CC_ATE_Full UI - LaunchRptCallback.vi.ProxyCaller)
05-15-2008 10:52 AM
05-15-2008 11:07 AM
05-29-2008 04:45 PM
06-04-2008 12:22 PM - edited 06-04-2008 12:23 PM