WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-16-2009, 12:07 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Do you get the errors when connecting to the Vicon server using a non-clustered script? The current behavior is a bug in the Vicon plugin. In cluster mode, only the master should connect to the server. This will be fixed in the next release.

As a workaround, try the following code which will only load the Vicon plugin on the master computer and loads a dummy extension (VRPN) on the clients:
Code:
viz.cluster.setMask(viz.MASTER)
vicon = viz.add('vicon.dle',...) #Create vicon plugin on master
viz.cluster.setMask(viz.ALLCLIENTS & ~viz.MASTER)
viz.add('vrpn7.dle') #Create dummy extension on clients
viz.cluster.setMask(viz.ALLCLIENTS)
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
Integrating InertiaCube and Vicon data roman_suvorov Vizard 10 05-20-2008 04:30 PM
Vicon plug-in dudey12 Plug-in development 11 04-25-2008 08:59 AM
Cluster Help videcuk Vizard 12 09-21-2007 02:14 PM
Cluster problems for RC1 hotspur1 Vizard 1 04-04-2007 12:31 PM
quad_buffer cluster John P Vizard 4 06-07-2006 10:01 PM


All times are GMT -7. The time now is 09:52 PM.


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