Hi,
I have constructed two models and I want to copy paste one into the other.
Upon paste, the objects take different names. The name change however do not change in the internal triggers of each object. Particulary, a message sent to a processor (identified by :
model().find("Processor1")
will still be sent to the "Processor1" on the model, and not the renamed object. Which either fails or send it to the wrong object.
Chaging them manually takes a lot of time depending on the models size, Is there a way to make this process automatic? Should I use an alternative to model().find("ObjName")? If yes, what's the alternative I should use?
Thanks in advance,