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

COMPAS UPDATE RSR-1048 - Key management for LDEPF binding #412

Closed
hkaroun opened this issue Jul 16, 2024 · 1 comment · Fixed by #416
Closed

COMPAS UPDATE RSR-1048 - Key management for LDEPF binding #412

hkaroun opened this issue Jul 16, 2024 · 1 comment · Fixed by #416
Labels
enhancement New feature or request

Comments

@hkaroun
Copy link

hkaroun commented Jul 16, 2024

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.

@hkaroun hkaroun added the enhancement New feature or request label Jul 16, 2024
@samirromdhani
Copy link
Contributor

Linked to #231

@hkaroun 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
Labels
enhancement New feature or request
Projects
Status: Done
2 participants