Download Polhemus Driver



Thank you for choosing Polhemus products. Please see below for links to product downloads, product manuals and third party plug-ins. If you have not yet registered your product, please do so via the link. This will ensure you receive the latest product updates and any upgrade information. For additional information, please contact Polhemus Technical Support:

Use DocuSign eSignature to easily upload and send documents for electronic signature from anywhere and on any device. This includes DocuSign Click, DocuSign Simplified Sending and any third-party integration that relies on eSignature. Download FastSCAN USB Laser Scanner for Windows to uSB driver. By Polhemus Free.

  • Register Your Product: click here
  • Email: techsupport@polhemus.com
  • Call: 1-800-357-4777 (in the U.S. & Canada) or 802-655-3159 (outside U.S. & Canada)

Download Polhemus Driver Win 10

Introduction

This package is a development package for Java to use tracking devices of Polhemus and Intersense on Java platforms. Currently, the following devices are supported.

Download polhemus driver free
CompanyProductImage
PolhemusFastrak / Isotrak2
IntersenseIS300 (Maybe you can run IS600 using the IS300 driver)

Please chceck the download site on SourceForge.net to get the package and the samples.

Setup

To use the package, you have to install latest Java Communications API. You can get the packages from Sun’s Java site.

Class Overview

Download

Download Polhemus Driver License

Polhemus Class

Polhemus class is a super class of Fastrak, Isotrak2 and IS300 class.
Use the following methods to get the position data and the orientation
data etc.

Polhemus(int device, int speed)
  • device : Specifies a number of the serial port. You can use the platform independent defines Fastrak.SERIAL1 or Fastrak.SERIAL2.
  • speed : Specifies the baud rate that is a communication speed with a Polhemuse device.

The constructor creates an instance that is used to communicate with a
Polhemus device The constructor is called by a constructor of Fastrak,
Isotrak2 and IS300 class.

Driver

Download Polhemus Driver Free

int getActiveReceivers(void)

The method returns a number of active receivers.

void getPosition(int nReciver, float pos[3])

The method retrieves a current position of a specified active receiver. The valid range of the nReciver is from 1 to the value returned by getActiveNRecivers()

void getOrientation(int nReciver, float euler[3])

The method retrieves current euler angles of a specified active receiver. The valid range of the nReciver is from 1 to the value returned by getActiveNRecivers()

Download Polhemus Driver Download

3.2 Fastrak / Isotrak2 / IS300 Class

Fastrak, Isotrak2 and IS300 class are sub class of Polhemus class. I show only the coustructors of the sub classes bellow. The arguments are same as Polhemus class.

Revision

RevisionDateNote
1.01999/05/20The first release.

License

Download Polhemus Driver Download

This package is provided “AS IS”. Licenser disclaims all warranties,
including but not limited to, all express or implied warranties of
merchant ability and fitness for a particular purpose. Everyone can use
the package for commerce or personal purposes free.