pxpath wrote:Can two parallel-executing eValids have different retry rates?
The synchronization retry rate determines how often an eValid instance will retry a playback synchronization step. This is an interval from 10 msec to 60,000 msec.
Normally the synchronization retry rate is retrieved from the globally applying settings that apply to every eValid instance that is running.
However, there is a
PlayValue command that will reset the Synchronization Retry Interval to any valid range, and THIS command will override the value that is set globally.
For example the command you use to set the retry interval to 1234 msec is
PlayValue _PI 1234.
The eValid Team