1D-Table (Look up table)

How can I implement what is described in this article in Real Time?Article: http://forum.plexim.com/11/is-it-possible-to-import-waveform-data-into-plecs?show=12#a12That means instead of the absolute time in the block “Waveform Generator” use a discrete time vector and to the respective discrete time values the associated data values? I don’t quite understand yet how to use the 1D table for this. I would be glad for a minimal example e.g. using the following discrete vectors:time_discrete: [0 0.1 0.2 0.3 0.4 0.5];data_discrete: [1 2 3 3 2 1];Greetings,Raphael