diff --git a/csaxs_bec/devices/panda_box/panda_box.py b/csaxs_bec/devices/panda_box/panda_box.py index a7b614d..6c6d811 100644 --- a/csaxs_bec/devices/panda_box/panda_box.py +++ b/csaxs_bec/devices/panda_box/panda_box.py @@ -66,7 +66,14 @@ if __name__ == "__main__": import time panda = PandaBoxCSAXS( - name="panda", host="omny-panda.psi.ch", signal_alias={"FMC_IN.VAL2.Value": "alias"} + name="panda", + host="omny-panda.psi.ch", + signal_alias={ + "FMC_IN.VAL2.Value": "alias", + "FMC_IN.VAL1.Min": "alias2", + "FMC_IN.VAL1.Max": "alias3", + "FMC_IN.VAL1.Mean": "alias4", + }, ) panda.on_connected() status = StatusBase(obj=panda)