Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

using jazz-novo eye tracker in the labview

I have been trying to add the hardware component Jazz-novo eye tracker in the labview. I want the output from that file to be read in to labview, recognizing device as a part of labview. I have seen the drivers available and also the 3rd party drivers. But didnt find jazz novo there. Can anyone help me out how to add this particular device in the labview?

 

This is the device i am talking about

http://www.ober-consulting.com/product/jazz/

 

Thanks in advance.

 

- Sandeep

0 Kudos
Message 1 of 8
(5,997 Views)

The best thing you can do is contact them and see what options are available for control by a third-party software (LabVIEW). See if they have some sort of programming API (DLL, ActiveX, .NET, etc.). I see it uses a USB connection. Find how how the USB connection enumerates itself to the pc. Is it HID, RS232?

0 Kudos
Message 2 of 8
(5,993 Views)

Thank you for the reply 

This device is actually read in the system like an optical USB. There is a software for this device which can get the values and save them in a file and then we can process the file.

This shows you how it is connected to the system.

http://www.ober-consulting.com/files/jazz%20stationary.pdf

0 Kudos
Message 3 of 8
(5,987 Views)

Reading the file is completely different than being able to recognize the device in LabVIEW. If you just want to read the file, it does not matter at all if LabVIEW recognizes the device and as far as that goes, you don't have to have the device connected at all.

 

I don't think optical USB is an actual USB class such as HID but it doesn't really matter if you aren't controlling or reading the device directly.

0 Kudos
Message 4 of 8
(5,980 Views)

0 Kudos
Message 5 of 8
(5,972 Views)

i tried reading the values from the file and posting them to the labview using connectivity module in labview using labwindows cvi. But i want the values in the run time. The problem is that i want the values when the eye movement is captured in the run time.

0 Kudos
Message 6 of 8
(5,969 Views)

Please make up your mind. You either want to get the xy data from the file or get the xy data directly from the device. You can check the file for updates and read the contents with functions on the File I/O palette. To get them from the device directly, you will have to do what I mentioned about getting details on a third-program api. As you can see from a search, there have never been any posts about a jazz-novo so you are on your own as far as understanding how to interface to it.

 

In case you run across the link to create your own USB driver, I would suggest you ignore it unless you can get the very lowest sort of details on the USB protocol that the vendor is using.

0 Kudos
Message 7 of 8
(5,966 Views)

I was able to detect the device using in MAX, which is generally recognized as a USB device. Now the next step is how to use the device using NI-VISA in labview. Need to find out from the vendor which type of USB pipes the device supports in control, bulk and interrupt. 

0 Kudos
Message 8 of 8
(5,921 Views)