WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-04-2009, 01:38 PM
kabk kabk is offline
Member
 
Join Date: Apr 2009
Location: The Hague
Posts: 1
5DT glove ultra error 5dt.dls failed

Why do I get an error message with this script
when using the 5dt glove ultra?

The error is:
** ERROR: Failed to load plug-in: '5dt.dls' ?




import viz
viz.go()

PORT_5DT_USB = 0
sensor = viz.add('5dt.dls')

import hand
h = hand.add(sensor)
h.setEuler(0,-90,0)
#h.leftHand()

tips = []
S = 0.01
for x in range(5):
tips.append( viz.add('white_ball.wrl',scale=(S,S,S),color=viz.B LUE) )

def UpdateFingerTips():
for x in xrange(5):
mat = h.getFingerTip(x)
tips[x].setPosition(mat.getPosition())
tips[x].setQuat(mat.getQuat())

vizact.ontimer(0,UpdateFingerTips)

import vizcam
cam = vizcam.PivotNavigate()
cam.setCenter(0,0,0)
cam.setDistance(0.5)

viz.clearcolor(viz.GRAY)
Reply With Quote
  #2  
Old 05-04-2009, 06:47 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Have you tried other values for the PORT_5DT_USB variable?
Reply With Quote
  #3  
Old 05-05-2009, 12:43 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The error you are receiving means that the actual DLL failed to load. This means the DLL is missing or that one of its dependencies are missing. Make sure that the 5dt.dls is located in the Vizard/plug-ins folder and that fglove.dll is located in your Vizard/bin folder.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
intersense with 5DT glove sjp Vizard 2 04-06-2009 07:22 AM
intersense: Failed to set control word on \\.\COM1 OueOue Precision Position Tracker (PPT) 2 01-18-2007 12:51 PM
Use of 5DT Ultra left handed glove pattie Vizard 1 08-26-2006 12:59 PM
5DT Data Glove 5 Ultra Problem bjgold Vizard 1 08-08-2006 04:08 PM
5DT Data Glove 5 Ultra Flexure Question bjgold Vizard 1 07-25-2006 02:58 PM


All times are GMT -7. The time now is 11:46 AM.


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