NI TestStand

取消
显示结果 
搜索替代 
您的意思是: 

manipulate msg popup time-to-close on the fly

Is there a way to initiate a msg popup with 60 sec timeout, but change the remaing time while the msg popup is active ? 

0 项奖励
1 条消息(共 3 条)
1,486 次查看

I don't think so using the standard TestStand Message Popup.  If you write your own code module (dialog) and call it from TestStand you can do it.

 

One way you can do it would be to have a dialog VI and a dialog controller VI.  The dialog VI will display to the user and do the timing and close on timeout, the dialog controller VI will have code to OPEN, UPDATE and CLOSE the dialog VI that you can call from TestStand as required, interacting with the dialog VI using VI Server e.g.

 

Control VI.PNG

0 项奖励
2 条消息(共 3 条)
1,482 次查看

Hello,

 

I created a subsequence containing only a pop-up message step, set for modal. The content is transferred via parameters.

Now you can call this subsequence within a new execution.

As your process or steps are finished, you just kill the new execution, and the pop-up window will dissappear.

CsBihacker

3 条消息(共 3 条)
1,381 次查看