Search found 13 matches

by MHims
Wed Aug 08, 2007 10:01 pm
Forum: VB and VBA (Excel, Access)
Topic: VB6 Sample Project
Replies: 10
Views: 17718

Ok I've changed it like you said....added on a few If statements to convert the raw data to mV using the appropriate value in the formula and then tried it: I've uploaded the VB project here: http://www.mhims.co.uk/PicoUpload.zip Pico: Water Alarms 2146mv Heading 308 degrees Pod Vac 1.03 bar Pod Vac...
by MHims
Wed Aug 08, 2007 2:45 pm
Forum: VB and VBA (Excel, Access)
Topic: VB6 Sample Project
Replies: 10
Views: 17718

by MHims
Wed Aug 08, 2007 1:55 pm
Forum: VB and VBA (Excel, Access)
Topic: VB6 Sample Project
Replies: 10
Views: 17718

It's in my first post - I uploaded it to my site since it wasn't allowed here.

Michael
by MHims
Wed Aug 08, 2007 12:40 pm
Forum: VB and VBA (Excel, Access)
Topic: VB6 Sample Project
Replies: 10
Views: 17718

Hi,

Any news on this?

Cheers,

Michael
by MHims
Tue Jul 31, 2007 6:35 pm
Forum: VB and VBA (Excel, Access)
Topic: VB6 Sample Project
Replies: 10
Views: 17718

Hi, I'm simplified the timer event code so it now reports back just the read value (no conversion to mV) and I now get: Ch1 14 raw data Ch2 57597 raw data Ch3 7167 raw data Ch4 -2 raw data Ch5 7167 raw data Ch6 5371 raw data Ch7 14044 raw data Ch8 13581 raw data And the PicoLog Recorder reads: Water...
by MHims
Tue Jul 24, 2007 3:03 pm
Forum: VB and VBA (Excel, Access)
Topic: VB6 Sample Project
Replies: 10
Views: 17718

VB6 Sample Project

Hi, This is the same problem as last time but figured I'd start a new thread so we can start fresh (you can forget the old thread I've included all the info in this one). I use your ADC-16 onboard an underwater vehicle and have uploaded the settings file to my Website: I'm trying to write a new inte...
by MHims
Sat May 26, 2007 6:30 pm
Forum: VB and VBA (Excel, Access)
Topic: ADC-16 Values
Replies: 12
Views: 17904

Hi,

Sorry for not getting back.

I don't actually have the ADC-16 here and the person that does is currently moving house. However he's told me that he can try it around 1st June.

I'll let you know how it goes.

Cheers,

Michael
by MHims
Mon May 21, 2007 2:25 pm
Forum: VB and VBA (Excel, Access)
Topic: ADC-16 Values
Replies: 12
Views: 17904

Oh sorry, PicoLog Release 5.11.8

Michael
by MHims
Fri May 18, 2007 4:49 pm
Forum: VB and VBA (Excel, Access)
Topic: ADC-16 Values
Replies: 12
Views: 17904

PicoLog Recorder Driver Version 2.4

Cheers,

Michael
by MHims
Thu May 17, 2007 6:22 pm
Forum: VB and VBA (Excel, Access)
Topic: ADC-16 Values
Replies: 12
Views: 17904

Hi, It still doesn't make the values match up. I'll try to explain it again.... I've compiled the sample program (SP) and run it and noticed that the values that it reports are different to what the PicoLog recorder produces. So where the sample program will say Ch1 is 45mV if I then close down it d...
by MHims
Fri May 11, 2007 3:10 pm
Forum: VB and VBA (Excel, Access)
Topic: ADC-16 Values
Replies: 12
Views: 17904

Hi,

Channel 1 doesn't have a scaling equation only 2 through 7 and as you can see from the table the VB6 project was reading just over 7mV while the Pico program was reading 2138mV.....

Cheers,

Michael
by MHims
Wed May 09, 2007 1:14 pm
Forum: VB and VBA (Excel, Access)
Topic: ADC-16 Values
Replies: 12
Views: 17904

Hi, I've attached a screenshot from an Excel Spreadsheet that should hopefully get my point across more clearly (though the program itself is being coded in VB6). On the left are the Channels (Eight is unused), the column titled ADC-16-32Bit(2) is the value the sample VB6 project returns. The column...
by MHims
Tue May 08, 2007 6:47 pm
Forum: VB and VBA (Excel, Access)
Topic: ADC-16 Values
Replies: 12
Views: 17904

ADC-16 Values

Hi, I work as a software developer and I'm currently working on a redesign of the ADC-16 GUI for a client. The application is an underwater robot that uses equations to convert Pico's read data into actual real values such as depth and heading etc. We've run the sample VB6 project and the results ar...