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
(3,049 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, CPI

  1. Did someone devote their time to help solve your problem? Appreciate it and give kudos.
  2. Problem solved? Accept as a solution so that others can find it faster in the future.
  3. Contribute to the development of TestStand by voting on the TestStand Idea Exchange.
0 Kudos
Message 2 of 2
(2,860 Views)