UniNE-CHYN / thorpy

Python library implementing Thorlabs APT communication protocol
43 stars 22 forks source link

Some stages use MGMSG_MOT_GET_STATUSUPDATE instead of MGMSG_MOT_GET_DCSTATUSUPDATE #4

Closed PawelDefee closed 8 years ago

PawelDefee commented 8 years ago

The status bitfields vary a bit in these two messages, so the code should be adapted to issue REQ_DCSTATUSUPDATE or REQ_STATUSUPDATE and handle the respective GET message based on the stage model.

PawelDefee commented 8 years ago

Which stages use which messages is described in APT protocol manual Rev 16.

PawelDefee commented 8 years ago

Discussed in another PR.