WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-06-2007, 08:09 AM
Steve_HT Steve_HT is offline
Member
 
Join Date: Jan 2007
Posts: 13
fastrak

Hello,

I'm trying to use the Polhemus fastrak unit. I have the unit connected on COM1 and a cyberglove on COM2. 'Cyberglove.dls' seems to work fine, but 'fastrak.dls' is unable to connect to the device, even though it's clearly available and running in the Immersion software.

What am I missing here?

I've also tried "Patriot_HeadHand" with both the patriot plug-in and the fastrak plug-in with no luck.
Reply With Quote
  #2  
Old 03-06-2007, 09:04 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Did you specify the port before adding the fastrak.dls sensor? Your code should look something like this:
Code:
PORT_FASTRAK = 1
fastrak = viz.add('fastrak.dls')
Reply With Quote
  #3  
Old 03-06-2007, 02:00 PM
Steve_HT Steve_HT is offline
Member
 
Join Date: Jan 2007
Posts: 13
That doesn't seem to help
Reply With Quote
  #4  
Old 03-06-2007, 02:50 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Are you getting an error message? If so, can you please post it.
Reply With Quote
  #5  
Old 03-07-2007, 06:15 AM
Steve_HT Steve_HT is offline
Member
 
Join Date: Jan 2007
Posts: 13
The code:

viz.go()

glove = viz.add('cyberglove.dls')

PORT_FASTRAK=1
polhemus = viz.add('fastrak.dls')

The Error:

************************************************** ****************************
** Loading newHandTest.py
************************************************** ****************************
cyberglove.dls CyberGlove Driver v1.0
fastrak.dls Polhemus Fastrak v1.0
** ERROR: Failed to connect to Polhemus Fastrak
Reply With Quote
  #6  
Old 03-07-2007, 09:55 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Is the unit set to communicate over serial at a baud rate of 115200? You can check by making sure switches 1, 2, 3, 5, and 8 are UP.
Reply With Quote
  #7  
Old 03-07-2007, 10:17 AM
Steve_HT Steve_HT is offline
Member
 
Join Date: Jan 2007
Posts: 13
Yep, they are set. As I said, it communicates just fine with the Immersion Technologies software. Is there perhaps a Polhemus driver that I'm missing, or something like that?
Reply With Quote
  #8  
Old 03-07-2007, 10:42 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
If you are connecting the Fastrak over USB, then you do need to install a driver. But, as far as I remember, you don't need any additional drivers when connecting over serial.

You mentioned that the Fastrak communicates fine with the Immersion software. Did you mean that it communicates fine with the Polhemus software? The CyberGlove is an Immersion product, not the Fastrak.
Reply With Quote
  #9  
Old 03-07-2007, 11:58 AM
Steve_HT Steve_HT is offline
Member
 
Join Date: Jan 2007
Posts: 13
Yeah, I uploaded new Polhemus firmware onto the Fastrak, but otherwise have not been using any Polhemus at all. My communications are through the standard serial port.
Reply With Quote
Reply


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


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


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