Customizing Work Station 4

In this example, users on Workstation 4 have read only access to the file server and schedule Version 1. Other schedule versions are on disk at Work Station 4. The user can make a copy of schedule Version 1, including all the data, and can save it to a local version to perform simulations. All functions can be performed on the local version, including changing any data when necessary.

After running the installation procedure modify the Startup Command File as follows:
  • Set the path for the data files of schedule Version 1 and 10 to the disk drive and directory of the file server as shown in the following example so that you have access to both schedule versions on Workstation 1. For this example, the S drive is assumed to be the disk drive for the file server.
  • Set the path for all other versions to a local disk drive and a local directory.
  • Set the path for spool files to a local disk drive.
  • Set the path for panel files to a local disk drive or to the disk drive of the file server. Use the local disk drive as shown in the following example to customize panels individually on Workstation 4.
We recommend that you define the startup version at Workstation 4 as the backup Version 10.
Note: M3 SWB has to be installed as described in the online document: Installation Guide. If you do not want your users to have direct access to the server database, select NONE as your database option in the installation window.
 
					  
					 ECHO OFF 
					  
					 ECHO ****************************************** 
					  
					 ECHO *                                                     
						* 
					  
					 ECHO *           STARTING M3 APP             * 
					  
					 ECHO *            PLEASE WAIT...                 * 
					  
					 ECHO *                                                     
						* 
					  
					 ECHO ****************************************** 
					  
					 SET PMSIMDIR=C:\Program Files\MvxApp11_2 
					  
					  SET VERS=10                          ß Set the startup
						version to version 10 
					  
					 SET PSUI_INIPATH=%PMSIMDIR%\CONTROL 
					  
					 SET HELP=%PMSIMDIR%\US\HELP;%PMSIMDIR%\US\HELP; 
					  
					 SET FID_OTRA=%PMSIMDIR%\CONTROL\PMOTRA.FID 
					  
					 SET FID_REGM=%PMSIMDIR%\CONTROL\PMREGM.FID 
					  
					 SET
						PSUI_IMAGEPATH=%PMSIMDIR%\IMAGES\CUSTOM;%PMSIMDIR%\IMAGES 
					  
					 SET BATC=%PMSIMDIR%\Macro 
					  
					 SET PINI=%PMSIMDIR%\CONTROL 
					  
					 SET PMIN=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
					  
					 SET PMER=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
					  
					 SET PMGE=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
					  
					 SET PANE=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS 
					  
					  SET PMSP=%PMSIMDIR%\DATA               ß Set the path for
						local spool files 
					  
					  SET DATA=S:\MVXMovex APP11_2\DATA      ß Set the path for
						data files 
					  
					  SET DATA01=S:\MVXMovex APP11_2\DATA    ß Set the path for
						version 1 data 
					  
					  SET DATA10=S:\MVXMovex APP11_2\DATA     ß Set the path for
						version 10 data 
					  
					 SET PMSIM_ENVIRONMENT=MOVEX 
					  
					 SET PMSIMDB_PARAMSQL=%PMSIMDIR%\CONTROL\param_db.112 
					  
					 SET PSDB_INIPATH=%PMSIMDIR%\CONTROL 
					  
					 SET PMSIMMI_PARAMMVX=%PMSIMDIR%\CONTROL\param_mi.112 
					  
					 SET PSMI_INIPATH=%PMSIMDIR%\CONTROL 
					  
					 SET PSMI_LOGPATH=%PMSIMDIR%\DATA 
					  
					 MvxApp.EXE 
					  
					 ECHO ON