Page 1 of 1

Can I setup my script to wait at regular intervals

PostPosted: Thu Nov 17, 2022 9:33 am
by ArnoldK
Morning.

How can I get my eValid script to wait on a regular basis?

Can you provide me with further details?

Thanks

Re: Can I setup my script to wait at regular intervals

PostPosted: Fri Nov 18, 2022 12:15 pm
by eValid
ArnoldK wrote:Morning.

How can I get my eValid script to wait on a regular basis?

Can you provide me with further details?

Thanks


Great question, thanks for posting ArnoldK.

Typically, you put your playback in a "loop", so it runs again and again.

To make sure certain tests run on very regular intervals you have a set of wait commands that all this to be done:

WaitHH [value]
WaitMM [value]
WaitModHH [value]
WaitModMM [value]
WaitTime HH MM
WaitTimeMod HH MM

In each case playback is held back until the condition implied in the command is met.

"Mod" here means "modulo", HH is hours (on a 24-hour clock basis), MM is minutes.

The complete explanation is found here:

http://e-valid.com/Products/Documentati ... t.mod.html


-- eValid Support