NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Mismatched items or unmatched item Error Code: TS_Err_MismatchedItems–(Value: -17348)

Hi,

I create a TS Seq File with a LV VI.

sometimes (not very often) i get the error code: TS_Err_MismatchedItems–(Value: -17348)

has anyone an idea why this error occurs?

regards
Timo

0 Kudos
Message 1 of 10
(4,909 Views)

Hi Timo,

What are you passing to/from your VI?

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 10
(4,902 Views)
Hi Ray

i use the VIs to build the TS Seq File,
the VI  creates a subsequence where the first step of the subseq is a "wait step".

when i run the mainsequence => sequencecall => wait step the error occurs

sincerely
timo
0 Kudos
Message 3 of 10
(4,900 Views)
detailed error description:


Details:
The sequence '[0] GRUNDEINSTELLUNG' contain a step that begins or ends a block that is not completed by a corresponding step.

Error Code:
-17348; Mismatched items or unmatched item.

Location:
Step 'Wait (2.000 sec)' of sequence '[0] GRUNDEINSTELLUNG' in '101.seq'




It doesn, t matter what s the first step in the sub seq:


0 Kudos
Message 4 of 10
(4,898 Views)

Hi Timo,

How are you creating the Sequence(s) and step(s), are you using the types palette or cloning from a template sequencefile (a sequencefile with a set of steps to use)?

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 5 of 10
(4,891 Views)
Hi Ray

I neither use sequence template nor the type palette.

I use LV to create the TS Seq file, using the TS ActiveX Engine (Class: TS.IEngine) 
(=>thx to the  TS API Reference Poster)


i attached a section of my LV program:





Download All
0 Kudos
Message 6 of 10
(4,877 Views)

Hi Timo,

I modified your main VI by taking out the missing VI's from the case statement so that the main would run. I also created a sequence file which just contained the MainSequence.

When I ran the create seq file_mod.vi, it inserted an NI_WAIT step into the Main group of MainSequence and saved the Sequence File with out any errors.

Is it possible to send the missing vi's especially the Insert_grundeinstellung.vi.

Regards

Ray Farmer

 

Regards
Ray Farmer
Message 7 of 10
(4,834 Views)
hi Ray,
thx for your great efforts
I will post the seq file, where the error occurs, tomorrow
Eastermonday and Good Friday are public holidays in germany - so I m out of the office and stoped working on my diploma thesis for four days. Smiley Wink

Happy Easter
Timo
---
0 Kudos
Message 8 of 10
(4,829 Views)
problem solved Smiley Very Happy

an END STEP was insered, but no IF Step !


0 Kudos
Message 9 of 10
(4,809 Views)

Hi,

Thats great news.Smiley HappySmiley HappySmiley Happy

Regards

Ray Farmer

Regards
Ray Farmer
Message 10 of 10
(4,804 Views)