WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 06-15-2014, 06:18 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Thanks for bringing this up, it seems like the option to specify the port is missing. If vizconnect is receiving data from the device the Status button should be bright green. Click on the button to open the status dialog and see the most recent signal information.

If there is no data you can manually edit the config file as a temporary workaround. Add the SpaceGrips input in vizconnect, save the config file and then open it up in the Vizard editor. In the InitInputs function find the following line of code:

Code:
rawInput[_name] = spacegrips.addSensor()
Change that to:

Code:
rawInput[_name] = spacegrips.addSensor(port=5)
Run the config file to open up the vizconnect interface again. See if the Status is now bright green and reporting data.
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vizconnect Save As Dialog Jeff Vizard 0 05-01-2014 09:45 AM
Cave Collision problem TopazFrost Vizard 2 02-13-2014 02:34 PM
Vizard problem mizutani_jun Vizard 4 01-09-2011 03:39 PM
Vertex shader performance problem Joran Vizard 2 11-17-2008 01:29 AM
problem with female animations vmonkey Vizard 1 10-07-2005 10:36 AM


All times are GMT -7. The time now is 10:35 AM.


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