From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
06-28-2024 06:26 AM
I downloaded the Neurosky LabVIEW vi demo located at:
I realize that is a really old post but when I attempt to open it on my PC (loaded with LV 2012) There are several sub-VIs missing, Is there an updated and complete / working copy of this VI available?
Thank you!
06-28-2024 06:57 AM - edited 06-28-2024 06:58 AM
Did you install through VIPM the labview-neurosky_driver-1.1.1.5.vip that you can find on the project page?
Also note that that driver makes use of a DLL that is 32-bit only. So don't try to use this in 64-bit LabVIEW.
06-28-2024 08:59 AM
Thank you for the reply. VIPM didn't work for me because I only have LabVIEW 2012 running on a 64 bit PC
06-28-2024 09:03 AM
Thank you for the reply!
VIPM didn't work for me because I only have LabVIEW 2012 running on a windows 10 64 bit PC
06-28-2024 10:27 AM
It's OK if your PC is 64-bit. It's the LabVIEW version that counts. There is a 64-bit version of LabVIEW that allows working with larger datasets, but most of us still use the 32-bit version to maintain compatibility with critical addons that don't have a 64-bit option yet.
I'm pretty sure that VIPM will work on LabVIEW 2012 32-bit. You may need a specific LabVIEW run-time engine too, but it should be installed automatically when you install VIPM. If you haven't tried yet, here is the download page.
06-29-2024 09:04 AM
Thanks for the reply. I tried that last night amd it's obvious that I don't know what I am doing. I got it to load after pointing it to that library file several times to find missing sub-VIs but when I attempted to run it, I encountered the follow errurs:
There was a problem building NeuroSKY-EEG.
Error Details:
Code: 1059
Source: Open VI Reference in DE81A39FE57B3BE70E05C97B8840BD6F->6905F669699562F85119FA935A45EBCA->VIPB_API.BuildAndPackageLibraryFromSpec[Private].vi->VIPB_API.BuildAndPackageLibraryFromSpec[Private].vi.ACBRProxyCaller.3B00049<APPEND>
VI Path: C:\Users\Pippitone\Documents\(eeg project)\.LabVIEW\DATA GRAPHING.VI
so now I don't know what I should try now....
06-29-2024 11:33 AM
I notice that several of the missing VIs have the word "ThinkGear" as part of the title. When I did a web search for NeuroSky, they still seem to be in business, and clicking on their site, there are downloads for ThinkGear and other Developer Tools. They might have the missing drivers.
Bob Schor
06-30-2024 07:07 AM
Thank you for the reply. Yes the Neurosky site (Neurosky.com) has development tools available for downloading, but I only saw support for C& C++ but not LabVIEW. I included the link where I downloaded this emo and the LLB library file in one of my previous posts. I am having problems linking the LLB library file to my LabVIEW project (which most likely contains the missing VIs. Is there another way to link this LLB library file without VIPM?
Thank you
07-01-2024 04:36 AM - edited 07-01-2024 05:10 AM
The driver package labview-neurosky_driver-1.1.1.5.vip does NOT contain any LLB. It does contain a .lvlib but that is something very different. It also contains a DLL which should be self containing according to Dependency Walker. But it could be an older DLL that does not work with your current device so you may need to download the latest driver and use the DLL contained in there.
Your example VI however does NOT try to reference this driver. Instead it tries to reference a driver contained in a class instead of a lvlib. Whoever created that example seems to have taken above mentioned driver and then turned it into a class based driver. I have no idea where one could get that version.
Attached VI is turned back to use the lvlib based driver instead.
07-01-2024 04:57 AM
Thank you for your help! I am trying to open the VI that you attached to your post but I am not able to as it seems to be made with a newer version of LabVIEW than my LV 2012 version will support....