Search found 4 matches
- Tue Oct 02, 2012 5:24 pm
- Forum: MATLAB
- Topic: Picolog 1012 Matlab interface
- Replies: 15
- Views: 11589
Re: Picolog 1012 Matlab interface
Hi Hitesh, thank you for the Answer,unfortunately it still does not work. After three times of Running,I recieve the same Message from Matlab: Warning: Message from C preprocessor: lcc preprocessor warning: C:\Users\Szabolcs\Documents\Pico\picoStatus.h:108 C:\Users\Szabolcs\Documents\Pico\pl1000Api....
- Sun Sep 30, 2012 6:55 pm
- Forum: MATLAB
- Topic: Picolog 1012 Matlab interface
- Replies: 15
- Views: 11589
Picolog 1216 Matlab interface
Hi, I'm using PicoLog 1216 Data Logger an i'm writing a program in Matlab 2010b. This is a sequence of my Code: clear all;close all;clc loadlibrary 'C:\Users\ PL1000.dll' 'C:\Users\ pl1000Api.h' hand = libpointer('int16Ptr',0); [status_open, hand] = calllib('PL1000', 'pl1000OpenUnit', hand); hand st...
- Sat Sep 15, 2012 6:37 pm
- Forum: MATLAB
- Topic: recruting data from PicoLog 1216
- Replies: 1
- Views: 2093
recruting data from PicoLog 1216
Hi,I'm trying to establish contact between Matlab and the DataLoggerPico Log 1216. This is my Code: clear all;close all;clc loadlibrary 'C:\Users\Szabolcs\Documents\Pico\PL1000.dll' 'C:\Users\Szabolcs\Documents\Pico\pl1000Api.h' addheader 'C:\Users\Szabolcs\Documents\Pico\picoStatus.h'; hand = libpo...
- Thu Sep 13, 2012 7:19 pm
- Forum: MATLAB
- Topic: Picolog 1012 Matlab interface
- Replies: 15
- Views: 11589
Re: Picolog 1012 Matlab interface
Hi, I have the same problem with PicoLog 1216. I have the following code: loadlibrary 'PL1000.dll' 'pl1000Api.h' addheader 'picoStatus.h'; hand = libpointer('int16Ptr',0); [status_open, hand] = calllib('PL1000', 'pl1000OpenUnit', hand); setdatatype(status_open,'voidPtr',1,1); I get the following Mat...