#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) |
#2
|
|||
|
|||
Have you tried other values for the PORT_5DT_USB variable?
|
#3
|
|||
|
|||
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.
|
Thread Tools | |
Display Modes | Rate This Thread |
|
|
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 |