View Single Post
  #5  
Old 11-11-2014, 03:52 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Try adding two 5dt data glove inputs in Vizconnect and save the configuration file. It's fine if only one shows a connection at this time. Close down Vizconnect and open the config file in the Vizard GUI and find the initInputs section. You'll see code for data_glove and data_glove2. In the data_glove2 section change:

Code:
__main__.PORT_5DT_USB = 0
to:

Code:
__main__.PORT_5DT_USB = 1
Then run the config file and see if both gloves connect.
Reply With Quote