From EurothermSuite version 3.6 and upwards the answer is yes. There is a text file named FSDeply.cfg which is found in the install directory for FSRDeply.exe. This is usually Program Files\Eurotherm\ESManager. There are instructions within the text file, a copy of which is shown below:
! Eurotherm Suite startup/shutdown configuration file ! --------------------------------------------------- ! ! This file is divided into sections, each sections contain a list of actions ! that are to be executed. ! ! The section headers specify whether the actions in the section are to be used ! for a startup or a shutdown. They also specify the type of system or the node ! to which they apply. ! ! The possible section headers are listed below. ! ! [START,SERVER,INTOUCH] ! [START,SERVER,NO_INTOUCH] ! [START,CLIENT,INTOUCH] ! [START,CLIENT,NO_INTOUCH] ! ! [STOP] ! ! [START,NODE,<PC node name>] (eg. [START,NODE,OpStn1]) ! [STOP,NODE,<PC node name>] (eg. [STOP,NODE,OpStn1]) ! ! If they aren't already configured, the default actions for the generic ! system types (ie: SERVER or CLIENT, INTOUCH or NO_INTOUCH) are automatically ! added to this file. Sections that specify a node need to be added manually, ! and these will be executed in preference to the generic sections. ! ! Any of the following actions can be included in any of the sections. ! ! START,<Process name> (eg. START,AlrmProv.exe) ! START,<Process name>,<Params> (eg. START,Notepad.exe,c:\EuroPS\Test1\ufolder.ini) ! START,<Process name>,<Params>,<Default folder> (eg. START,Notepad.exe,ufolder.ini,c:\EuroPS\Test1) ! START,<Special process name> (eg. START,CanaryLabsLogger) ! STOP,<Process name> (eg. STOP,FileRec.exe) ! STOP,<Special process name> (eg. STOP,CanaryLabsLogger) ! DELAY,<Milliseconds> (eg. DELAY,2000) ! MINIMISE <WindowName> (eg. MINIMISE,Eurotherm File Reconcile Utility) ! MINIMISE <WindowName>,<WindowClass> (eg. MINIMISE,Historical Data Manager,HistMgr) ! ! (Note 1: If <Params> include commas, then enclose them in double quotes.) ! ! The actions will be executed in the order they appear. ! ! The START and STOP actions both require a process name. Normally this is the ! name of the executable image, however some processes require special code to ! to startup/shutdown, and must be identified with a special name. These ! special processes are listed below. ! ! View ! CanaryLabsLogger ! AlarmLogger ! [START,SERVER,INTOUCH] !START,C:\Program Files\Wonderware\InTouch\AlarmSuitePurge.exe START,LINData.exe DELAY,10000 !MINIMISE,AlarmSuite Purge Utility START,CanaryLabsLogger START,HistData.exe START,AlarmLogger DELAY,2000 START,View START,FileRec.exe DELAY,2000 MINIMISE,Historical Data Manager,HistMgr MINIMISE,LINData,LINData MINIMISE,Eurotherm File Reconcile Utility START,AlrmProv.exe ! [START,SERVER,NO_INTOUCH] START,LINData.exe DELAY,10000 START,CanaryLabsLogger ! [START,CLIENT,INTOUCH] START,CanaryLabsLogger START,HistData.exe START,AlarmLogger DELAY,2000 START,View START,FileRec.exe DELAY,2000 MINIMISE,Historical Data Manager,HistMgr MINIMISE,LINData,LINData MINIMISE,Eurotherm File Reconcile Utility ! [START,CLIENT,NO_INTOUCH] START,CanaryLabsLogger ! [STOP] STOP,View STOP,HistData.exe STOP,CanaryLabsLogger STOP,FileRec.exe STOP,LINData.exe STOP,AlrmProv.exe STOP,AlarmLogger !STOP,AlarmSuitePurge.exe