What I meant was "Digital waveform display" like LV has. LV has 3
controls, graph, stripchart and digital waveform. You can use digital
waveform display to display on/off signals, like clock. Using stripchart
I just loaded up LV on my machine and the stripchart control that comes
with LV remembers whatever data was previously displayed. The
graphs/charts have legends. I just wish CVI had all this functionality.
vishi
Al S wrote:
> What do you mean by "something like a waveform display"? CVI has
> graph and strip chart controls and examples that use them. See
> graphs.prj and stripchart.prj that ship with CVI.
> You can't use LabView controls directly in CVI. With the Appliation
> Builder, you could create a DLL and the use CVI to call functions i
n
> that DLL.