Q: Re: Q: Acquiring data using two E series devices connected by RTSI and streaming data to disk

<< (My first posting)
I use two E series PCI Cards, connected by RTSI. I'd like to stream the data
from both cards to a binary file and to add a header to it.
I also need to somehow read (plot) the stored data, this with another VI.
The whole should be then integrated into an existing program, that used just
one acquisition card.
Till now I have tried to combine "Two E-series Shared ScanClk.vi" and "High
Speed Data Logger.vi" into another VI, and I have tried to read the stored
data with the "High Speed Data Reader.vi". The problem is that I fight with
one error after another, what prevents me from going further.
I use LabView 6.1, under Windows 2K.
Has somebody by chance already done something similar and would agree to
share with me their experience? TIA for any suggestion.
Regards,
Victor Manta
>>
"Ben" wrote in message
news:[email protected]...
> Hi Victor,
>
> I have done a lot of similar work.
>
> Exactly what did you try and what specific errors did you encounter?
>
> What you are trying is do-able provided the hardware you have suuports
> it.
>
> Please post (both here and to the DAQ group)
> the details of the hardware you are using,
> versions of software being used,
> Examples that you are using,
> error codes that occured,
> posibly post example code showing the problem.
>
> Ben
Hi Ben,
I use two PCI-MIO-16E-1 cards, connected by RTSI. I'd like to stream the
data from both cards in real time to a binary file, after having added a
header to it.
For tests, on the channel 0 of each card is applied the same square wave,
100 Hz.
Yes, the hardware support RTSI. I use LabView 6.1.
Till now I have:
1. Combined the "Two E-series Shared ScanClk.vi" and the "High
Speed Data Logger.vi" into a DAQ VI. To do this, I have "doubled" and
adapted the "High Speed Data Logger.vi". For testing purposes the data are
stored in two files, always the same ones (the old ones being overwritten
after each acquisition).
2. "Doubled" and adapted "High Speed Data Reader.vi" into another VI, for
reading from both files, mentioned earlier.
What already works:
- The headers for both files are correctly stored (VI point 1.)
- The acquired data from the first card (device 1) are correctly stored (VI
point 1.)
- The VI (point 2.) that reads both files and displays the results works
What doesn't work:
- The acquired data from the second card aren't stored at all (VI point 1.)
- An error message says: "Error -10608 occurred at AI Buffer Read. Possible
reason: NI-DAQ LV: No transfer is in progress for the specified resource."
I think that I understand this message, but I don't know how to continue.
The DAQ VI can be downloaded from (please click the link, then the link on
that page; about 100K, zipped):
http://www.swissheartnet.unibe.ch/labview.htm
Thanks a lot in advance.
Regards,
Victor Manta
PS. I don't know which DAQ group you mean.

"Filipe A." wrote in message
news:[email protected]...
> Victor;
>
> You can definitely accomplish that task with the DAQ boards you have
> and Labview.
>
> It would be good if you could be more specific as far as what type of
> errors you are seeing and how you are integrating both VIs.
>
> Regards
> Filipe A.
> Applications Engineer
> National Instruments
Maybe Mr. Filipe A. could help me? Please see below, and TIA.
Regards,
Victor Manta
"Victor Manta" wrote in message
news:[email protected]...
> << (My first posting)
> I use two E series PCI Cards, connected by RTSI. I'd like to stream the
data
> from both cards to a binary file and to add a header to it.
>
> I also need to somehow read (plot) the stored data, this with another VI.
>
> The whole should be then integrated into an existing program, that used
just
> one acquisition card.
>
> Till now I have tried to combine "Two E-series Shared ScanClk.vi" and
"High
> Speed Data Logger.vi" into another VI, and I have tried to read the stored
> data with the "High Speed Data Reader.vi". The problem is that I fight
with
> one error after another, what prevents me from going further.
>
> I use LabView 6.1, under Windows 2K.
>
> Has somebody by chance already done something similar and would agree to
> share with me their experience? TIA for any suggestion.
>
> Regards,
> Victor Manta
> >>
>
> "Ben" wrote in message
> news:[email protected]...
> > Hi Victor,
> >
> > I have done a lot of similar work.
> >
> > Exactly what did you try and what specific errors did you encounter?
> >
> > What you are trying is do-able provided the hardware you have suuports
> > it.
> >
> > Please post (both here and to the DAQ group)
> > the details of the hardware you are using,
> > versions of software being used,
> > Examples that you are using,
> > error codes that occured,
> > posibly post example code showing the problem.
> >
> > Ben
>
> Hi Ben,
>
> I use two PCI-MIO-16E-1 cards, connected by RTSI. I'd like to stream the
> data from both cards in real time to a binary file, after having added a
> header to it.
>
> For tests, on the channel 0 of each card is applied the same square wave,
> 100 Hz.
>
> Yes, the hardware support RTSI. I use LabView 6.1.
>
> Till now I have:
>
> 1. Combined the "Two E-series Shared ScanClk.vi" and the "High
> Speed Data Logger.vi" into a DAQ VI. To do this, I have "doubled" and
> adapted the "High Speed Data Logger.vi". For testing purposes the data are
> stored in two files, always the same ones (the old ones being overwritten
> after each acquisition).
>
> 2. "Doubled" and adapted "High Speed Data Reader.vi" into another VI, for
> reading from both files, mentioned earlier.
>
> What already works:
>
> - The headers for both files are correctly stored (VI point 1.)
> - The acquired data from the first card (device 1) are correctly stored
(VI
> point 1.)
> - The VI (point 2.) that reads both files and displays the results works
>
> What doesn't work:
>
> - The acquired data from the second card aren't stored at all (VI point
1.)
> - An error message says: "Error -10608 occurred at AI Buffer Read.
Possible
> reason: NI-DAQ LV: No transfer is in progress for the specified resource."
>
> I think that I understand this message, but I don't know how to continue.
>
> The DAQ VI can be downloaded from (please click the link, then the link on
> that page; about 100K, zipped):
>
> http://www.swissheartnet.unibe.ch/labview.htm
>
> Thanks a lot in advance.
>
> Regards,
>
> Victor Manta
>
> PS. I don't know which DAQ group you mean.

Similar Messages

  • Q: Acquiring data using two E series devices connected by RTSI and streaming data to disk

    I use two E series PCI Cards, connected by RTSI. I'd like to stream the data
    from both cards to a binary file and to add a header to it.
    I also need to somehow read (plot) the stored data, this with another VI.
    The whole should be then integrated into an existing program, that used just
    one acquisition card.
    Till now I have tried to combine "Two E-series Shared ScanClk.vi" and "High
    Speed Data Logger.vi" into another VI, and I have tried to read the stored
    data with the "High Speed Data Reader.vi". The problem is that I fight with
    one error after another, what prevents me from going further.
    I use LabView 6.1, under Windows 2K.
    Has somebody by chance already done something simi
    lar and would agree to
    share with me their experience? TIA for any suggestion.
    Regards,
    Victor Manta

    << (My first posting)
    I use two E series PCI Cards, connected by RTSI. I'd like to stream the data
    from both cards to a binary file and to add a header to it.
    I also need to somehow read (plot) the stored data, this with another VI.
    The whole should be then integrated into an existing program, that used just
    one acquisition card.
    Till now I have tried to combine "Two E-series Shared ScanClk.vi" and "High
    Speed Data Logger.vi" into another VI, and I have tried to read the stored
    data with the "High Speed Data Reader.vi". The problem is that I fight with
    one error after another, what prevents me from going further.
    I use LabView 6.1, under Windows 2K.
    Has somebody by chance already done something similar and would agree to
    share with me their experience? TIA for any suggestion.
    Regards,
    Victor Manta
    >>
    "Ben" wrote in message
    news:[email protected]...
    > Hi Victor,
    >
    > I have done a lot of similar work.
    >
    > Exactly what did you try and what specific errors did you encounter?
    >
    > What you are trying is do-able provided the hardware you have suuports
    > it.
    >
    > Please post (both here and to the DAQ group)
    > the details of the hardware you are using,
    > versions of software being used,
    > Examples that you are using,
    > error codes that occured,
    > posibly post example code showing the problem.
    >
    > Ben
    Hi Ben,
    I use two PCI-MIO-16E-1 cards, connected by RTSI. I'd like to stream the
    data from both cards in real time to a binary file, after having added a
    header to it.
    For tests, on the channel 0 of each card is applied the same square wave,
    100 Hz.
    Yes, the hardware support RTSI. I use LabView 6.1.
    Till now I have:
    1. Combined the "Two E-series Shared ScanClk.vi" and the "High
    Speed Data Logger.vi" into a DAQ VI. To do this, I have "doubled" and
    adapted the "High Speed Data Logger.vi". For testing purposes the data are
    stored in two files, always the same ones (the old ones being overwritten
    after each acquisition).
    2. "Doubled" and adapted "High Speed Data Reader.vi" into another VI, for
    reading from both files, mentioned earlier.
    What already works:
    - The headers for both files are correctly stored (VI point 1.)
    - The acquired data from the first card (device 1) are correctly stored (VI
    point 1.)
    - The VI (point 2.) that reads both files and displays the results works
    What doesn't work:
    - The acquired data from the second card aren't stored at all (VI point 1.)
    - An error message says: "Error -10608 occurred at AI Buffer Read. Possible
    reason: NI-DAQ LV: No transfer is in progress for the specified resource."
    I think that I understand this message, but I don't know how to continue.
    The DAQ VI can be downloaded from (please click the link, then the link on
    that page; about 100K, zipped):
    http://www.swissheartnet.unibe.ch/labview.htm
    Thanks a lot in advance.
    Regards,
    Victor Manta
    PS. I don't know which DAQ group you mean.

  • HT201210 I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items!

    I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items! Help!  There is not error message number just the text message. I've searched for an answer but have found nothing on "transfering items purchased to your iTunes library".

    Right click on your device icon on the left pane of iTunes and click on transfer pur....

  • HT4108 I have an iPhone4, used and locked to the UK network. I need to pay for the phone to be officially Unlocked. In the meantime we used it as a device to check emails and games etc.. We put a pass lock and after many failed attempts we forgot what it

    I have an iPhone4, used and locked to the UK network. I need to pay for the phone to be officially unlocked.
    In the meantime we used it as a device to check emails and games etc.. We put a pass lock and after many failed attempts we forgot what it is. Now the phone is Disabled and iTunes can not fix it since it can not update the Software without the phone being officially unlocked..
    any idea how to do this?
    Please advice

    gencml wrote:
    We put a pass lock and after many failed attempts we forgot what it is. Now the phone is Disabled and iTunes can not fix it since it can not update the Software without the phone being officially unlocked..
    any idea how to do this?
    Please advice
    You need to visit Apple Store, and show ownership proof in case of forgotton pass code.

  • Ive tried to update my iphone by using wifi but the wifi connection got interupted and not my iphone wont work

    Ive tried to update my iphone by using wifi but the wifi connection got interupted and not my iphone wont work

    Connect your iPhone to a computer and use iTunes to perform the update.
    ~Lyssa

  • Using Sockets TCP/IP to connect through Proxies and Firewalls

    How to do in a Client/server Application using Sockets TCP/IP to connect through Proxies and Firewalls?
    How to implement the HTTP Tunnelling in this case?
    the code in Client to connect to server is:
    SSLSocketFactory sslFact = (SSLSocketFactory)SSLSocketFactory.getDefault();
                   socket = (SSLSocket)sslFact.createSocket(c.site, c.PORT);
              String [] enabledCipher = socket.getSupportedCipherSuites ();     
                   socket.setEnabledCipherSuites (enabledCipher);
                   out = new ObjectOutputStream(socket.getOutputStream());
                   in = new ObjectInputStream(socket.getInputStream());
    The Server is an executable Standalone Application with a main Function � How to do to convert this Server in a Servlet Application?
    the code in Server to wait client connections is:
    Runtime.getRuntime().addShutdownHook(new ShutdownThread(this));
              try {
                   SSLServerSocketFactory factory = (ServerSocketFactory) SSLServerSocketFactory.getDefault();
                   SSLServerSocket sslIncoming =
                        (SSLServerSocket) factory.createServerSocket (PORT);
                   String [] enabledCipher = sslIncoming.getSupportedCipherSuites ();
                   sslIncoming.setEnabledCipherSuites (enabledCipher);
              while(running) {
                        SSLSocket s = (SSLSocket)sslIncoming.accept();
                   newUser(s, pauseSyn);
              } catch (IOException e) { System.out.println("Error: " + e); }
    some links or code sample?
    Thanks in Advance

    Did you see this: Networking Properties?
    Including
    SOCKS protocol support settings
    and
    http.proxyHost (default: <none>)
    http.proxyPort (default: 80 if http.proxyHost specified)
    http.nonProxyHosts (default: <none>
    ftp.proxyHost (default: <none>)
    ftp.proxyPort (default: 80 if ftp.proxyHost specified)
    ftp.nonProxyHosts (default: <none>)

  • Using two seperate operating systems on a Mac, and a smart-phone to better integrated the flows!

    I am considering to get a new Mac.
    In that I want to be able to use two seperate operating systems. The Mac operating system and maybe either a windows or linux or an other useful and functional alternative!
    The reason for this is, that I have several laptops incl. an iPad. I have concluded that iPad isnt that useful for my needs till now, its not very functional for my needs. I am also going to upgrade my smart mobile still considering functional alternatives (would like to hear yoru thoughts about this as well)!
    I want to integrate them into one machine only and utilize cloud  and / or an external Disk, and be better able to use useful apps and software that are not available on either one of the systems on their own my own system!
    Usage will be both for biz and private, but at the end usefulness, and functionality will play a big part in my final decision!
    Do you think this is practical, useful and cost effective way doing it the way I want to do?

    My reason for wanting to have windows on my Mac is to be able to utilize, some applications that are not available for Mac OS!
    In the past I raised few points relating to that, and wasnt able locate details to consider to have only a Mac system. Thats why I had to have few laptops to handle all! I got myself an iPad(1) but again it didnt met the exact needs that I have!
    Thats why I am going to integrate all in one new system(Mac), and exchange and process while on the road via smartphone or something that is between a smartphone and tablet!
    As to smartphones; I hear positive notes on iPhone, but seems to have some issues with its antena, the new Moterola seems great to exchange files anywhere, and the new Samsung Galaxy, very advanced. However what I lack at this stage is user experiences to see if any of them can meet my needs, and what the best combination could be for efficiency, speed and value for money(laptop, operating sytem, smartphone).
    I am tired of crashes, frozen screens, or not able to open files or pics because they are not compatible in some ways! I try to maintain, clean and update my systems, but some stuff does comes in between despite all!
    Anyhow, thank you for your support, I will try to do some reading on the keywords you used, I might get back to you for some more leads!
    Thank you once again!:)

  • I have been using iTunes for years to connect to radio and just recently tried to get on and sign pops up stating " A error occurred while contracting the radio tuning service. Check your internet connection or try again later "  I do but the same respons

    I have been using iTunes for years to connect to the radio and just recently tried to tune in and an error sign pops up stating " A error occurred while contracting the radio tunning service. Check your internet connection or try again later." There's no problrm with my internet service so what's up?

    You are probably using an old version of iTunes with which the stream link service seems to have stopped working for many users of older iTunes.  No, Apple makes no comment about this kind of thing.  It may reappear, it may not (it has been dead for over a week now).  Your solution is to upgrade the operating system version on your computer from 10.5.8 to 10.6.8 so you can run a newer iTunes, or live without.  You can still open streams if you can get the URL, and you can then save them as playlist items.

  • Can i use time capsule as an external hard drive and stream stuff?

    hey i am thinking of purchasing a 2TB time capsule because its soo annoying getting stuff from my external putting them onto my mac then putting them into itunes then streaming them from my itunes to my xbox, is their no way i can just put all my films and music onto the time capsule and stream them to my xbox and macbook without all the wires and hassle, i am also wondering if i could do this would i be able to stream music from the time capsule (external harddrive) to my iphone. The main reason why i would like to know this is because my mac is only 150Gb and i have over a 1TB of films would be soo much easier if someone could give me some answers thank you

    Here's my set up:
    Mac only>TC is my main router>wired with Cat 6 ethernet cable>set up for wireless also.
    My other Macs wired or wireless can detect the 500 gig hard drive so I use it as storage and sync it to my Apple TV for movie watching.
    You can do this on PC.

  • Connecting two AR5000 receivers on same sound card and stream over net

    Hi guys,
    I am able to connect one AR 5000 receiver to a sound card , remote control it over the network, stream audio and play from it.
    Now I want to connect two receivers on a single sound card and do the rest as mentioned above
    Help!!

    Thanks Linc Davis. I thought I'd have to pay for the consultation at the Genius Bar, but you're quite right, it is free and you can decide not to go ahead if the quote they give is too much. Just thought I'd write what happened in case anyone else has the same problem. The cause was basically a small cable that needed to be repaired, which cost about 76 euros. I took it to an Apple Store in Paris and they fixed it within 24 hours, even though they estimated 3-5 days. He said another reason this problem might be occurring is because the Logic Board needs to be replaced which would have cost around 360 euros (probably not worth the money for a 3.5 year old laptop), but thankfully it was just the cable.

  • How to Use two E-Series cards in Labview

    I have two 6024E multifunction cards. I have to program a dual station machine - that work independently to each other. I am trying to generate 0-10 volts on the two cards independently at the same time, but when I try this, one of the cards generates the 0-10 ramp and only when this is complete the second ramp starts. I know that I could not accomplish the above with one card, but with two it should work ??
    Thanks

    The two cards should work independently from each other. It may be something in the way your program talks to the cards. Can you post a simplified VI showing how your program works? It is difficult to diagnose the problem without knowing how you are trying to do things. Also mention the version of LabVIEW and platform.
    Lynn

  • Using two iPods on the same iTunes library and same computer

    Just bought a 60G video iPod, already having a 40G standard iPod full of music. Is there anyway I can share my library with my two iPods ?

    Just plug it in.
    No software needed to install & no need to do anything else.

  • Using two different sound devices for in and out

    Hi,
    I want to do the following:
    For speakers I have the Logitech Z-10 that have an internal usb sound device. Sadly it hasn't a connector for a mic.
    Nevertheless I'd like to use a microphone for teamspeak or ventrilo.
    My mainboard has an onboard sound chip that I used before I had the Logitechs.
    So my question is, can I use the usb speakers and the onboard chip simultaniously - one for out and one for in?
    I alread adjusted my modprobe.conf so that every device has its index number but I don't know how to proceed.
    Regards
    Barghest

    You're right. In ventrilo I can chose different devices.
    TS2 is not working att all. I can't neither hear nor use the mic. There's no option for selecting the device.
    \edit: Ok, I installed TS via wine. Works like a charm. What a pitty that TS doesn't work under arch
    Last edited by Barghest (2009-05-17 16:24:25)

  • Using two iphone 4's with my laptop and share same itunes and library

    I have a hp dv9000 series laptop, running vista ultimate 64 bit and have recently bought myself and wife iphones for the first time (prev. wiundows mobile users)
    I had no problem setting up my phone, putting some of my music on it, arranging apps etc. through itunes. most of the "syncing" is manual, since i use google calendars, tasks, notes etc sync'd thorugh microsoft excange so they r backed up on the "cloud" without mobile me.
    The question is, now i want to add some of our music from our 5000+ song shared itune library to her iphone, and when connecting it to my laptop, itunes comes up with a box, saying there is already another phone set up with itunes and has all my iphones info...
    it will let me change it to my wifes info, cell number, name of phone etc. but it seems to be asking if i want to switch phones being sytnc'd...
    I'm afraid if i continue it will screw up my phone as i've read in my searching of this forum conflicting claims as to weather or not itunes for windows can handle 2 iphones on the same computer, itunes and library!!!
    Anybody have a definitive answer????
    Thanks in advance for the help,
    John

    Not sure what you are seeing, but when you set up a new iphone, you have the choice of using the backup of the other/old iphone ( you would do this if you were replacing your iphone with another) or set up as a new iphone ( this would add the additional iphone).

  • Unable to use static IP on device connected to WET610N

    I set up my new (second) WET610N on my wireless network (with its own distinct hostname). It uses DHCP to get its IP address from my wireless router. It is happy.
    I plug a device into the RJ45 jack on the back of the WET610N and turn the device on. It uses DHCP to get its IP address from the WET610N. It is happy.
    I can see and interact with both the WET610N and with the device that I've plugged into it. They have separate IP addresses. Everyone is happy.
    Except for me, because I want to interact with the device via a static IP so I can bookmark it in my browser etc. So I configure the device to use a known-available static IP address. I do not change anything on the WET610N.
    Much power cycling of everybody later, I still cannot communicate with the static IP device that is plugged into the back of the WET610N. I can't even ping it. I can still communicate with the WET610N just fine; it is still happy.
    I switch the device back to use DHCP, power cycle it, and I can once again communicate with it (once I figure out what its dynamically-assigned IP address is).
    Is there no way to have a device with a static IP plugged into the WET610N?
    The User Guide for the WET610N tells me how to set up the WET610N to use a static IP for itself, but it doesn't say anything about the device that is being bridged by the WET610N using a static IP.

    Whats the Static IP you have setup?
    Whats the IP address you are getting it when you setup up in Dynamic?
    Make sure the IP address should be in the range of your Router then only it will work.

Maybe you are looking for