WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 05-04-2006, 10:24 PM
mspusch mspusch is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 224
From all I know, this is due to a new version of the Intersense driver after they came out with their USB devices, and is pretty much more or less an Intersense bug.

However, there is a workaround that works very well which is to specify the port the Intersense is connected to (you can look it up under windows device manager under com-ports ).

What you do in Vizard is to specify the exact port the InertiaCube is connected to by placing the command

PORT_INTERSENSE = 3 #in case the InertiaCube is connected to COM port 3

right in the line in front of initiallizing the Intersense device

orientation = viz.add('intersense.dls')

so the total code for adding an InertiaCube2 then reads as


PORT_INTERSENSE = 3 #in case the InertiaCube is connected to COM port 3
orientation = viz.add('intersense.dls')
Reply With Quote
 


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


All times are GMT -7. The time now is 12:33 PM.


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