Page 1 of 1

Help me understand some of the variables in eValid scripts

PostPosted: Fri Oct 19, 2018 9:01 am
by GLaRue
Hello.

Please tell me about any context that eValid scripts have during playback?

I need to understand some of the variables and parameters of the scripts.

Thanks

Re: Help me understand some of the variables in eValid scrip

PostPosted: Mon Oct 22, 2018 12:12 pm
by eValid
GLaRue wrote:Hello.

Please tell me about any context that eValid scripts have during playback?

I need to understand some of the variables and parameters of the scripts.

Thanks


Thanks for posting your question GLaRue.

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 then there is an error code for such playback, described here:

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

Hope this helps.


-- eValid Support