NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a a labview sequence with teststand

hi  everybody,
 
it might be this question but i haven't found any. I am using TestStand 2.0 and LabVIEW 7.0 and i wanna use labView Sequence adapter to create sequences by using labView step.
So that's how i do.
1) After choosing the labveiw standard prototype adapter, i select a step in the sequence let's say the numeric limit step
2) then I specify the module and choose the option create VI...
3) Then I have a labview front panel window that appears with test data and error out
4) I just add a sequence context in the front panel, take a set property value module, link that module to  the sequence context and in the test data as show as in different examples i found
5) but after all when i run the step that is error message i have:
     LabVIEW : parameter Sequence Context not found in the VI's connector pane.
     -18002; LabVIEW reported an error. See 'LabVIEW : ' message for more details.
 
it's seems that i don't connect my sequence context to the VI's connector pane but i don't know how to do it. i tried to figure that out by reading some previous post but i still can't.
 
First what's is a VI's connector pane and do you have access to that? Can you explain me that step by step
 
Thanks in advance for your help.
 
Christelle
0 Kudos
Message 1 of 3
(3,448 Views)

Hi,

In the Specify LabVIEW Module is a checkbox if you need the Sequence Context in your VI.

You should enbale this before creating the VI. If this is done, then you will not have to add the sequence context control to your VI, because it will already be there.

But from your notes, you dont appear to be adding the Sequence Context control to your VI connector pane.

If you do this, then it should all start to work.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,447 Views)

Thank you  i did it and it works fine.

The problem as you told me was the fact that i created the sequence context by myself in my VI, I was not let Teststand to do that for me.

Thanks again,

Christelle

0 Kudos
Message 3 of 3
(3,444 Views)