forked from epics_driver_modules/motorBase
5cebc48ba8
Moved the polling from HXPAxis::poll to HXPController::poll to allow HXP support to work with newer firmware. Issue 124 description: Older versions of the HXP firmware (v2.1.0 and earlier) are able to query the positions of the virtual axes independently using the virtual group names. Newer versions of the firmware (confirmed with v3.1.0) return an error (-19: GroupName doesn't exist or unknown command). Querying the positions of all six virtual axes simultaneously works on both v2.1.0 and v3.1.0. Fixes #124