SiLab-Bonn / irrad_control

Control and data aquisition / visualization software for the irradiation site at HISKP cyclotron
https://www.zyklotron.hiskp.uni-bonn.de/zyklo/experiments_cyclotron_EN.html#one
MIT License
0 stars 1 forks source link

Basil driver #51

Open DavidLP opened 3 years ago

DavidLP commented 3 years ago

It would be awesome to have a basil driver, to allow synchronization between chips measurements with the fluence. Some simple interface, like start/pause/stop/get_fluence.

DavidLP commented 3 years ago

get_temperature/get_humidity

DavidLP commented 3 years ago

get_status (ERROR/OK/RUNNING/PAUSE)

leloup314 commented 3 years ago

I don't fully understand what you mean? To be run during irradiation?

leloup314 commented 3 years ago

What underlying structure are you thinking? Retrieving the data directly from the irrad site DAQ PC via network?

DavidLP commented 3 years ago

I don't fully understand what you mean? To be run during irradiation?

Yes. Would be awesome to check TID with TID sensor of RD53 every 10th scan or so. Then we can check influence of biasing / clock to chip and without bias. This would be a really proper measurement of interest.

What underlying structure are you thinking? Retrieving the data directly from the irrad site DAQ PC via network?

Yes. ZMQ over Ethernet? Basil devices have init/close procedures; there one can setup the connection. Can show you.

DavidLP commented 3 years ago

Generally, it is of interest to check chip parameters during irradiation. Such a basil driver would simplify this.