-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid aborting initialization of output records.
When a device is temporarily unvailable when the IOC is started, the values of output records cannot be read from the device, and thus these values cannot be initialized. However, this should not keep the record initialization routine from completing, so that the record can be processed at a later time. Therefore, we now catch such exceptions and print an error message but continue with initializing the record instead of destroying the device support instance for the record.
- Loading branch information
1 parent
caaed74
commit 41d73ce
Showing
2 changed files
with
111 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters