Concerning the deployment of versions, is it possible (by configuration) to notify a Client station that there is a new version or even to restart PcVue remotely - "CPP customer question"
Hello Manu,
I am not sure about sending notification to client station.
But you can use svrestart to restart the remote station. You may look at KB313 on how to implement it.
Thanks,
Kantha
Since version 15 you have new system variables for exactly that: SYSTEM.LOCALHOST.VERSION.REFERENCE.PROJECTISNOTCURRENTREF
Same goes for the version of the lib.
https://www.pcvuesolutions.com/support/ProductHelp/Default.php#AE/Variables/Varsystem_cpm.php?TocPath=The%2520Application%2520Explorer%257CVariables%257CSystem%2520variables%257C_____6
(be careful, this link is not yet accessible to non-arc users of the KB)
Hello,
Since v15.0, PcVue is able to provide you new system variables which give information about the last version loaded (ex : System.Version.Reference.Project give you the last reference version or SYSTEM.LOCALHOST.VERSION.REFERENCE.PROJECTISNOTCURRENTREF indicates a change of reference version).
Otherwise with previous PcVue version, you have to play with expression to trigger an alarm each time you have project version update.
About "how to restart remotely" Kb article 313 give you tricks to do that ;-).
hope it helps.


