DiamondLightSource / tickit

Event-based hardware simulation framework
Apache License 2.0
7 stars 0 forks source link

Allow EpicsAdapter without db file #124

Closed callumforrester closed 1 year ago

callumforrester commented 1 year ago

EpicsAdapter seems to require a .db file at the moment for its IOC, even if all the records are created programatically and the .db file is empty.

abbiemery commented 1 year ago

This is a known issue and was raised some time ago by Dom as well. #61

callumforrester commented 1 year ago

Closed in favour of #61 then

abbiemery commented 1 year ago

I'm not sure Id favour #61 as this issue provides a useful addition without the work of writing the pure db side of it. ie. make the db file optional.

tpoliaw commented 1 year ago

Fixed in #134