![]() |
|
#4
|
|||
|
|||
|
If you have an XBUS device on COM 10 with 3 sensors connected, then you need to call xsens.addMT() 3 times. The following code shows how:
Code:
xsens = viz.add('xsens.dle')
sensor1 = xsens.addMT(port=10)
sensor2 = xsens.addMT(port=10)
sensor3 = xsens.addMT(port=10)
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vizard Enterprise Edition and motion capture | aaThomas | Vizard | 4 | 10-05-2007 11:31 AM |
| newbie problem getting vizard to work | Colin | Vizard | 2 | 11-10-2006 11:54 AM |
| problem talking to usb device in Vizard | Vbents | Plug-in development | 2 | 06-15-2006 04:08 PM |
| Vizard Program Problem - | G-Chan | Vizard | 1 | 06-13-2005 09:29 AM |
| Vizard Crashes: causes are hard to determine, possible problem with the viz code | vr_boyko | Vizard | 1 | 01-07-2005 11:52 AM |