PDA

View Full Version : Multiple Programs Running


durf
03-17-2009, 11:59 AM
Is there a way to run multiple programs at the same time using the same sensors?

Im guessing no because when i try to run different programs at the same time it does not work and only allows me to run one program at a time. Im just asking incase there is a way that I am unaware of.

Thanks

farshizzo
03-24-2009, 11:51 AM
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.