Why doesn't the result look right when comparing?

Why doesn't the result look right even I used higlight execution to check true and false and found to be correct right?
Attachments:
comparenresult.zip ‏27 KB

At first I was not sure what you were asking. After looking more closely, I think I can answer your question.
First of all, you need to initialize your shift register. This is the array of Boolean results. The first time through it works OK, but subsequent runs are also added on instead of replacing the results, even though you used a local to "clear" the array first.
You are adding 2 to the iterations and indexing on the new number. This is a so that you skip the first two "bad" values. Therefore, you only have 13 data points and should only be running the FOR loop 13 times. Change the FOR loop count constant to 13 (or get the array size and subtract 2 and wire it in if the number of tests is variable).
Also, there is an 'In Range a
nd Coerce' node that will perform the two tests and the AND all in one node. This was not an error, of course, but it does make it a bit easier to read.
Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
DISTek Integration, Inc. - NI Alliance Member
mailto:[email protected]
Attachments:
fixed_test4a.vi ‏73 KB

Similar Messages

  • Why doesn't the enter key respond when saving a web page?

    go to save a web page, complete and when i press the enter key it doesn't work. i have to move the mouse pointer to the save button and click it that way but it slower this way. why won't it let me just push the enter button on my keyboard to save?
    any way to fix this?

    The '''<u>S</u>ave''' button has focus in the Save As window for me, and hitting either Enter or S will work.
    But if I change the File <u>n</u>ame or select a different file Type I have to use the mouse to save it; the focus is away from the Save button.
    If it doesn't work that way for you, see how it works when using the '''Firefox SafeMode'''.
    https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode

  • Why doesn't the CUA create IDOCs when adding System in SU10?

    Hello experts,
    I tried to use SU10 in our CUA-system to add a system to multiple users. According to SU10 protocol it worked. When I look at the users in SU01 it also seems to have worked, the system is there. But the CUA does not create the necessary USERCLONE-IDOCs. Why is that and is there any way to fix this? I have some big user changes coming up next week and I don't want to have to change about 500 users via SU01...
    Thanks and regards
    Mario

    Hi Mario,
    You have added just system to user in CUA, in this case CUA will not generate any IDOCS.
    You should have add any role to user for child system in CUA system then only it will create IDOC.
    Dont worry about mass changes, you can test CUA using some otherway like validity changes or parameter changes.
    Thanks
    Mohan

  • Why doesn't the pwdchangedtime attribute get created?

    In OID, I set up a password policy where passwords never expire. Then I create some users. Then, I change the password policy so passwords expire in 30 days. But, the passwords never expire for the users I previously created. I think it's because the pwdchangedtime attribute never got created. But, if I change a user's password, then the pwdchangedtime attribute gets created. Why doesn't the attribute get created when I change the password policy?

    which version are you using?
    regards,
    --Olaf                                                                                                                                                                                                                   

  • Why doesn't the query keyboard rise after downloading IOS 7?

    After downloading ios7 why doesn't the querty keyboard rise
    when completing the start up?

    its just how they made the update

  • When I right click to save a picture why doesn't the box come up to choose where to put it?

    When I right click to save a picture why doesn't the box come up to choose where to put it?
    Or if I'm trying to upload a pic to a site say for instance a job site and trying to upload a resume and when I click on the button nothing happens.
    This is very frustrating when I have a lot of time invested on the site I'm on and can't upload.

    Ahh.. :)
    A-Go to upper left corner and select preferences. In general tab,there is an option to ask everytime whenever you are going to put your downloading files.
    B-Update your browser and reset it.Might be you are unable to upload because of viruses too. So make sure to scan your pc by a good antivirus. Okay? :)
    Thank you for asking a question
    Always at your service.
    Mozilla.

  • Why doesn't the location information in an iCal meeting show up on my iPhone, when it does show up in iCal?

    Why doesn't the location information show up on my iPhone 4S calendar when I accept an invitation to a meeting?
    The other information such as the date, time and invitees all show up on the iPhone, while in iCal all the information including the Location field is showing up.

    If it won't charge you probably need to try a different dock to usb cable.  More information on troubshooting this is available here:  http://support.apple.com/kb/TS1591.

  • Why doesn't the rotate gesture on my trackpad behave as it used to for switching between tabs when it works the same with all other programs besides Firefox?

    Why doesn't the rotate gesture on my trackpad behave as it used to for switching between tabs when it works the same with all other programs besides Firefox?
    I changed the about:config to make the rotate gesture move between tabs, and it worked great for well over a year. Now it behaves erratically as described here:
    https://bugzilla.mozilla.org/show_bug.cgi?id=877598
    It used to be very controllable to move one tab over, now it is erratic and moves quickly and to unexpected tabs regardless of how slow I do the rotate gesture. This is the main reason I use Firefox over Chrome and I would like to continue to do so unless there is no fix to this.

    Just set the browser.gesture.twist.threshold to something around 15-25.

  • Why doesn't the keyboard display lower case when this is selected?

    Why doesn't the keyboard display lower case characters when these are selected?

    The same reason physical keyboards have capital letters, easier to read. If the iPad keyboard is in caps you'd know because the Shift key would be colored blue.

  • HT1373 why doesn't the mini ipad image appear in itunes when syncing

    why doesn't the mini ipad image appear in itunes when syncing ?

    It doesnt along with the Ipad 4th gen. I wouldnt worry about it, most likely it will when the new Itunes comes out.

  • Why Doesn't the XIRR function work?

    In Excel if you have 5 records from a1:b5 then XIRR looks like this:
    XIRR(A1:A5, B1:B5) you get a nice neat answer like .35
    Here is a version that works in Crystal that would require manual entry of any new quarters numbers and dates-- and if you plug this into Crystal it works:
    (XIRR([1000000,-100000,-100000,-100000,-100000,10277.49,-100000], [DateValue(1999,2,1),DateValue(1999,3,1),DateValue(1999,6,1), DateValue(1999,12,1),DateValue(2000,3,1),DateValue(2000,6,1),DateValue(2000,9,1)]))*.100
    You do get a nice answer of something like .035.  But this is all done manually and I need it to function automatically when the report is refreshed.
    So you have a range for the currency and a range for the date fields. I need to simulate this in crystal. Crystal has an XIRR function, and with the arrays, I should be able to fill in the range, but am having difficulty getting it to work.
    After building the arrays, I made another formula to combine the arrays in the XIRR formula.
    I am down to this error now after getting this formula this far  --
    "Numerical method did not converge; try another value for guess."
    Here's where I am with the formula, although they don't want to use the guess part of the XIRR function - they just want to use the XIRR(number/currency, date).  Maybe you could pass this on too?:
    /{@Reset} for the group header (NOT using a repeated group header):
    whileprintingrecords;
    numbervar array x := 0;
    datevar array y := date(0,0,0);
    numbervar i := 0;
    numbervar j := 0;
    //{@accum} for the detail section:
    whileprintingrecords;
    numbervar array x;
    datevar array y;
    numbervar i := i + 1;
    numbervar j := count({table.groupfield},{table.groupfield});
    if i <= j then (
    redim preserve x[j];
    redim preserve y[j];
    x<i> := tonumber({table.currency});
    y<i> := datevalue({table.datetime})
    //{@xirr calc} to be placed in the group footer:
    whileprintingrecords;
    numbervar array x;
    datevar array y;
    xirr(x,y)
    The array works correctly.  So why do I get that error and why doesn't the XIRR formula work like they say it should?  Has anyone used this successfully in Crystal--maybe you could shed some light?
    Thanks!

    Hi,
    I am receiving that same error when the last item in the array is 0, otherwise all works perfectly.
    When I run the same group of numbers and dates in Excel it returns without issue.
    -265500.00,-690000.00,-570000.00,16814.25,-855000.00,-619500.00,55293.46,30411.40,15183.76,  0.00
    01-25-2007,03-06-2007,05-02-2007,06-29-2007,08-01-2007,08-24-2007,09-17-2007,03-14-2008,05-28-2008,03-31-2010
    =XIRR(A2:J2,A1:J1,-0.1)
    Is there a known bug in Crystal's XIRR function when the last value is 0? 
    Or a hot-fix that will repair this?
    Thanks in advance,
    Gary
    PS. I am using Crystal XI Product Version: 11.0.0.2495

  • Why doesn't my imac turn on when I turn on Apple TV?

    Why doesn’t my imac turn on when I turn on Apple TV?

    Yes, otherwise some people might have to walk up to the third floor and turn on iMac,
    and then go back down to living room in order to stream form iTunes. My iMac is close,
    but not in same room. There must be something I don't have set up right.

  • Why doesn't the new flash player I downloaded work on my mac?

    Hi,
    I download the last new flash player on my mac under Lion and I can't open some website like adobe websites

    Hi Sunil,
    I try http://www.adobe.com/software/flash/about/ and the file attach is the result: a white page.
    I uninstall it yesterday and download the last version on adobe
    it's on firefox, I can use safari but I need to reload many time to have something
    Le 27 sept. 2011 à 13:09, Sunil_Bhaskaran a écrit :
    Re: Why doesn't the new flash player I downloaded work on my mac?
    created by Sunil_Bhaskaran in Flash Player - View the full discussion
    After downloading, you need to run the installer.
    Could you please visit this site: http://www.adobe.com/software/flash/about/
    If Flash Player is installed in your machine, it will give you the version number.
    In the following link, you have step-by-step instructions on installing Flash Player on Mac:
    http://kb2.adobe.com/cps/908/cpsid_90893.html
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3940045#3940045
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3940045#3940045. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Flash Player by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Why doesn't the "Command Number" keyboard shortcut apply the colored label to the selected image?

    Why doesn't the "Command Number" keyboard shortcut apply the colored label to the selected image?  The similar keyboard shortcut to assign stars works, but the shortcut to assign a label color doesn't?

    Just to be sure they haven;t been reassigned in your Aperture go to Aperture->Commands->Customize then in the search box in the upper right hand corner enter color.
    You should see the keyboard shortcuts and the corresponding add label commands.
    If they are set then quit Aperture move you preference file to the desktop and restart Aperture. The instructions for moving the preference file can be found at Aperture 3: Troubleshooting Basics
    Post back the results
    Message was edited by: Frank Caggiano - Added preference file move

  • Why doesn't the slide present?

    Why doesn't the slide present, but the audio and highlighted areas do?

    Hi Lilybiri,
    I am using Captivate 6 and I have created a Software Presentation. When I am previewing the Project, I notice that the Audio, Highlighting, Mouse, and Typing display, but the slide doesn’t. I’ve tried starting the Audio, Highlighting, Mouse, and Typing after the slide is supposed to present, but that doesn’t seem to fix the problem. Notice the screen shot below. The Highlighted text field is presenting but that is actually on the next slide. If I had let the preview run a little longer, the typing in that text field would be seen as well.
    Here is what that slide looks like.  Notice that the Text and Highlighting are one second after the slide, but they are presenting before the slide.:
    I hope this helps.
    Thanks for any assistance you can provide.
    BNYM Ralph

Maybe you are looking for

  • HT201210 I have an Iphone 4 that died after the new iOS 7 update.

    I have an Iphone 4. It was bought second hand but i've had no problems with it before. Today i updated my phone t the iOS 7. It worked rather unsmoothly for 30 mins, then it froze. I tried restarting it but as soon as it turned off it failed to resta

  • Testing Task Flows

    Hi everyone I'm to find a good way to unit test our bounded task flows. Has anyone here tried to do this?

  • Inbound Idoc to create SD invoice thru VF01

    Hello All, I was looking for an Idoc that allow me to create an SD invoice (and automatically then an FI posting) based on an SD order (as VF01). I found some consultants talking about INVOIC, others about ACC_BILLING. But after somes tests, none of

  • Slowdown in opening folders

    I'm running OS X 10.4.8 on a Macbook with the latest firmware update. Recently I've noticed that the speed with which folders open, whether in Finder or in File/Open in various programs or in Transmit has progressively slowed down. For instance, afte

  • How do I turn on my Notes on my mac for the iCloud without having to make yet another @me account?

    All I want to do is save my hundreds of notes without having to email them to myself one by one.  So I switch the on button for Notes on my iPhone, and it prompts me to make an @me account.  I'm pretty sure I already have one but I make it anyways. T