Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: outputting data with NI USB-6008 in MATLAB
Date: Wed, 10 Oct 2007 14:33:52 +0000 (UTC)
Organization: The MathWorks Inc
Lines: 18
Message-ID: <feinsg$n2b$1@fred.mathworks.com>
References: <fahim1$dt2$1@fred.mathworks.com> <fdb536$lci$1@fred.mathworks.com> <fegom0$2vt$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-06-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1192026832 23627 172.30.248.36 (10 Oct 2007 14:33:52 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 10 Oct 2007 14:33:52 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 796075
Xref: news.mathworks.com comp.soft-sys.matlab:432225



Jacob,
It is hard to know exactly what is wrong with your code
without seeing it.

Note that PUTSAMPLE stands on its own.
PUTDATA/START are a pair.
You can read about these 3 commands in the online documentation.
This page also mentions devices with no onboard clock so you
may want to start here.
http://www.mathworks.com/access/helpdesk/help/toolbox/daq/f6-6809.html

Also, this solution may interest you as it describes the
behavior of a device without an onboard clock for analog output.
http://www.mathworks.com/support/solutions/data/1-1DQAPW.html?product=DA&solution=1-1DQAPW

Sherryl