Multiple Gotos found with tag named 'LibraryTag'
33 次查看(过去 30 天)
显示 更早的评论
I have quite the large model making extensive use of the specialized theory power system blocks.
I get the Error message multiple gotos found with tag named 'LibraryTag' with a 50% chance every time I update the model. This used to be a lot less likely (maybe 1% chance) but it is getting out of hand. Only solution is to close matlab and restart.
The message always pops up with the specialized theory blocks and some gotos used under the hood of those blocks. I have deleting the blocks and adding them again from the library. This helped a little, but did not get rid of the problem.
I am using Matlab 2019b. I cannot change from spezialized theory to simscape blocks, as this would be years worth of work.
How can I fix this?
Is this a known problem?
0 个评论
回答(1 个)
Ayush
2024-3-4
Hello Friedrich,
Based on the description of your problem, to reduce the frequency of the error message “multiple gotos found with tag”, you would need to first check for duplicate tags across all the “Goto” block across the model including those defined under the “Specialised Power Systems” blockset.
Once you have that information, you can check the scope of each such duplicate “Goto” block with the tag named “LibraryTag” and limit the scope of the blocks with respect to the required visibility. For more information on “Goto” block and its tag visibility you can refer to the below documentation:
Hope this helps!
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Logging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!