Continues RT Acquisition and generation LabVIEW

I was referencing this example for a real-time application, I write:

Continuous acquisition and generation reference example LabVIEW Real-time

http://zone.NI.com/DevZone/CDA/EPD/p/ID/5366

I use the exact code provided. I have run the vi host, configure the target primary vi to the IP address of my computer and HAVE AO point cards on my system. Just like instruced in the comments. The front panel of the host displays my data correctly.  Although time is not apear update waveform graph. The program expires correctly after 10 seconds.

The problem is the PDM file.  The tdms file created is a stupid idea, nothing coherent when I go to open in Notepad. I see that the code is evaluated at 2.33 out of 5. Y at - it a correction for this code, or a better example to use?

gardma wrote:

The problem is the PDM file.  The tdms file created is a stupid idea, nothing coherent when I go to open in Notepad. I see that the code is evaluated at 2.33 out of 5. Y at - it a correction for this code, or a better example to use?

Of course you can not read the file of PDM, you're not a computer

TDMS files are written in binary, so try to read in Notepad will be meaningless.

You need to convert to something readable as ASCII the first

http://zone.NI.com/DevZone/CDA/tut/p/ID/3727

Tags: NI Software

Similar Questions

  • NEITHER USB 6008 AI acquisition and generation of pulse

    Dear users of LabVIEW,

    Greetings for everyone. I am a beginner of LabVIEW and I have a problem that I solved partially. I would really appreciate your help and suggestions that I searched for days without a bit of luck. The problem is as follows:

    I am the acquisition of tension HAVE (continue) 4 to 8 accelerometers. In the meantime, I send you a digital output signal each time when you click on the sampling frequency (i.e. 1000, 2000, 3000,...) If the sampling rate is 1000). In other words, try to send a signal of output digital (at a frequency n Hz) at intervals of 1 second (depending on the material). To make the digital output signal begins to blink a LED every one second. In addition, I need to write signals (voltage) AI and the LED blink timestamps PC (software) separately. All stages of the above are followed in my .vi program, but the real hardware/software level operations kill my timestamps. In other words each LED flash timestamps are not accurate, when I use LabVIEW measurement file express VI (the difference is not at least to the third decimal). In addition, the timestamp is kinda OK when I disable the file LVM write VI. Onemore thing I've noticed is that physically the LED blinks every second two times, I feel it's because of the shift register and loop delay of a second. Is there a way to control the speed of blinking (i.e. Boolean State must change to every 500ms without delaying the inside while loop).

    Results and comments:

    LabVIEW 2011 .vi, timestamp of files with or without generator of LVM (express VI) files are all attached. Please note that there is a considerable amount of drift in the consecutive timestamps when the file LVM generator is used, on the other hand there are derivative of 0.001 ms when the file LVM generator does not. The reason for horodateurs PC have is about aligning the various measures or observations or events to global time scale.

    Please give me any suggestions or help me do at least accurate to milliseconds in VI of witten. Finally, is there any USB DAQ module relatively inexpensive which allows to send an impulse to directly from channel impulse of output digital channels when the "n" sampling frequency Hz is obtained by level of material which could all be accurate, so that the software timer is completely reduced to a minimum. Although there are very material sophistiated of NOR, but our goal of this project is to build and test the system profitable.

    Thank you and I really appreciate your time and effort inavluable. Have a great weekend!

    Just change the samples to the constant playback at the entrance of the DAQmx Read.vi from 1000 to 500.

    Lynn

  • acquisition and generation of signals synchronized redpitaya impetus

    Hi, I'm new in collaboration with redpitaya and labview.

    I've been trying to get the example of the "generation of signals a synchronized pulse and acquisition" has worked with labview. But I have a few problems.

    FISLY, when I downloaded it, some varibles where the wrong type, so connection could not be made (fig. 1). So I use a block converter (from string to number) in order to solve this problem, because he wan't work I changed directly two of the entries from string to number and I kept the conversion of the rest of the string variables (picture 2).

    I was getting an error, but the example did not work properly. When I play run, it only resgisted noise, but not the signal that it was created (image 3). I changed the table (chanel I used, amplitude, frequency, the shape of the signal itself)
    To check that the wire and the RF input and output was OK I tried to change the signal, put it on my hand and the change in signal to noise, but there was still noise (picture 4). I tried each entry and exit, but I still have the same signal: noise.
    To conclude: I can't do this example to work.

    In addition, I have a question on this example, the labview and Redpitaya libraries: How can I change input 1 input 2 and from exit 1 to exit 2, because I don't see that option 1 of chanel and chanel 2, but it does not say what combination of input and output is. and I can't find the block to edit entries and exits

    If anyone has had the same problem, how to solve it?

    Thanks in advance!

    Entries you 'fixed' are not numbers, looks like they are channel names. The representation has changed some time ago, but it is an example of the former.

    Mike...

  • Continuous data acquisition and real-time analysis

    Hi all

    It is a VI for the continuous acquisition of an ECG signal. As far as I understand that the analog read DAQmx VI must be placed inside a while loop so it can acquire the data permanently, I need perform filtering and analysis of the wave in real time. How I implemented the block schema means that data stays int the while loop, and AFAIK the data will be transferred on through the tunnels of data once the loop ends the execution, it clearly isn't real-time data processing.

    The only way I can think to fixing this problem is by placing another loop that covers the screw scene filtering and using some sort of registeing shift to transmit the data in the second while loop. My question is whether or not it would introduce some sort of delay, and weather or not it would be supposed to be the treatment in real time. Wouldn't be better to place all the screws (aquicition and filtering) inside a while loop? or it is a bad programming practice. Other features I need to do is back up the data I na file, but only when the user wants to do.

    Any advice would be appreciated.

    You have two options:

    • A. as you said, you can place the code inside your current while loop to perform the treatment.  If you're smart, you won't need to put one another while loop inside your existing (nested loops).  But it totally depends on the type of treatment that you do.

    • B. create a second parallel loop to perform the treatment.  This would be separate processes to ensure that the treatment is not obstacle to your purchase.  For more information, see here .

    Your choice really depends on the transformation that you plan to perform.  If it's much the processor, this could introduce delays as you said.

    I would recommend that you start at any place in the first loop and see if your DAQ buffer overruns (you can monitor the rear of the buffer during operation).  If so, you should decouple the process in separate loops.

    In what concerns or not ' it would be considered as real time processing ' is a trick question.  Most of the people on these forums say that your system is NEVER in real time because you're using a desktop PC to perform processing (note: I guess it's the code that runs on a laptop or desktop?).  It is not a deterministic systemand your data is already "old" by the time wherever he leaves your DAQ buffer.  But the answer to your question really depends on how you define "real time processing".  Many lay it will set as the treatment of 'live' data... but what is "actual data"?

  • acquisition and generation of signals

    Hi all!

    I'm new to labview and I need help. I am trying to acquire and generate data to two devices simultaneously. I reached successfully synchronous acquisition, but the problem I have is that whenever I run the program it is not compatible. Can someone help me and take a look at my code?


  • Counter the acquisition and generation of simultaneous signals of Daqmx triggered

    I am writing a vi that collects the data of a specific length (1000 points) when writing the data of the same length on another port on the same card (PCI-6052e). Collection and production are both triggered by a pulse of a counter on another Board (PCI-6711). I am able to trigger both successfully, but not at the same rates and not to the desired resolution. The generation of waves and the collection forms should be 8 msec in duration. I have attached the screws. Any ideas would be appreciated.

    Thank you

    Jordan

    Eventually clocked continuous generation, but the displacement of the wave write vi DAQmx out of the loop (just before the beginning of vi), and this fixed the calendar.

  • Excerpts from continuous data acquisition

    Hello

    I want to make an acquisition of continuous data with a NEITHER-6133 @ 1ms per channel. The data must be stored on hard disk. At the same time, I want to take excerpts from acquisition to calculate different values. The acquisition of the extract must be triggert by an external digital trigger.  Are there examples, which combine continuous data collection and collection excerpts?

    Thank you very much.

    Best regards

    Michael

    System

    Windows 7

    LabVIEW 2012

    NOR-6133

    Thanks to the support of NOR-Germany, I found a solution for me:

    1.) continuous trigger switch

    Connect 2) the trigger for the signal to a digital i/o

    3.) synchronize AI and DIO

    Excerpt 4.) the samples needed by the search within the digital waveform pattern

    Result:

    The example shows 4 IA channels Cup (tested on Win7, NI PCI-6115, 4 channels each 5. MECH / s) and calculation on extracts from each channel signal triggered parts.

  • everytime I open my macbook it asks me to "Enter your password to continue using iCloud" and even when I enter the password, it is as it badly and within 5 seconds asking me to type it in again... What do I do?

    everytime I open my macbook it asks me to "Enter your password to continue using iCloud" and even when I enter the password, it is as it badly and within 5 seconds asking me to type it in again... What do I do?

    The iCloud in system preferences pane shows that you are connected?

  • HP laptop - 15-r224tx: PCI controller of Data Acquisition and processing for HP for laptop - 15-r224tx

    I get upgraded my laptop (HP for laptop - 15-r224tx) for Windows 10 but I can't find the driver for the controller of PCI Data Acquisition and Signal Processing. Please help me find the right one.

    Thank you!

    You are the very welcome.

    It is the latest version of the W10 driver for this card model... see if this solves the problem, if you have not already installed this driver.

    This package contains the installation package driver for the controller wireless LAN Realtek RTL8723BE/RTL8188EE in the laptop models running a supported operating system.

    File name: sp72517.exe

  • PCI Data Acquisition and Signal Processing controller driver

    I installed win 8.1x64 on my HP Probook 450 G2, but miss me the driver of PCI Data Acquisition and Signal Processing controller.

    Can you please help?

    Thank you

    Leontina

    Hello:

    Please see if installing the Intel Chipset driver installs this device.

    https://Downloadcenter.Intel.com/Detail_Desc.aspx?DwnldID=20775 & lang = eng & ProdId = 816

  • Z600 Workstation: workstation Z600 missing of pci data acquisition and signal processing controller driver

    I just installed Win7 Pro x 86 on my Z600 workstation.  It was an upgrade to Windows XP Pro.  I'm missing the driver for PCI Data Acquisition and processing of the Signal and Hardlock USB 1.02 controller in Device Manager.  Can someone help me find these drivers.  I looked on the page of Support/Drivers for this model, but could not find anything.

    Hello

    You can get assistance on the HP Enterprise Business Forum since you have a professional worktsation.

  • Pavilion TS 17-g099nr: PCI Data Acquisition and processing of the Signal Windows 10 x 64 controller driver

    Hi, it is impossible for the moment to install the driver for PCI Data Acquisition and Signal Processing.

    I downloaded the driver from Intel, and it did not work... I found a version of this site for windows 8.1 unupdated and it does not work.

    A little help?

    Thank you!

    Hello:

    It could be one of two different drivers.

    Try this one first, and then restart the PC.

    This package contains the Intel Chipset Installation utility. This utility allows the operating system to show the correct name for the Intel hardware that is installed in the Microsoft Windows Device Manager. This package is provided for the laptop models running a supported operating system.

    FTP://ftp.HP.com/pub/SoftPaq/sp75501-76000/sp75561.exe

    If this does not work, try this one...

    This package contains the driver which allows Intel platform dynamic and thermal firmware setting. Intel platform dynamic and thermal environment information system temperature and power use for the thermal protection of the system to work properly. This package is provided for the laptop models running a supported operating system.

    FTP://ftp.HP.com/pub/SoftPaq/sp75501-76000/sp75506.exe

  • 15 - ac122tu: PCI of Data Acquisition and the controller driver of laptop HP 15-ac122TU signal processing

    Hi team,

    I just install windows 7 edition integral and peripheral Bluetooth windows 8.1 is not be detectable, when I search for problem that I came across this PCI data acquisition and Signal Processing controller driver is missing and a unknown device driver missing shownup in my result of troubleshooting. Please help me

    Please find the screenshot for your reference

    Thank you

    Hello:

    See if these drivers work...

    CQI PCI controller:

    This package contains the driver which allows Intel platform dynamic and thermal firmware setting. Intel platform dynamic and thermal environment information system temperature and power use for the heat of the system
    protection to work properly. This package is provided for the laptop models running a supported operating system.

    File name: sp71638.exe

    Bluetooth:

    This package contains the installation package driver for Realtek bluetooth in the laptop models running a supported operating system.

    File name: sp71288.exe

    Unknown dev:

    This package provides the HP 3D DriveGuard software (HP ProtectSmart Hard Drive Protection) for the laptop models running a supported operating system. HP 3D DriveGuard software protects the drive hard by parking the heads if cell phone accidentally falls, or is suddenly struck by another object.

    File name: sp71811.exe

  • 15 - r235ne: SM bus controller / IBD DATA Acquisition and Signal Processing controller

    Hello team

    I am facing problem in finding the right driver for material below.

    1 SM bus controller

    2 IBD DATA acquisition and Signal Processing controller

    kindly help

    concerning

    NASIR

    Hi, Nguyen:

    Download and install the Intel chipset installation utility and restart the PC.

    The 2nd driver down on the left is the automatic installation file.

    https://Downloadcenter.Intel.com/download/20775/Intel-chipset-device-software-INF-Update-utility-?product=1145

  • Uninstall and reinstall Labview Communication

    I created a new post for future reference of the community for discussion.

    How can I uninstall and reintall Labview Communication suite?  I tried to install, but since he was already there it does not crush.

    I have manually deleted haste Labview Comm Suite folder OR in the system folder.

    Now I can niether install or open files on comm!

    How I unsitall and reinstall the full package again

    Hey wired,.

    See the links below.

    How to uninstall or repair

    http://digital.NI.com/public.nsf/allkb/AC6ED75D3D93375686256E8E00245F0D

    How to uninstall the software OR if she is not complete?

    http://digital.NI.com/public.nsf/allkb/F4B8D92A304E4A7B862577460072002F

    Force to reinstall OR software

    http://digital.NI.com/public.nsf/allkb/ADD22E807D5A12AD862579EC00760F79

    Kind regards

Maybe you are looking for

  • I lost my files.

    My 80 GB Classic iPod lost all his music and reading lists. It shows no content and no file in what I used to have. What can I do?

  • Hewlett Packard HP Compaq 8710: DRIVERS FOR MY HP Compaq 8710p Hewlett-Packard

    System serial number: (deleted content) I just installed windows 10 home 64 bit on this laptop and cannot very well the drivers for the following items: PCI serial port PCI\VEN_8086 & DEV_2A07 & SUBSYS_30C3103C & REV_0C PCI\VEN_8086 & DEV_2A07 & SUBS

  • Satellite L500 - no Audio through the HDMI to the TV connection

    I connected my L500 on my HD TV. I can control the image using FN + F5, but I have no sound. I entered the monitor audio realtek and who said that audio is now via HDMI, but still no sound. The HDMI cable seems to be ok that I use to connect my cable

  • Help to choose a video card.

    I have a Compaq Presario SR5605F Desktop PC, Windows Vista 32-bit and 3 GB. I'm trying to find out what kind of video card, I can use. I'll probably have a EVGA GeForce 8400 GS 1 GB DDR3 PCI Express 2.0-DVI/HDMI/VGA graphics card, 01 G-P3-1302-LR fro

  • Change the language of Windows Vista

    Hello!I recently bought a new laptop which brings Windows Vista Edition Family Premium X 64 in English and I would like to change it to Spanish. For what I get there are 2 options to do this, we use MUI (but I can't because my version of Vista Home P