We had good success by having Windows Task Scheduler run an AutoHotKey script to press the "Sync all projects" button every minute. Keep in mind that you will want this to run on a dedicated unused computer, as it would be very disruptive to anyone trying to use the computer!
Now, if only there was a way to do the same thing with Trimble Sync Manager. There is no "sync now" override on that one.
Here is the script. Consider this a starting point. You may need to tweak it to get it to work for your setup.
#SingleInstance force
winactivate, Trimble Connect Sync
sleep 1000
click 70,60
sleep 1000
click 474,110
------------------------------
Bob Epstein
------------------------------
Original Message:
Sent: 03-07-2023 23:31
From: Andreas Haugbotn
Subject: TC Sync - option for automatisation
Thanks for a quick reply
I think we then move for the third option, use a robot to click on Sync_manually, based on when a new file appears
The API is powerful, a bit to powerful in this case. But a better solution in the long run of course
Best regards
------------------------------
Andreas Haugbotn
------------------------------
Original Message:
Sent: 03-07-2023 03:43
From: Darshan Rajaram Kamat
Subject: TC Sync - option for automatisation
Hi Andreas,
Unfortunately we do not support overriding the Connect Sync schedule duration to below 15 mins. Command line triggers for Connect Sync are also not supported.
One suggestion is to use the Connect Platform APIs to custom build your uploads.
Regards
------------------------------
Darshan Rajaram Kamat