NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error in callback

hi! 
i have a labview.vi that is handles some data around result handling  in SequenceFilePostResultListEntry. but my problem now is even whne that Vi gets an error inside and outputs it to step.result.error it won't trigger the SequenceFilePostStepRuntimeError. the error just disappears. 
but if any other VI like in MainSequence throws an error it goes directly to SequenceFilePostStepRuntimeError.

0 Kudos
Message 1 of 3
(1,142 Views)

Engine callbacks don't trigger other engine callbacks.  You'll have to either call the SFPostStepRuntimeError explicitly or handle the error in the SFPostStepResultListEntry callback.

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

okey thanks that explains a lot of things. I was hoping there just was some setting somewhere.

0 Kudos
Message 3 of 3
(1,088 Views)