From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Do PCI 6259 support Simulink

Solved!
Go to solution
 i want to develop real-time application on PCI 6259 with Matlab / Simulink but i don^t know this device support Simulink or not.
0 Kudos
Message 1 of 12
(6,405 Views)
Solution
Accepted by topic author uÖzkan

Hi umutozkan...

 

Thanks for the post and I hope your well today.

 

Firstly you'll need either the MATLAB® Data Acquisition Toolbox, which can be used with NI-DAQmx. OR Simulation Interface Toolkit (SIT) which default generates DAQmx VIs to communicate with the DAQ board. It seems for your post your using Matlab, so option 1. 

 

 The Data Acquisition Toolbox version 2.12 supports DAQ hardware that uses either the NI-DAQmx or Traditional NI-DAQ driver software.  MATLAB supports NI-DAQmx version 8.5 or higher and Traditional NI-DAQ version 7.3 using this toolbox.

The Data Acquisition Toolbox 2.8 version was made specifically to work with NI-DAQmx 7.5 and Traditional NI-DAQ 7.3. The older versions of the Data Acquisition Toolbox for MATLAB® supported earlier versions of Traditional NI-DAQ only.

IThe Mathworks, Inc. website has the most updated support information regarding NI-DAQmx.

 

All see this long forum post,

Use M-Series cards with DAQmx in Matlab! 

http://forums.ni.com/ni/board/message?board.id=250&message.id=10165

 

I hope this helps, 

Kind Regards
James Hillman
Applications Engineer 2008 to 2009 National Instruments UK & Ireland
Loughborough University UK - 2006 to 2011
Remember Kudos those who help! 😉
Message 2 of 12
(6,398 Views)
It's seems as a software version problem but i could't understand clearly   this card can be able to used with Simulink for developing Real-Time Application.
0 Kudos
Message 3 of 12
(6,344 Views)

Hi umutozkan,

 

Any device supported by MATLAB's Data Acquisition Toolbox can also be use in Simulink.

The list of National Instruments devices supported by Data Acquisition Toolbox is here 

http://www.mathworks.com/products/daq/supportedio14005.html

If you don't see your device search for it by name in the search box on the top right of The MathWorks web site as often support for a new device can be added between official MATLAB releases by a simple edit to a text file. If you still don't see the device fill out the request form at the bottom of that web page.

 

Regarding using Simulink with DAQ devices, there is quite a bit of documentation on using Data Acquisition Toolbox in Simulink. Here are some suggested starting points:

General introduction:
http://www.mathworks.com/products/daq/simulink

Demo page:
http://www.mathworks.com/products/daq/demos.html?show=demo at the bottom.

Webinar page
http://www.mathworks.com/products/daq/demos.html?show=recorded

Documentation:
http://www.mathworks.com/access/helpdesk/help/toolbox/daq/bqufxdv.html

 

Hope this helps.

Sherryl Radbil
Data Acquisition Engineer
The MathWorks
0 Kudos
Message 4 of 12
(6,322 Views)

hi: may i ask you a question. I want use the daq to get the data for the simulink and do the real-time research, all things have been done  but when i run the labview there is a error:Requested value is not a supported value for this property!  how i solve this problem? thank you so much! 

0 Kudos
Message 5 of 12
(5,251 Views)
Hello xuyao,

Could you give a little more information on the nature of the error. Is it specifying a specific VI as the source? Is there a listing of the specified value and the valid range for the property? Is there a description of which property this is referring to?

Without this information it would be very difficult to troubleshoot this issue.

Regards,
Dan King

0 Kudos
Message 6 of 12
(5,224 Views)

http://forums.ni.com/ni/board/message?board.id=250&thread.id=54115

would you please look at this two pitcture for me, the problem is like this. thank you so much! 

0 Kudos
Message 7 of 12
(5,206 Views)
Hello xuyao,

Are you using a USB DAQ device. If so, and you are attemplting to perfom a hardware timed single point operation you would get this error.

Is this the case? If so you are attempting a unsupported operation on your device and should instead be using a PCI M Series or PCIe X Series device instead.

Regards,
Dan King

0 Kudos
Message 8 of 12
(5,181 Views)
yes, I was using the DAQ USB 6215.  so I understand now.  in your opinion, I should buy a  PCI M SERIES? thank you! 
0 Kudos
Message 9 of 12
(5,171 Views)
Hello xuyao,

Again, this is only necessary if you are trying to perform hardware timed single point operations. If this isn't the case a M Series device will not solve your problem.

Regards,
Dan King

0 Kudos
Message 10 of 12
(5,156 Views)