View Single Post
  #1  
Old 09-04-2013, 04:15 AM
williamchappell williamchappell is offline
Member
 
Join Date: Aug 2013
Posts: 11
Polhemus Fastrak

Hey, after reading though some of your tutorials I've got the following code:

Code:
import viz
import vizact
import viztracker

viz.setMultiSample(4)
viz.fov(60)
viz.go()

lab = viz.addChild('lab.osgb')

PORT_FASTRAK = 1
fastrak = viz.add('fastrak.dls')
Which gets me the error:
Code:
Loading File: lab.osgb
fastrak.dls              	Polhemus Fastrak v1.0
** ERROR: Failed to connect to Polhemus Fastrak over USB or COM1
** Load Time: 0.26 seconds
The fastrak is working correctly, to my knowledge, as the bundled software can connect and display the data.
Is there anything else I need to do to ensure a connection the the fastrak?

Thanks, Will.
Reply With Quote