How to determine percentage variation in flow rate during various time periods

Hi,
Am in medical electronics division.
I want to simulate infusion pump.
How to do it.

You are confusing me.
In the title you are trying to determine the variations in flow rate, but in the message body you want to simulate an infusion pump.
Can you add a few more sentences to explain what you are trying to do.
Controlling a pump is very different to measuring exact flow rates.
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • Switch from one rate to another rate during same billing period...

    Hi,
    I am working on one of the ISU billing account where there are two rates to the device rental. one of the rate is for the outlined contract(Agreement ) between customer while other rate is the common rental rate.
    I am maintaining the common rental rate at device level (Price class). and the Agreement rental rate in the installation fact's reference operand.
    Problem is if the agreement is completed during the billing period the system should prorate both the rates for the billing period. Please suggest neccessary rate steps for such type of situation.
    Thanks in advance,

    Kindly refer to the link below:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/4d/334cbd385f4e8b9b44edf68b6766d2/frameset.htm
    Might Help!!

  • How to use two versions routing in SAP on different time period?

    Hi PP experts,
    There is a material Material-100 linked Routing-A and Routing-B. I would like to use Material-100/Routing-A combination during period 29.04.2015-30.05.2015, and using Material-100/Routing-B combination during period 01.06.2015-31.12.9999.
    Could you please kindly guide me how to do it in SAP? Thank you.
    Best Regards,
    Bu Fanchao

    Hi Amit,
    Below is my thinking, please kindly help me check.
    1. Due to routing-A is existed in SAP with period 29.04.2015-31.12.9999. So I need to change the valid-to-date from 31.12.9999 to 30.05.2015 via ECM.
    2. Create routing-B by CA01 with period 01.06.2015-31.12.9999.
    3. Create production-version-1 with routing-A/BOM during 29.04.2015-30.05.2015. And Create production-version-2 with routing-B/BOM during 01.06.2015-31.12.9999.
    My new question: Do I have to create production-version to achieve it? Does SAP system can choose routing automatically without production-version?
    Best Regards,
    Bu Fanchao

  • [E2007] [EWSMA] [C#] [Windows]: How can I retrieve all mail sent via this Exchange server (during a time period)

    Hi there,
    I'm quite new to Exchange and I'm not sure how to do this.
    I've been looking at both push and pull mechanisms. 
    The query is conceptually simple. I can do it for one user, I think:
    var filter = new SearchFilter.IsGreaterThanOrEqualTo(ItemSchema.DateTimeSent, after);
    var folder = Folder.Bind(exchange, WellKnownFolderName.SentItems);
    var results = folder.FindItems(filter, new ItemView(1000));
    ....but I'm not sure how to it for all users.
    Many thanks!

    Hi,
    This may be another option for you...
    Is your Exchange hosted for you / Office365 or on premises?
    If it’s on premises and you have storage space you could use a Transport Agent (and specifically a Routing Agent).
    Using an agent you can take a copy of ALL email going in and out of a server (that's the whole email not just the headers or a log entry for it), then all you need to do is store it somewhere. I'd suggest just store it on file with an index (with date information
    and the path to the email on disk etc) in a SQL database. Then when you need your "emails in a date range" simply run a query against your SQL database to get the list of emails. You can always run a batch job every now and then to remove emails older than
    a certain date.
    If your Exchange is hosted (or you are not allowed to install software on the server) this won't be an option.
    Regards,
    Scott
    Scott Quinn | C# developer & messaging specialist (for hire). Contact me at http://au.linkedin.com/in/scottquinn

  • How to add values dynamically for custom property during design time?

    I am trying to create a user control with custom properties. I have a property named Server.
    And Values for this property is system dependent. I have the code that can generate the values and is working fine.
    During the design time, when I include this control in my application, and type the property name, I want Visual Studio to prompt for the values. Like it
    does for Alignment property for some controls shows Left, Right, Center.. during design time.
    If the Values are static, I can use an enum and it works fine. I need help with dynamic values.

    You can't, afaik.
    It's either an enum or you don't get that functionality of values.
    There is no right left centre, "Towards the top right but just off centre" - which I just thought of... option for example.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • How to find the cpu usage per query for a time period

    Hi All,
    Is there a way to find the cpu used per query for a given time period?
    DB:10.2.0.5
    OS:AIX
    Thanks

    user13364377 wrote:
    if there are multiple queries starting at the same time, then what to do?Handle:      user13364377
    Status Level:      Newbie (10)
    Registered:      Jul 5, 2010
    Total Posts:      264
    Total Questions:      113 (84 unresolved)
    why so many unanswered questions?
    clarify your question
    same SQL multiple times from different sessions?
    or
    different SQLs from different sessions?

  • How to generate long text of the message during run time?

    Hi guys,
    I have a question like in the subject. Someone could help me with that? I need to put some kind of log after transaction execution into message's long text, so that the short text displays only some short information and long text contains detailed description of the problem, but returned by program. And the log can be long, so it is not enough to put there only some parameter.
    Thanks and kind regards,
    Marcin

    Hi,
    Do you want to change the label of the parameter??
    Check this example..
    PARAMETERS: p_check AS CHECKBOX USER-COMMAND usr.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(15) v_text FOR FIELD p_land1.
    PARAMETERS: p_land1 TYPE t005-land1.
    SELECTION-SCREEN END OF LINE.
    AT SELECTION-SCREEN OUTPUT.
    IF p_check = 'X'.
    v_text = 'From country'.
    ELSE.
    v_text = 'To country'.
    ENDIF.
    Regards,
    Ramesh.

  • Constant flow rate pt 2

    Problem: I'm trying to create a gui which allows the user to adjust instensity.  I have my valves characterized, and my event determined sliders,  but I still can't quite figure out how to make sure that no matter how many valves are open, the flow rate remains constant.  Example.  I have 2 valves open, I want a constant flow rate of 10L/min, so if i adjust the flow rate of one valve, the other valve automatically adjusts to maintain the constant flow rate.  The problem I am having is how to integrate the characterization of the valves with my event sliders.  I would then like to be able to adjust the constant flow rate for different elements.  Attached is what i have so far.
    Attachments:
    Test_Mix.vi ‏120 KB

    You'll have to figure out what flow rates correspond to what voltages.  Then create a subVI that will map the desired flowrate to a voltage.  It may be a simple scaling function, it may be a lookup table.
    One thing I like to use is a combination of threshold array and Interpolate 1-D array.  I'll have a couple of arrays with mulitple points where the element in one array that relates to voltage would correlate to the flow rate in the other array.  This would give a piecewise mapping of one to the other.  The functions will do a linear interpolation between points.  The more points you have in the array that correspond to the real profile of the pumps, the closer the actual flow rate will be to the desired flow rate.
    One question though, does the behavior change over time?  Does changing viscosity or temperature cause different voltage to flow rate behaviors?  If so, your problem will get more complicated.

  • How to determine the accuracy of the frame rate using a Basler sca640-70gm?

    To whom it may concern
    I am guessing that the time between each frame varies from a nominal set frame rate.
    How do I set that nominal frame rate?
    How do I determine what the actual (frame by frame) frame rate or time between frames was in post pressing of the "video" image. 
    Thank you,
    Todd
    Solved!
    Go to Solution.

    It is almost impossible to measure the frame rate accurately by measuring the time between consecutive frames.  The latency of sending the images over the ethernet means they won't arrive at the computer with the same exact spacing they were taken at.  Also, measuring the length of one short interval in LabVIEW is also very difficult.  Windows latencies and other issues could make your measurement be off by quite a bit.
    The only way I can see to verify the frame rate is to use a digital input into a counter and wire the shutter signal directly from the camera into the digital input.  You could program the counter to measure between the rising edges of the shutter signal, and you would find out the frame rate is indeed very accurate and repeatable.
    The only other way I know to accurately measure the frame rate in LabVIEW is to measure the time over a large number of frames (thousands) and divide the number of frames by the total time.  Any minor errors in measuring the timing of a single frame go away with the large number of frames.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • How do I determine that my audio sample rate matches my tape?

    How do I determine that my audio sample rate of my capture preset matches the sample rate of my tape?

    You've really got two issues.
    DV records audio and video differently and if the camera is substandard, you will have drift over long captures. Solutions: new, better camera or capture in small (max 10 minutes) chunks.
    The other issue is the 32k sample rate, which will exacerbate issue 1. You can duplicate the 48k preset and modify the copy for 32k and work in that until you are ready to deliver. Then copy it into a 48k sequence, render and output.
    It's funny, sometimes I get that pop up but everything is fine.

  • Daily flow rate totals over several days displayed in Lookout 6.1

    I need to display running daily flow rate totals in lookout for several days. The expressions would be for "today", "yesterday", "two days prior" and "three days prior". I am using accumulators to do month to date totals and running averages. I am stumped as to how to accomplish the daily totals. This application is using Lookout 6.1.
    Thanks,
    Brad Adams
    Service Manager
    CommTech
    Email: [email protected]
    Phone: 615-889-4756
    Cell: 615-477-8975
    "Once you eliminate all other possibilities, what's left, however improbable, must be the solution"

    Look into the Sample object. You can trigger this object to log the daily value at midnite.
    Previous samples are retained as sample.2, sample.3 etc.
    Regards,
    Bob L

  • [JS CS3] How to determine if a table is threaded

    I'm trying to figure out how to determine if a selected table flows from one threaded text frame to the next.
    Given a table "myTable", I know that myTable.parent is a textFrame.
    I know that myTable.parent.nextTextFrame and myTable.parent.previousTextFrame will give me the next/previous linked text frames, but how can I determine if the table flows into the next frame or not?
    Thanks,
    ~ Keith

    table.cells[0].insertionPoints[0].parentTextFrames[0] gives you the 
    text frame of the first cell
    table.cells[-1].insertionPoints[0].parentTextFrames[0] gives you the 
    text frame of the last cell
    If they are different, the table flows into another text frame...
    Harbs

  • How to determine which elements are queryable via Web Services QueryPage

    I am trying to query opportunities by associated opportunity product revenue records, but I continue to receive errors like "Unexpected text: = '9598015'".
    From reviewing the forums, it looks like this is when I am querying a field that is not defined to be queryable.
    Could someone please tell me how to determine which fields are queryable on a particular record type like this? I have tried using basic short text fields and indexed short text fields - but continue to receive the error message above.
    Thanks in advance.

    I found at least partial answers to my questions.
    MessageContext.getPropertyNames() can be used to see the properties on a given flow.
    MessageContext.getProperty(prop) can be used to get information for paroperties such as:
    prop=javax.xml.rpc.service.endpoint.address
    prop=wsdl.portName
    -- Frank

  • Problems Reading gas meter flow rate ni 9402 counter

    2015/07/13
    Can any one help with this?
    I have been trying to overcome the problem of the delay were a value is retained at the output of the counter for a period after the gas meter has stopped. This is causing me a problem as I am feeding this value into an integrator to get a measurement of energy used.(in the system I have other inputs such as gas pressure, barometric pressure and temperature)
    To solve this I decided to use the quadrature encoder input. I have taken the pulses from the gas meter and built a ripple counter from two JK flip flops (with logic to convert output to gray code) I have also added extra gates to counter propagation delay in the circuit. I am using a line driver IC SN75158PE4 at the output of the circuit. Can you see any problem with this method. I only ask because if I use X1 mode I get intermittent reading as in 0, reading, 0 reading etc. If I use X2 mode I get a value that I believe is correct but am still unsure about it. and in X4 mode I get a value that is lower than expected.?

    Some ideas:
    Monitor the raw DIO data showing the pulses, to make sure there are no spurious pulses after the flow is stopped or if there is any "bouncing" of the signal that might give a false hgh flow as the flow drops to zero - if there are you'll need to find something to deal with that.
    What is the max/min range of pulse speeds you are working with and are the default clocks used in the counters and the update rate for your flow /  energy calculations are all approrpiate - if you do the calcs faster the "delay" should be smaller ?
    Are you using DAQmx channels or DAQassistant to do programming - using DAQmx will give you much more flexibility on how the measurements are processed, and may be better
    I presume you are using a counter to produce a frequency output - if you switch to outputing the counter value itself, this will be the cumulative flow over time and that might be useable directly in your energy calculation without having to do an integration (assuming you are using the frequency to give flow rate (e.g. litres per second) which is being integrated). This might eliminate both any delay in seeing the measurement change and the effect of a delay on the integration.
    Hope this helps (and is understandable!)
     

  • Totalizing a flow rate but not calculating if a negative number

    I know how to take a flow rate and produce a totalizer using an integration. What I would like to do is not calculate the integration if the incoming rate should be a negative value. Thanks in advance for your help.

    hound,
    you may use an EXPRESSION OBJECT to eliminate negative values, something like:
    if(YourSignal.value>0, YourSignal.value, 0)(if the value of your signal is greater than zero, use your signal, else zero)
    and connect the output of this object to INTEGRAL.
    Hope this help
    JPSS

Maybe you are looking for

  • Drag and Drop not working/MSN display picture cannot find Iphoto

    I had the ilife '06 and I was able to drag a photo from (lets say) facebook and drop it into iphoto. I am unable to do this in the ilife '09 version. In addition, when I try to change my display picture in msn i cannot click on iphoto only photobooth

  • IGS Graph not displayed for GRC

    Hello, After installing of SAP Netweaver 7.0 EHP1 AS JAVA, I have configured IGS as per install guide 7.3 section, but when I execute the URL http://<server_name>::40080, I do not get the graph displayed. I only get a screen with 1 line message stati

  • How to reset apple id

    I am trying to reset my apple ID, but it is not letting me use my current email as my new apple ID

  • Cannot get a 2nd blockquote working in CSS - please help

    hi - hope someone can help.  I have a blockquote set up.  the css is the following: blockquote, q, quote {   background: #ece5d0 url(../images/quote.png) no-repeat;   font-family: "Times New Roman", Times, serif;   font-size: 18px;   font-style: ital

  • Publishing freezes?

    I use MobileMe to host my website and iWeb to design it. Now, I can't publish my site changes. It appears to stall. When I try to quit iWeb, it tells me that quitting will cause problems while my site is being published. Please help. Thanks!