epics-motor / motorPIGCS2

EPICS asyn motor drivers for PI GCS2 controllers
2 stars 4 forks source link

Set m_hasqSRG=false if SRG response is empty #21

Closed kmpeters closed 1 year ago

kmpeters commented 1 year ago

The E-709 responds to the SRG query with an empty string, which currently results in errors every time the controller is polled.

Set m_hasqSRG if asynError is returned because the response to the SRG query was empty.