Changes between Version 5 and Version 6 of ZTV_Lab


Ignore:
Timestamp:
2016-11-30T16:06:42-05:00 (9 years ago)
Author:
christian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ZTV_Lab

    v5 v6  
    2121   * Click here for an example setup_override_displays file
    2222
     23* Your eram software is now ready to start, however need to do some additional things before executing ./runeib
     24
    2325== Lab Displays Setup ==
    2426* 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
     
    2830      * Copy this directory into your home /Desktop dir
    2931
     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
    3037== DYSIM Setup ==
    3138* The dysim needs to be executed from within your scenario source directory
    32 * For running DYSIM mode we actualyl execute a script called ''eramDriver''
     39* For running DYSIM mode we actually execute a script called ''eramDriver''
    3340* Change directory into your scenario source dir and execute eramDriver script
    3441   * eramDriver can take many options just like for example sdrr. See below for an example:
     
    3744eramDriver --tgtOutDev="tcp:tgfsdrr1/9605" --sdrrCmdDev="tcp:tgfsdrr1/9606" --fac="zid,tcps:9607" --fac="zkc,tcps:9608" --fac="zme,tcps:9609" --cmuDev=tcp:tgfsdrr1/9800
    3845
     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
    3956
    4057[[BR]]