10-27-2014 10:24 AM
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
11-04-2014 03:11 AM - edited 11-04-2014 03:12 AM
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
11-04-2014 05:46 AM
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