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

Consistency in physical and virtual card IDs in configurations #90

Open
roland-sipos opened this issue Nov 1, 2022 · 0 comments
Open
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@roland-sipos
Copy link
Member

Config generators doesn't apply correct card_id.

phys card ID  |   SLR ID   |    FELIX CARD ID IN FELIXLIBS  
     1        |     0      |         0     cardID:0, logic_region:0     
----------------------------
     1        |     1      |         1     cardID:0, logic_region:1
----------------------------         
     2        |     0      |         2     cardID:2, logic_region:0
----------------------------
     2        |     1      |         3     cardID:2, logic_region:1

We need to stick with counting cardID as physical card (from 1) and apply the necessary code changes for accessing flxcard's virtual ID mapping.

@roland-sipos roland-sipos added bug Something isn't working enhancement New feature or request labels Nov 1, 2022
@roland-sipos roland-sipos self-assigned this Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant