stefanbesler / twingrind

Call-graph profiling for TwinCAT 3
GNU General Public License v3.0
24 stars 3 forks source link

Symbol not found for Profiler.Data #6

Closed mriepl closed 1 year ago

mriepl commented 1 year ago

https://github.com/stefanbesler/twingrind/blob/759669c64ce397d49bce641d9e8b298a72afd2dd/pytwingrind/pytwingrind/fetch.py#L49

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 commented 1 year ago

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