ISISComputingGroup / ISISComputingGroup/EPICS-DG645
Does this module need a driver?
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
@FreddieAkeroyd can you explain how to use this module? The database contains records with asynInt32 and asynFloat64 device support, like this:
```
record(longout, "$(P)$(R)_SAVE_SEND")
{
field(DTYP, "asynInt32")
field(OUT, "@asyn($(PORT)) SAVE")
field(SIML, "$(P)$(R)SIM")
field(SIOL, "$(P)$(R)SIM:SAVE")
field(SDIS, "$(P)$(R)DISABLE")
}
```
That suggests that it needs an asynPort driver to talk to the device. I don't see code for the asynPort driver?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.