08-18-2009 04:24 PM
Hi,
I'm new to LabView and I would appreciate examples on how to output a waveform graph from LabView to a BNC2110.
Eventually we would need several graphs, both analog and digital outputting to a BNC2110 synchronized with a clock.
Thanks. Appreciate any help.
Grace
08-18-2009 04:28 PM
You can't output anything to a BNC 2110. The BNC 2110 is a dumb terminal block. You can however, output signals (not graphs which are visual elements) from a DAQ card that you control with LabVIEW. You would then connect the DAQ card to the BNC 2110. If you have an NI DAQ card, then there are a large number of example programs that show you how it could be used.
08-18-2009 04:39 PM
We have Labview 8 on a Windows XP with a NI PCI-6251 M Series DAQ connected to BNC 2110. I would certainly appreciate examples. We have something going but the frequency is out of synch. Appreciate it. Thanks.
08-18-2009 04:58 PM
In LabVIEW, Help>Find Examples. Under Hardware Input and Output is DAQmx.
I don't know what you mean by frequency is out of sync. What are you actually trying to output and how are you doing it? If you could attach what you have written, it would be easier to understand.