Driver for JAZ Ocean Optics

Dear all,
I'm trying to find out whether there is a driver for the Ocean Optics "Jaz" Spectrometer to interface "Jaz" with the NI-cRIO.
I would like to use the Ethernet (TCP/IP) protocol but also the USB could be a solution.
Does anybody have anything on this?
Thank a lot
Fra_QS

Hi Fra_QS
Please have a look at the ocean optics page.
They have the OmniDriver that supports LabVIEW 7.1 and above:
"OmniDriver provides drivers for LabVIEW version 7.1 and above to enable you to configure Ocean Optics spectrometers as real-time virtual instruments in National Instruments' LabVIEW graphical programming environment."
Spectroscopy Development Platform
You can download this driver here:
OmniDriver
Or you can use the standard TCP/IP functions in LabVIEW, but then you have to know the device specific commands for the communication.
Hope that helps.
Kind regards
Pixar

Similar Messages

  • Can I use an optical drive as a backup drive for File History?

    I wish to use a DVD drive as a backup...win now calls it file history... drive.  The flash drives and HDs show up an an option but not the external or internal optical drives.  Can they be used?
    This question was solved.
    View Solution.

    Which OS are you referring to?
    An external drive, network or Cloud drive are seen the best options. DVD drives are not seen as viable options. Read this microsoft document about setting up a drive for file history.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • What is the best and reasonably priced external cd/dvd optical drive for an Imac 21.5 inches from late 2009?

    What is the best and reasonably priced external cd/dvd optical drive for an Imac 21.5 inches from late 2009?

    A lot of people have a Mac where the superdrive has been taken out to be replaced with a harddisk. Try to find a friend who has done that, give him a beer and take the superdrive, then buy a superdrive container from OWC or another for  afew dollars and put it in there. This slimdrive container has a USB connector. There you go.

  • External optical drive for macbook3.1

    Hello Users...
    I am using macbook3.1 - 2007 later version, I got the problemwith its optical drive (DVD reader only). Now it's too expensive to replace theoptical drive. So I would like to buy an external optical drive.  And myquestions are-
         1)Can I use an external Blu-ray drive for thesame MacBook? Does it support the current OS/hardware?
         2)If it’ssupport, what is the best external optical (DVD/ Blu-ray) drive for themacbook3.1?
    Your suggestions are very helpful for me..

    Correct.

  • What is the best 3rd party optical drive for my mac?

    What is the best 3rd party optical drive for my mac?

    I really like this drive, it reads/writes DVD's and CD's just fine on my mac and on my PC aswell also it has only 1 USB so it will only take up one of your 4 USB's
    Amazon UK link
    Amazon US link

  • Swapping OPtical Drive for SSD

    I am going to swap my optical drive for an SSD to make everything far more faster. My computer is out of warranty so it won't be affected. I was just wondering what will happen to my existing hard drive when I clone the old hard drive and copy it on to the SSD? Obviously I will make it so my computer boots       my SSD, does my old hard drive act in the same way an external hard drive does? Will I be able to save things on there just as easily as before?
    Thanks

    Go talk to Bmer over here
    http://macosg.com/
    What he did was move the hard drive to the optical bay and then replaced the boot drive with a SSD with a kit, he can walk you though it all as he's good with SSD's and all it's headaches. The kit also makes the Superdrive a external optical drive.
    SSD's make good boot and program drives, but not a good file drive, use the hard drive for that instead.
    One of the drawbacks is you can't boot from the OS X install disks or Windows disk or even perhaps not even Linux disks on a external optical drive.
    So you'll have to learn all about Carbon Copy Cloner and option bootable clones too.
    Download the free MacTracker and find out your SATA, as that can limit your SSD speed and could save you money as you buy the slower older SATA SSD's to match your hardware instead of the higher more expensive ones you can't use anyway.
    Good Luck.

  • Thinkpad Edge S430 - Swapping out optical drive for HDD?

    Hi There
    I just ordered myself an S430 with a 128gb SSD HDD included. I didn't see an option to replace the optical drive with a secondary HDD (e.g. a 500gb) so have the optical drive in as standard. Now, I would have rather changed this out for a secondary HDD or for a Blu-Ray drive, thinking I could do this myself once bought...Looking at other posts it looks like you can swap out the optical drive for a Blu-Ray drive, although I would preferably get a secondary drive over the Blu-Ray, but I'm hesitant over a few things:
    Is this possible to do myself (swapping out for either secondary HDD or blu-ray drive) without voiding the warranty? (I got it with 2 year warranty)
    Is it actually possible to do at all? (swapping out for a secondary HDD)
    Thanks
    Solved!
    Go to Solution.

    Unfortunately, I have found no hard drives that are compatible for your optical bay.  I do believe the reason you can change out your optical drive is to change to a blue-ray or CD, or DVD, maybe a player or burner. But like I said, I have found no hard drive that can fit in your optical drive.  You may be able to find what I could not but I have been looking all over the web. 
    I know how you feel, my computer at home can not have any hard drives in the optical bay as well.
    Best regards,
    Alex
    Was this or another post on the forum helpful? Click the star on the left side of the screen to give kudos! Did someone solve the problem you encountered? Click Solution Provided to let us know!
    What we Do in Life will Echo through Eternity. -Maximus Aurelius

  • Insert .dll File Ocean Optics Jaz

    Hi there,
    I want to use the spam package (Ocean Optics) in Labview 2009. But I have no idea how to use the .dll file in Labview. I found already tools>>import>>shared library.
    Insert the SPAM32.DLL file. But in the same menu you must also insert a header file. But where can I found this one? Or do I something wrong?
    Could anyone help me with this?
    Stephan
    Solved!
    Go to Solution.

    Hello ra.graf1988,
    I do not know what this Ocean Optics DLL is about, however I can help you using a DLL with LabVIEW!
    The first thing is that when you want to call a DLL, you need to know some information about that DLL. Mainly, you need to know the calling convention, the thread safety and the functions prototypes (i.e. the names of the functions along with the input and output parameters data types). That information should be located somewhere on the documentation of the Ocean Optics package.
    When you know that, you have two possibilities to use the DLL: either use the Import Wizard to create a library with wrapper VIs for all the functions of the DLL, or use a the "Call Library Function" node to access the function you need on the DLL.
    If you want to go for the first option, then you need indeed a header file. This file is just a C file containing the prototypes of all the functions you want to import. If you do not have such a header file, you can create it yourself (from the documentaion of the DLL).
    Here are some more information for the first method (with example of header file): https://decibel.ni.com/content/docs/DOC-9078
    and for the second method: https://decibel.ni.com/content/docs/DOC-9069
    Let me know if you need more information.
    Cédric | NI Belgium

  • I've bought an optical super drive for a macbook air but although I can hear there is power I can't see the drive in menus

    I've bought an optical super drive for a macbook air but although I can hear there is power I can't see the drive in menus

    Unless there's a disk in there, you won't see it.
    Matt

  • Where can I download a LabVIEW GPIB driver for an ANDO AQ6315E Optical Spectrum Analyzer?

    Where can I download a LabVIEW GPIB driver for an ANDO AQ6315E Optical Spectrum Analyzer?
    Thanks.
    Solved!
    Go to Solution.

    The Instrument Driver Network has all the drivers for instruments. There is no driver specific to that model, but there is one for the 6310B. Perhaps that may work for you. You may need to modify it. If not, you will need to write one yourself. You can get a lot of material for this here: http://www.ni.com/devzone/idnet/development.htm

  • External Optical Drive for MacBook

    Sorry if that sounds like a stupid question:
    My built-in optical drive on my MacBook Pro does not work.
    Can I connect an external drive to my MacBook. I went to a
    shop today (in India) but they told me the external drive
    for the MacBook Air would not work on a MacBook Pro.
    Any ideas? Thing is I bought Final Cut Express but I cannot
    install it without a drive now, can I? Does anybody have a
    workaround for me? Thanks a lot.
    Mike

    Just a quick note about this thread, I have the same problem but was apprehensive about buying an external CD/DVD drive because most of them don't say they are compatible with Mac OS only Windows. Can I assume this is not true, it would be great if I could buy a decent drive at last and not worry about the large cost of replacing the built in one. Would I have to download any firmware for a new External drive or would it work from the start?
    Cheers Richard

  • Question - What is the best external optical drive for an imac W8******5PE ?

    Question - What is the best external optical drive for an imac W8****5PE ?
    <Edited by Host>

    Try http://eshop.macsales.com/shop/firewire/optical-drives/
    Allan

  • Optical Drive for MBP Retina Display

    I am trying to find an external optical drive for my new MBP with Retina Display late-2013. I would prefer a Blu-Ray dual-layer slim burner due to its acceptance of large storage media (for backup purposes). I am using Toast 10 Pro as a burning software. It would be a bonus if I could also play DVDs or Blu-rays from it (using XBMC or VLC media players). What would you recommend? Thank you.

    http://eshop.macsales.com/shop/superdrive/MacBook_Pro_15

  • Data acquisition time of ocean optics spectrometer

    Hi, LVers,
    I has a S2000 multichannel fiber optic spectroscopy system. It includes two channels, master and slave. Additionally there is a channel labeled as 'LS-1'. I use labview and driver OOILVD32.dll to control this spectroscopy. In OOILVD32.dll, I use vi 'OOI SCAN' to acquire spectral data through master channel.
    In vi "OOI SCAN", I disable all slave channels (there are 7 slave channels) and enable master channel only. However, I find that the data acquisition time is always approximately two times of the "sampling frequency" we set. E.g. for sampling frequency of 75 ms (a small value), the spectral data acquisition time is approx. 160-170 ms; for a sample frequency of 4000 ms (a large value), the spectral data acquisition time is approx. 8300-8400 ms, so on and so forth.
    I am very confused with this phenomenon. I guess the most probable reason is that both master and slave channels are always enabled even one of them is software disabled. Because this product is discontinued, I can not find the manual. Anybody could advise me how this such a spectrometer works internally? Is there any multiplexing acquisitions inside?
    Thanks in advance.

    Hi Hello183,
    Unfortunately, I do not know how your specific device works, however, I did find the product page for this device on the Ocean Optics web site, which points to the USB4000-series Plug-and-Play Spectrometer for more details. There seems to be a operations manual for this device. Perhaps this can shine some light on how the sampling works for your device as well.
    Aaron P
    National Instruments
    Applications Engineer
    http://www.ni.com/support

  • Where can I download a Windows 7 64bit driver for the hp CDDVDW TS-L633N on my cpq60-615DX

    EDIT --
    I neglected to say that I tried updating the driver from the Device Manager device window and the result was a message saying it could not find a newer driver, that the one installed was correct.
    Another EDIT
    I also did not say that I  have uninstalled the device, through Device Manager. Upon restarting the system, the drive was found and software installed but the problem remains.
    Original message follows:
    System: CPQ60-615DX
    Windows 7 Home Premium 64bit
    Drive: hp CDDVDW TS-L633N
    In the process of installing some Roxio software, Creator 9, an unusable driver, are part of one, was installed. Now the device is not working.
    When I didn't see on the list of devices on Windows Explorer, I went to Device Manager and found that it was flagged with the "problem" icon (exclamation  point on a yellow background).
    The General Tab Device Status box contains"
    A driver (service) for this device has been disabled.  An alternate driver may be providing this functionality. (Code 32)
    The following information is shown for the device:
    hp CDDVDW TS-L633N ATA Device Properties windo
    Driver Tab:
    hp CDDVDW TS-L633N ATA Device
    Driver Provider: Microsoft
    Driver Date:     6/21/2006
    Driver Version:  6.1.7601.17514
    Digtal Signer:   Microsoft Windows
    Driver File Details:
    hp CDDVDW TS-L633N ATA Device
    Driver files: c:\Windows\system32\Drivers\cdrom.sys
    Provider:         Microsoft Corporation
    File Version:     6.1.7600.16385 (win7_rtm.090713-1255)
    Copyright:        Microsoft Corporation. All rights reserved.
    Digital Signer:   Microsoft Windows
    c:\Windows\System32Drivers\PxHlpa64.sys
    Provider:         Sonic Solutions
    File version:     2.03.27a
    Copyright:        Copyright 2003 Sonic Software
    Digital Signer:   Not digitally signed
    It appears that the Creator install installed part of the driver but not one that functions. It might be a problem with Windows 7 or the fact that this install is 64 bits.
    I have searched the HP site and can't find a driver for the device. When I look at the list of drivers available for this system, the optical drive is not shown.
    I downloaded and installed the HP driver search program - or whatever it is called - and ran it. There were no devices listed on "Optical Drive" tab when I looked at the results - it could not "see" the drive.
    I realize that what I need is probably a generic driver from MS, that's why one is not shown on the HP site, but how do I go about finding the right one for this device?
    Is there a generic "one size fits all" driver for Windows 7 which can drive this device?
    Any assistance will be greatly appreciated.
    Bob and Simon
    This question was solved.
    View Solution.

    HI nhgfdstr:
    Thank you for your inquiry.  I am pleased to assist  you!!
    I am sending you a link to a "CD/DVD Drive Is Not Detected (Windows 7)"  click here.  For your convenience here is a document on "Downloading or Updating Software and Drivers for HP Computers"   click here.   I am also sending  you  a link, to third party site, with a driver for your hp CDDVDW TS-L633N ,  " Hp CDDVDW TS-L633N ATA Device Drivers Download"  click here.
    Happy Holidays!!!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

Maybe you are looking for