Skip to content

Commit f0e7359

Browse files
committed
Add datastreaming setup notes
1 parent a0ae3cb commit f0e7359

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/specific_iocs/dae/Datastreaming.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,27 @@ isisicp.kafkastream.topic.suffix.sampleenv = _sampleEnv
5858
isisicp.kafkastream.topic.suffix.alarms = _alarms
5959
```
6060

61+
In the same file, you will also need to ensure the following properties are set:
62+
63+
```
64+
isisicp.incrementaleventnexus = true
65+
66+
# Event rate, can adjust up or down
67+
isisicp.simulation.neventssim = 5000
68+
69+
# Ensure simulated data is switched on
70+
isisicp.simulation.simulatedata = true
71+
isisicp.simulation.simulatespec0 = true
72+
isisicp.simulation.simulatebin0 = true
73+
isisicp.simulation.spreadsimevents = true
74+
```
75+
76+
You additionally need to ensure you are running in event mode. You can do this using the DAE tables `wiring_event_ibextest.dat`, `detector_ibextest.dat` & `spectra_ibextest.dat`. Copies of these tables can be found at:
77+
78+
```
79+
\\isis\shares\ISIS_Experiment_Controls\event_mode_tables
80+
```
81+
6182
## SE Data
6283

6384
See [Forwarding Sample Environment](datastreaming/Datastreaming---Sample-Environment)

0 commit comments

Comments
 (0)