Ignore replies in shutdown mode #114

Closed
muellerr wants to merge 1 commits from mueller/dhb_ignore_replies_in_shutdown_mode into develop
Owner
  • When shutting down the EIVE RTD device handlers, there was an issue that each device handler triggered an unrequested reply. A custom COM interface is used to read all the SPI sensor in one go and then pass the individual sensor data back to the device handler.This is problematic with custom COM interfaces.

I checked the mode when this event was triggered: Its in the mode _MODE_SHUT_DOWN.
Is it supposed to do that?

- When shutting down the EIVE RTD device handlers, there was an issue that each device handler triggered an unrequested reply. A custom COM interface is used to read all the SPI sensor in one go and then pass the individual sensor data back to the device handler.This is problematic with custom COM interfaces. I checked the mode when this event was triggered: Its in the mode `_MODE_SHUT_DOWN`. Is it supposed to do that?
muellerr added 1 commit 2022-11-03 13:56:27 +01:00
Author
Owner

Solved, was error in device handler

Solved, was error in device handler
muellerr closed this pull request 2022-11-03 15:10:04 +01:00
muellerr deleted branch mueller/dhb_ignore_replies_in_shutdown_mode 2022-11-03 15:10:10 +01:00

Pull request closed

Sign in to join this conversation.
No description provided.