09-28-2011 06:34 PM - edited 09-28-2011 06:34 PM
I just tried the Digital Waveform Graph add-ons, found here.Taking a closer look at it, it turns out this add-on only displays analog data as if it was a digital wfm, but does not seem to deal with real digital waveforms. Does this mean the digital wfm graph is not supported?
Thx.
L.
09-29-2011 10:28 AM - edited 09-29-2011 10:33 AM
How are you generating your digial waveforms, because from what I understand, and according to this KnowledgeBase, Digital IO is only supported through static IO. The digital waveform graph custom device does seem like it works for analog data that you set a threshold for to generate the graph.
09-29-2011 11:36 AM - edited 09-29-2011 11:37 AM
Well... This is all before I realized Veristand does not support high speed DIO. So the graph showing digital output from analog signal is nice, but not helping in our case since it only deals with analog signals, intrinsically.
Thx.
L.
09-29-2011 12:12 PM
Internally, VeriStand stores every channel as a LabVIEW DBL. The custom workspace object can be modified to do a != 0 compare on VeriStand channel to make it compatible with digital data. (Still no "real" waveforms though).