I am searching a VI for AC acquisition with a PCMCIA DAQ card 6024E

Hi,
I am searching a VI for Alternativ Current acquisition with a PCMCIA DAQ card 6024E.
I have tried several availble examples but they are unfortunately not compatible with this card.
I am a beginner with Labview, as a consequence any help and support on that topic would be really appreciated.
Thanks,
Alban Cotard.

I think you wann measure Alternating Current?!?
what want you know, the period, amplitude, rms.....?
e.g. use the "cycle average and rms.vi"  or  other  VI in this palett
regards timo

Similar Messages

  • Data-acquisition with NI 6036E DAQ card & GPIB using an external trigger

    Hi all,
    I hope somebody could give me some help with the following and answer some questions:
    Simple system description:
    Labview 6.1
    PCI-GPIB card
    6036E DAQ card
    In my system, I am using an external analog trigger signal (A) for continuous data-acquisition. Characteristics of the analog trigger signal (A) are: ~40 Hz, signal height +1.48V, triggered by rising edge (the analog trigger signal (A) could be changed to a TTL signal). Each data-acquisition is done within ~1.0 ms after the rising edge of the trigger pulse. The timing of the data-acquisition and analyzing procedure is controlled by execution in a sequence structure placed in a loop.
    Now, I connected a power meter to the system, to measure the laser power during the data-acquisition. The power meter has two options to provide the laser power data:
    a) via analog signal output (voltage corresponds to laser power in watts)
    b) via GPIB (direct output reading of laser power in watts).
    Problem:
    During a certain point in my data-acquisition sequence structure (defined by a frame), I want to use the next occuring analog trigger signal (A) to acquire 1 value from the power meter.
    How do I do this in Labview programming for the following two situations?
    a) If I connect the analog output from the power meter to an analog input channel of the 6036E DAQ card. The analog trigger (A) would be connected to a second analog input channel (In case the analog trigger signal (A) is changed to a TTL signal it would be connected to the PFI0/Trig input pin on the DAQ card).
    b) If I use the GPIB connection of the power meter. The analog trigger (A) would be connected to a second analog input channel (In case the analog trigger signal (A) is changed to a TTL signal it would be connected to the PFI0/Trig input pin on the DAQ card).
    An other possibility would be to trigger the power meter directly, so it outputs constantly power meter values at ~40 Hz. How could I than acquire 1 power meter value (at a certain time im my sequence structure) via analog input at DAQ card or GPIB?
    Additional questions:
    How do I configure the PFI0/Trig pin on the 6036E DAQ board individually as an INPUT?
    How do I use an analog trigger signal (A) as counting signal for a loop, or as an activation signal for a sequence structure which includes GPIB commands?
    It would be very nice if somebody could give me some help.
    Kind regards,
    beam

    Hi beam,
    I just want to verify that I understand your situation correctly:
    An external trigger signal (A) is wired to one of your input channels (e.g. CH0) to trigger data acquisition of a second channel (e.g. CH1). Your power meter is connected to an analog input channel, which you would like to trigger with a certain rising edge at some of your sequence structure.
    Problem:
    During a certain point in my data-acquisition sequence structure (defined by a frame), I want to use the next occuring analog trigger signal (A) to acquire 1 value from the power meter.
    How do I do this in Labview programming for the following two situations?
    a) If I connect the analog output from the power meter to an analog input channel of the 6036E DAQ card. The analog trigger (A) would be connected to a second analog input channel (In case the analog trigger signal (A) is changed to a TTL signal it would be connected to the PFI0/Trig input pin on the DAQ card).
    If a task has been configured to acquire signal from one analog channel, it's not possible to run a second analog input task or to add a second channel on the fly. You had mentioned that it's possible to read from the instrument through GPIB. Is it possible to perform a software trigger such that at a certain frame of your structure, when the trigger signal A reaches voltage "x", a GPIB command is written to your power meter to query a measurement reading?
    Additional questions:
    How do I configure the PFI0/Trig pin on the 6036E DAQ board individually as an INPUT?
    You do not need to explicitly configure the PFI0 line as an input. If you want to use it as an input such that it acts as an analog trigger, simply wire the trigger signal to this pin. When configuring the trigger in your software, specify PFI0 as the trigger source.
    How do I use an analog trigger signal (A) as counting signal for a loop, or as an activation signal for a sequence structure which includes GPIB commands?
    You can try using the Limit VI to find out when the trigger signal reaches a certain level, and count how many times this level is reached. Similarly, you can use this as the condition to execute GPIB commands.
    Hope this helps,
    Lesley

  • PowerShell - to search recycle bin - for any document with title containing "disaster" in it?

    Hi there,
    I am looking for PowerShell - to search recycle bin - for any document with title containing "disaster" in it? 
    E.g. it should search for any documents with title "SharePoint Disaster Recover.doc" or whatever title contains this word?
    Thank you so much.

    This should do it:
    Get-SPSite http://yourServer/sites/yourSite |
    Select -ExpandProperty RecycleBin |
    Where { $_.Title -Like "*disaster*" } |
    Select DirName, Title
    or for all Site Collections in the farm:
    Get-SPSite -Limit All |
    Select -ExpandProperty RecycleBin |
    Where { $_.Title -Like "*disaster*" } |
    Select DirName, Title
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • Search in file for exact phrase with special symbols [windows 8.1]

    When I search, for example, for 'name.txt' in file content it seems that it finds all files with 'name' and 'txt' in any order.
    Windows 7 seems to have options related to this, like 'use natural language' and 'find partial matches'. But I see nothing in windows 8.
    Please let me know if it's possible to search for exact phrase with special symbols.
    Thanks.

    When I search, for example, for 'name.txt' in file content it seems that it finds all files with 'name' and 'txt' in any order.
    You need to either use the Search tools or learn the Advanced Query Syntax (AQS) that they imply.  Actually you need to do both because the tools only help with the keyword prefix and not with the following syntax that is required to do the specific
    search that you want to do.
    So, for example, you knew that you wanted to find  name.txt  only in file (or directory?) names so you would use the  Other Properties > Name  tool  to be sure that your query had that prefix  Name:name.txt  
    In fact, that was a surprise for me just now because I thought the default syntax for Name with no other specification would be "contains" (which would be Name:~=name.txt) but apparently it defaults to  Name:~<name.txt  which means
    "begins with"  name.txt.  In fact, from an efficiency point of view that is probably a logical default.  But from a usability point of view it is terrible because it means that when users really want  Name:name.txt  to mean either
    "contains" or "ends with" they won't have a clue what to do to make those differences.
    Ref:
    http://windows.microsoft.com/en-us/windows7/Advanced-tips-for-searching-in-Windows
    FYI
    Robert Aldwinckle

  • Getting timestamp for analog acquisition with NI6110.

    When I use the AI Read VI to get a waveform containing a sequence of scans, the waveform has a timestamp that presumably represents the absolute time of acquisition of the first scan as measured using the system clock. (I can't find any documentation on this, by the way. Where is this documented?) I notice that the AI Read VI can alternatively be used to return a "binary" array of measurements. For various reasons, I prefer to use this form of the AI Read VI, but I'd also like to get the timestamp that would be included in waveform returned by the waveform version. However, I don't want to call the AI Read VI twice, one time to get the binary array and a second time to get the whole waveform just so that I can g
    et the timestamp. Is there a way to get this timestamp without getting the whole waveform?
    Thanks,
    Neal.

    Thanks for replying.
    I'm performing digitally triggered, buffered data acquisition with my 6110E, with the possibility of pretrigger sampling. The data I'm acquiring may extend several second before and after the trigger. Furthermore, my application may call the AI READ VI at some unpredictable time several seconds after data acquisition is complete. I'm assuming that the timestamp that would be returned as part of the waveform by the AI READ VI (whose exact nature appears to be undocumented) is calculated from the system clock at the time at which the digital trigger occurs, and wouldn't depend on when the AI READ VI was called. The article you referenced doesn't tell me how to do what I want. I want to get EXACTLY the timestamp that the AI READ
    VI would include with waveform data, were it asked to return waveform data, but I want to use it to only return binary data. To the best of my understanding, the method described by the article for a obtaining a timestamp when binary data is retrieved provides no guarantee that the timestamp obtained will be the same one that would be returned as part of a waveform by the AI READ VI. Indeed, using the "Get Date/Time In Seconds" VI would seem, under the circumstances in which I would use it, to produce a timestamp that differs unpredictably from the time of the trigger by seconds.
    Thanks,
    Neal.

  • Can I develop a data acquisition app without the DAQ card installed?

    I'm new to LabView.
    I would like to build a simple data acquisition app (graphical display and logging). I would prefer to build this on my desktop, and then install/run it on a laptop.
    I'm not sure how to work this as the DAQ card and driver are not installed on my desktop. Is there a (hopefully) simple way to configure a data source in labview so that the app will automatically (or at least easily) connect to the existing driver?
    At the end of the day I don't want to install the complete dev system on my cheap little laptop just for this one application.
    TIA,
    Michael

    yes you can develop an application without having a daq card installed. You still will use the same functions in labVIEW. If you are using labVIEW 6.1 they are under the data acquisition palette in the block diagram. If you are using LV7 there are now two types of data acquisition functions. Traditional NI Daq (before lv 7) and new Daq MX. The daq functions are under the NI Measurements palette in LV7. If you are new to LV I suggest you use the daq assistant on the bottom of the palette. This will allow you to easily configure what you want, the drawback is that you will need to use this on the computer that has the card. So try the traditionaly nidaq functions. They will allow you to develop without the card. hope this helps.
    BJD1613
    Lead Test Tools Development Engineer
    Philips Respironics
    Certified LV Architect / Instructor

  • I need to carry two iphones for work - one with a UK sim card and one with a Spainsih sim card. Can I REPLICATE contetn across two devices from one itunes account

    Hi there, is it possible to replicate the content of one iphone on a UK sim card to anotehr iphone with a Spanish sim card and carry both devices, actice, for my work purposes?

    certainly.  Synch one of your phones to iTunes.  Then restore the other phone from the first phone's backup.

  • I need a user manual for a PCI-MIO-16E-1 DAQ card

    I am starting research using a PCI-MIO-16E-1 DAQ card that was used by a prior student and the manual is not available.  I tried to access the manual online through your websitem, but I was denied access.  How can I gain access to this manual so I can start to use this DAQ in my research?

    What you need is the E Series help file.  Here is the link, but for some reason if you can't get there, the zip file is attached.
    -Alan A.
    Attachments:
    370503f.zip ‏1260 KB

  • IPhone Search/Filter App for tags assigned with iPhoto

    When you download photos to iPhoto you can name them, tag them (multiple times). Then you can filter them by typing the tag or name on the search bar on the bottom left of the program. After I tag the photos I would like to be able to upload them back to my iPhone and filter them in the same way as I do in my computer. Is there an app that can do this?
    Thanks

    No, there is not. If you want the phone to be silent, flip the switch on the side.

  • Is there any hope for Mac users with AMD D700 graphic cards trying to run Adobe Premiere 2014 CC?

    Who wants to watch a grown man cry?  I spent a small fortune on a shiny new mac with 64GB Ram and to quote Larry Jordan, "I could rocket to the moon with the power of this computer."  I am running OSX (10.9.5) and have a 12 gig per channel ethernet Maxx Digtial Raid with Areca cards to support 6K footage.  However, editing my first project in Premiere CC2014 (leaving FCP 7) has been nothing short of problematic.  At first, it plays great but after 20 minutes of editing, speed changes, adding secondary shots etc it starts to play choppy, freeze on certain frames playing just audio and eventually crashes or it takes a minute to render.
    I did every possible thing yesterday with Adobe and Apple support.  I reinstalled the OS, I trashed 3rd party preferences, trashed Premiere preferences, set project settings from OpenCL to software only and I tried changing location of the Premiere Cache folder but nothing seems to work.  Eventually the last Adobe support person said it was due to the AMD card and Adobe.  He was emphatic that it was Apple's fault.  Apple's support team said it Adobe's.  Well after that, Im still stuck.  Is anyone else experiencing this?  Any pieces of the puzzle?
    Is anyone else having the same experience?

    The default for CPU Voltage is By CPU VID default for Adjust CPU VID is Startup which should be 1.4 volt. Since Cool'n'Quiet requires a driver to run and I also show low CPU VID in cmos it should be 1.4v but I tried with Cool'n'Quiet disabled and also tried setting CPU VID to 1.4 but have never made it to 1.4 I also tried setting it to 1.425 which is the next step and still read under 1.4.

  • Is there a way I can pay apple for an app with cash not credit card?

    Is there?

    Yes.  Take the cash to a retailer and buy an iTunes gift card.  They are pretty easy to find.
    Once you redeem the card, you will have a credit balance in your account that you can use for purchases.

  • I use labview 8.0 and i can not run daqmx driver for pcmcia 6062e daq card

    i use labview 8.0 on window xp .when i installed a PCMCIA daq card 6062E, i could not run daqmx driver.It is fine to see that the traditional version is working well.When i install daq card sometimes it is working well with traditional driver  but mostly i see error on reading an analog input from PCMCIA daq device.An error called 'base adress' occures .I use last version of driver that is daqmx 8.0.1. and i have installed this correctly but again i could not  see any signal on the test panel for daq-mx driver.I don't know what is the problem.Also when i install PCMCIA daq card Please reply this message.I need your helps.
    Thanks

    Hello,
    Thanks for your reply.I will try to answer your questions.
    I have checked the Device Mananger and I have seen that the device is detected by Windows  XP.  For another question the card shows up under both NI-DAQmx Devices and Traditional NI-DAQ (Legacy) Devices consistently in the Measurement & Automation Explorer.I use a way that I reset the driver for traditional NI-DAQ in MAX,and then i reset the device for NI-DAQmx driver in MAX and again i tried to run the test panel of DAQmx driver but again i saw a wrong signal or noise signal on the test panel i could not see the sinusoidal signal that i connected. i do get the test panels to run with the card using the DAQmx driver,  But could not run the DAQ diagnostic utility.The error was as i specified below.
    03.05.2006 09:49:35
    Results saved to:  C:\Documents and Settings\serkan\Desktop\Diagnostic Results.txt
    Selected Device: Dev1
    Device Type: DAQCard-6062E
    Serial Number: 107509E
    Device Support: (PASS)
    NI-DAQmx Version: 8.0 (PASS)
    Device Reset: (FAIL)
    Error -50002 occurred at an unidentified location
    Possible reason(s):
    The specified device is not a valid device. The operation could not be completed as specified.
     ------ DIAGNOSTIC UTILITY ABORTED -----
    And for your last question i can say that i have used the DAQ card on other laptops.But the results were the same.İ hope to see your reply
    Thanks,
    Serkan Buhan
    Electrical-Elecronics Engineer
    Researcher
    TUBITAK-BILTEN

  • I have an ipad for work.  I would like to download another account with a personal credit card just for only media.  I do have an account on my mac air.

    I have an ipad that was issued from my company.  I would like to add a second itunes account for just media with my personal credit card.  I have another itunes account on my mac air.  Can I download it to my ipad without disturbing my work appications?  I see similiar questions, but none of the answers are simple enough for a "newbie" like myself.  Thank you for any suggestions.

    It's complicated.
    iTunes accounts use Apple ID's.
    I currently use two unique Apple ID's on my wife's iPad 2.
    I sync the iPad manually to two different user accounts on my MacBook.
    It is possible (though not necessarily intuitive) to sign out of one Apple ID and sign in with the other one:
    Open Settings, Store, Apple ID.
    Touch on the current Apple ID, and a pop-up gives you the option to View Apple ID, Sign Out, or Cancel. 
    Sign out, and a Sign In window pops up. 
    Now you can Use Existing Apple ID, Create New Apple ID, or Cancel.
    Each Apple ID shows its' own $ balance. You might just want to use your exiting iTunes Apple ID as the second ID on the iPad. That probably allows you to share your current MacBook Air music collection with the iPad. But I'm not positive about that.
    For simplicity's sake, you might consider using prepaid Apple iTunes cards (they apply to everything), rather than a personal credit card. Also limits your risk in case the device is lost or stolen.
    One annoyance occurs when updating Apps: you have to remember to sign out of one ID and sign in with the other in order to get all apps updated.
    All of the folders, apps, music, and video purchased (regardless of which Apple ID you use) will be combined when you view the contents. I'm not an expert by any means, but I do not know of any way to create separate users on an iPad as you can with a Mac or a Windows PC. You can segregate Apps into separate folders, e.g. "Work Apps", and "Personal Apps", but you have to do that manually, and as far as the iPad is concerned, they are all co-mingled.  Example: Take a photo with the built-in camera. It will appear in Camera Roll. Is it a 'work' photo or a 'personal' photo? No way to segregate them. Any music downloaded from iTunes, or synched from a Mac or PC goes into the same music collection.
    So that may not be a problem if your 'work' Apple ID never purchases music or movies, and your 'personal' Apple ID never purchases business applications.
    I worked in IT for a number of years, and I have to ask, does your IT department have a problem with your 'personal' data and 'personal' apps on a 'business' device? Who is responsible for backing up 'work' apps and data?  'Personal' apps and data? You might need to ask for clarification before you invest any money.
    These answers apply to iOS 4.3.4 and an iPad 2.  iOS 5 could change some of these answers.  I'm waiting for at least an iOS 5.1 update before considering whether iOS 5 offers anything we need.
    Message was edited by: kostby

  • What is the multiplexing sequency for the DAQ cards?

    I have a PCMCIA DAQ card (AI-16E-4). How does the multiplexing work on the that card?
    In my setup I connect the same signal to channel 0 and channel 3 (differential termination). I notice that the acquisition of channel 0 is delayed by what appears to be half of the time increment between samples.
    Does that sound right? I would have expected channel 3 to be delayed. Is there a way to know how the delay works?
    Thanks,
    Jerome.

    Hi Jerome,
    The multiplexer(mux) on your card will sample all of the channels in order. That is, channel 0 will be sampled first, and the channel 1, and so on. What happens is the mux will then take all of those samples and send that information to the ADC. With Traditional DAQ, the convert of all channels will be done as quickly as possible between sample clocks.
    I hope this helps. Have a Great Day!
    George

  • Acquisition with different pci-cards

    hello,
    I would like to learn the objectives to take care of in acquisition with two
    different pci - cards. Is there something special about configuring the two
    cards in the same VI and how can I be sure that the subVIs acquire data
    simultaneously?
    Please send me some information about bibliography or notes.
    thank you

    wrote in message news:90o7uf$e5c$[email protected]..
    > That is true; however, if you want the acquisitions of both boards
    > started at the EXACT same time then you need to order a cable that
    > connects to both RTSI connectors on the PCI boards from National
    > Instruments. Once you have that cable, then you can call the Route
    > Signal VI to route a start signal to both boards and simultaneously
    > start them.
    A better way is to route scanclock via RTSI from the 'master' to the 'slave'
    board.
    in this way there is a constant delay (within one channel clock period)
    between channels on these boards.
    You have to specify on the slave board that the scan clock comes from RTSI.
    Don't forget to make the channel clocks identical.
    Read the help of AI Clock Config (see inside AI start.vi)
    You need 2 calls to AI Clock Config on the slave. One to set the Scanclock
    and one to set the Channel clock)
    If you need more accuracy you also have to route the board clock (20Mc) via
    RTSI.
    Start the slave first, so that it is ready to receive clocks from the
    master. Then start the master.
    >
    > In article <90ham7$j4p$[email protected]>,
    > "Fan Zhang" wrote:
    > > to your question, no. Nothing special to configure two pci cards at
    > the same
    > > time in one program. You can distribute two IDs to them then call the
    > one
    > > you would like to call in your application.
    > >
    > > "gkonstan" wrote in message
    > > news:90ggtt$i28$[email protected]..
    > > > hello,
    > > > I would like to learn the objectives to take care of in acquisition
    > with
    > > two
    > > > different pci - cards. Is there something special about configuring
    > the
    > > two
    > > > cards in the same VI and how can I be sure that the subVIs acquire
    > data
    > > > simultaneously?
    > > > Please send me some information about bibliography or notes.
    > > > thank you
    > > >
    > > >
    > >
    > >
    >
    >
    > Sent via Deja.com http://www.deja.com/
    > Before you buy.

Maybe you are looking for

  • Invoking Bpel Process from JAVA

    Hi I am new to BPEl. I am trying to Invoke Bpel From Java client provided in samples... i am getting java.lang.NullPointerException at this line.. Map payload = res.getPayload(); The Bpel Process is on my local machine... i kept the properties file a

  • After DND AbstractButton, setSelected not work

    Recently, I got problem in DND with AbstractButton and would like to share my finding After DND an AbstractButton, Within the DragSourceListener.dragDropEnd I get the dragged AbstractButton and invoke its AbstractButton.setSelected(false); The select

  • Error in the installation of additional components

    Hi, we've got this problem: we tried to install the creative suite cs3 on different computers in our studio, but we haven't been able:because it shows the message "error in the installation of additional components"... what we can do??? thank you ver

  • How to copy a test database to a productive with DB2?

    The subject tells the question: i have a database server running db2, one database for SBO and two tablespaces for Testing and Productive environment. Both were created with SBO of course. 1.) How to make a copy from test to productive now? 2.) How t

  • Excel Add-In Market Research

    Hi, I am new in here and I would really like to find out if there would be interest from the msdn community for our latest Excel Addin that uses an implementation of Decision Trees for time series forecasting.This is a tested algorithm that has been