NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling

When I use the "Action" to call a LabVIEW VI in TestStand, following error appears.

 

TS Error.png

How can I deal with this?

0 Kudos
Message 1 of 2
(2,920 Views)

What VI do you try to call?

If you try to operate on the non existing array elements you will receive this error.

If you want you can ignore run time errors e.g. like this: http://digital.ni.com/public.nsf/allkb/2C3445A795D7771886256B99007AC7F4

or in Step Settings > Run Optins > Ignore Run-Time Erros

It is also possible to use callback: http://zone.ni.com/reference/en-XX/help/370052P-01/tsexamples/infotopics/callbacks_sequencefileposts...

Michał Bieńkowski
CLA, CTA

Someone devote his time to help solve your problem? Appreciate it and give kudos. Problem solved? Accept as a solution so that others can find it faster in the future.
Make a contribution to the development of TestStand - vote on TestStand Idea Exchange.
0 Kudos
Message 2 of 2
(2,731 Views)