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

Symbol not found for Profiler.Data #6

Closed
mriepl opened this issue Oct 5, 2022 · 1 comment
Closed

Symbol not found for Profiler.Data #6

mriepl opened this issue Oct 5, 2022 · 1 comment

Comments

@mriepl
Copy link

mriepl commented Oct 5, 2022

stack = plc.read_by_name(f"Profiler.Data[{frame}, {task}]", common.Stack)

Typo für symbolname "Profiler.Data[0,1]"! You have added an space (Hex 20) between the two array positions!
Please delete the space in [{frame},< >{task}]

if you have done this please release an new version, thx

@stefanbesler
Copy link
Owner

stefanbesler commented Oct 5, 2022

are you using Beckhoff's open source implementation of ADS? I don't have this issue with the proprietary one, removed the space though. I'll create a release once I implemented and tested the other issue you submitted

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

No branches or pull requests

2 participants