Search found 4 matches

by Thormidable
Thu May 21, 2015 1:06 pm
Forum: USB PC Data Loggers
Topic: ADC20 issue with hrdlCloseUnit()
Replies: 7
Views: 5952

Re: ADC20 issue with hrdlCloseUnit()

Hi Hitesh, It is hard to be specific, but what I can say is: The problem is after closing down my program (and calling hrdlCloseUnit() ) when I try to get a handle to the device it returns a devicehandle of 0. Once this occurs I've found I must unplug the device from the machine and plug it back in....
by Thormidable
Mon May 18, 2015 2:27 pm
Forum: USB PC Data Loggers
Topic: ADC20 issue with hrdlCloseUnit()
Replies: 7
Views: 5952

Re: ADC20 issue with hrdlCloseUnit()

Hi, Attached is the requested information. IbxPicoPlugin.cpp relies on the rest of our codebase and so will not compile (however it should contain all the important information about how we set the values, run the logger and initialise and stop it). It is development code. The Settings file has been...
by Thormidable
Fri May 15, 2015 11:26 am
Forum: USB PC Data Loggers
Topic: ADC20 issue with hrdlCloseUnit()
Replies: 7
Views: 5952

Re: ADC20 issue with hrdlCloseUnit()

Hi Hitesh, Thank you for the reply, The dll version is 1.4.0.205. Pretty sure I connected it to a Usb 2.0 port (I've been connecting it through a hub). PicoLog recorder reports the release as 5.24.2 I have setup the logger on a fresh system. I have not run my program, and have the same bug issue jus...
by Thormidable
Wed May 13, 2015 12:27 pm
Forum: USB PC Data Loggers
Topic: ADC20 issue with hrdlCloseUnit()
Replies: 7
Views: 5952

ADC20 issue with hrdlCloseUnit()

Hi, Recently bought a Adc20 model and have been building a c++ application to use the data acquired. Everything seems to be working, but I have an issue with HRDLCloseUnit(). I supply the current Device_ID_Handle to the function and it will hang inside that call. I have already stopped acquiring dat...