-
Notifications
You must be signed in to change notification settings - Fork 9
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
COMPAS UPDATE RSR-1048 - Key management for LDEPF binding #412
Labels
enhancement
New feature or request
Comments
Linked to #231 |
hkaroun
changed the title
COMPAS UPDATE - Key management for LDEPF binding
COMPAS UPDATE RSR-1048 - Key management for LDEPF binding
Jul 17, 2024
massifben
added a commit
that referenced
this issue
Aug 9, 2024
…ITAL BOOLEAN channels Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben
added a commit
that referenced
this issue
Aug 9, 2024
…ITAL BOOLEAN channels Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
samirromdhani
added a commit
that referenced
this issue
Aug 23, 2024
…-for-ldepf-infref-binding feat(#412): RSR-1048 add special case for InRef binding for LDEPF DIGITAL BOOLEAN channels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story
DIGITAL inputs are characterized in LDEPF by InRef which have a @purpose DYN_LDEPF_DIGITAL CHANNEL 36_1_BOOLEAN (example).
However, at ExtRef level, you can have a Boolean but also an Enum. Example: DYN_LDEPF_DIGITAL CHANNEL 36_1_FaultDirectionKind_13_dirGeneral_1
If you bind the ExtRef as described above, the process that binds the InRef will be unable to make the association between the InRef and the ExtRef, as we won't have the same character string.
An exception will have to be made when updating the InRef for all DIGITAL CHANNEL functions. For example, "DYN_LDEPF_DIGITAL CHANNEL 36_1" and no longer "DYN_LDEPF_DIGITAL CHANNEL 36_1_BOOLEAN".
As a the InRef update process
When we are linking InRef and ExtRef
So a shortened key will have to be used to enable correspondence between InRef and ExtRef
Acceptance criteria
Check that during the InRef update process, the key used to match the InRef to the Extref is shortened so that there is a match.
The text was updated successfully, but these errors were encountered: