08-01-2016 08:23 PM
When I use the "Action" to call a LabVIEW VI in TestStand, following error appears.
How can I deal with this?
09-13-2016 03:48 AM
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...