Search found 8 matches

by nogaluca
Mon Jan 23, 2012 1:22 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Identifying two Picologs on the same computer
Replies: 5
Views: 8538

Re: Identifying two Picologs on the same computer

Thank you for your example. The problem was on the function definition that was incorrect. The working version is the following: pl1000GetUnitInfo Lib "pl1000.dll" (ByVal handle As Short, ByVal S As String, ByVal lth As Short, ByRef requiredSize As Short, ByVal info As Short) As Integer Please check...
by nogaluca
Wed Jan 11, 2012 9:04 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Identifying two Picologs on the same computer
Replies: 5
Views: 8538

Re: Identifying two Picologs on the same computer

The two units are opened in this way: Public PicoLog1216_1 As Short Public PicoLog1216_2 As Short pl1000OpenUnit(PicoLog1216_1) pl1000OpenUnit(PicoLog1216_2) The real problem is that I'm not able to use pl1000GetUnitInfo function. It returns me unreadable information. Probably the function is uncorr...
by nogaluca
Wed Dec 28, 2011 7:36 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Identifying two Picologs on the same computer
Replies: 5
Views: 8538

Identifying two Picologs on the same computer

Dear all, how can I identify two Picologs connected to the same computer? I must distinguish the handlers of two instruments. I'm using Visual Basic .NET. P.S. I'm using the Picolog access functions listed in the attached file, but I'm not able to run the pl1000GetUnitInfo correctly. Could somebody ...
by nogaluca
Wed Oct 06, 2010 10:37 am
Forum: PicoLog
Topic: PicoLog sample time
Replies: 8
Views: 11558

Re: PicoLog sample time

Thank you a lot. If I use your function declarations all seem to work correctly. With Pico.Drivers.dll module, instead it doesn't work. Is there an official module for function declaration for PicoLog 1000 series with all functions? Best regards, Luca Nogarotto Electronic Engineer at Nidec Sole Moto...
by nogaluca
Mon Oct 04, 2010 12:38 pm
Forum: PicoLog
Topic: PicoLog sample time
Replies: 8
Views: 11558

Re: PicoLog sample time

Nobody knows how solve this problem? :(
by nogaluca
Wed Sep 22, 2010 6:59 am
Forum: PicoLog
Topic: PicoLog sample time
Replies: 8
Views: 11558

Re: PicoLog sample time

I've tested the code more accurately and I've found that the time I wait between the Run command and the GetValues one became too short if I use a window <32us. In this case Thread.Sleep command put the thread to sleep for 32ms that maybe is too little. It is sufficient increase Thread.Sleep time. H...
by nogaluca
Tue Sep 21, 2010 1:37 pm
Forum: PicoLog
Topic: PicoLog sample time
Replies: 8
Views: 11558

Re: PicoLog sample time

I'm working in block mode and I'm using Pico.Drivers.dll functions. Under here there is the section with which I get the samples. I have to use Thread.Sleep because the function PL1000.Ready() doesn't work.... (any suggestion?) PL1000.SetTrigger(handle, False, 0, 0, 0, 0, 0, 0, 0) PL1000.SetInterval...
by nogaluca
Tue Sep 21, 2010 7:10 am
Forum: PicoLog
Topic: PicoLog sample time
Replies: 8
Views: 11558

Re: PicoLog sample time

Hello,
I've got a PicoLog-1216 and I'm writing a Visual Basic .NET software to control it. I can achieve 1us sampling rate using one single channel, but I've noticed that it is impossible to capture samples in a time-windows less than 32us. Could somebody tell me why, please?

Luca N.