Search found 9 matches

by Solarity
Tue Dec 20, 2016 9:36 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico TC-08, Reading Data
Replies: 10
Views: 9450

Re: Pico TC-08, Reading Data

Hi Solarity, Thank you - we have received your completed form so an entry should appear on the PicoApps page in due course. Regards, Hi there Hitesh, It's a very basic program for now, but when I find the time I'll update it with a bit more functions. First I have to complete my own project where I...
by Solarity
Mon Dec 19, 2016 8:45 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico TC-08, Reading Data
Replies: 10
Views: 9450

Re: Pico TC-08, Reading Data

Good to hear you fixed it! :D Look forward to seeing the guide and program - you can submit it via the PicoApps page on our website. Regards, Hello there Hitesh =) I have uploaded the program I made to PicoApps page on your website. Inside the program I made a lot of note's that describe the functi...
by Solarity
Fri Dec 16, 2016 2:19 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico TC-08, Reading Data
Replies: 10
Views: 9450

Re: Pico TC-08, Reading Data

Omg I was testing some things, and I fixed it! Whoooo. I can finally read temperatures now with the click of a button

I'll make a guide + upload the program soon so more people can enjoy the code in c# :D
by Solarity
Fri Dec 16, 2016 1:36 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico TC-08, Reading Data
Replies: 10
Views: 9450

Re: Pico TC-08, Reading Data

Hi Solarity, When the status is equal to 0, try calling the dll's usb_tc08_get_last_error() function and let me know what that function returns. Does the device work ok with the PicoLog software? Regards, Hello there Hitesh, Thank you for your time =), the device is working perfectly with the Conso...
by Solarity
Fri Dec 16, 2016 10:35 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico TC-08, Reading Data
Replies: 10
Views: 9450

Re: Pico TC-08, Reading Data

Any help.. ?
by Solarity
Thu Dec 15, 2016 1:10 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico TC-08, Reading Data
Replies: 10
Views: 9450

Re: Pico TC-08, Reading Data

Hello there Hitesh, I am trying to figure out how to apply those functions, Small preview of what the program is doing now: Connecting to TC-08: Button 1 private void button1_Click(object sender, EventArgs e) { //connect tc-08 short handle = Imports.TC08OpenUnit(); //Code to open the device if (hand...
by Solarity
Thu Dec 15, 2016 11:47 am
Forum: Introductions
Topic: Hello there =) ~Solarity
Replies: 2
Views: 3896

Re: Hello there =) ~Solarity

Martyn wrote:Welcome to the forum :)
Thankyou =)
Can you if you have the time reply to my other topic if you know how I can fix the problem I am encountering =)?
by Solarity
Thu Dec 15, 2016 8:22 am
Forum: Introductions
Topic: Hello there =) ~Solarity
Replies: 2
Views: 3896

Hello there =) ~Solarity

Hello there =), Was looking around and saw the Introduction page and thought I'd make a post ^^ I call myself Solarity and I'm a electrical engineering student from the Netherlands, currently I'm working on a project involving the Pico TC-08 Data logger. The goals is to read temperature data from 8 ...
by Solarity
Thu Dec 15, 2016 8:05 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico TC-08, Reading Data
Replies: 10
Views: 9450

Pico TC-08, Reading Data

Hello there =) Currently I'm working on a project and I bought the TC-08 Data logger for it. What I am trying to achieve is that I connect 8 Thermocouples type-K to the TC-08 and read the temperature data from each one using a c# application. I was looking inside the example code that is provided wi...