There are 2 ways to add real-time data to the preview add-on:
-
Create your own
ILcdSimulatorModelinstances and manually add them to the preview add-on. -
Use models that are
ILcdMultiDimensionalModelinstances with a time axis. The preview add-on then automatically manages the correspondingILcdSimulatorModelinstances.
Consult the class Javadoc of the TLcyPreviewAddOn for more information about both mechanisms.