Can not get correct sinewave via labview RT

now i am working on a little program about anlog wave input and anlog wave output.here is my diagram block
you know, i just load this VI into the RT system and run it, on th other hand, i choose a anlog in channel, and genarate(by the TEK machine) a sinewave(100hz,4v) into the DAQ card. The output of another DAQ card connected to the scope(another TEK machine). i wish to get the right wave, but ......
i do not know what is wrong with the output, maybe have something to do with the system clock, but i run it in the RT.so,if you have ever noticed this problem or you know why,please tell me!

Hi David,
Check your acquisition loop. Some bugs has to to be fix.
1. Inside the loop if you check your sample to read input as -1, its indicate that whenever samples come on your ram your are going to read that all samples. This is the wrong method give your number of samples to read as 1000. Based on your number of samples to read configure your loop rate. Means if you want to update your output in 1 sec give 1000 input to number of samples to read. If you want to read 100 samples then give 100 so now your acquisition loop rate is 10. Your loop will run 10 time to acquire complete 1000 samples so now your AO updates rate is 100ms.
2. Remove samples per channel input from your DAQmx timing VI. No need to give this input.
Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!

Similar Messages

  • Can not get correct page numbering for sections

    I have created a RTF template for a report that is Burst by USERID and then on the template I have the DeptID as the section for the report. When I run the report I get page numbering by DeptID - so if 1 department has 2 pages I see page 1 of 2, 2 of 2, then the page numbering starts over for the next department. I actually want the report to show a total number of pages for the entire report in the header. Any ideas on how I can accomplish this? Thanks!

    Vetri changed the template to have the body start prior to rows that I wanted repeated on all pages and then copied the repeated rows on the second page. This allowed for my page break between departments to happen and the page numbering in the heading also included the total number of pages not the total pages for each department.

  • After upgrading MobileMe to iCloud I can not get my TimeCapsule via "Back to my Mac" feature

    I have made no changes in TimeCapsule setting. Before upgrade to iCloud all was working fine, but right after it I lost any access to my TC via Internet.
    What can I do to fix it?

    My guess is that this will be another extremely useful feature that the new "gimmick" named iCloud will knock out. So many people are moving toward this abomination called iCloud only to realize that MobileMe was a better solution. Now we must use DropBox and other methods to continue true mobile/cloud computing. I advise many clients and many are disappointed that their digital workflow has been revoked. They are even more upset that they had to pay to do so. I usually try not to complain about lost features as they usually have a better replacement, but these new features have not unhanced their predecessors... in fact, they have only iliminated them.

  • Why i can not get the quantity via BAPI_MATERIAL_AVAILABILITY ?

    Hi Experts ,
    I had wrote an abap/4 program to invoke BAPI_MATERIAL_AVAILABILITY this BAPI .
    But i found the result that the aty-quantity in every storage location is the same .. ...
    Is it something wrong with my Code or Something missing in SD customizing setting ?
    in my company we have three storage location : 7000 & 7001 & 7002
    my code :
    Call BAPI Material Availability
          CALL FUNCTION 'BAPI_MATERIAL_AVAILABILITY'
               EXPORTING
                    plant      = 'CN10'
                    material   = it_mater-matnr
                    unit       = 'PC'
                    check_rule = 'BO'
                    STGE_LOC   = '7000'
               IMPORTING
                    return     = ls_return
                    AV_QTY_PLT = w_recqty
               TABLES
                    wmdvsx     = lt_req
                    wmdvex     = lt_com.
    <b>write : lt_com-qty .</b>
    clear lt_com .
    Call BAPI Material Availability
          CALL FUNCTION 'BAPI_MATERIAL_AVAILABILITY'
               EXPORTING
                    plant      = 'CN10'
                    material   = it_mater-matnr
                    unit       = 'PC'
                    check_rule = 'BO'
                    STGE_LOC   = '7001'
               IMPORTING
                    return     = ls_return
                    AV_QTY_PLT = w_recqty
               TABLES
                    wmdvsx     = lt_req
                    wmdvex     = lt_com.
    <b>write : lt_com-qty .</b>
    Thanks a lot !
    Best Regards,
    Carlos

    I can only comment on #2. Because the player doesn't use 'drivers' and relies on Microsofts MTP (Media Transfer Protocol) it doesn't 'officially' work on Macs. However, on previous Creative MTP players independant end users have always come through and written software to work around this issue. I don't own a Mac, and haven't tested it out myself, but I hear it works.

  • TS3988 I just bought a Iphone 5 -- my Iphone 4 and my ipad used to automatically sinc calendars via the Icloud whenever I entered anything on either device -- I can not get the new phone to do this.I have  check the settings on both devices and they seem

    I just bought a Iphone 5 -- my Iphone 4 and my ipad used to automatically sinc calendars via the Icloud whenever I entered anything on either device -- I can not get the new phone to do this.I have  check the settings on both devices and they seem to be t

    There are only two things that you must do to connect a device to calendars:
    1)  In settings>icloud, you must log in, WITH THE CORRECT ID/PASSWORD, and
    2)  Turn on calendars on the same page.
    You said that the iphone 4 and ipad **used** to automatically sync.  Do they no long sync?

  • I used the wrong password for my belkin wifi. Now that I know the correct password I can not get pass the unable to connect or join message. I have turned off all the options such as wifi and join and also put my touch to sleep.. but nothing seems to work

    I used the wrong password to join my new belkin wifi. Now that I have the correct password, I can not get the to the join screen with the space to type in the password. I continue to get the unable to join message.  I have put the touch to sleep and I have turned on and off the wifi and join options on the Network screen page.  Does anyone know how to get pass this block of the wrong password to a new page that will allow me to type in the correct password.  I see there is a option that asks if I want to reset the network settings.. is that what I should do? and what does it erase when I do that?  Thanks for any input anyone has.

    Yes.  Reset network settings. Head to Settings -> General -> Reset and tap Reset Network Settings.
    B-rock

  • I can not get LabVIEW to respond to a VB6 ActiveX event

    I am working with a VB6 ActiveX dll (VBtablet.dll is a wrapper for Wintab32 for a tablet interface) using LV8.2.1 and can not get it to respond to an event.  I have opend the object and registered it for callback, but have had no luck in having an event generated.  Is there anyway to see these events generated or at least that it has been registered?  The dll has no problem working in a VB app or in Excel using a VB macro.  Is there anything special that has to be in the ActiveX object to get LabVIEW to respond to it?
    When I register the callback I use a control reference of the data being returned as my "user data" and in the callback VI I wire the event data into the "Value" of the control reference. I believe this is all I have to do.  Any ideas would be helpfull.
    Thanks,
    Paul 

    cueball wrote:
    I am able to see that events are generated from the dll, but somewhere between the ActiveX object and LabVIEW it is disconnected.  Is it possible that LabVIEW is excepting these events and not allowing then into the code.  The path as I see it is
    dll -> WinAPI -> ActiveX -> LabVIEW
    One thing this dll requires is a windows handle and I am wondering if LabVIEW itself is reads the events directly instead of ignoring them.  The reason I bring it up is that the tablet works like a mouse and I am wondering if it is absorbing these commands directly and not allowing them to be passed through the ActiveX object. Like this
    dll-> WinAPI -> LabVIEW
    therefore the event is never generated.  That is why I wish I could speak with someone at NI that could explain that process better, but it seems like there is no one at NI who knows any high level issues.
    First this are not high level issues but lowest low level issues. Some of it certainly is more Windows related than LabVIEW so support from MS, as unlikely it is to get that, would be at its place. NI people are not there nor can't really help you debug your VB issues.
    Second you say it is a tablet and works like a mouse, then I'm wondering if Windows is not simply claiming it as a Human Interface Device itself and not really letting you control it yourself in your VB control.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Hello, I have a Macbook pro retina-2013.  About Mavericks I could set my 4K monitor via HDMI on 2560x1440.  This I can not get through at Yosemite. Can someone help me there?

    Hello, I have a macbook pro retina-2013.
    About Mavericks I could set my 4K monitor via HDMI on 2560x1440.
    This I can not get through at Yosemite. Can someone help me there?

    They really pushed that it would all work great! Has anyone had the same struggle? Are there any step-by-step instructions to get linked up?
    Call Verizon's wireless tech support & explain your problem to them.  They will provide "step-by-step" instructions over the phone. 
    Take notes too!
    TIP:  If you do call & don't want to go through all those darn promps, when you initially call, just don't say anything.  The automatic voice will then say,  "will connect you to a service rep."

  • I want to change my password but can not get passed verification even though the answers are correct, so I have asked for an email and none has come.Can some one help?

    I have tried to change my password and get to the part where you need to verify by answering the questions, and I get can not get any further, as it tells me the answers aren't the ones they have but I know it is correct, so I have asked for an email to be sent, but no email comes.I receive other emails from iTunes but not the one helping me to change the password. Has any one got any idea why?

    Contact iTunes customer support, no one in these user to user support forums can assist  you.

  • I just bought the BDP-S1500 yesterday and can not get it to work via wireless

    I just bought the BDP-S1500 yesterday and can not get it to work via wireless????

    Hi BigDaddy317,
    Please the link below for further assistance in connecting your wireless device to the internet.
    https://us.en.kb.sony.com/app/answers/detail/a_id/33377/p/47329,47564,95482/c/65,66/kw/internet
    https://us.en.kb.sony.com/app/answers/detail/a_id/35983/p/47329%2C47564%2C95482/c/65%2C66/kw/internet
    Please let us know if you're getting the same result or the error messages that you see.
    Thanks,
    >Joffrey
    If my post answers your question, please mark it as "Accept as Solution"

  • My screen opened, and with every click the page (letters/images) got bigger. I can not get it to return to normal image size. I have to use the slide bar to read across the page. What do i do to correct it back to normal size???

    Question
    My screen opened, and with every click the page (letters/images) got bigger. I can not get it to return to normal image size. I have to use the slide bar to read across the page. What do i do to correct it back to normal size???

    Hi jholzworth,
    It sounds like you might have accidentally hit the zoom button. Try hitting ''CTRL + 0'' to return it to normal size. Just so you are aware, ''CTRL'' and ''+'' will zoom in and ''CTRL'' and ''-'' will zoom out.
    Hopefully this helps!

  • TS1292 can not redeem itunes card ,  have tried to get help like 6 times nothing suggested via trouble shooting page has helped and can not get a person to help

    I can not get itunes card to work  says inactive.  have followed all trouble shooting and can not get through to support via email or phone

    If the card hasn't been activated properly then have you tried taking it back to the store that you bought it from and asking them to activate it properly ?
    How have you tried to contact iTunes Support ? You should be able to do so via this page (you will probably need to give them images of the front and back of the card, and possibly its receipt) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes. If that page doesn't load then have you tried clearing your browser's cache/history and/or tried a different browser ?

  • I can not get my itunes to sort my library in alphabetical order by artist??  Nor can I get the listing to be numbered...ie...1...2...3...4...5 etc.....Can anyone help??  It used to alphabetize my list correctly before I downloaded the 11.0.1 or 11.0.5

    I can not get my itunes to sort my library in alphabetical order by artist??  Nor can I get the listing to be numbered...ie...1...2...3...4...5 etc.....Can anyone help??  It used to be able to alphabetize my list correctly before I downloaded the 11.0.1 or 11.0.5 version of itunes?????

    How are you viewing your library? In Song view or Album View?
    If in Album view pull down View > Show View Options and select Sort by: Artist, then: (whichever choice you want here).
    If in Song view I like to see the album artwork so pull down View > Show View Options and select "show album artwork" and close the small window. Then click on the column that contains the artwork and sort it by Artist.

  • I entered birthdays into address contacts and then to ical. now I can not get ical to let me set a email  alert as it says it is a readable calander only. How do I correct this?

    I entered birthdays into address contacts and then into ical calender. Now I can not get it to send a email alert as ical says it is a readable calender only. How do I correct this?

    What is your operating system?  Reader version?  Is this a local or online PDF?  If online, in what browser?

  • JRockit_160_05_R27.6.2-20 can not get the correct os name for windows 2008

    JRockit_160_05_R27.6.2-20 can not get the correct os name for Windows Server 2008 SP1 using System.getProperty("os.name").
    System.getProperty("os.name") will return Windows Vista instead of Windows Server 2008 when running on Windows Server 2008 SP1. Is it a bug of this jdk?
    I tested it on Sun JDK 1.6. It returns the correct name Windows Server 2008.
    Any suggestion will be welcomed. Thanks in advanced!
    Edited by: user4516182 on May 13, 2010 12:59 AM

    Staffan, thanks for your update.
    Do we have a workaround for it or fix it in new release?

Maybe you are looking for

  • Preview does not export to PDF (tried with jpeg, png and pdf)

    2013-11-05 08:56:53 +0100 Preview[15908]: It does not make sense to draw an image when [NSGraphicsContext currentContext] is nil.  This is a programming error. Break on void _NSWarnForDrawingImageWithNoCurrentContext() to debug.  This will be logged

  • Can I buy a Macbook Pro from Apple store Singapore and send it to Italy?

    I' m wandering if I can buy a Macbook Pro Display Retina from Apple Store Singapore online and then send it to Italy. Please answer. Thank you :)

  • How to use object of class in Label?

    I have defined a class "time" which runs time for 30 minutes.Now, I want to use this time in Label so that it keep running for 30mins but I am not able to pass the object in Label.

  • FCP Sound Syncing Question

    Hey Everyone, I have an audio syncing question for you. Any help would be greatly appreciated! I am cutting in FCP. I logged and captured my footage and with timecode breaks, etc. the tape was cut up, and I was left with eight files, let's call them

  • Firewire-HDD plugged to MacPro unmeant mounted on iMac via FireWire network

    Hi folks, I am from Germany with the following problem. I connected two MACs - Mac Pro (10.5) and iMac (10.6) - via Firewire for networking. Now I bought a FireWire 800 HDD and plugged it into the MacPro for faster access to video-data. Unfortunately