View Single Post
  #2  
Old 02-06-2006, 02:05 PM
mspusch mspusch is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 223
Hi George,

When using IS900 with Vizard, you should run the Intersense proram called IServer, to handle the different Intersense devices which are connected.

Vizard will load the Intersense devices 'one by one', the way they are listed in IServer (see Intersense docs about how to configure this).

so the first line

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

will add the first Intersense device,

the second line

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

will add the second Intersense device, etc.



If you decide not to use the IServer, you need to specify the Intersense Port before you load the individual Intersense devices. Please add the following line of code BEFORE the individual viz.add('intersense.dls') statements:

PORT_INTERSENSE = 0

Port 0 is the port typically used by IS900, but it can also be other ports, just have a look at your windows port configuration to find out.

All best,

The WorldViz Team

P.S. Upgrades within versions (i.e. 2.5 to 2.53 is free). The only upgerade which will require either an active support contract or an upgrade charge is the upgrade to Vizard 3.0 as soon as this is available.
Reply With Quote