View Single Post
  #2  
Old 04-06-2004, 09:12 AM
mspusch mspusch is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 223
Hi Eugene,

There are three possibilities about what could cause the problems you see. Please do the following:

A) Use a new Intersense driver provided at worldviz.com/intersense_215.zip and attached to this post. Replace the driver intersense.dls in the Vizard20/plugins folder with the new driver. This driver lets you specify the port the Intersense is connected to. For example, if the intersense is plugged into COM2 you would do the following:

PORT_INTERSENSE = 2
Isense = viz.add('intersense.dls')

B) You might have installed the Intersense Server on your computer, which runs automatically after restart and is known to conflict with other Intersense drivers. Please make sure the IServer is not running when you run the Vizard applications.

C) It sounds like you are only using an Intersense cube, not the PPT (WorldViz Precision Position Tracker for walking around in the simulation). For this, please get rid of the lines

pos = viz.add('vizppt.dls')
pos.command(4.002)
pos.command(13)

and lower down (where the reset button is defined) the line

pos.reset()

Hope that helps.

Matthias
Attached Files
File Type: zip intersense_215.zip (29.1 KB, 2770 views)
Reply With Quote