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

Digital States does not work in 5.0.0 #159

Open
SC-66 opened this issue Aug 20, 2024 · 1 comment
Open

Digital States does not work in 5.0.0 #159

SC-66 opened this issue Aug 20, 2024 · 1 comment
Labels
Milestone

Comments

@SC-66
Copy link

SC-66 commented Aug 20, 2024

In 4.2.0 I used "Digital States" to get the enum text for values. I don't get it to work in 5.0.0.
I use PI webapi 2023 SP1.
In 4.2.0 the query returns:
"data": {
"values": [
[
1724104800000,
1724104799000
],
[
"FaceDrill",
"FaceDrill"
]
]
}
but in 5.0.0 it returns
"data": {
"values": [
[
1724018400000,
1724104799000
],
[
2,
2
]
]
}

image

@SC-66
Copy link
Author

SC-66 commented Sep 3, 2024

Can this be fixed in 5.1.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants