Quantcast
Channel: Digital I/O topics
Viewing all articles
Browse latest Browse all 2194

Blue screen in Matlab with NI 6537b

$
0
0

Hello

 

I have a PCIe 6537b card 

I use Matlab (tried all combinations - 2014a or 2013a, 64 bit or 32 bit)

I use the latest drivers from NI web site

I work with desktop windows 7

 

I am trying to capture data with NI PCIe 6537b from matlab data acqustion toolbox  and get blue screen

 

I tried in different computers with differnt 6537b cards and always get the blue screen

 

I am using the following code:

 

s = daq.createSession('ni');
addDigitalChannel(s,'Digital_IO','Port0/Line0:7','InputOnly'); %That's NI 6537b
addClockConnection(s,'External','Digital_IO/PFI5','ScanClock'); %That's NI 6537b
s.Rate = 1000000;
s.DurationInSeconds =0.1;
data=startForeground(s);

 

 

 Thank you for your help!

 


Viewing all articles
Browse latest Browse all 2194


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>