NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

don`t close front panel in a loop

   I'm doing a numerical limit step that calls a labview module and show the measurement in the front panel.
 
   My problem is that I want to do the same mesaurement using the loop options, and every time the loop executes, my front panel is open and closed.
   The right behavior is opent the front panel the first iteration, do and show the measurements during the loop, and close the front panel in the last.
 
  Really I can`t find any option to do this in only one step.
 
 
 
0 Kudos
Message 1 of 4
(2,907 Views)

see at this link for response

http://forums.ni.com/ni/board/message?board.id=330&message.id=11573#M11573

 

Regards
Ray Farmer
Message 2 of 4
(2,896 Views)

You could run the panel as a Deamon using LabView VI server. Update the panel during test and close the panel when you are finished.

You will need to create three new VIs, one to run and display the panel, one to update the display and one to close the panel when required.

Let me know if this is of interest.

Steve

There are 10 types of people in the world that understand binary, those that do and those that don't.
0 Kudos
Message 3 of 4
(2,893 Views)

See last post in:

 

http://forums.ni.com/ni/board/message?board.id=330&message.id=11573

 

Regards,

Jaime Cabrera

NI Applications Engineering Spain.

Regards,

Jaime Cabrera

NI Applications Engineering Spain
0 Kudos
Message 4 of 4
(2,867 Views)