Multiple Gotos found with tag named 'LibraryTag'
33 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Ayush
am 4 Mär. 2024
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!
Siehe auch
Kategorien
Mehr zu Data Logging finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!