Search found 7 matches

by AbnViso
Tue Jun 23, 2020 1:02 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: usb_tc08_close_unit and PinnedArray
Replies: 0
Views: 12095

usb_tc08_close_unit and PinnedArray

Hi Forum, I have some coding running that can open a connection to a TC08 and then you can start logging using stream mode. But when I stop streaming and close the device using usb_tc08_close_unit it returns 0 and if I try to call usb_tc08_get_last_error with handle 1 I get invalid handle. But if I ...
by AbnViso
Wed Mar 25, 2020 1:05 pm
Forum: USB PC Data Loggers
Topic: TC08 not found C#
Replies: 0
Views: 13805

TC08 not found C#

Hi Forum, I'm back on programming (C#) for our TC08 support. I have a issue that is nagging me a bit. I have a window that has a graph to display the measurements and I have separate class to handle the communication (open and close device, get temp, etc.) The Process is: Open the window I make a ne...
by AbnViso
Mon Jul 29, 2019 7:08 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Check if TC-08 is still connected ?
Replies: 4
Views: 12637

Re: Check if TC-08 is still connected ?

Hi NielH,

I just send the C# file to the support mail.

I would very much like to see the code you have running where is works ?
And I would be awesome if you uploaded it to your C# TC-08 GitHub :P
by AbnViso
Fri Jul 26, 2019 7:40 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Check if TC-08 is still connected ?
Replies: 4
Views: 12637

Re: Check if TC-08 is still connected ?

@NeilH
You could call usb_tc08_get_unit_info which will return a 0 if there is an error (such as the device being disconnected)
I'm sorry but this simply doesn't work ?

If you know for sure that this should work, could you please send me a working code example ?
by AbnViso
Wed Jul 03, 2019 2:38 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Check if TC-08 is still connected ?
Replies: 4
Views: 12637

Check if TC-08 is still connected ?

Hi Forum, PicoLog, has the ability to check which device is still connected. BUT HOW ? :D Let's say I have two TC-08 connected and have runned TC08OpenUnit() for both and have the handle for both. If I then pull the USB on one of them, how do I check which one is still connected ? Running TC08OpenUn...
by AbnViso
Mon Jul 01, 2019 11:05 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Detect probe in TC-08
Replies: 2
Views: 10634

Re: Detect probe in TC-08

Hi Gerry,
Unfortunately, there is no automatic detection in the TC-08.
I don't need automatic detection, I would just LOVE any way of detecting?

If this is possible it would greatly decrease the chance for errors.
by AbnViso
Fri Jun 28, 2019 1:45 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Detect probe in TC-08
Replies: 2
Views: 10634

Detect probe in TC-08

Hi,

I'm doing a project with a couple of TC-08's in C# and everything but one thing is working fine.

And this is super annoying.

How do you detect if a channel has a probe connected ??

Regards
Anders