NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand: Best method for opening a LabVIEW based code module's Front Panel dynamically from custom LabVIEW OI

Hi,

 

I'm using TestStand 2012 and LabVIEW 2012. I have created a LabVIEW based custom OI which is running on dev. environment currently. My problem is that I would like to open code module's Front Panel (LV based) which TS is currently executing and I'm searching best method to do this.  I searched method to do this from TestStand's LabVIEW API, but unfortunately I did not found right tools yet. Please help.

 

Best Regards,

-Henry

0 Kudos
Message 1 of 3
(4,730 Views)

Hi Henkka82,

                     I have some links here for you that may be able to help you with your issue.

 

                     Link1: Programmatic Show LabVIEW front panel in TestStand

 

                     Link2: Programmatically Loading a Sequence File in a TestStand Operator Interface

 

                     http://digital.ni.com/public.nsf/allkb/125A00298F2A58F186256F9D008268FF?OpenDocument

 

                    I hope this helps please let me know how you get on.

 

Kind regards

Seb

0 Kudos
Message 2 of 3
(4,624 Views)

Hi Seb,

 

Thanks for the information!

 

I solved the problem by creating a LabVIEW based VI (OI) which sends a command ("Open VI Front panel" + Socket index) via UDP to module VI which TestStand is executing. The module VI is listening parallel commands which LabVIEW based OI sends to test sockets (own process). This method ensures that module VI can be opened after it's execution has been started.

 

Best Regards,

-Henry

0 Kudos
Message 3 of 3
(4,614 Views)