Page 1 of 1

Types of data to be returned during eValid playback

PostPosted: Wed Oct 17, 2018 3:37 pm
by EmmaWang
Hello Everyone,

Can someone help me to decode the types of the data returned back from eValid during playback.

Thank you.

Re: Types of data to be returned during eValid playback

PostPosted: Thu Oct 18, 2018 12:04 pm
by eValid
EmmaWang wrote:Hello Everyone,

Can someone help me to decode the types of the data returned back from eValid during playback.

Thank you.


Thanks for asking EmmaWang.

There are two parts to this:

(1) In a playback, the test engine sets a flag for alarms, warnings, or errors.

These can affect script playback using the OnError, OnAlarm, OnTimeout and OnWarning commands.

They specify a script to switch to when there is an Error, Alarm, Timeout or Warning.

The target script can take corrective actions, including ending the playback after issuing appropriate messages.

(2) If the playback was run from a Windows Command Line invocation, as described here:

http://e-valid.com/Products/Documentati ... rface.html

There is an error code for such playback, described here:

http://e-valid.com/Products/Documentati ... codes.html

Hope this helps.


-- eValid Support