... | ... | @@ -35,14 +35,59 @@ Elements in the parameter list should be separated by a new line (\<enter\>). |
|
|
- Starting in RCG 5.1.2, this parameter is deprecated and no longer needed. The rts-cpu-isolator automatically selects a free core when the model is started.
|
|
|
- `iop_model= `
|
|
|
- IOP models must define to be built as and [IOP model](https://git.ligo.org/cds/software/advligorts/-/wikis/Model-Class-Types#input-output-processor-iop-models) by the RCG.
|
|
|
- One model per front end will be an IOP model.
|
|
|
|
|
|
# Other Common Fields
|
|
|
- `shmem_daq=1`
|
|
|
- Uses a shared memory segment for DAQ data extraction
|
|
|
- This is now the DEFAULT and should be left out
|
|
|
- `dolphin_time_xmit=1`
|
|
|
- Causes this model to write the transmit the time over the dolphin network.
|
|
|
- Only ONE transmitter should be configured on a dolphin network.
|
|
|
- `dolphin_time_rcvr=1`
|
|
|
- Causes the model to read the time from the dolphin network.
|
|
|
- Useful for systems with no timing hardware, but with a dolphin connection.
|
|
|
- `pciRfm=1`
|
|
|
- Causes the model to attempt to initialize with the dolphin network
|
|
|
- Must be set to use PCIE/RFM IPC or for timing functions over dolphin
|
|
|
- `rfm_delay=<VAL>`
|
|
|
- VAL: is a number of cycles at the models rate that the model should write ahead in the IPC buffers.
|
|
|
- This is used to compensate for long delays in RFM IPCs over long distances
|
|
|
- `requireIOcnt= `
|
|
|
- Options
|
|
|
- `0` Don't require all configured IO (ADC/DAC) to be present when running
|
|
|
- `1` Exit if the configured IO is different than expected
|
|
|
|
|
|
# Other Fields
|
|
|
- `no_sync=1`
|
|
|
- Disables the check for a 1 PPS signal (TIME 0)
|
|
|
- Useful for systems with a 65536Hz TTL and no PPS (Often a CyMAC configuration)
|
|
|
- `no_daq=1`
|
|
|
- Build the model without the ability to write DAQ data to shared memory.
|
|
|
- `test1pps=1`
|
|
|
- Used to build the model for testing purposes.
|
|
|
- `diagTest=1`
|
|
|
- Builds the model with special testing code and functions
|
|
|
- Used in the ATS automated testing system
|
|
|
- `daq_prefix=<VAR>`
|
|
|
- TODO
|
|
|
- `remoteGPS=``
|
|
|
- TODO
|
|
|
- `no_cpu_shutdown=1`
|
|
|
- Causes the model to skip any core isolation procedures
|
|
|
- `flip_signals=1`
|
|
|
- Causes all ADC and DAC data to be multiplied by -1 when being read and before being written by the IOP.
|
|
|
|
|
|
# Deprecated Fields
|
|
|
- `site`
|
|
|
- Use the `ifo=` parameter instead.
|
|
|
- `shmem_daq=1`
|
|
|
- Uses a shared memory segment for DAQ data extraction
|
|
|
- This is now the DEFAULT and should be left out
|
|
|
- `enable_fir`
|
|
|
- FIR filters enabled automatically when placed in model.
|
|
|
- `adcSlave`
|
|
|
- Removed
|
|
|
- `adcMaster`
|
|
|
- Use `iop_model=1` in IOP models instead
|
|
|
- `no_oversampling`
|
|
|
- Removed
|
|
|
- `no_dac_interpolation`
|
|
|
- Removed |