Changes between Version 5 and Version 6 of ZTV_Lab
- Timestamp:
- 2016-11-30T16:06:42-05:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZTV_Lab
v5 v6 21 21 * Click here for an example setup_override_displays file 22 22 23 * Your eram software is now ready to start, however need to do some additional things before executing ./runeib 24 23 25 == Lab Displays Setup == 24 26 * In the ztv display lab you will need to login to each of the displays that you intend on using for your RPOS/DPOS/ATS/MCWS displays … … 28 30 * Copy this directory into your home /Desktop dir 29 31 32 == SDRR Setup == 33 * Ensure that you successfully completed the step above to copy your newly created eib top level to the sdrr 34 * Login to the sdrr, change directory to your top level sdrr dir 35 * execute ./runsdrr 36 30 37 == DYSIM Setup == 31 38 * The dysim needs to be executed from within your scenario source directory 32 * For running DYSIM mode we actual ylexecute a script called ''eramDriver''39 * For running DYSIM mode we actually execute a script called ''eramDriver'' 33 40 * Change directory into your scenario source dir and execute eramDriver script 34 41 * eramDriver can take many options just like for example sdrr. See below for an example: … … 37 44 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 38 45 46 == Bringup == 47 * You will want to load everything in the following order: 48 * EIB display scripts 49 * sdrr (./runsdrr) 50 * dysim (./eramDriver) 51 * stp (./runeib) 52 53 * Once everything is loaded need to do a PSIM/SSIM on EIB and make sure you see the messages in the sdrr ssrv tabs 54 * Finally just click ''Start'' on the dysim window and your scenario will begin 55 39 56 40 57 [[BR]]