NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -17308

Hi,
Please find an attach file,which gives an error. I put only one message box. If I open a new file and do the same it works fine, but in this file it is is giving error.
Can any one has idea on this?
 
Thanks in advance.
 
0 Kudos
Message 1 of 2
(3,061 Views)

Hey LabVIEW,

It looks like you've replace your resultlist with an array of numbers.  Shame on you!!!!  🙂  ...  seriously though, you should never ever mess with the resultlist in Locals.  That is used by the steps to store information during runtime that gets used by the report generation.  The error you are seeing is because resultlist is an array of containers and since you changed it to Numbers when the step tries to fill it with a container it sees that it's a number and then throws an error saying Expected Number recieved Container or whatever the error said.  Hope that helps some. 

Good luck,

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