Search found 5 matches

by ferhan
Sat Jul 19, 2008 6:34 pm
Forum: PicoLog
Topic: ADC11\10 Interface
Replies: 2
Views: 4744

ADC11 INTERFACE

Hello, I'm trying to attach my file but it's 470 kb. And it says It's too big. so I'm sending the exe file (in debug directory). but in my project I used excel 2003 version to record data. so If you want to run the project, you must install excel 2003. I hope you like:) Among other things, Thanks ev...
by ferhan
Wed Jul 09, 2008 3:12 pm
Forum: PicoLog
Topic: ADC11\10 Interface
Replies: 2
Views: 4744

ADC11\10 Interface

hi everyone I have been studying with a project for a few months. And I finished it. It's an amator program but my first professional program:). I made an interfase for ADC11\10 (usb). this project does the similar things with original program. only some new changes. Watching all data form channels ...
by ferhan
Mon Nov 05, 2007 10:51 am
Forum: PicoLog
Topic: programming ADC11 with C#
Replies: 6
Views: 9134

thanks

thanks for your help markB...

the problem solved. It works succesfully.

thanks a lot..
by ferhan
Fri Nov 02, 2007 11:12 pm
Forum: PicoLog
Topic: programming ADC11 with C#
Replies: 6
Views: 9134

here is my project

Hi and thanks for your reply This is my class for ADC1132.dll declarations. using System; using System.Runtime.InteropServices; namespace usbbaglanti { class usbcom { [DllImport("adc1132.dll", SetLastError = true)] public static extern bool adc11_open_unit(int port, int product); [DllImport("adc1132...
by ferhan
Fri Nov 02, 2007 7:03 am
Forum: PicoLog
Topic: programming ADC11 with C#
Replies: 6
Views: 9134

programming ADC11 with C#

I' trying to develope a project using C#. but I can't access the functions which take pointer kind of parameter. I use adc1132.dll. the other functions are OK. But pointer kind of parameter is a big poblem for me. how can I declare the pointer in dll specification and in my C# project. Also I want t...