Dynamic Diagrams allow me to visualize the whole process of model simulation.
Import["dynamicTEst.mo", {"ModelicaModel"}]
conn = WSMLink`Simulate`Launch["dynamicTEst", 200, Method -> {"RealTime" -> True}]
Dynamic[Refresh[conn["Diagram", ImageSize -> 500], UpdateInterval -> 0.05, TrackedSymbols :> {}]]
But the most interesting things is happening in the components of the model. How can I visualize Dynamic Diagram of the model component?