Search found 143 matches

by serg
Tue Oct 13, 2009 11:34 am
Forum: SUB-20 General Discussion
Topic: Using SUB-20 .NET interface in Matlab
Replies: 2
Views: 26851

Using SUB-20 .NET interface in Matlab

Example of reading CH1 of the SUB-20 ADC Tested with the Matlab R2009a %--------------------------------------------------------------- disp 'SUB-20 ADC sample. Read 16 samples from CH1' SamplesToRead = 16; NET.addAssembly('C:\Program Files\SUB-20\bin\sub20dnc.dll'); sub20 = Xdimax.Sub20(); % simul...
by serg
Tue Oct 13, 2009 2:59 am
Forum: SUB-20 General Discussion
Topic: VB Form to read ADC results
Replies: 3
Views: 9731

Re: VB Form to read ADC results

Reading ADC from Matlab R2009a, Sample code %--------------------------------------------------- disp 'SUB-20 ADC sample. Read 16 samples from CH1' SamplesToRead = 16; NET.addAssembly('C:\Program Files\SUB-20\bin\sub20net.dll'); sub20 = Xdimax.Sub20(); % simulate do { ... } while(0) loop for k=0:0 %...
by serg
Mon Sep 21, 2009 12:53 am
Forum: SUB-20 General Discussion
Topic: Windows 64-bit support released
Replies: 1
Views: 7903

Re: Windows 64-bit support released

SUB-20-090920_x64.exe Fixed "wrong location" installer bug SUB-20-090919_x64.exe There is a bug in the installer. The sub20.dll is being placed in a wrong location, i.e in the \Windows\SysWOW64 instead of \Windows\System32. To fix the issue, manually MOVE the sub20.dll from the C:\Windows\SysWOW64 ...