When a Server’s configuration is updated excessively, the Client “flickers” repeatedly. It will be helpful to know which plugin’s config is being updated so you know where to focus your troubleshooting.
Run the following commands, depending on your OS environment to see which plugin’s xml was updated most recently.
Windows:
32-bit:
dir “C:\Program Files (x86)\exacqVision\Server\” /o:-d | findstr .xml | find /N ” ” | findstr /r \[[1]\]
64-bit:
dir “C:\Program Files\exacqVision\Server\” /o:-d | findstr .xml | find /N ” ” | findstr /r \[[1]\]
<br>
Linux:
ls -ltr /usr/local/exacq/server/ | grep .xml | tail -n 1