Changes between Initial Version and Version 1 of exportsepadapt


Ignore:
Timestamp:
2013-05-23T14:36:24-04:00 (11 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • exportsepadapt

    v1 v1  
     1== exportsepadapt (eramutilities 1.0.0.eng) ==
     2
     3Utility to create [[ECG|ECG]] sepadapt files (i.e ECG adaptation files)
     4
     5{{{
     6 bash-4.2$ exportsepadapt
     7 Usage: exportsepadapt adaptation -l lab -p pip [-V] [-u] [-r radarOffset] [-i intiOffset] [-g gpioOffset] [-R radar1,...] [-F fac1,...]
     8  lab:  one of "ecg1", "ecg2", "ecg3", "ecg4", "tb1", "tb2", "tb3", "tb4", "minilab", "okc" or "i2f"
     9  pip:  one of "pipa", "pipb", "bipa", or "bipb"
     10  [-V]  use virtual TCP devices
     11  [-u]  use pc rcu devices
     12  [-R]  serial radars
     13  [-F]  serial facilities
     14}}}
     15
     16Where:
     17
     18 ===== Command line arguments =====
     19
     20* '''adaptation''' -    path to the ERAM adaptation directory
     21* '''-lab''' - Each lab has a unique hardware configuration. exportsepadapt supports the listed labs i.e. knows the configuration of the ecg hardware for the specific lab one of ("ecg1", "ecg2", "ecg3", "ecg4", "tb1", "tb2", "tb3", "tb4", "minilab", "okc" or "i2f")
     22* '''-p'''   -  pip each ecg consists of a pipa, pipb, bipa, bipb you may need to create a sepadapt file for each pip for your use.
     23* '''-V'''   - Optionnally use virtual TCP devices ???
     24* '''-u'''   - Optionnally use  use pc rcu devices ???
     25* '''-R'''   - Optionnally use serial radars ???
     26* '''-F'''   - Optionnally use serial facilities ???
     27* '''-r'''   - Optionnally use radarOffset to ???
     28* '''-i'''   - Optionnally use initOffset to ???
     29* '''-R'''   - Optionnally use radar1,radar2... ???
     30* '''-F'''   - Optionnally use facility1,facility2... ???
     31
     32
     33For Example:
     34
     35
     36FIXME