Changes between Version 4 and Version 5 of ZTV_Lab
- Timestamp:
- 2016-11-30T15:56:27-05:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZTV_Lab
v4 v5 1 1 = Configuring EIB to run in the ZTV Lab = 2 2 3 [[BR]]4 3 5 4 == eibGenGui Setup == … … 7 6 8 7 * Execute '''eibGenGui''' from sdrrdc/tgfsdrr1 9 * select all options needed to create ZID/ZME/ZKC local release harnesses and the ZKC nap harness10 * select the desired stp under the "ztv" section of the drop down8 * Select all options needed to create ZID/ZME/ZKC local release harnesses and the ZKC nap harness 9 * Select the desired stp under the "ztv" section of the drop down 11 10 * click here for sample screen shots 12 11 * click here to download sample ini file … … 18 17 * On stpXX.ztv in the eib dir execute: ./generateEib.ksh 19 18 * Make sure the ''setup_override_displays'' file is executable -rwxr-xr-x 20 * this file will setup your displays for running in the ztv lab only19 * This file will setup your displays for running in the ztv lab only 21 20 * When using eibGenGui you should specify which displays you want to use and it will automatically created this file. However, if needed this file can be modified to make changes. 22 * click here for an example setup_override_displays file21 * Click here for an example setup_override_displays file 23 22 24 23 == Lab Displays Setup == … … 26 25 * These displays are all labeled with IP Addresses that should match what is in your setup_override_displays file 27 26 * You will need to open the appropriate script depending on what you intend that position to be (ex: RPOS/DPOS, etc) 28 * example script files located: /home/vtl/phillich/Example-SDRR-DISPLAYS29 * copy this directory into your home /Desktop dir27 * Example script files located: /home/vtl/phillich/Example-SDRR-DISPLAYS 28 * Copy this directory into your home /Desktop dir 30 29 31 30 == DYSIM Setup == 31 * The dysim needs to be executed from within your scenario source directory 32 * For running DYSIM mode we actualyl execute a script called ''eramDriver'' 33 * Change directory into your scenario source dir and execute eramDriver script 34 * eramDriver can take many options just like for example sdrr. See below for an example: 35 36 '''Example:''' 37 eramDriver --tgtOutDev="tcp:tgfsdrr1/9605" --sdrrCmdDev="tcp:tgfsdrr1/9606" --fac="zid,tcps:9607" --fac="zkc,tcps:9608" --fac="zme,tcps:9609" --cmuDev=tcp:tgfsdrr1/9800 32 38 33 39