Volume Correction Factor Procedure for Installs With Gauge Corrected Meters

I am trying to set-up a VCF for installations meters that self correct for guage pressure.  However, the installations do not correct for altitude/air pressure, i.e. they are not absolute pressure corrected.
Therefore, I need a procedure that converts for air pressure but not guage/absolute pressure.
An example would be that the installations air pressure is 1.000 Bar, with the Gauge Pressure being 0.50 Bar.  Therefore, the total pressure correction factor should 1/1.0135, NOT 1.5/1.0135.
Can anyone tell me what the VCF set-up should be?
Note I realise there's also temperature and super compressiblity involved in the VCF, however this is immaterial for my question.

We have a solution.
For the Volume Correction Factor Procedure to be used for gauge corrected meters, we've ticked Air Pressure Correction.
And then for the gauge corrected meters, we've populated the Air Pressure Correction value as being the negative value of the gauge pressure.
So, therefore for the relevant installation at say 0.6 Bar gauge pressure at an air pressure area that is 1 Bar, the pressure calcuation becomes
= (Air Pressure + Gauge Pressure + Air Pressure Correction)/(Standard Air Pressure)
= (1 + 0.6 + -0.6)/1.01325
= (1)/1.01325
= 0.9878
The number of gauge corrected meters we have is very small (<100), therefore using the Air Pressure Correction as a way of stoppping gauge pressure being double applied (once by the meter, and then by SAP) is a suitable solution.

Similar Messages

  • Pricing procedure for order with reference from order

    Dear Friends,
    If I create a sales order with reference to another sales order of different type, the pricing procedure is copied too.
    But I would to use another pricing procedure for second document
    I found the oss note 14136 but this is for reference from invoce
    I tried to create new data transfer routine for orders in copy from 51, but does not work
    Can you help me??
    thanks
    best regards
    GdA

    > If I create a sales order with reference to another sales order of different type, the pricing procedure is copied too. But I would to use another pricing procedure for second document,
    Based on my understanding of query.
    You are looking for a different pricing procedure in second doc.
    For instance, the PricProc for SalesDoc1 is ZPR001 and  the PricProc for SalesDoc2 is ZPR002, in addition to that, you want SalesDoc1 to become reference doc for SalesDoc2.
    For this, ZPR002 & ZPR001 should have common base price condition type and rest pricing can change.
    And for maintaining different Pricing Procedure with similar combination of sales area for SalesDoc1 & SalesDoc2, maintain different document pricing procedure for both docs and maintain Pricing procedure accordingly..
    Thanks & Regards
    J Prakash

  • Pricing Procedure for Nepal with Excise in it for Export Orders

    Dear Team,
    I have an export Order For nepal with Pricing procedure (let us say X for all other countries other than India and there is no excise in it) but if i bill a Nepal customer i'm Liable to pay excise as it is applicable for Nepal only .
    How can i assign pricing procedure X to Nepal so that i can bill Nepal too with the same pricing procedure.
    Thanks
    Gaurav

    HI,
    There are two ways to solve this problem.
    1. Make the country Nepal as local region of india
    Ex: 90 -Nepal
         11- Kerala
    Treat this sale as domestic sale ,becuse the sale will be in currency  INR  only . Assign the domestic pricing procedure .
    Create the order --> Delivery --> Billing --> Excise invoice .
    2. Treat this sale as deemed export , excise values will get calculate in the export excise invoice.

  • Two form factor authentification for encryption with luks ?

    Hello arch forum'
    I plan to move to arch til' 2 weeks but i'am looking to do a 2 form factor authentification for a LUKS encrypted system.
    Actually, i have read the whole page at >https://wiki.archlinux.org/index.php/Dm-crypt_with_LUKS#Adding_Additional_Passphrases_or_Keyfiles_to_a_LUKS_Encrypted_Partition
    But i dont understand if its possible to do a passphrase + keyfile strategy, by the way, if one of the both condition are not completed, the partition is unreadable/stay encrypted.
    Keyfile only strategy is useless in my plan, since i need do have my laptop secured Even if someone have physical access to it.
    The ideal will be to have the passphrase to enter at boot + keyfile on a USB key
    Sincerely
    Sptnaz

    Yeah i will try on a Vmware vm before ..
    So after i read this > https://bbs.archlinux.org/viewtopic.php … 38#p943338
    Tell me if i'am wrong :
    1/ The drive/os is encrypted with AES256-XTS512
    2/ The "Keyfile" is  GPG/OpenSSL encrypted , can be stored on external media
    3/ After all the change done like in the how to, i will need to enter a passphrase (longer is better) FOR the KEYFILE , then the KEYFILE will be unlocked and the encrypted contant on the OS too.
    By the way, did ARCH need to put somes data to the MBR of the drive ? I'am using multi-boot system on a 940GB Crucial M5 ssd, with
    1/ Windows 7 os for home
    2/ Windows 7 os for work
    3/ Penetration testing live CD of BT5
    4/ > Encrypted OS (Arch)
    I think its more likely a clean-partitoning affair but tell me if i'am wrong.

  • Procedure for CBA with secondary protection

    I need some answers here.
    I protect a bunch of workgroup-servers with dpm using CBA.
    I protect them primary and secondary, and it works.
    But the secondary dpmserver keeps telling me the Agent on PS1 isnt accessible, still I can do recoverypoints?
    I haven't done any CBA-configuration between my PS and Secondary DPM, is that the problem?
    what are the steps in that case?
    1 (On Protected Server): Run SetDpmServer.exe -Add -dpmCredential <CertificateConfigration_secondarydpmsrever.bin>
    and
    2 (On secondary dpmserver): Since the above command didnt resulted in any new .bin-file, just copy the CertificateConfiguration_<protectedserver>.bin from the primary dpmserver to the secondary dpmserver and run:
    Attach-ProductionServerWithCertificate.ps1 <dpmserver> -PSCredential <CertificateConfiguratoion_<protectedmember>.bin?
    Is this right?
    Ivarson

    I wouldn't say that I've answered my own question, Im still not sure this was the proper way of handling it.
    Doing Setdpmserver.exe -Add -dpmcredential <bin-file-from-secondarydpmserver> on all CBA-protected members sortof "feelt" reasonable to do, since it, by the looks of it, appends the secondary dpm-cert as an accepted peer.
    But doing "attach-productionserverswithcertificates -pscredential <bin-file copied from primary dpm" on the other end (on the secondary dpmserver which I had to do in my tests) feels confusing; I want the secondary dpm to have the neccesarry
    credentials to establish connections directly to the protected member with CBA, but the script for adding cba-machines might do a bit more than that. 
    for instance; while modifying a PG on a secondary dpm, I can now see the primarly protected members as ROOT-objects in the "select members"-wizard, before they were only accessible after expanding their resp. primary/owning DPM.
    But no, you don't have to setup a lab for this, it works. Its just... weird.
    thanks!
    edit: 
    Actually, why not considering this as an answer. Since googling this question throws me right at my own thread here, and official docs seems to handle it, Ill mark it as an answer for others (if any).
    And I encourage you to unmark this as an answer if its wrong or unneccesarry.
    Ivarson

  • Step by Step procedure for Integration of B0 with BI 7.0, Portal

    Hi,
    My key concerns include integration with SAP Portal, which I did not find in instalaltion guide.
    Please advice on step by by Procedure for BO with BI 7.0 starting with the right version of BO to be installed.
    1. Which version compatible with BI 7.0 SP 12, LATER TO BE UPGRADED TO sp 16
    2. Source of data will be BI and reports will be using BO.
    3. What are components to be installed
    4. Prerequisites for Integration with BI AND SAP Portal.
    5.Steps for Integration with BI 7.0
    6. Steps for Integration with SAP Portal- Where to get the sample iviews. What to do for connction between Portal and BO - this i didnt find in installation guide
    Thanks,
    Harish

    HI,
    here the items:
    SAP Side:
    - all machines have to be in the same domain
    - BI has to trust the portal
    - BI has to accept SSO tickets
    - EP has to generate SSO tickets
    BusinessObjects:
    - SAP Authentication has to be configured
    - BI system should be configured has default system in the options of the SAP authentication
    - authentication.default parameter in the web.xml for InfoView has to be set to secSAPR3
    - BusinessObjects has to be in the same domain
    EP side:
    - in the system landscape configure the Crystal Enterprise Server Properties for your BI system
    - import the portal iview template that is part of the SAP Integration Kit
    - create a new iView
    Ingo

  • Pricing procedure for Excise

    HI,
    I maintained Pricing procedure for Excise with the combination of SODISDIVCUS PPDOCPP and i maintained* JINFAC*.......now i would like to maintain customer line item wise discount.but that condition type in DIff pricng procedure.........How can i combine these two pricing procedures .
    Plzz revert me back if you need more clarity
    Regards
    Lucky
    Edited by: lucky on Oct 22, 2008 7:13 AM

    Hi,
    I maintained Pricing procedure JINFAC for combination of Sales areaDOC PPCusPP.....
    iam getting all Excise duty and all..........but i would like to add Customer Discount.K007 condition type......Not only discount ......for Example...100% Discount Etc....
    But it is not in JINFAC PP.....i tried to maintain RVAA01 for same combination (Which i maintained for JINFAC) but system is giving error.
    How can i club 2 PP for same sales areaDOC PPCUS PP
    Thanks in Advance
    Regards
    Lucky

  • I am trying to install MasterCollection_CS6_LS16. When I click the install file I get this error message: We've encountered the following issues. Installation on case-sensitive volumes is not supported. Please choose a different volume for installation.

    I am trying to install MasterCollection_CS6_LS16. When I double click the install file I get this error message: We've encountered the following issues. Installation on case-sensitive volumes is not supported. Please choose a different volume for installation. What does that mean? How should I proceed?

    Hey iraravitz,
    Could you please let me know what version of OS are working on.
    You might receive this error when you attempt to install on a drive with the HFS+ Case Sensitive file system, which is not supported for installation of Adobe Creative Suite 6.
    So, please try installing on a drive that has been formatted with a supported file system.
    You might refer the KB doc link mentioned below for the same:
    Error "Case-sensitive drives not supported" or similar install error | Mac OS
    Let me know if this helps.
    Regards,
    Anubha

  • TS1717 Having trouble running iTunes version 11.0.2 on a Dell Laptop running Windows 7 Professional Service Pack 1.  Keep getting an error message "the software required for communicating with iPods and mobile phones was not installed correctly..." reinst

    Having trouble when I launch iTunes (version 11.0.2) on my Dell Laptop running Windows 7 Professional (service pack 1).  I get an error message indicating software required to communicate with iPod and mobile phones was not installed correctly.  Do you want iTunes to try to repair this for you?  I normally respond with OK and it immediately tells me "could not be repaired.  Please reinstall iTunes..."  I have done this a number of times to no avail.

    I also notice Quicktime is not getting installed at all.
    That one is normal nowadays (ever since the iTunes versions 10.5.x).
    The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • The software required for comunicating with ipod is not installed correctly

    Hey
    I have recently had to reinstall windows xp on my laptop as the moder board crushed
    while the installation was done by a professional, since then everytime i plug my 30gb fifth generation ipod to synch with my Itunes library the following message appears:
    "The software required for communicating with the ipod is not installed correctly. Please Reinstall Ipod to reinstall the ipod's software."
    what does that mean? i thought
    I tried to reinstall itunes over twenty times, sometimes deleting it beforehand using the task messenger, but no use.
    I have checked to see if my ipod works with other computers and he does, therefore its a problem of the itunes, or my computer.
    I am reaching desperation, as i am unable to update and synch my ipod for over a month now.
    i need either a solution or a way of maybe installing an older version of itunes, which may work.
    can anyone help?
    please?

    i did the research for you and found the link for the 7.5...
    http://www.mydigitallife.info/2007/11/07/direct-download-itunes-75-to-activate-i phone-anywhere-internationally/
    Hope that works for ya...

  • Procedures for implementing a snapshot scenario with custom DataSources

    Hi Gurus,
    I have checked the How To paper ([How to Handle Inventory Management Scenarios in BW (NW2004)|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328]). However, only SAP standard BW objects are mentioned in the paper e.g. InfoCube (0IC_C03), Material Stock InfoSource (2LIS_03_BX), Material movements IS (2LIS_03_BF) and Revaluations IS (0LIS_03_UM).
    On the contrary, I need to handle custom DataSources for the Snapshot scenario. Are there any differences in the implementation methodology? Which additional aspects should I take into consideration? For example, the load sequence, delta type, etc.
    Could you please list out the step-by-step procedures for such an implementation?
    Thanks in advance!
    Regards,
    Meng

    Hi Meng,
    You can approach this in two ways.
    1) If the volume of data is not much, you can derive the balance at query level, as follows.
    User enters the date, based on this restrict your key figure to display all values less than this date.
    2) If the volume of data is high, then you will have issues with performance if you are calculating the balance in the front end. In this case, you can model this with 'Non cumulative' key figure.  Again there are 2 ways of approaching this back end solution based on the volume of data. ( Say in one case you have 2 years of history in your DSO and in the second case, you have  5 years of history ).
    A) For example, If there are only 2 years of history
    Create a non cumulative Key figure 'ZBALANCE' with inflow and outflow, in a cube.
    Map this to your credit and debit as + and - respectively and map the calender day to posting date.
    Just initialise the dataload with data transfer and start loading the delta as normal.
    You will be able to see the balances for each and every calday in your reporting.
    This approach is straight forward and simple.
    Compress the cube for getting the better performance.
    B) If there are 5 years of history and you are not interested in loading all the 5 years data in getting the balance
    Here you want to have the initial balance, continue delta and would like to load 2 years of history.
    The cube and non cumulative KF are created as mentioned above.
    For generating initial balance, you have to create another DSO without calander day and ZBalance mapped to credits and debits in additive mode. Load your DSO data into this new DSO to generate initial balance. This balance will be loaded to your cube as initial balance. ( Like 2LIS_03_BX ).
    You have to compress this request with marker update ( Must ).
    Load your historical data for 2 years from the original DSO. Compress without marker update ( Must ).
    initialise without data transfer from DSO to cube and load deltas normally.
    Compress the delta requests normally for performance reasons.
    Please read the 'Inventory document' in detail.
    Please let me know, if any of the information is still not clear.
    Thanks,
    Krishnan

  • Software required for communicating with iPods not installed correctly

    I am trying to do a new iTunes install version 10.6.1 on a Windows 7 64 bit machine. Everything goes smoothly and I get a message saying it installed correctly however, upon starting iTunes I get the following error:
    The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?
    I have uninstalled it following the directions, reinstalled it by running as administrator, etc. still the same message. I also notice Quicktime is not getting installed at all.
    Please advise.
    Thanks in advance.

    I also notice Quicktime is not getting installed at all.
    That one is normal nowadays (ever since the iTunes versions 10.5.x).
    The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • The software required for communicating with ipod and mobile phones was not installed correctly

    ok i've seen this in several threads and haven't found one with an anwser. the software required for communicating with ipod and mobile phones was not installed correctly. of course when you tell it to repair it does not. this has happened several times now and only cure i have found is uninstalling itunes and reinstalling. works for maybe a few weeks then does the same thing and i start all over again with uninstall and reinstall. i tunes version 10.4.1.10  64 bit running on windows 7 64 bit and trying to sync with Iphone 3gs - so anyone have a fix for this or am i stuck reinstalling itunes every few weeks???

    "The feature you are trying to use is on a network resource that is unavailable.  Click OK to try again, or enter an alternative path to a folder containing the installation package "iTunes64msi"
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • What is the procedure for a clean installation retaining all data?

    I'm preparing for Lion and would like t make sure that I install on a clean system.  I've had Time Machine running for a couple of years but being a conservative computer user I would like a secondary backup of all data from my three user accounts on this iMac.  Is there a preferred documented procedure for this task, keeping in mind that Lion is reported to be available only as a download.

    Nobody who knows can say.  The published stuff isn't clear on the point, so we'll have to wait for the announcement.
    In theory, you may be able to clone your SL installation to an external, download the installer to it, then erase the internal and install it there, but we really don't know yet.
    Especially since Snow Leopard, though, clean installs rarely accomplish anything.  Installing just gets a fresh copy of OSX and the default Apple apps, without leaving any detritus behind.  Any number of folks haven't done one in many years, with no ill effects.
    Yes, secondary backups are strongly recommended.  See #27 in Time Machine - Frequently Asked Questions for some suggestions.

  • VT01N: what is the correct  procedure for creating shipment

    Hi Gurus ,
    Please tellme the correct  procedure for creating shipment  in VT01N   with respect to the  Sales order  no .  there  are  deliveries and ohter  sceens what to do  first .
    Regards, Jaspal

    Hi Jaspal,
    Procedure for creating shipment sequence goes as:
    <b>Shipping Processing and Analyses</b>
    Shipping activities.
    Deliveries.
    Picking and confirmation.
    Packing.
    Goods issue.
    Collective processing.
    Shipment.
    Billing.
    Sales Information System.
    Standard analyses.
    Backorder processing.
    Sales and distribution documents.
    Functional analyses.
    Planning.
    Pls refer the link:
    http://www.sap-img.com/sap-sd.htm for more details.
    Regards,
    Hemachandra K S

Maybe you are looking for

  • HT4972 my ipad3 doesn't have the wifi hotspot option in the list in settings

    I have taken delivery of an iPad3 64G 4G. In the list on the left in settings - there is no item for setting the iPad as a WiFi hotspot. I went to a phone shop. They had a new iPad3 there with the same firmware settings etc. The option was in the lis

  • Solving Riccati equation

    I have experience with Systembuild only. I saw that Xmath has a module with a function to solve the Riccati equation. How can I use this function in Systembuild?

  • How to schedule business rule in Planning

    HI, Is it possible to schedule Business Rule on specified time, i mean automation to execute business rule after certain events or date. Secondly can we run maxl file using windows scheduler? Regards Kumar

  • My mac firefox toolbar and dock have dissapeared when I click on firefox

    Something happened in which both my dock and toolbar at the very top that allows me to view history, bookmarks, tools etc. see the time (File, Edit, Tools,etc) dissapears when I click on firefox. This does not happen in other browsers. How can I fix

  • Get controller from view

    Is there an automatic way from within a view to get the controller that is managing that view? Or do I need to setup outlets etc and configure them in the init phase?