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

Error when mapping to items greater than %9 #78

Closed
nravanelli opened this issue Oct 26, 2021 · 4 comments
Closed

Error when mapping to items greater than %9 #78

nravanelli opened this issue Oct 26, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@nravanelli
Copy link

Describe the bug
Mapping to instances greater than 10 (e.g. %10, %14, %20, etc) ignores second digit and only maps to the first digit and merges the second digit at the end.

Instead of receiving a value, I receive whatever is in position 1 merged with the second digit. Mapped item one is the title, so I will see for "%12":

TITLE2

To Reproduce
Steps to reproduce the behavior:

  1. Use JSON file

Expected behavior
I would expect the values to be printed and/or graphed for any mapped values in position 10+

Upload your JSON map file
This is important in order to reproduce any UI-related issues
SerialStudioTemplate2.txt
.

@nravanelli nravanelli added the bug Something isn't working label Oct 26, 2021
@alex-spataru
Copy link
Member

Hi, I'll check this issue in a moment. Thanks for the bug report!

@alex-spataru
Copy link
Member

alex-spataru commented Oct 28, 2021

Hi, in my case it seems to work without any issues. Here are the screenshots with simulated data for your JSON map with the console and the dashboard tabs:

Screen Shot 2021-10-27 at 20 55 31

Screen Shot 2021-10-27 at 20 55 44

Are you using Serial Studio 1.1.1? If you are using version 1.1.0 you might be affected by bug #77.

@nravanelli
Copy link
Author

You are correct - updating to Serial Studio 1.1.1 fixed the issue.

@alex-spataru
Copy link
Member

Glad to hear that! Good luck on your project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants