Lifelines trackit EEG recording with LabVIEW

Hi, I am trying to control a lifelines trackit EEG (www.llines.com) recorder using LabVIEW via serial communication (DB9). Does anyone has any experiences connecting this device with labview? I've done several communication via serial communication with labview before but not as tough and difficult as the current task. I am not able to understand the device (trackit) command in order for me to apply the Basic Serial Read and Write VI. Please advice. I have the Lifelines trackit recorder Interface specification in softcopy as reference but do not know how to attach here. Please let me know if you guys need the  copy as reference. TQVM
Host Transmit Write Data and Write Command
[SOP] <AddrHi> <AddrLo> [Chr(W)] <ParamBlock> <Index> [EOP]
Or:
[SOP] <AddrHi> <AddrLo> [Chr(W)] <ParamBlock> <Index> [Data]# [EOP]
Or:
[SOP] <AddrHi> <AddrLo> [Chr(W)] <ParamBlock> <Index> <Data># [EOP]
Or:
[SOP] <AddrHi> <AddrLo> [Chr(W)] <ParamBlock> <Index> {Data}# [EOP]

Is there a demo program from the manufacturer that works?? you can use portmon or NI spy to capture the serial datastream and reverse engineer the labview code. Sometimes ya have to think like a hacker.
http://technet.microsoft.com/en-us/sysinternals/bb896644.aspx
http://www.ni.com/support/gpib/max/nispy.htm
Message Edited by unclebump on 02-16-2009 08:34 PM

Similar Messages

  • Multi track audio recording with ipad air

    Are there users of ipad air with a usb connecting adaptor and a usb audio device making multi track recordings?  I have had limited success doing this with my previous generation ipad and am wondering about the stability of eight-track recording on the ipad air. 

    Just thought I would let anyone who's reading this
    topic know that I have resolved my issue, it was to
    do with the Audio Configuration of Logic to the
    inputs from the MOTU. I went to Logic>Audio>Audio
    Configuration and configured it so that each track
    received from the respective inputs.
    You might want to mark the thread as "Answered".
    This will let anyone with the same problem know
    they might find there answer here. RIght now the
    thread is listed as "Unanswered". To do this click on
    the answered link at the top of the thread.

  • How can I record a video with LAbview?

    Hi,
    I have a question: How can I record a video with labview?
    I have a camera (AXIS 221) connected via rj45 on PC. I see the video of the camera in a browser.
    And I would to acquire the video in labview.
    Could someone help me?
    Thanks
    Raf

    Unfortunately I haven't any experience with this camera. Iguess, you should install API, then crete new VI, place ActiveX container (palette Container->ActiveX) on the Front Panel, then right mouse click, then choose Insert ActiveX object..., then found you camera object and select it and press OK. Then you probably can see image from the on the front panel. Also probably you will be able to get image data in array (how easy is it - depends from the camera API).
    If you able to see image from camera in the Internet Explorer, then another method - you can put Microsoft Web Browser as ActiveX object, then you should also see the image. Disadvantage of this method - you will be not able to get image data.
    Andrey.

  • PROBLEM AXIOM AIR 61 IN LOGIC, DON'T REPRODUCE SOMETIMES THE TRACK RECORDED WITH AXIOM AIR 61

    I have some problems working on LogicX, cuz when i play the track that i recorded with the AXIOM AIR 61, sometimes don't sound nothing, and then when i put play again it sound the track, the think is that the LogicX. I don't know if it's a driver problem o something like that. Need Help Urgent!

    Folks.... I eventually solved the problem so if anyone else is interested here is the solution.
    The Axiom DirectLink for Logic/Garage band: Axiom_DirectLink_For_Logic_OSX_1_0_0-3.dmg
    Should install a file called Axiom.bundle in the directory
    MacintoshHD/Library/Application Support/MIDI Device Plug-ins/Axiom.bundle
    In my case (see above) the file had successfully installed to that location.  However, for some peculiar reason the permissions on the folder had been changed - current admin and users could not read or write.  I have no idea how that happened.  In any event, despite the fact that the file had been installed, when Logic was opened I was unable to see the Axiom as an available control surface to install.
    I reset the permissions and the problem was solved!
    It's only taken me a week to get there but now happy that it's OK.  The Axiom612 isn't cheap!
    I hope this helps someone else.

  • I have a m-audio producer usb microphone and since the update on Dec. 22, 2013 Logic hasn't been allowing me to record with it. Logic is reading the microphone as the input but the audio tracks don't have the record enable button. What's wrong?

    I have a m-audio producer usb microphone and since the update on Dec. 22, 2013 Logic hasn't been allowing me to record with it. Logic is reading the microphone as the input but the audio tracks don't have the record enable button and won't let me select an input for the audio track on the inspector panel. What are some possible solutions.

    Certain M-Audio USB devices (along with some other USB2 class compliant devices that don't use drivers) no longer work with Logic Pro X 10.0.5
    At this time it is unknown as to why this has happened. Nor is it known if Apple will need to fix it or if it is up to the Developers of said USB2 devices  to remedy the problem.
    In the mean time, assuming you made/could make backups prior to updating to 10.0.5.... the solution is to roll back to LPX 10.0.4...

  • Tracking Data Changes with Record History (WHO)

    Hi all ,
    I've a custom form & i need to Tracking Data Changes with Record History (WHO) will anyone show me example of how it's done because i tried to go through the application developer guide but unfortunatelly this part isnot tht clear with me
    waiting your reply
    thanks

    Hi,
    Good question, a colleague asked me the same yesterday - i will find out officially for you.
    Regards,
    H

  • Record audio with labview and audio dataplugin

    The thing I would like to do, is write waveforms to WAV/wma/mp3 files.
    The way to do this, is probably with the help of the audio data plugin.
    However, it is far from clear how to configure and use this plugin with LabView. There is documentation available for DIAdem, but what good is that to me, as a simple LabView user?
    There is also an example for reading dataPlugin data with LabView, but this example is:
    A) not working, e.g. it cannot open a simple WAV file, when using "uspAudio" as DataPlugin Name
    B) not documented
    C) not handeling errors
    D) only reading, not writing, which is slightly more complicated.
    So, tips for writing waveform to audio files and/or
    tips for working with dataPlugins in LabView would be welcome...

    Ok, so, now I can read a WAV/WMA/mp3 file, see attached VI
    There's still one problem: writing data to a WAV/WMA/mp3 file. In my "DataPlugin Write Audio File.vi" I try to read from / listen to a microphone connected to a AD card. On the Waveform graph, I see my signal correctly, but in the WAV file, there is only a flat line (zero's).
    Perhaps it is needed to add properties to the group, but I don't know which properties to add...
    All advice is appreciated...
    Message Edited by bram@tno on 08-08-2007 07:00 AM
    Attachments:
    DataPlugin Load Audio File.vi ‏46 KB
    DataPlugin Write Audio File.vi ‏229 KB

  • Record with 2 USB input devices for 2 different tracks?

    Hi guys.  I just bought a Snowball ICE.  Sounds great.  I went to use that on one track and my Apogee Jam on a different (guitar) track at the same time and every time I switch the input in the "info" area to one input for one track it changes them on both.  HOw can I set it to record the guitar through the Apogee Jam on one track and record through the Snowball on another track?  Need help soon have some recording to do this weekend!  THanks.

    ridergroov wrote:
    HOw can I set it to record the guitar through the Apogee Jam on one track and record through the Snowball on another track?
    http://www.bulletsandbones.com/GB/GBFAQ.html#multipleaudiointerfaces
    This FAQ entry offers a Minute GarageBand video tutorial
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Track audio record , problem with inline input

    Hi Forum !
    I have a Macbookpro with leopard
    I am using logic pro 8
    I cannot record my arrangement, with the input line.
    Garage band does the same thing.
    My sound in the preference is set for input line (not microphone input).
    I can only record with the incorporated microphone.
    any ideas ?
    Thanks
    Jules

    noeqplease wrote:
    No, you can do it, it just takes a little RTFM... that's all...
    julesguertin wrote:
    I guess I have misinterpret my user manual (French version)
    I should had take a English version , the translation is not very good...
    You wouldn't say that noeqplease if you had to deal with the French manual like our friend jules here (and myself for that matter) The French manual is a total joke. It was obviously translated by someone who hasn't the first notion of anything vaguely musical or DAW or sequencer or mixing, or of musical equipment of any kind ! Example : Channel strip translates to "Éléments des bandes de canaux" which, if translated back into English becomes "Elements of bands of canals" - and the whole manual is of the same ilk !!! I kind of wonder if the translations weren't done in an automatic translation programme I don't know if other languages suffer from the same "rubbish" translation - it could be subject of an amusing thread here "Silly excerpts from Logic Pro Manuals" or something

  • Creating new tracks when recording in Cycle (loop) mode

    I'm having an issue when recording in cycle mode.. I'm able to record (in seperate tracks) in cycle mode. however I can only play the first take (first track) I recorded, however all the subsequent tracks that were recorded do not play. Even when I try 'soloing' them they still don't play. You can see in the arrange window that audio data was recorded on those tracks however they have a "faded" effect to them. They're also not muted. Am I missing a setting?

    The issue you describe when recording in cycle mode was a huge frustration for me until I discovered that I was not aware of a simple principle that made all of the difference... I am wondering if the following explanation may be part of the problem that you are experiencing.
    The principle is that muting a region, muting a track, and muting an audio channel are three distinct and separate functions. Until I got my head around that principle, I continued experiencing the same frustration that you are having with recording in cycle mode.
    Recording in cycle mode results in muting the regions below the last take at the top. When trying to unmute the "tracks" below the top region to listen to the other takes, hitting the mute button results in ALL of the "tracks" either being muted or unmuted, yet the separate regions below are still muted!
    The key is to unmute the REGION that you want to listen to (and not the track or the channel). The way to do this is to hit the escape key to bring up a local tool box menu wherever your cursor is... then click on the mute tool which changes the cursor into a mute tool, then click on whatever regions you want to unmute...
    Hopefully the above will help.
    Power Mac G5   Mac OS X (10.4.8)  

  • How do I enable a track to record in Premiere Pro CS4?

    I'm on a macbook. I have a SM57 mic plugged in via an XLR to USB cable. I have tested this mic via garage band, and it works and records fine.
    In Premiere Pro preferences I have chosen C-media USB Audio Device.
    In mac's Audio MIDI setup, I have chosen C-media USB Audio Device as Default Input.
    In Premiere Pro, I have clicked on Audio 1 to highlight that's the track I want to record to.
    Yet when I click on the Mic picture in the Audio Mixer to enable track for recording, it does nothing, no drop down box, no indication that I clicked it (other than highlighting itself in yellow for a brief moment).
    Then I click the record button, it starts flashing, waiting for me to click play.
    Then I click play and a message comes up "You cannont record without enabling at least one track for recording"
    Where am I going wrong?
    Any help is much appreciated.

    ASIO4All - that's for Windows only, right? I'm on a mac.
    I've been looking into using Soundbooth, which does recognise my USB connection.
    Any tips for workflow between Premiere Pro and Soundbooth?
    At the moment it looks like I'll have to edit my video footage first (it has no audio track),
    then having watched the rough cut, record my voiceover in Soundbooth, adjust  levels etc.
    then import those voiceover files into Premiere Pro and edit them in timeline to match my video.
    Not exactly ideal.
    Is there any way of watching  the rough cut while recording the voiceover?
    Or am I better off recording the voiceover in Premiere Pro with my rubbish Line in connection, then taking it into Soundbooth to boost/clean up?
    Thanks

  • Excel with Labview 6?

    I'm trying to get Excel '97 to work with Labview 6.02, but I'm always receiving error message: -2147319784: "old format or invalid type library". I modified windows registry as told in LV knowledgebase. After that I could see Excel components in ActiveX pull down menus. I have tried to run demos such as "Open Excel And Make visible.vi" but they always output the error message. I have tried this with both Windows 2000 and NT. Other programmes, for instance MS Access, seem to work fine. What is the catch?

    Anders,
    You have run into a special case of the problem that actually has a work around for it. However, you will have to contact LabVIEW technical support to obtain the temporary fix since they need to keep track of all the people with this special case.

  • How do I use a song in my iTunes library to record with in garage band on my iPhone?

    How do I use a song in my iTunes library to record with in garage band on my iPhone? Like music from my library I want to use invGarageBand to record over.

    Short answer:
    Click Hide Song(s), it is what you wanted to do...
    Long answer:
    iTunes in the Cloud is a feature of your iTunes store account that allows you to redownload or stream your past purchases. When you delete a purchased track that is downloaded to your computer (like the first one shown here) you are asked if you also want to hide the song from iCloud. This would remove it from the computer and also stop it showing up with the iCloud symbol as the other tracks from that album (which are not downloaded) do.
    If a track shows with the cloud symbol you can play (stream) it by double-clicking the title, or click the cloud symbol to download a local copy to your library. If you try to delete one of these tracks you get a slightly different message confirming that you want to hide the track. Clicking hide will remove the listing from the library and any other device that shows your past purchases.
    Should you want to retrieve any item hidden in this way at a later date use Store > View My Account > iTunes in the Cloud > Hidden Purchases > Manage.
    To hide all your previous purchases that are not downloaded to your computer use Edit > Preferences > Store and untick Show iTunes in the Cloud purchases.
    tt2

  • How do you use Synergy 7.1 with LabVIEW?

    My company has reciently installed and configured IBM Rational Synergy 7.1 to be used as our Source Code Control tool.  I have installed the appropriate Microsoft Source Code Control Interface so that Synergy will show up in LabVIEW and it does show up in the "Source Control" options window.
    However when I select Synergy as my source control tool it does the following:
    1.  Brings up the login window - I am able to login with no problem
    2.  Brings up a dialog allowing me to select the project to work on, and after I select the project I get two errors...
    one from Synergy: "The workspace/project you want to add to IBM Rational Synergy is not under the work area path 'C:\xxx"
    (where xxx is my work area for the Synergy project I selected)
    then one from LabVIEW:  "Error -2941 occured at prefPage_Source Control.vi     An error occured trying to get the source control project path.    Possible reasons:  LabVIEW:  The source control provider does not support the specified operation."
    I first tried this on an earlier version of Synergy that matched what is being used in:
    http://digital.ni.com/public.nsf/allkb/16D37CCC8659123F8625720500087DB4
    But I was getting pretty much the same errors back then too.  It seems like it should work in LabVIEW, I just have no idea what I am doing wrong!
    Anyone out there successfully using LabVIEW with Synergy????
    Thanks,
    Trevor.

    In theory if a source control provider supports the Microsoft SCC interface, it *should* work with LabVIEW. In practice, each provider has custom implementation that sometimes causes problems when trying to configure the provider from LabVIEW. One sticking point for many providers is the expectation or assumption that an IDE will use some concept of a "project" and therefore pass data associated with that project to the provider. LabVIEW does not enforce that concept but does pass valid information.
    Synergy was tested back when it was a Telelogic product. It was difficult to configure and required exact steps to get it to work correctly. The linked knowledge base were steps taken that worked for a few customer setups. It's possible that on other Synergy setups the exact steps may not work. Also, you might check to make sure you try to configure existing Synergy projects  and not try to create new ones from LabVIEW.
    The error you mentioned seems to imply that some data is not supported by Synergy. I am not sure if Synergy would be able to track down the issue, but I would recommend contacting them to see if they can pinpoint what data LabVIEW is sending is not valid.
    George M
    National Instruments

  • Is it possible to lock an audio track in "record enabled" mode?

    Here's how i write... i set up a drum loop to play for around 20 minutes, then I rec-enable one audio track to record vocals, and then finally, I skip around among hundreds of different midi tracks.
    I just hit the down arrow button, and scroll through dozens and dozens of midi tracks. I quickly hit the keyboard to listen to the sounds. If i like a particular sound, i just want to hit record, and instantly record my vocals along with the midi performance.
    Unfortunately, when i hit record, the vocal/audio track doesn't record. Right at the moment when i find an inspiring sound and hit record, the vocals just don't record.
    I'm forced to scroll miles up the arrange window, to find
    the vocal audio track. It's still blinking the red "rec" button, but this is misleading. It's not actually record enabled. I have to hold down shift, hit it once to turn it off, then hit it again to re-activate record function.
    Only then can i record the midi AND vocals.
    What I want and need is sooooooo simple to offer as a function, yet totally ruinous to my creative flow if it's not possible. (I used to do this easily on the far inferior
    Cubase VST 5.1, OS 9)
    Is there a way to record enable an audio track, so that,
    until I specifically disable the record function, it's
    ALWAYS ready to record the second I hit the record button?
    Even after I've been hitting the down arrow to audition
    various midi channels?
    MacPro 3ghz, 8 gig RAM, 3 raptor drives   Mac OS X (10.4.10)   Logic 7.2.3, Kontakt 2 soft-sampler, RME 400

    I tried to build screensets like you suggested. If I could
    get this to work, I think it would be a great solution, but
    I'm having serious problems.
    I opened a separate mixer, with just the single vocal/audio
    track showing.
    Then I opened the main mixer, which has all the faders.
    If I record-enable a midi track, and then hit the record-enable button on the audio track, the midi track becomes un-enabled. Incredibly frustrating.
    The only way I've been able to do it has been to record-enable the vocal track, and then start recording.
    Only if Logic is actually recording, can i then record-enable the midi track without deactivating the audio
    track.
    A big problem is, that when i click to record enable the
    vocal track, the arrange window jumps all the way up to the
    top, where the audio track is. THen i'm forced to travel
    down, to re-find the midi track.
    You mentioned in your post that the mixer needs to be
    "unlinked". HOw is this done? Will it be possible for
    me to click on the record-enable button on the mixer's audio track without the arrange window jumping to that track?

Maybe you are looking for