View Single Post
  #2  
Old 03-24-2009, 11:51 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can run multiple Vizard scripts simultaneously, but not through the Vizard IDE. You must run the scripts externally, by double clicking the .py files in Windows.

However, most sensors don't allow simultaneous access to the same device. So this might not work depending on the sensor you are using. To get around this you could setup a VRPN server and connect to the device using the VRPN plugin, which would allow simultaneous access.
Reply With Quote