Page 1 of 1

How to stop two or more eValids from interacting

PostPosted: Fri Jan 04, 2019 2:13 pm
by SGilman
Good Afternoon.

Does eValid have a way of preventing two or more eValid instances from interacting?

I've tried this and one instance messed up the state of the machine and messed up my test.

Please help.

Thanks

Re: How to stop two or more eValids from interacting

PostPosted: Mon Jan 07, 2019 9:41 am
by eValid
SGilman wrote:Good Afternoon.

Does eValid have a way of preventing two or more eValid instances from interacting?

I've tried this and one instance messed up the state of the machine and messed up my test.

Please help.

Thanks


Thanks for posting SGilamn.

For this kind of issue, which is not THAT unusual, you need to use the eValid Lock/Unlock capability, described here:

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

The Lock command sets a flag in a registry location that is commonly available to OTHER eValid instances.

That flag is "owned" by the eValid instance that sets and un-sets it.

While set no other eValid instance can do anything: it (they) will wait until the Lock flag is un-set.

Hope this meets your requirement.


-- eValid Support