WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Vizard & USB 5DT Data Glove (https://forum.worldviz.com/showthread.php?t=383)

rdotsch 07-25-2005 06:27 AM

Vizard & USB 5DT Data Glove
 
Hi,

I'm having trouble getting vizard to detect an USB 5DT Data Glove Ultra 5.

Code:

import viz
import hand
viz.go()
#Add the 5DT sensor
sensor = viz.add('5dt.dls')

At this point vizard looks for a glove on COM1. Changing this with a command such as
Code:

PORT_5DT = 2
does allow me to change to another serial port (COM2 in this case). But I can't get it to point to a data glove connected on USB0.

Doesn't 5dt.dls offer USB support? Or am I doing something wrong?

Thanks in advance,

Ron

farshizzo 07-25-2005 11:51 AM

Hi,

The driver for the 5DT data glove was made before the USB version was released. We will update our driver within the next few days. I will let you know when it is finished.

rdotsch 07-25-2005 02:38 PM

That's great news! Thanks.

Ron

farshizzo 07-25-2005 05:23 PM

1 Attachment(s)
Hi,

I've attached a modified version of the 5DT driver to this post. It includes two files: fglove.dll and 5DT.dls. Place the file fglove.dll in the [Vizard25]/bin directory. Place the file 5DT.dls in the [Vizard25]/plug-ins directory. To connect to a USB glove you will need to specify the USB port as following:
Code:

PORT_5DT_USB = 0
This will attempt to connect to a glove on USB0. We do not currently have a 5DT data glove to test this new driver with, so if you experience any problems please let me know immediately.

rdotsch 07-26-2005 04:35 AM

Wow! That's quick. Thank you very much, it works perfectly, without any problems at all.

Kind regards,

Ron


All times are GMT -7. The time now is 10:54 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC