McDermott-Group / servers

Public repo that stores LabRAD servers and other non-measurement related code
0 stars 2 forks source link

[ADR Server] No longer receives device connect/disconnect messages #27

Closed roboguy222 closed 8 years ago

roboguy222 commented 8 years ago

I think the new GPIB Bus/Device Manager no longer sends "GPIB Device (Dis)Connected" messages, but rather sends a message 7 with True/False. This needs to be updated in the ADR Server.

roboguy222 commented 8 years ago

I think the device (dis)connected messages are probably getting through, but I wonder if each device server is not able to remove the device before the adr_server refreshes the devices.

roboguy222 commented 8 years ago

Added messages to GPIB Device Manager instead of using those from GPIB Bus.