How does Order Analysis measure phase lag, particularly super-sync amplitudes?

In recent testing of a high speed gear box, an 8X amplitude was observed (on the radial displacement probes) as the gear passed through a certain speed range. An NI4472 pci card and vi's written in 7 Express, w/ Order Analysis tool kit were configured with radial displacement probes and keyphasor as input signals. The behavior of the phase lag measurement is significant. If the phase lag of the 8X amplitude rolled as the gear passed through a particular speed range then this could suggest one particular problem, but if the phase lag remained constant then this could indicate a different problem. So, someone asked: How does the system measure phase lag of supersynchronous amplitudes?

See attached file for figure 1,2,3
The Phase measurement in the LabVIEW Order Analysis Toolkit uses the phase lag convention. Phase is defined as the angle difference measured from the peak of a vibration signal backward in time to the reference trigger point. This means the directions of numerically increasing angles are always set against the shaft rotation. The trigger point here is the tachometer pulses.
 Figure 1 shows the relationship of the vibration signal and reference signal to zero degree phase. The shaft has a heavy spot and a keyway slot. When the keyway slot passes the tachometer, the tachometer detects a trigger pulse. The heavy spot causes the shaft to vibrate as the shaft rotates. When the heavy spot passes the proximity probe, the vibration reaches a peak. When the heavy spot passes the proximity probe and the keyway slot passes the tachometer simultaneously, the peak of the vibration does not lag or lead the reference trigger point. At this point the phase is zero degrees.
 The other part of the convention dictates that 90 degrees means that the peak of vibration lags 90 degrees behind the trigger point. Figure 2 1illustrates the 90 degree phase. When the vibration signal reaches the peak, rotate the shaft backward (counter the rotation direction) until the keyway slot passes the tachometer. The number of degrees you rotate is the phase lag, or the phase value in machinery vibration measurement. Figure 2 shows the relationship of the vibration signal and reference signal to the 90 degrees phase convention.
For the 8x phase, the measurement is conducted in the similar way. The difference is that the 8x order component go 8 times faster than the trigger pulses. Figure 3 shows the 90 degree phases ( tacho pulse in rising edge) of the 8x order components. The phase measurement is still conducted through calculating the delay between the peak in the 8x vibration components and the trigger pulses and comparing the delay to one cycle of the 8x components. In figure 3, the signals between the two green grid lines are used to output one phase results.

Similar Messages

  • How does Activity Moniter measure Network speeds.

    How does Activity Monitor measure network transfer rates? They are always much lower than Web based speed checks. Typically my download speed on Activity Monitor is 162 KBS whereas Web based speed check return 1.2 MBS.

    Duh! I should have realized the AT&T and Activity Monitor are using two different measurements. AT&T uses bits. Activity Monitor uses Bytes. Multiply Bytes by 8 to get bits. So 162 K-bytes in Activity Monitor = 1.29 M-bits in AT&T speed test. The problem comes in misreading the labeling of the units measured. Which is something that causes confusion frequently because the industry is not uniform in its use of labels.
    It is interesting that AT&T uses the higher number. Is this a marketing strategy? Don't get me wrong, I am very satisfied with their service.
    I am also VERY satisfied with my MacBook Pro. The best Mac I ever owned (since my first Mac in 1993 and Apple 2's for 10 years before that). Awesome system software, boots faster than previous MacBooks I owned. Has been flawless in performance. I bought it from Apple refurbished. It came with a larger HD than I ordered. I have used both WinTel (since 1993) and Apple machines. There is no comparison IMHO.

  • How does MID-7604 measure peak current?

    What are the details about how the MID-7604 measures and regulates motor winding current?
    We manufacture motion systems incorporating small step motors. One of our customers has ordered a motion system with the MID-7604. This is our first experience with the MID-7604.
    When duplicating motor performance comparable to our other Step-motor Controllers, we must set the MID-7604 to 3X the motor's traditional rated peak current. For example, for a super-small MicroMo/Arsape Step motor, we traditionally limit the current to 250mA (RMS). However, with the MID-7604, we must raise the current limit to 700mA (peak) to achieve the same performance.
    While we're not sure about the current regulation philosophy of our other Step-motor Controllers, the Step-motor Manufacturer's Specification Sheet limits the current to 250mA per phase with both phases energized to prevent overheating. Pumping in 700mA from the MID-7604 to achieve comparable performance just seems excessive. However, we're just playing with numbers here and not knowing what they mean. In the end, we're ignoring the numbers and instead, measuring motor torque and winding temperature in order to set the peak current switches on the MID-7604.
    * How can we think of the current setting for the MID-7604?
    * Is it not a PWM device that using width of voltage pulses to produce the current?
    * What does "PEAK CURRENT" and "RMS CURRENT" mean?

    Hey JThomas,
    I'm sorry to hear that you smoked a stepper motor.There are a couple of reasons that your MID-7604 drive could appear to be operating strange. 
    There is a series of DIP switches on the front of the MID drive that allow you to set various things.  One of those DIP switches is the current reduction switch.  This switch is default in the ON position from the factory I believe so if it has never been turned off, chances are it's ON.  When the Current Reduction switch is active, the stepper drive drops the current energizing the coils by 50% if there hasn't been a step in the last 500 ms.  If you were gauging the strength of the drive based off of holding torque, then this could be the reason you were raising the current to a higher rating than you thought was neccesary.  This settings is for customers who have an application with stepper motors that focus more on moving torque instead of holding torque.
    Another possible reason for the increased current to match performance of your drives is if the bus voltage of your drives is some voltage other than 24 VDC.  If your drives that you are used to using are say 36V drives, then at a lower current setting, they would provide greater torque at higher speeds because of the higher voltage being able to energize the coils faster.
    Also, the KILL feature releases the axis from being actively driven.  The HALT command simply locks the motor while leaving the coils energized to hold the position that it is currently in. 
    I hope some of this has helped you out.  Let me know if I can elaborate on anything.
    Thanks,
    Evan D.
    IMAQ/Vision R&D
    National Instruments

  • How does order by work with rownum

    Oracle Ver: 11g
    Hello All,
    I have 2 cases here, one with outer order by and one without outer order by.
    I do not see any difference in the outputs for now.
    Case 1:
    /* Formatted on 4/30/2013 2:12:28 PM (QP5 v5.240.12305.39446) */
    SELECT *
      FROM (  SELECT ROWNUM rn, id
                FROM (SELECT 9 AS id FROM DUAL
                      UNION ALL
                      SELECT 1 FROM DUAL
                      UNION ALL
                      SELECT 14 FROM DUAL
                      UNION ALL
                      SELECT 7 FROM DUAL
                      UNION ALL
                      SELECT 5 FROM DUAL
                      UNION ALL
                      SELECT 6 FROM DUAL
                      UNION ALL
                      SELECT 13 FROM DUAL
                      UNION ALL
                      SELECT 8 FROM DUAL
                      UNION ALL
                      SELECT 2 FROM DUAL
                      UNION ALL
                      SELECT 4 FROM DUAL
                      UNION ALL
                      SELECT 19 FROM DUAL
                      UNION ALL
                      SELECT 3 FROM DUAL)
            ORDER BY id)
    WHERE rn BETWEEN 1 AND 6;
    Case 2:
    I have added order by for outer clause in this case
    But I would like to make sure if I really need to have the order by for outer query here.
    /* Formatted on 4/30/2013 2:12:28 PM (QP5 v5.240.12305.39446) */
    SELECT *
      FROM (  SELECT ROWNUM rn, id
                FROM (SELECT 9 AS id FROM DUAL
                      UNION ALL
                      SELECT 1 FROM DUAL
                      UNION ALL
                      SELECT 14 FROM DUAL
                      UNION ALL
                      SELECT 7 FROM DUAL
                      UNION ALL
                      SELECT 5 FROM DUAL
                      UNION ALL
                      SELECT 6 FROM DUAL
                      UNION ALL
                      SELECT 13 FROM DUAL
                      UNION ALL
                      SELECT 8 FROM DUAL
                      UNION ALL
                      SELECT 2 FROM DUAL
                      UNION ALL
                      SELECT 4 FROM DUAL
                      UNION ALL
                      SELECT 19 FROM DUAL
                      UNION ALL
                      SELECT 3 FROM DUAL)
            ORDER BY id)
    WHERE rn BETWEEN 1 AND 6;
    ORDER BY id;Thanks
    Shank.

    Hi, Shank,
    SamFisher wrote:
    ... I do not see any difference in the outputs for now. You may not, but you can't be sure that you will never see a difference. There may be a difference if you change versions, or if you add more data, or for no apparant reason.
    If there's an ORDER BY clause in the main query (as in query 2) then the output is guaranteed to be in that order.
    If there is no ORDER BY clause in the main query (as in query 1), then there's no guarantee that the rows will be in any particular order. If Oracle finds it convenient to display the rows in order by one of the columns (for example, rn) then it will do so. You can not count on it always doing the same thing unless there's an ORDER BY clause.
    You should check out the analytic ROW_NUMBER fucntion. It's much more useful, and easier to understand, than ROWNUM. (In this particular example, it might not be any simpler, though.)

  • How does order of columns change when I create dimension?

    I created dimension from 3 tables, but order columns in each tables changed. And when I use drilldown in Dashboards and go to next level, all columns show in wrong order how in dimension. What should I do to change order columns in dimension?

    OK, this is a "stab in the dark" about what you're experiencing, but take a look at this: First, note the order you wish the columns to appear when doing a drilldown. Now, when you drill down, note which columns appear first (leftmost) as compared to the other columns that seem to not appear in the proper order. When the disorder appears, are there data in the left columns and no data in the columns towards the right? Here's what it seems OBI does (at least in my experience).
    If all the columns have data, the order in the drilldown will appear as expected. Let's say you have 15 columns. (There's a reason I chose this many columns.) What happens if columns 1 -5 (in your sort order) have no data, but column 6 does? OBI will put that column first at the far left. If then columns 7-9, say, have no data, but column 10 does, then column 10 will appear second. If columns 11- 15 have data, then the final order will be: 6, 10, 11- 15, 1-5, 7-9.
    As long as there are some sort of data, the column will appear in the proper order. But if a column has no data, then a column that does takes precedence. Why this behavior?
    Suppose that of the 15 columns, only column 15 had data. The number of columns would make the report very wide. Would the user wish to scroll all the way to the right just to see the one column of data? Instead, it will be column 1 with columns 2-14 following. The user would then be able to see the column with data without having to scroll. If they understood this behavior, they would know that if column 15 is appearing first, there is no need to scroll to the right.
    Again, this is my experience and it seems to explain it. (I, too, pulled my hair in frustration trying to figure this out). See if this applies to you and let me know.
    Note: The "strange" behavior appears at the lowest level drilldown. It seems to maintain the proper level at higher levels. (So in my experience, I drill from region>branch>details and it is in the detail level that I get the column disorder.)
    Edited by: LC143 on Oct 24, 2008 8:56 AM
    Edited by: LC143 on Oct 24, 2008 9:09 AM

  • How does one enter special characters, in particular french accents into text in PS Elements?

    I'm trying to produce some artwork in Photoshop Elements with some French text in it, so I need to know how to input special characters for the letters with accents. Anyone got any ideas - I've tried looking for a glyph menu but that doesn't seem to exist on Elements.

    Which operating system are you using and version of photoshop elements?
    Photoshop elements doesn't have a Glyphs panel or menu.
    Here's a way:
    windows
    http://symbolcodes.tlt.psu.edu/accents/codealt.html
    mac
    http://symbolcodes.tlt.psu.edu/accents/codemac.html

  • How does one meaningfully measure maintainability?

    Context: I'm an enterprise developer in an all-MS shop.
    Can anyone recommend a good way of objectively measuring maintainability of a piece of code or an application?
    Why maintainability: I'm tired of "quality" metrics in my group revolving only around number of bugs and code coverage. Both metrics are easy to game, especially
    when you're not measuring maintainability. Shortsightedness and deadlines result in huge amounts of technical debt that never really get addressed.
    Why the ability to measure objectively: I work in a big enterprise group. If you can't objectively measure it, you can't hold people accountable for it or make them get better
    at it. Subjective measurements either don't happen or don't happen consistently.

    I think you already put your finger on why measuring maintainability in a mechanical way is a bad idea.
    I'm tired of "quality" metrics in my group revolving only around number of bugs and code coverage. Both metrics are easy to game, especially when you're not measuring maintainability. Shortsightedness and deadlines result in huge amounts of technical
    debt that never really get addressed.
    You measure number of anything and people will play to that.
    Number of lines?
    Suddenly you have three blank lines to every line of code.
    Number of characters?
    People start cutting and pasting swathes of code in to "get their stats up".
    In my opinion, there is no substitute for the manual code review.
    Someone somewhere should be kicking back code which is "bad".
    Encouraging better practice by code walk throughs, coaching and maybe even pair programming.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • How does one prevent unathorized iPhone or iPad data sync

    It has come to my attention that syncing an iPad or iPhone is relatively easy. So, here is my question, let's say my iPhone or iPad was stolen or maybe "barrowed" by someone and that person decides to sync the data from the iPhone or iPad to there Mac or PC laptops? Now all my information, such as contacts, notes, etc, contained in the iPhone or iPad is synced and transfered to the other persons computer. Even if my device was not stolen, if a person wanted to sync my important data form my iPhone or IPad is possible thus my data would be stolen. This type of data breech could happen at work, home, conventions, hotel rooms, etc... Yes, I know you can do remote wipe-out of data, assuming that you have noticed the thief or your device being "barrowed". So, is there a lock-out to prevent unathorized syncing of data from iPhone or iPad device? I was hoping for a setting that required an access code prior to syncing data, but no such setting exist. Before answering this question please read carefully what I am asking. Thanks.

    A passcoded iPhone running iOS4 will not sync with a new computer until the passcode is entered into the phone. You do not need the erase function to be activated for the data to be protected.
    I am looking for a way to prevent other accounts on the same mac from being able to sync with my iphone. It seems once you have authorized the iphone on a mac it allows all accounts to access the iphone through iTunes and iPhone Explorer.
    Does anyone know how to remove the iPhone/Mac syncing permission once it has been granted?

  • How many revolution​s of data are required for order analysis?

    Hello,
    I have a requirement to collect, process, and save data for several hours at a user specified sampling interval.  I suspect that I will need to use the speed of the motor to determine how many revolutions of data I am collecting.
    Is there a minimum number of revolutions of data required for order analysis?
    Thanks,
    Chris

    HI Chris,
    Thank you for posting on the National Instruments forum.  To determine how many revolutions of data that you are collecting, you will need to use the tachometer signal that is coming off of your motor and is defined as pulses per revolutions.  With this, the absolute minimum that you need is two pulses to figure out how fast your motor is spinning.  With only two pulses, however, it will be very hard to determine the order information. 
    I think this KB will help you in figuring out what Window Length you need when doing order analysis.
    How to Select the Window Length When Extracting Orders with Order Analysis
    Please let me know if the knowledge base article does not contain the information that you are looking for.
    Thank You,
    Nick F.
    Applications Engineer

  • How does iCal, or Calendar, order the display of multiple events for the same time?

    I can't for the life of me figure out how iCal orders the display of multiple items at the same time.  Does anyone have a clue?  It's not alphabetical.  It's not according the the order of the calendars in the left pane.  Is it just random?  Any help would be greatly appreciated.

    In the focus lost eventhandling start a thread which does
    the actual handling.
    the new thread waits for a little time (0.1 seconds)
    the click event of the button checks for a thread like the one above and tells it not to execute
    This way you execute the for the lost focus event only if
    the ok button isn't clicked in the same process ... not
    realy good, because it kind of relies on the ordering of threads ... but maybe it still works for you?

  • How does the GR processing time affect the scheduling of the process order & the latest start date in the operation.

    Hi
    Can anyone explain  how does the GR processing time affect the scheduling of the process order & the latest start date in the operation overview.

    Hi
    GR processing time means number of workdays required after receiving the material in storage.
    Check this link:GR Processing time
    Regards,
    Anupam Sharma

  • How does iphoto order events?

    How does iphoto arrange events for display purposes? It isn't alphabetically by title, it isn't chronologically by event creation date. I am baffled. If I know how they are ordered, I can move photos among events easier by renaming the events so they show up next to each other, then I can drag and drop photos in adjacent events without scrolling. Once I am finished, I can simply rename the events back to the original names. That would be the easiest way I have found to move photos around among events. I just can't figure out the riddle of how the events are ordered.

    By default events are sorted by the date of the oldest photo in the event
    Probably the easiest way to move photos is to flag the photos you want together and create an event from flagged photos
    But generally it is best to just leave events in date/time order and use albums for detailed organization - and/or keywords and smart albums
    LN

  • How does a Purchase Order get into 'Approved, Reserved' status?

    How does a Purchase Order get into 'Approved, Reserved' status?

    Hi,
    When an approved purchase order is unreserved and the GL date is modified and re-submitted for approval, the document (PO) gets reserved and approved status.
    I believe you put this question in a wrong thread (Financial), next time onwards, please put your question in correct thread and I am sure you will get the solution faster :).
    Regards,
    S.P DASH

  • DropShip Order: How does update on OE Line flow to PO Requisition?

    Hi All,
    This is in 11i (115.10.2)
    I have a scenario where we might need to interrupt and customize the functionality where the updates from OE DropShip Line flow to PO Requisition (Please note PO Order is not created yet).
    My question is: How does the update flow from OE to PO Req in case of Drop Ship order? What are the code components involved?
    Any suggestions on customizing the flow are also appreciated.
    Thanks & Regards.

    Hi Luko,
    Thanks for the response.
    But I think my question was not clear enough. Let me try again.
    My question is not on the DropShip create flow. The flow is working as expected for us.
    I have the following update scenario:
    - DropShip SO created and booked.
    - PO Requsition Created and Approved.
    - PO Order is NOT created yet.
    - DropShip SO lined updated. Qty in line increased from let us say 10 to 100.
    - The PO Requisition line is getting updated as well. I understand this is intended functionality.
    So my question is around this specific scenario:
    1. How does the update (at line level) flow from OE to PO Req in case of Drop Ship order? What are the code components involved?
    2. Any suggestions on customizing the flow are also appreciated.
    Thanks and Regards.

  • If we have Only Make to Order scenario how does DP config works?

    Hi Gurus,
                 In semiconductor industries all products are MTO and how does DP works for MTO process?
    It will be really great if some one can share there experence with MTO scenarios
    Thanks & Regards,
    Raj

    Hi Raj,
    1. No statistical forecast is generated for MTO process. Is it correct?
    If your business operates purely on sales order basis, then stat forecast has no role.  In most of the companies, they dont follow stat forecast.  You can directly generate con forecast based on the budget or some operating key figures.
    2) So one way we DP will take only MTS products and generate statistical forecast ?
    For MTS products, stat forecast is must and to be used widely.
    3) but SNP forecast consumption of sales order need to have forecast for MTO what should we do for forecast that releases to SNP for sales order consumptions?
    Since you are releasing DP forecast into PIRs into ECC, the same information will get populated to SNP as well which will be the basis for consumption.  So, the forecast value will be same in all 3 cases(DP, SNP, ECC) for MTO scenario.  So, any sales order hits ECC, if it gets executed the same quantity will be reduced from DP.  SNP consumption will be calculated based on the supply against the forecast quantity.  Hope it is clear now. 
    Please confirm
    Regards
    R. Senthil Mareeswaran.

Maybe you are looking for

  • Opening & Closing ALL Windows in Final Cut Express 4???

    I am new to Mac & FCE 4. When I either open up FCE or close it - only certain windows are opened or closed (i.e. just Viewer & Browser may appear, for example). How do I open & close projects so that ALL the windows open & close? Thanks for helping a

  • How to create custom infotype for training and event management

    hai freinds can any one tell me how to create custom infotype for training and event managment with following fields PS No – PA0000-> PERNR Name   - PA0001 -> ENAME IS PS.No. – PA0001-> PS no. of Immediate Superior IS name PA0001 -> ENAME thanx in ad

  • First and second letters reversed when I type

    Is anyone else finding this? When I type, quite frequently the first and second letters are reversed. It happens across programs, and only started after I installed Lion. I assumed it would be a temporary bug, but it persists, annoyingly.

  • Safari, Gmail and Panera Bread

    I am at Panera Bread, Perimeter this morning attempting to use Safari and Gmail. I am trying to respond to an email message. The sending button just stays on the screen. I have a hard time believing that each Atlanta Panera network is dysfunctional a

  • Office 365 Files REST API - Get direct children in the root of the default document library

    I'm trying to work with Office 365 Files REST API which works just fine except one thing that I'm struggling with. What I need for my application is to make an explorer like browse capability for OneDrive for business Document Library. My problem is