Several segment of one signal output as a undivid signal

Hi nice friends,
I'm working on some signal simulation with LabVIEW, all run well and just run into one signal problem.
It's a sinus signal, its frequency changes from 15Hz---30KHz smoothly. In the beginning, I thought it would be easy to construct a whole signal and output with the DAQmx Timing.vi (Use Waveform), but things seems not so simple, because of the big frequency(30KHz), I need make the sample rate of the waveform at least 300KHz, which still don't make the waveform smooth enough.
So I'm wondering, if it is possible to output the waveform as several segments and output them continuously. Still I'm wondering if it is possbile to make it with that big frequency(30KHz)?
Thank you all for andvance.
best regards
badstone
Solved!
Go to Solution.

Exactly, NI PCI 6251 is what I'm using now.
I know the hardware sampling rate is fast enough, it's just because of the huge samples of the whole sinus signals which last 60seconds with frequency 30KHz(its sinus frequency, to make the signal clear, 10 times is already ), the computer cannot just construct it with low memory, so I want to separate it as several segments, but when I output them with DAQmx APIs, there must be some loop to repeat the "segment signals", and the loop is not fast enough, so there must be short DC values between sinus segments.
Or if there's some other better way to solve the problem.
I hope I made it clear, and thanks for your patient.
For more details, refer to attachment please.
Attachments:
segments output as one signal.zip ‏23 KB

Similar Messages

  • Error -1074384751 in XNET Create Session (Signal Output Single-point)

    Hello all,
    I have a selected number of signals from a database, and I am trying to create XNET Signal Output session from these signals of database.
    However, I get this error when I run this on my RT pc:
    Error -1074384751 occurred at XNET Create Session (Signal Output Single-point).vi:4
    Possible reason(s):
    NI-XNET:  (Hex 0xBFF63091) For Signal Output sessions, the multiplexer signals used in the session must be specified explicitly in the signal list.
    Can anyone please explain why this error can be coming?
    Thanks
    FraggerFox
    -FraggerFox!
    Certified LabVIEW Architect, Certified TestStand Developer
    "What you think today is what you live tomorrow"

    It seems the Diag frames must be sent from a Frame Output Queued session. Therefore i replaced the function "XNET Create Session (Frame Output Single-Point)" with "XNET Create Session (Frame Output Queued)" and it seems to work...

  • VGA signal output type mDP-VGA adapter

    Howdy.
    Working on a way to plug our new mini (early 09) into a crusty ol' analogue tv, whose best quality input is up to 576p component. Tv manual say to plug component source (either YPbPr, YCbCr or Y B-Y R-Y) into the component input on the tv (Y Pb Pr).
    My understanding of signal types is limited, and I am looking at a VGA to component converter as my first preference option since svideo and composite are so crusty.
    Can anyone be really specific on the exact type of signal output from the miniDP-VGA adapter? As far as I know, most computers output a vga signal referred to as RGB, which SOME tvs can read via component in. Can anyone tell me if this RGB equates to any of the above signals (such that i could simply use a vga-component cable that I already possess), or if i will definitely need to get a converter box? I have plugged my older mac mini into the tv (using dvi-vga adapter supplied and then vga-component cable i purchased form some dodgy online ebayer) and had no luck.
    can anyone tell me the potential ramifications of messing around with this stuff? Can inputting incorrect signals damage any of my hardware?
    does anyone have any brilliant ideas on how to run an early 2009 mac mini into a tv via component? At this stage it is going to cost me around $200 for a decent converter box , and being a younger generation I want a solution ASAP and would prefer not to wait weeks for shipping from the States.
    It seems as though the new minis only do dvi-d, while my older one has dvi-i - this is why the dvi-video adapter is not compatible with the early 09 models. i have spoken to apple tech support several times but it seems as though they are getting their dvi types mixed up and don't understand my predicament fully, as their suggestions are not possible with dvi-d. Is there such a thing as a DVI-d to DVI-I adapter? Would it make any difference?
    Any clarification people have to offer on this one would be greatly appreciated.

    A few comments; first off, you can't damage a TV with wrong signal types, although some old TVs can be damaged from wrong timings. That's going to depend a lot on the TV's age whether it has a more modern, multi-sync type chassis or not.
    The Mini DVI output on the new mini is DVI-I. That is how it is able to support the Mini DVI to VGA Adapter that Apple sells for the new mini. But you are right it no longer supports the Mini DVI to Video Adapter. But that is an issue with drivers and has nothing to do with the mini having a DVI-I output or not. But it is definitely Mini DVI-I.
    So to connect a component converter box, you could use either the Mini DisplayPort or the Mini DVI output of the mini. I would tend to recommend the Mini DVI as being somewhat more standard. However, a Mac really wants to see something called a plug-and-display driver, which is also known as EDID, whenever it is connected to a display. So try and see if you can find a component video converter having a VGA input that has an EDID loaded into it or else the Mac will not be happy and it could all be money down the drain that would have better been spent on a new TV.
    Hopefully you will get some more specific information from someone else. Good luck.

  • Route multiple 6602 counter inputs to one counter output...

    Hi!
    I´d like to route 4 different ttl signals, that are read by 4 different counter inputs to one single output channel (e.g. the output of one of the counters used) using pulse train generation with a divider of 4. Note that only one of the four inputs is active at the same time, to prevent overlay.
    How can I do that with Traditional-DAQ?
    Setup would look like this on the SCB-68
    TTL1 ----o in0 (ct0)----o out0 TTL(1..4)/4 [Hz]
    |
    TTL2 ----o in1 -- (output of ct2 is redirected ro ct1)
    |
    TTL3 ----o in2 --
    |
    TTL4 ----o in3 (ct3)--
    May it be better to just output each counter input signal at it´s own output and connect these outputs to one free I/O-pin hardwired?
    Best regards
    Zorniki

    In the end I configured a counter for Pulse Train generation and opted to change the duty cycle and frequency via 'DAQmxWriteCtrFreqScalar" (i.e. Pulse Width Modulation)
    I registered a callback for the 'DAQmx_Val_CounterOutputEvent' and then changed the dutycycle and frequency in that callback. 
    Unfortunately, I kept getting  "The pulse generation with previous property settings must complete a
    full cycle before the property can be updated." error messages and, opon further reading, managed to find a doc where National Instruments suggest adding a 'Wait(period)' before executing the 'DAQmxWriteCtrFreqScalar' call.
    The problem with this solution is that it one has to wait a minimum of 2 Periods before the Pulse Train can be modified which is not acceptable for our work.
    So is there an alternative solution which allows us to change the Pulse Train after only 1 Period ? Is there an event we can trap which allows us alter the Pulse Train after every period ? I'm sure PWM must be possible on Daq cards (PCI-6602 or PCI-6281 or PCI-6259)?
    Cheers, Shaun.

  • SB X-FI Titanium.. Digital output works but Analog Signal M.I.A.

    @SB X-FI Titanium.. Digital output works but Analog Signal M. I.A. Hi Guys,
    I recently installed a new hard dri've on my machine after my power supply failed and fried it. After reinstaling Vista 64 and my drivers I noticed that my sound card was not working properly.
    In.. control pannel > Sound > Playback I see my soundblaster listed but only the digital out is showing. There are two other icons listed.. one is for "Digital Output Device 2-High Definition Audio Device.. and one for a 3-High Definition Audio Device. I don't remember these being listed when my sound card was working properly before the HD crash.
    No icon representing my analog output (Left/Right, Center, and Rear?Speakers)?is displayed. I reinstalled the drivers, updated the drivers, reformatted my HD and started all over again but nothing works.
    I made sure that my motherboard sound card is disabled.. I am really stumped.. The sound card used to work quite well.. Has anyone else had this problem and been able to fix it's
    Here is my system info:
    Motherboard: Gigabyte GA-MA790FXT-UD5P (Realtek Audio Disabled)
    Sound Card: Internal Sound Blaster X-FI Titanium
    Any advice is much appreciated.

    DRe: SB X-FI Titanium.. Digital output works but Analog Signal M. I.A. High definition audio device is what your card is detected as until you install the original CD driver or the Daniel K 2.0 support pack. Then you can update to the newest Creative drivers. I tried to format just like you and thought that I would just download Creative's newest driver and start from there. No Go!!? The newest Creative driver seems to install, but then after reboot like you, I have multimedia audio device.
    So take out your CD if you have it, and run the driver setup only. Then using just this driver you can install all of the newer Creative updates. The Creative auto updater is installed along with your original driver and you will see it detect all available updates.
    Easiest solution of all,
    Try this pack and save yourself a load of hassle........
    http://forums.creative.com/t5/Sound-Blaster/SB-X-Fi-Series-Support-Pack-2-0-05-5-2009/td-p/527485
    This will install a very proper Creative driver, and applications that will work very very well on your system compared to the CD orignals

  • No signal output on monitor after installin hyperx memory

    I bought 2 512 pc3200 cl2 184 kingston hyperX (KHX3200AK2/1GR)
    My mobo is msi k8n neo nvidia nforce 3 250gb chipset board
    I have cpu 3400+ amd
    I took out my 1gb of 2700 ddr333 to install my new ram ddr400 3200 hyperX kingston and when I turn on my computer, i get no signal in my monitor, i checked the cables, and what it does it goes black and then back to sayin no signal output on the monitor

    Replace monitor cable with a good one.  If machine still won't boot then...
    Follow Bejon's instructions carefully (remembering to remove power cord and waiting 3 minutes before opening case to reset cmos, then closing case after you have reset cmos as described in the user manual, and reattaching power cord after case is reclosed).  Once you can boot (with one stick of ram in slot closest to the cpu if you cannot boot with 2 sticks) hit "del" key to enter bios, select "optimized defaults", enter "cell menu", set dram/memory voltage to 2.75 (or higher if manufacturerer of HYPER X memory recommends more power - don't worry about flashing red warning, memory can handle it), then use "F10" and "yes" to save settings in bios.  Good luck.

  • In RoboHelp 11 Responsive HTML5, is it possible to have 2 different language outputs in one generated output file?

    In RoboHelp 11 Responsive HTML5, is it possible to have 2 different language outputs in one generated output file, similar to WebHelp where the use can select the language from a drop-down list? In Webhelp output you could create multiple Content categories. Is there something similar with the responsive output, or am I forced to have a completely separate set of output files for each language (for example, English, Japanese, Chinese, Korean, and Arabic)?

    As Rick, mentions, there's no default way.
    Having said that, there's nothing stopping you from doing it yourself. You can add a kind of language selector to the layout and set that for every html5 output. With some JavaScript, you can have the user switch between your outputs. It would look like content categories, but you'll have build it yourself.

  • HT204053 I purchased several apps using one Apple ID.  Now I want to change my Apple ID. Will I lose anything?

    I purchased several apps using one Apple ID.  Now I want to change my Apple ID. Will I lose anything?

    You won't lose anything, however all purchases are permanently tied to the ID used to purchase them originally so future updates of your existing apps will still require the password for your old ID (whether you are still using it for purchasing or not.

  • How do I share several contacts from one iCloud account to another?

    How do I share several contacts from one iCloud account to another iCloud account?

    Hi charlesfromlymington,
    Welcome to the Apple Support Communities!
    I understand that you would like to share a contact. Please use the information in the iOS 8 iPhone User Guide (page 139) for information on this process. When the recipient receives the contact, if iCloud Contacts are enabled, it will be added to their Contacts.
    manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf
    Share a contact. Tap a contact, then tap Share Contact. See Share from apps on page 35.
    Cheers,
    Joe

  • HT5538 how can I transfer several apps from one Apple ID to another?

    How can I transfer several apps from one Apple ID to another?

    Apps purchased by an Apple ID are forever associated with that ID.    Purchases can't be transfers to another Apple ID.

  • In the new version there's no little arrow with back or forward so you can go back several pages in one click. I use that a lot. How can I get it back?

    I've just upgraded Firefox and no longer have little arrows by the back and forward buttons on the toolbar. This means I can only click back or forward one page at a time. I used to be able to click on the arrow, see a list of previous pages and then go back (or forward) several pages with one click. I looked at adding the History button to the tool bar but that's not as convenient.

    You can get the drop down list by either right-clicking on the back/forward buttons, or holding down the left button until the list appears.
    If you want the drop-down arrow you can add it with the Back/forward dropmarker add-on - https://addons.mozilla.org/firefox/addon/backforward-dropmarker

  • My iPad no longer recognizes my Zagg keyboard.  Turned it off and on several times.  One suggestion in manual is a dead battery.  Where is a battery on a Zagg case?  The iPad battery is fully charged.

    My iPad 4 no longer recognizes my Zagg keyboard.  Turned it off and on several times.  One suggestion in manual is a dead battery.  Where is a battery on a Zagg case?  The iPad battery is fully charged and Bluetooth is on and the Zaggkeys PROfolio is listed but says NOT CONNECTED.  What else should I try?

    Well, you shoud tap the line where it says not connected, and it should prompt you to enter something.  Regarding Zagg products, http://www.zagg.com/keyboard-cases/index.php?gclid=CIPgv7O_oL0CFQ8OOgodvnoA1w&ef _id=Uo5AsQAABFW6AX3n:20140320063435:s
    is the link to Zagg's website.

  • How Do I Combine Several Images Into One Image Which Contains Links To A Series Of Web Sites?

    How do I combine several images into one such that the combined image contains a series of web links? In particular, I’d like to create such an image and put it into my Outlook email signature. At present, as per the image below, I have at least six separate images in my email signature with each image containing a web link. Is Photoshop the best tool for this job? Or would it be easier to do this in some other package? I have three packages at my disposal: Photoshop, Ilustrator and Dreamweaver. Can someone please explain in detail how I would do this? Or perhaps someone could direct me to a link that explains how to do this. Thank you.

    Thank you for that correction, Hobotor. I admit I hadn't thought about an image map, in the context of someone who doesn't seem to know HTML very well...  My thinking was running along the use of the Photoshop Slice Tool to get most of the way there...
    To expand on the above, if you were to slice up your image using the Slice Tool, say like this:
    Save for Web & Devices will create the HTML and save all the sub-images.
    Then you edit the HTML and add a (hypertext link) elements surrounding the various images.  Only thing is you'll have to set the border-style of the images to none.
    For example:
    <!-- Save for Web Slices () -->
    <table id="Table_01" width="554" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td colspan="10">
       <img id="Sig_01" style="border-style:none" src="images/Sig_01.jpg" width="554" height="56" alt="" /></td>
    </tr>
    <tr>
      <td colspan="10">
       <a href="http://www.GrahamsWebSite.com"><img id="Sig_02" style="border-style:none" src="images/Sig_02.jpg"
            width="554" height="43" alt="" /></a></td>
    </tr>
    etc.
    A full copy of the HTML and images can be found here...  View Source to see it as an example:
    http://Noel.ProDigitalSoftware.com/temp/Graham/Sig.html
    -Noel

  • One payment for several invoices to one vendor

    Hi,
    I have one  question related to the payment run F110. In many cases we pay several invoices in one payment to a particular vendor. Then in reference - only one invoice number is visible. Then we receive loads of phone calls with questions about a list of invoices included in a particular payment.
    Could you please advise if there is an option to have all paid invoices visible in the payment reference field or is there a possibility of generating payment advices when the payment is generated in SAP.
    We are using paymethod H& K for payment to vendor.
    Kindly give us a solution in this regard.
    With Best Regards,
    Amit Paul

    Hi,
    We can get the details of all invoices which are paid with one payment document in tables REGUH & REGUP.
    You have built the custome payment advise Form using the above tables.
    You can display the required details in F110 frm menu select Edit -Paments -> Payment List
    Thanks,
    Vijay

  • I want to put several images on one sheet.  In other words, I want to open a blank document and move photos on to it.  Is this possible with Elements, and if so, how do I do it?

    I want to put several photos on one sheet.  In other words, I want to open a blank document and move several photos on to it.  Is it possible to do this?  If so, how?
    Thanks, Leslie

    lesliew13734700 wrote:
    OK, another question.  I opened a new blank file and the picture I want to move is in the Photo Bin.  That image is 2 in. X 3 in.  But, when I move it onto the blank image, which is 8X10, it fills up the entire space.  I can't figure out how to put it in the new image in the correct size relationship. 
    Open the picture file, go to Image>resize>image size. Read what the resolution is in px/in, write it down, do nothing else here at this time
    Go to File>new>blank file, Enter the dimensions , resolution the same value that you wrote down in step #1, background color to suit, ok it.
    Go back to the picture file, go to Select>all, go to Edit>copy to put it on the clipboard
    Go back to the blank file, go to Edit>paste
    Get the move tool out of the toolbox, position the picture, and resize with the corner handles of the bounding box, if necessary..
    Note: For printing, the rule of thumb is that the resolution be in the 240-300px/in range, although I have had good results below this value. For web work, 72 px/in is ok.

Maybe you are looking for

  • Airport Extreme - Slow until power cycle every few hours (wired, not modem)

    I have the latest Airport Extreme Base Station (no time capsule) connected to a Motorola Surfboard 6121 modem. When wired directly to the AEBS I get download speeds of 90Mbps+, but after a few hours (I haven't determined if it is consistent) the dowl

  • Not reading CD/DVD's, I need to format my computer!

    I have a Satellite P-100 PSPA3C-SD30E bought in CANADA in 2006 Its Pentium dual core T2400 / 1gb ram / has an ATI Radeon 512 mb / DVD-RAM Super-Multi / 100 gb disk/ running on windows XP SP 3 I´m trying to format the hard disk. So I need the use the

  • Video Chat won't start anymore! error -8

    here's the error log. Please diagnose my problem and give me a solution pros. thanks. System Preferences>Quicktime>Streaming>Streaming speed: 1.5Mbps/T1/Intranet/LAN (don't use Automatic or Intranet/LAN iChat>Preferences>Video>Bandwidth limit: None R

  • How to debug Stored Procedures on Runtime?

    Is there any way or any tool available using which I could debug stored procedures on runtime ? Please also pass the links if you know any.

  • Oracle timestamp with timezone

    Does CR support column of type "timestamp with timezone" column. I am getting error message "Failed to retrive data from database. Details:Not implemented". Thanks