Search found 5 matches

by mb91
Fri Jan 17, 2014 11:09 am
Forum: USB PC Data Loggers
Topic: Possible to use multiple dataloggers with one pc
Replies: 1
Views: 2940

Possible to use multiple dataloggers with one pc

Is it possible to have 2 (or more) picologgers (1216s or adc24s) connected to the same laptop/ the same instance of pico recorder? I have a rig with >16 variables which if possible i'd like to log.

Mike
by mb91
Wed Nov 27, 2013 10:58 am
Forum: VB and VBA (Excel, Access)
Topic: Problem when using getsingle function
Replies: 6
Views: 11138

Re: Problem when using getsingle function

Hi Hitesh

The version of pl1000.dll i'm currently using is 1.0.3.76 , i'll update this now.

My input voltage in 0-2.5 (well 0 - 2.4V) volts using a voltage divider from a power supply with a maximum of 48V

Thanks,

Mike
by mb91
Tue Nov 26, 2013 2:14 pm
Forum: VB and VBA (Excel, Access)
Topic: Problem when using getsingle function
Replies: 6
Views: 11138

Re: Problem when using getsingle function

Any ideas anyone?
by mb91
Fri Nov 22, 2013 2:19 pm
Forum: VB and VBA (Excel, Access)
Topic: Problem when using getsingle function
Replies: 6
Views: 11138

Re: Problem when using getsingle function

I'm getting a 0 / PICO OK on all of the calling lines My Declarations are: Declare Function pl1000OpenUnit Lib "pl1000.dll" (ByRef handle As Integer) As Long Declare Function pl1000CloseUnit Lib "pl1000.dll" (ByVal handle As Integer) As Long Declare Function pl1000GetUnitInfo Lib "pl1000.dll" (ByVal...
by mb91
Wed Nov 20, 2013 2:11 pm
Forum: VB and VBA (Excel, Access)
Topic: Problem when using getsingle function
Replies: 6
Views: 11138

Problem when using getsingle function

Hi, I'm using a pico1216 to read 4 different voltages (among other parameters) of a rig and then log them excel using a vba loop. When I check the voltages using the pico log recorder program , the values are as they should be and track the actual rig voltages accurately and independently (ie betwee...