NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Get a sequence file from list of part numbers

I would like to modify the TestStand Simple UI interface so that the operator can choose from a drop down list of part numbers that will then open the appropriate sequence file instead of browsing to open a file.  Is this possible?

0 Kudos
Message 1 of 5
(2,867 Views)

Hi OregonGumby

 

Does this snippet help you?

OpenSequenceFile.png

Beste regards,

Chris

Message 2 of 5
(2,843 Views)

Hey OregonGumby, here are some other links that can help you get started

 

 

 

Message 3 of 5
(2,827 Views)

I'm finally revisiting this. 

I have some code that is working.  Sort of.

It does exactly what I want it to until I exit the VI at which point it gives me a TestStand Debug Warning window that says: References to PropertyObjects were not released properly. 

Total number of objects: 2042

Number of top-level objects: 33

When I click the close button on this window, LabVIEW crashes.

If I compile and run it, it runs fine until I try to exit, at which point it hangs.

0 Kudos
Message 4 of 5
(2,727 Views)

OregonGumby,

 

Most likely there's an open reference in your program that you aren't closing correctly. I was able to find an article on our support site that goes into this error message in detail.

 

TestStand: PropertyObjects Were Not Released Warning When Using LabVIEW Code Module

http://digital.ni.com/public.nsf/allkb/C340060ECAFAA169862573C900723541

 

I would try reading that and then going through your code to double check that you're closing all the references you open.

 

I hope this helps.

Patrick O.
Applications Engineering
National Instruments
0 Kudos
Message 5 of 5
(2,713 Views)