Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the device support for EVG Run Mode #2

Merged
merged 2 commits into from
Jun 22, 2015

Conversation

aderbenev
Copy link

By RRM, write_mbbo device support routine returns the following values:
0: Success.
Other: Error.

The default return value for write_mbbo_runMode function is 2, which causes an error to be reported regardless of write operation succeeding or not. Changing the default return value to 0 fixes the issue.

read_mbbi device support routine returns a value of 2 if no conversion is performed, hence it is unchanged.

@mdavidsaver
Copy link
Collaborator

Ok, this is a clear bug as mbboRecord support returning 2 from init_record(), but not process() (as opposed to mbbiRecord where this situation is reversed).

@mdavidsaver mdavidsaver self-assigned this Jun 22, 2015
@mdavidsaver mdavidsaver merged commit 47357fc into epics-modules:master Jun 22, 2015
jerzyjamroz pushed a commit that referenced this pull request Dec 14, 2023
* First implementation, simple set/get UTAG

* Remove I/O Intr link that is not needed

* Adding UTAG for each event

* Add new getTimeStampUTag method to avoid mutex being locked twice in a row

* Minor adjust in UTAG setpoint record name

* Fix typo on nanosseconds assignment; convertTS is now template

* Overload getTimeStamp; Use define guards to compile for older versions; Clean-up comments and defines

* Additional comments and clean-up
jerzyjamroz pushed a commit that referenced this pull request Sep 19, 2024
fix: Rb delay dependency update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants