View Single Post
  #3  
Old 01-18-2007, 12:51 PM
mspusch mspusch is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 223
if you are using a wireless IC3 by Intersense, the default way to connect this with Vizard is:

- install and RUN the IServer application that comes with the Intersense Software (you should have got it on a CD, otherwise contact Intersense to get it)

- in the IServer software, make sure that your InertiaCube(s) is/are recognized correctly



- now put the command 'PORT_INTERSENSE = 0" before the line

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

- if you add more than one wireless IC3, you'll get the second one with

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

so, your script for adding one IC3 will look like this:

PORT_INTERSENSE = 0
IC3number1 = viz.add('intersense.dls')
Reply With Quote