Can’t find usb_tc0832.vi
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Pico Technology Forum Index -> LabVIEW
Author Message
cheezes
Newbie


Joined: 22 Dec 2006
Posts: 1

PostPosted: Fri Dec 22, 2006 7:57 pm    Post subject: Reply with quote

Please send me the vi also. I have tried to download your .zip file but the extension is .php
Back to top
ally67
Newbie


Joined: 12 Sep 2006
Posts: 1

PostPosted: Mon Jan 29, 2007 9:40 am    Post subject: trouble downloading usbtc08 NEW a.zip Reply with quote

I expect I'm doing something silly but when I try to download the file usbtc08 NEW a.zip it comes up as download.php which doesn't seem to do anything.

help a fool please!
Back to top
gruntman
Guru
Guru


Joined: 28 Sep 2006
Posts: 87
Location: Garden City, KS USA

PostPosted: Tue Jan 30, 2007 3:10 am    Post subject: Reply with quote

ally67,

There appears to be a problem currently with the download portion of the forum. To get around this after you have clicked to download the file you will have a dialog pop up asking where to save the file. Change the save as type to 'All Files' and in the file name type in 'usbtc08_NEW_a.zip'. Now it should save the file as it should.

Regards,

Richard Boyd
Crag Technologies, Inc
http://www.pc-oscilloscopes.com
Back to top
BigBoy
User
User


Joined: 09 Feb 2007
Posts: 2

PostPosted: Fri Feb 09, 2007 2:43 pm    Post subject: Reply with quote

Hello,

I would also like a 7.1 version of this new VI

Thanks
Back to top
gruntman
Guru
Guru


Joined: 28 Sep 2006
Posts: 87
Location: Garden City, KS USA

PostPosted: Tue Feb 13, 2007 8:36 pm    Post subject: Reply with quote

BigBoy,

Attached is a zipped folder which contains the USB TC-08 vi and the latest dll for it...

Regards,

Richard Boyd
Crag Technologies, Inc
http://www.pc-oscilloscopes.com



usbtc08vi71.zip
 Description:
USB TC-08 vi in 7.1 format

Download
 Filename:  usbtc08vi71.zip
 Filesize:  88.76 KB
 Downloaded:  2206 Time(s)

Back to top
BigBoy
User
User


Joined: 09 Feb 2007
Posts: 2

PostPosted: Wed Feb 14, 2007 4:50 pm    Post subject: Reply with quote

Thanks Gruntman but another member has sorted me out.

Should have posted update.

I am now off and running with no thanks to Pico.
Back to top
Jakob Engbæk
Newbie


Joined: 26 Apr 2007
Posts: 1
Location: Copenhagen, Denmark

PostPosted: Thu Apr 26, 2007 11:34 am    Post subject: Can anyone make the USB TC-08 work with LabView? Reply with quote

I have LabView 8.2 and I have tried the latest labview program and dll-file (mentioned in this topic), but for some reason it crashes especially if I change the program and try to measure more than 2 channels.
If any one has a working labview program that can control the “usb tc-08” please contact me.

I am of interested in integrating the temperature measurements with other parts of my equipment, which make it very annoying.
Best regards
Jakob
Back to top
gruntman
Guru
Guru


Joined: 28 Sep 2006
Posts: 87
Location: Garden City, KS USA

PostPosted: Wed May 02, 2007 9:17 pm    Post subject: RE: Can anyone make the USB TC-08 work with LabView? Reply with quote

Jakob,

The attached file is modified to display all 8 channel for the USB TC-08. Download the latest software to ensure that you have the latest drivers for the unit. If you have any questions feel free to contact me.

Regards,

Richard Boyd
Crag Technologies, Inc
http://www.pc-oscilloscopes.com



USB_TC-08_Single_71.vi
 Description:
USB TC-08 Labview using 'get_single" method version 7.1

Download
 Filename:  USB_TC-08_Single_71.vi
 Filesize:  169.1 KB
 Downloaded:  1483 Time(s)

Back to top
PT_Lough
User
User


Joined: 15 Dec 2006
Posts: 4
Location: Loughbrough University

PostPosted: Mon May 07, 2007 6:31 pm    Post subject: Using two USB TC08's with Labview Reply with quote

Hello,

I originally developed a Labview VI which monitors 8 channels from the USB TC08 and 4 from the serial TC08. I have now changed to a 2nd USB TC08 and I have tried to modify the original Labview code from this forum to run two of the USB units with Labview but I cannot get the it to work. I have tried loads of different VI loop designs but only one of the USB units will work at a time. I have tried driver reinstallation, computer restarts etc. and validated that the VI assigns unique IDs to each unit, so I'm a bit lost now.

Has anybody else tried this and thus have some suggestions.

Any help would be greatly appreciated,
Ed
Powertrains Lab, Loughborough University
Back to top
ziko
Site Admin
Site Admin


Joined: 01 Dec 2006
Posts: 596
Location: St Neots

PostPosted: Thu May 10, 2007 12:59 pm    Post subject: Reply with quote

HI, thank you for your post.

I do not know that much about labview, but in order to open a second unit you need to call the open unit function twice, this will give a different handle to each of the devices.

Hope this helps.

Kind regards
Back to top
PT_Lough
User
User


Joined: 15 Dec 2006
Posts: 4
Location: Loughbrough University

PostPosted: Fri May 11, 2007 3:29 pm    Post subject: Problems using two USB TC08's with Labview Reply with quote

I have managed to get both my USB TCO8's to work with PicoLog Recorder together but I still wish to use them with Labview.

Further experiments with the VI from this forum have confirmed that the usb_tc08_open_unit returns an ID of 1 for the first unit and an ID of 2 for the second. When I try to then get the temps from the second unit the LED on the unit lights green then goes off and the VI reports the unit is disconnected. The first unit continues to return temperatures.

I have tried setting the usb_tc08_open_unit and the other functions called in the VI to reentrant mode and reading the tempereatures separately, 1000 ms after the first unit has returned temperatures. So far I cannot get the 2nd unit to return the temperatures at all whatever I try.

Can anayone advise why temperatures cannot be read from the 2nd unit when it has a uniqiue ID.

Ed
Powertrains Lab
Loughborough University
Back to top
PT_Lough
User
User


Joined: 15 Dec 2006
Posts: 4
Location: Loughbrough University

PostPosted: Sun May 13, 2007 8:42 pm    Post subject: Managed to get two USB TCO8's Working with Labview Reply with quote

After further experimentation with the code from this forum I have managed to get our two USB TC08s' to work together in a single Labview VI - so it is possible. To achieve reliability, care needs to be taken with the way in which the device ID is assigned and how the connection to the units is closed - else the VI hangs and can be unstabe.

I found that if each function call for getting the temperature from the units is set to reentrant, it is possible to read the temperatures from both units in parallel. Thus, reading eight channels and the CJT on both units can be completed in less than 1000 ms (i.e 100ms x 9 channels for each unit). Otherwise the threads will execute one after the other and take up to 2000 ms.

I attach an unrefined VI which works if anybody else finds they have probs with this. You will need the dll file from earlier posts in this thread to run it.

Regards,
Ed
Powertrains Lab
Loughborough University



usbtc08 EDV7 Basic.vi
 Description:
Example VI for running two USB TC08s in parallel.

Download
 Filename:  usbtc08 EDV7 Basic.vi
 Filesize:  125.82 KB
 Downloaded:  1336 Time(s)

Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pico Technology Forum Index -> LabVIEW
All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 


Pico Technology topic RSS feed 
Powered by phpBB © 2001, 2005 phpBB Group