usb TC08, Project Builder - Executable

Post your LabVIEW discussions here
Post Reply
drafter
User
User
Posts: 2
Joined: Tue Dec 02, 2008 9:05 am

usb TC08, Project Builder - Executable

Post by drafter »

I'm using LabView 8.2.1 to create an stand alone exe which can be run on every pc after installing the rte and the application. However, running the installer-exe, which mainly consists of the "usbtc08.vi", on an alien pc, error code 0 "TC-08 Not Opened" is displayed. Which files or drivers did I forgot to integrate into the installer?

Robin
Advanced User
Advanced User
Posts: 558
Joined: Fri Sep 19, 2008 10:17 am

Post by Robin »

Hi

As well as the DLL (usbtc08.dll), you will need picopp.sys and picopp.inf.

picopp.sys needs to be placed in C:\WINDOWS\system32\drivers

picopp.inf needs to be placed in C:\WINDOWS\inf

These files are all contained in the software development kit (http://www.picotech.com/download.html).

I hope this helps

Robin

drafter
User
User
Posts: 2
Joined: Tue Dec 02, 2008 9:05 am

Post by drafter »

it worked out.

Post Reply