Search found 3 matches

by bmac
Mon Aug 16, 2010 3:29 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: C# unable to request data from PicoLog 1216
Replies: 4
Views: 7270

Re: C# unable to request data from PicoLog 1216

All sorted :D

Cheers for the help!
by bmac
Mon Aug 16, 2010 9:28 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: C# unable to request data from PicoLog 1216
Replies: 4
Views: 7270

Re: C# unable to request data from PicoLog 1216

Thanks a lot its now picking up the device. I just have one more question for requesting data in the PicoLog the methods contain external classes such as PL1000_INPUTS and BLOCK_METHOD for example: short pl1000GetSingle( short handle, PL1000_INPUTS channel, short value ) short pl1000Run( short handl...
by bmac
Fri Aug 13, 2010 1:27 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: C# unable to request data from PicoLog 1216
Replies: 4
Views: 7270

C# unable to request data from PicoLog 1216

Hi, Have been trying to use the pl1000.dll library to access the PicoLog device through my own c# software so that i can access it's my measurements. However, when i try to use the pl1000OpenUnit(short handle) method it always returns the error code 12 ("PICO_INVALID_CONDITION_CHANNEL") therefore ev...