NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

RUN TIME error -> Error code: system level exception -17502

1. During running of my sequence in a TestStand Operator Interface   i got following run-time error:
 
    Details: Error executing substep 'Post'.Parameter 'Input cluster 6 [OUT]': System Level Exception.
    Location: Step 'sequence 'SequenceFilePostStep' in 'Sequence X.seq'
 
    In my SequenceFilePostStep i transfer some information between the LabVIEW 8.0 and TestStand 3.5.
 
    In my xxx.vi I have 6 clusters and every cluster from 14 to 20 variables.
   The  cluster #6 has 70 variables.
   Perhaps, the error that i got is from cluster #6 due to 70 variables? is it to much for cluster?
 
2. What can i check? How i can fix it?
 
  
 
Please ask questions if you do not understand something, i am want to resolve it!
 
   Thank you to all!
 
 
 
 
 
 
 
 

Message Edited by Yuri_IL on 07-30-2006 10:54 AM

Thank you & Best Regards

*I use LabVIEW 2018 & TestStand 2021 versions
0 Kudos
Message 1 of 4
(3,807 Views)

Hi Yuri,

There is not a limit on how many variables you can have inside of a cluster.  So I don't think this could be the issue.  You have to have everything named the same though.  Otherwise, you will get errors.  Make sure that inside of LabVIEW you have the right ordering for the variables inside of the clusters when connecting them through subVIs.  Make sure that the datatypes match up from TestStand to LabVIEW.  Also, could you post a screenshot of the error?

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 4
(3,784 Views)

Thank you Sam R,

I think that error caused due the overflowing of some string that i have in my cluster.

Because i also get I/O open file error and the name of that file i hold at my cluster.

Do you think that the incorrect string can caused to that system level exception error?

p.s. screenshot is attached

Thank you & Best Regards

*I use LabVIEW 2018 & TestStand 2021 versions
0 Kudos
Message 3 of 4
(3,778 Views)
I solved the issue. It was not a cluster issue it was as i mentioned the string overflow issue and due it i got that error 🙂
Thank you & Best Regards

*I use LabVIEW 2018 & TestStand 2021 versions
0 Kudos
Message 4 of 4
(3,756 Views)