UOM - Metric vs. Imperial

Good afternoon,
We have two offices, one in Switzerland, the other in Canada.  The item in question was set up on the system by Canada and the UOM is inches.  We know that we can set up UOM conversion for metric to imperial, but we have another issue.
When the Swiss users go into any of the screens to display the item, it defaults to the imperial UOM rather than metric.
Short of setting up a new item, or remembering to change it on the screen, is there a way to set up an item so it will display a UOM based on the plant?
Thanks for your help and let me know if more information is required.
Kristine

No, SAP does not have splant specific stock keeping units.
You can have order units (info record)  and goods issue units by plant, but the base unit of measure is unique to the material - globally.
The decision metric vs. imperial is one that has to be made long before going live and needs to be tested (by the people who have to deal with the change) and communicated to everyone.
If no transactional document was carried out for the material then you can change the unit. but if you had already a PO, or movement, then it is better to create a new material rather than going to all the archiving stuff to be finally able to change the unit.

Similar Messages

  • Rule in pages iOS from metric to imperial?

    How can i switch from metric to imperial the rule in Pages please? Thanks.

    Menu > Preferences > Rulers Preferences > Ruler Units: Inches
    Peter

  • Changing metric to imperial in maps

    I know how to get to the place where I can switch from metric to imperial, but when I highlight the 'imperial' setting, or click 'change', it doesn't change, but stays on metric.  Does anyone else have this.  I really like ovi maps, but living in the UK, would prefer to have the units in miles.
    Dave

    @aldene25
    Welcome to the forum!
    Do settings in OVI Maps application reconcile with Location/Positioning settings for GPS?
    No clues as to what device you are using but if S60 5th Ed. device have you gone to Menu > Applications > Location > Positioning > Notation preferences > Measurement system = Imperial?
    For Symbian^3 OS device go to Menu > Settings > Application settings > Positioning > Notation preferences > Measurement system = Imperial
    Happy to have helped forum with a Support Ratio = 42.5

  • Standard of measurement (metric vs imperial) in Canada

    Dear experts-
    I'd like to know the approach that you have taken/seen on a decision of measures (metric vs imperial).  I am currently working on a project in Canada involving SAP article and a topic of which one to use between metric and imperial is under way.
    I appreciate your help in advance.

    No, SAP does not have splant specific stock keeping units.
    You can have order units (info record)  and goods issue units by plant, but the base unit of measure is unique to the material - globally.
    The decision metric vs. imperial is one that has to be made long before going live and needs to be tested (by the people who have to deal with the change) and communicated to everyone.
    If no transactional document was carried out for the material then you can change the unit. but if you had already a PO, or movement, then it is better to create a new material rather than going to all the archiving stuff to be finally able to change the unit.

  • Switching Page Setup window from Metric to Imperial

    Hi,
    Might anyone know how to change the metric measurements (cm) to imperial ones (inch) -seen below the Paper Size dropdown menu- in the Page Setup dialog box of any given program?
    I've tried everything I can think of, including switching keyboard layouts and Time Zone setting to make the computer think I live somewhere other than Canada, but nothing will make a US Letter sized paged show as "8.5 in x 11 in".
    Thanks!
    -Neil
    OS 10.4.3

    Go to International Preferences in System Preferences and switch to the Formats panel. There is a drop down menu at the bottom called "Measurement Units" - that should do it.
    Hope this helps.

  • Tabular form with a metric/imperial selector

    Hi,
    Oracle 10g database and APEX 3.2.
    I have a tabular form based on a simple query (SELECT rock_type, depth FROM rock_samples) with an editable "depth" field. The user cannot add or remove records, but can make updates to that one field. MRU process is handling that.
    The underlying table "rock_samples" stores "depth" in meters.
    I need to somehow allow the user to select either metric system (meters) or imperial (feet). Based on that selection the displayed deths should change. However, regardless of the selection the updated values should be saved as meters.
    Any suggestions on how to implement this would be most welcome, as I cannot think of anything.
    Thanks,
    Constantine

    Hi Constantine,
    Sorry my code was slightly confusing. :P1_SELECTOR would be the name of your selector with "Metric" and "Imperial" in it, and this would have to submit the page on select. You can still use the decode in your select statement to display the initial value.
    SELECT col1, col2, DECODE(:P1_SELECTOR, 'M', depth, 'I', (depth*3.2808399)) depth_result
    from table_nameSaves/Inserts will be trickier. This could probably done with Javascript, but seems like it would be best handled by a trigger just before insert/update on your table. But then you need a way of knowing if the :NEW values are in Metric or Imperial, so you would need a "dummy" value or flag in your table that the incoming values are in Imperial and need converting to Metric.
    Hope this helps,
    Aaron

  • Java Interface as problems

    Hi this code for java i am having major problems. I am a newbie to java so please be kind and hope in the feature i can master java and then help to each others. I will include the show GUI class later.
    My main problem is how to assign events to the button so that it preforms a calculation.
    Second what should make my GUI run properly and what actions do i need to take.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class ConvertValues extends JPanel {
    public class ConvertValues {
         JFrame window;
         JComboBox inputcombo,outputcombo;
         JRadioButton Length,Mass,Volume,Temperature;
         JButton = new JButton("Convert");
         JTextField outputtext, inputtext;
         public ConvertValues(){
              window = new JFrame("Imperial to Metric Converter");
              window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              window.setSize(600,600);
              window.setVisible(true);
              addRadioButtons();
              addComboBox();     
              public void addPanel(){
              Public JPanel getPanel();
              JPanel wrapper = new JPanel();
              wrapper.setLayout(new BorderLayout());
              wrapper.setBorder(BorderFactory.createEmptyBorder(13,13,13,13));
              JPanel centre = new JPanel ();
              centre.setLayout(new GridLayout(2,2));
              public void addRadiobButton(){
              JRadioButton RadioButton = new JRadioButton();
              JPanel rbut = new JPanel();
              rbut1.setLayout(new GridLayout(4,4));
              JPanel panel1 = new JPanel();
              JLabel metric = new JLabel (" Length Metric Values")
              panel1.add(metric);
              rbut1.add (panel1);
              JPanel panel2 = new JPanel();
              JTextField text1 = new JTextField (13);
              panel2.add(text1);
              rbut1.add(panel2);
              JPanel panel3 = new JPanel();
              JLabel imperial = new JLabel ("Length Imperial Values")
              panel3.add(Imperial);
              rbut1.add (panel3);
              JPanel panel4 = new JPanel();
              JTextField text2 = new JTextField (13);
              panel4.add(text2);
              rbut1.add(panel4);
              JPanel rbut2 = new JPanel();
              rbut2.setLayout(new GridLayout (4,4));
              JPanel panel5 = new JPanel ();
              JLabel metric2 = new JLabel ("Liquid Metric Values");
              panel5.add(metric2)
              rbut2.add(panel5);
              JPanel panel6 = new JPanel ();
              JTextField text3 = new JTextField (13);
              panel6.add(text3);
              rbut2.add(panel6);
              JPanel panel7 = new JPanel ();
              JLabel imperial2 = new JLabel ("Liquid Imperial Values");
              panel5.add(imperial2)
              rbut2.add(pane7);
              JPanel panel8 = new JPanel ();
              JTextField text4 = new JTextField (13);
              panel8.add(text4);
              rbut2.add(panel8);
              JPanel rbut3 = new JPanel();
              rbut3.setLayout(new GridLayout (4,4));
              JPanel panel9 = new JPanel ();
              JLabel metric3 = new JLabel (" Mass Metric Values");
              panel9.add(metric3)
              rbut3.add(panel9);
              JPanel panel10 = new JPanel ();
              JTextField text5 = new JTextField (13);
              panel10.add(text5);
              rbut3.add(panel10);
              JPanel panel11 = new JPanel ();
              JLabel imperial3 = new JLabel ("Mass Imperial Values");
              panel11.add(imperial3)
              rbut3.add(pane11);
              JPanel panel12 = new JPanel ();
              JTextField text6 = new JTextField (13);
              panel12.add(text6);
              rbut3.add(panel12);
              JPanel rbut4 = new JPanel();
              rbut4.setLayout(new GridLayout (4,4));
              JPanel panel13 = new JPanel ();
              JLabel metric4 = new JLabel (" Temperature Metric Values");
              panel13.add(metric4)
              rbut4.add(panel13);
              JPanel panel14 = new JPanel ();
              JTextField text6 = new JTextField (13);
              panel14.add(text6);
              rbut4.add(panel14);
              JPanel panel15 = new JPanel ();
              JLabel imperial4 = new JLabel ("Temperature Imperial Values");
              panel15.add(imperial4)
              rbut4.add(pane15);
              JPanel panel16 = new JPanel ();
              JTextField text7 = new JTextField (13);
              panel16.add(text7);
              rbut4.add(panel16);
              radiopanel.add("Length","rbut1")
              radiopanel.add("Liquid Mass","rbut2")
              radiopanel.add("Mass","rbut3")
              radiopanel.add("Temperature","rbut4")
              public void addComboBox(){
              JPanel panel17 = new JPanel();
              String[] str = {"Milliimeters", "Centimeters", "Meters", "Kilometers"};
              JComboBox metricvalues = newJComboBox(str);
              panel17.add(metricvalues);
              rbut1.add(panel17);
              JPanel panel18 = new JPanel();
              String[] str2 = {"Inch", "Foot", "Yard", "Mile"};
              JComboBox imperialvalues = newJComboBox(str2);
              panel18.add(imperialvalues);
              rbut1.add(panel18);
              JPanel panel19 = new JPanel();
              String[] str3 = {"Litres", "Millilitres", "Litres"};
              JComboBox metricvalues = newJComboBox(str3);
              panel19.add(metricvalues);
              rbut2.add(panel19);
              JPanel panel20 = new JPanel();
              String[] str4 = {"Fluid", "Ounce", "Pint", "Quart", "Gallon"};
              JComboBox imperialvalues = newJComboBox(str4);
              panel20.add(imperialvalues);
              rbut2.add(panel20);
              JPanel panel21 = new JPanel();
              String[] str5 = {"Grammes", "Kilogrammes", "Metric Tonne"};
              JComboBox metricvalues = newJComboBox(str5);
              panel21.add(metricvalues);
              rbut3.add(panel21);
              JPanel panel22 = new JPanel();
              String[] str6 = {"Ounce", "Pound", "Stone", "Long Ton"};
              JComboBox imperialvalues = newJComboBox(str6);
              panel22.add(imperialvalues);
              rbut3.add(panel22);
              JPanel panel23 = new JPanel();
              String[] str6 = {"Grammes", "Kilogrammes", "Metric Tonne"};
              JComboBox metricvalues = newJComboBox(str6);
              panel23.add(metricvalues);
              rbut4.add(panel23);
              JPanel panel24 = new JPanel();
              String[] str7 = {"Ounce", "Pound", "Stone", "Long Ton"};
              JComboBox imperialvalues = newJComboBox(str7);
              panel24.add(imperialvalues);
              rbut4.add(panel24);
              frame.getContentPane().add(center, BorderLayout.CENTER);
              public void addLabelandtext();{
              inputlabel = new JLabel("Enter Value");
              valuelabel = new JLabel("0");
              metricLabel = new JLabel ("Metric Value");
              imperial value = new JLabel("Imperial Value");
              outputtext = new JTextField(8);
              inputtext = new JTextField (8);
              JPanel labelpanel = new JPanel();
              labelpanel.add(inputlabel);
              labelpanel.add(mJPanel panel25 = new JPanel();
              labelpanel.add(imperiallabel);
              labelpanel.add(valuelabel);
              labelpanel.add(outputtext);
              labelpanel.add(inputtext);
              JPanel top = new JPanel(new GridLayout(5,3));
              middle.add(labelpanel);
              frame.getContentPane().add(middle,BorderLayout.SOUTH);
              public void ConvertButton();{
                   JPanel panel25 = new JPanel();
                   JButton convert = new JButton ("CONVERT");
                   Convert.addActionListener(this);
                   panel25.add(convert);
                   rbut1.add(panel 25));
                   JPanel panel26 = new JPanel();
                   JButton convert = new JButton ("CONVERT");
                   Convert.addActionListener(this);
                   panel26.add(convert);
                   rbut2.add(panel 26));
                   JPanel panel27 = new JPanel();
                   JButton convert = new JButton ("CONVERT");
                   Convert.addActionListener(this);
                   panel27.add(convert);
                   rbut3.add(panel 27));
                   JPanel panel28 = new JPanel();
                   JButton convert = new JButton ("CONVERT");
                   Convert.addActionListener(this);
                   panel28.add(convert);
                   rbut4.add(panel 28));
              public void LengthConverter();{
              Let measurement = TextIO.getDouble()
              Let units = TextIO.getlnword();
              if the units are inches
                   Let inches = measurement
              else if the units are milimeters
                   Let inches = measurement*25.4
              else if the units are Foot
                   Let centirmeter = measurement*30.48
              else if the units are Yard
                   Let meter = measurement*0.9144
              else if the units are mile
                   let kilometers = measurement*1.609
              else if the unit are meters
                   let centimeters = measurement*100
              else
                   The units are wrong!
                   Print an error message and stop processing
              let milimeter = inches/25.4
              let foot = centimeters/30.48
              let Yard = meter/0.9144
              let mile = kilometers/1.609
              let meter = centimeter/100
              dispay the results
              public void VolumeConverter();{
                   Let measurement = TextIO.getDouble()
              Let units = TextIO.getlnword();
              if the units are Fluid Ounce
                   Let Fluid Ounce = measurement
              else if the units are mililitres
                   Let Fluid Ounce = measurement*28.41
              else if the units are Pint
                   Let Litres = measurement*0.568
              else if the units are Quart
                   Let Litres = measurement*1.14
              else if the units are Gallon
                   let litres = measurement*4.54
              else if the unit are litres
                   let centilitres = measurement*100
              else
                   The units are wrong!
                   Print an error message and stop processing
              let mililitres = Fluid Ounce/28.4
              let Pint = Litres/0.568
              let Quart = Litre/1.14
              let Gallon = Litres/4.54
              let litre = centilitre/100
              dispay the results
              public void WeightConverter();{
                   Let measurement = TextIO.getDouble()
              Let units = TextIO.getlnword();
              if the units are Ounce
                   Let Ounce = measurement
              else if the units are Grammes
                   Let Ounce = measurement*28.35
              else if the units are Pound
                   Let kilograms = measurement*0.4536
              else if the units are Stone
                   Let Kilogrammes = measurement*6.3503
              else if the units are Longton
                   let metric tonne = measurement*1.016
              else if the unit are Gramme
                   let Killogram = measurement*100
              else
                   The units are wrong!
                   Print an error message and stop processing
              let Gramme = Ounce/28.35
              let Pound = Kilogram/0.4536
              let Stone = Killogrammes/6.3503
              let Longton = metrictonne/1.016
              let Gramme = Kilogram/100
              dispay the results
              private static void createAndShowGUI();{
                   ConvertValues newScreen = new ConvertValues();
         }

    My main problem is how to assign events to the button so that it preforms a calculation. [url http://java.sun.com/docs/books/tutorial/uiswing/components/button.html]How to Use Buttons
    Also, use the "Code Formatting Tags" when posting code so it retains its original formatting and is readable.

  • How to maintain Two Unit of Measure on One Item?

    Hi Experts,
    good day!
    An item can be purchased either in Metric ton or Kgs.  but maintain an inventory UoM in Kg only. What step do I need to consider, aside from creating a UDF.
    Since, I can see only one conversion in item Master data,  1 Metric Ton = 1,000 kg... ( Purchasing UoM= Metric Ton) , What if my client wanted to purchase an item in Kg?  The system can only viewed metric ton, how about the kg? Please help me on his matter... Thanks and God bless.
    Regards,
    Mari

    Hi Mari,
    In marketing document, you may select different Base Units for the item to utilizing two UoM.
    You may check these threads:
    Re: UOM Issue
    Re: Inventory Issue
    Thanks,
    Gordon

  • Can you have code run in a terminal and applet?

    For example in my program in Main we enter the data for menu and amount of the exchange but the result is displayed in an applet.
    works great in the terminal window.
    but when using an applet it will not work.
    import java.awt.*;
    import java.applet.*;
    import javax.swing.* ;
    import TerminalIO.*;
    public class MetricConversionMain    {
             final static String CRLF = "\n" ;     
             static String msgOut ;                   
         public static void main ( String[] args )     {
            int valid  = 0;
            int choose = 0;
            double numUnits = 0.0; 
            double convertedUnits = 0.0;
                                  // title, class, author and version info  to
         KeyboardReader entries = new KeyboardReader(); //object for keyboard entry
         while (valid != 1) {
                // menu for conversion selection 1 thru 4          
         System.out.println("\n\t\t1 \tFor inches to centimeters");
          System.out.println("\t\t2 \tFor quarts to liters");
          System.out.println("\t\t3 \tFor pounds to kilograms");
          System.out.println("\t\t4 \tFor miles to Kilometer");
              choose = // GW corrected my code to the present prior I was choose = choose.readInt etc etc
            entries.readInt("\n\t\tPlease choose one of the following menu items to convert: ");
          if (choose == 1 || choose == 2 || choose == 3 || choose ==4 ) {
               valid = 1 ;
          else {
               System.out.println("Invalid Selection.") ;
          switch (choose) {
              case 1 : System.out.println("Converting inches to centimeters... ") ; break ;
              case 2 : System.out.println("Converting quarts to liters... ") ; break ;
              case 3 : System.out.println("Converting pounds to kilograms... ") ; break ;
              case 4 : System.out.println("Converting miles to kilometers... ") ; break ;
         } // Error checking, reiterates the user's current choice prior to next question
         System.out.println();
         KeyboardReader useEntry = new KeyboardReader(); //object for keyboard entry
              numUnits =
            useEntry.readDouble("\n\t\tNow please enter the amount you wish to convert: ");
              System.out.println ("\t\tThe conversion comes to  " + numUnits);
         //KeyEntry equal = new KeyEntry();   
         //equal.setNumUnits
        //(useEntry.readDouble("\n\t\tNow please enter the amount you wish to convert: "));
         //System.out.println("\t\tThe conversion comes to  " + getnumUnits());
         switch (choose) {
              case 1 : Inch fromInch = new Inch(numUnits); break ;}
         case 2 : Quart fromQuart = new Quart(numUnits) ; break ;
              /*     case 3 : Pound fromPound = new Pound( numUnits) ; break ;
              case 4 : Mile fromMile = new Mile(numUnits) ; break ;
         } // Switch statement that performs the correct conversion based on the user's input*/
                   // Instantiate US Standard Objects
         /*     Inch fromInch = new Inch(1) ;
              Foot fromFoot = new Foot(1) ;
              Yard fromYard = new Yard(1) ;
              Mile fromMile = new Mile(1) ;
              Ounce fromOunce = new Ounce(1) ;
              Quart fromQuart = new Quart(1) ;
              Gallon fromGallon = new Gallon(1) ;
              Pound fromPound = new Pound(1) ;
              // Instantiate Metric Objects          
              Centimeter fromCentimeter = new Centimeter(1) ;
              Meter fromMeter = new Meter(1) ;
              Kilometer fromKilometer = new Kilometer(1) ;
              Gram fromGram = new Gram(1) ;
              Liter fromLiter = new Liter(1) ;
              Kilogram fromKilogram = new Kilogram(1) ;
              LitGal fromLitGal = new LitGal(1) ; */
         }     //  main
    }     //     class MetricConversionMainsupper classpublic class SuperConverter        {
         *     This class is the super class for a series of
         *     subclasses that perform conversion from metric to
         *     imperial or vice versa.
         protected double numUnits ;
         protected double convertedUnits ;
         protected double factor ;
         // Constructor
         public SuperConverter ( double argNumUnits, double argFactor )  {     
         numUnits = argNumUnits ;
         factor = argFactor ;
         convertedUnits = numUnits * factor ; //convert() ;
         }     // Constructor
         protected double getnumUnits()     {
              return numUnits ;
         protected void setnumUnits     ( double argNumUnits )     {
              numUnits = argNumUnits ;
         protected double convert  () {
              this.convertedUnits = numUnits * factor ;     
              return convertedUnits ;     
         public double getconvertedUnits()     {
              this.convertedUnits = convert() ;
              return convertedUnits ;
    }     //  end SuperConverter Classsubclass that works[public class Inch extends SuperConverter {
         public Inch      (double argNumUnits)
              super ( argNumUnits, 0.914 ) ;
              System.out.print   ("     ") ;
         if (argNumUnits > 1)
                   System.out.println(argNumUnits + " inches = " + convertedUnits + " centimeters") ;
              else
                   System.out.println(argNumUnits + " inch = " + convertedUnits + " centimeters") ;
    /code]
    The code I want to use  with the applet is import java.awt.*;
    import java.applet.*;
    import javax.swing.* ;
    public class Inch extends SuperConverter {
         final static String CRLF = "\n" ;     
         static String msgOut ;          
         public Inch      (double argNumUnits)
              super ( argNumUnits, 2.54 ) ;
              System.out.print ("     ") ;
              if (argNumUnits > 1)
              {   msgOut = "     Metric Conversion Chart" + CRLF + CRLF;
              msgOut += "     US Standard to Metric" + CRLF ;
         msgOut += "     -------------------------------------------------" + " " + CRLF ;
                   msgOut = argNumUnits + " inches = " + convertedUnits + " centimeters" ;
              else
              {   msgOut = "     Metric Conversion Chart" + CRLF + CRLF;
              msgOut += "     US Standard to Metric" + CRLF ;
         msgOut += "     -------------------------------------------------" + " " + CRLF ;
                   msgOut += argNumUnits + " inch = " + convertedUnits + " centimeters" + CRLF + CRLF + CRLF ;
              }     JOptionPane.showMessageDialog ( null, msgOut ) ;          
    }

    The issue I have is the applet/window appears behind the terminal window. below is the code that is use for the window. I want to have the window appear infront of the terminal window.import java.awt.*;
    import java.applet.*;
    import javax.swing.* ;
    public class Pound extends SuperConverter {
        final static String CRLF = "\n" ;     
             static String msgOut ;     
         public Pound      (double argNumUnits)
              super ( argNumUnits, 0.454 ) ;     
              System.out.print   ("     ") ;     
              if (argNumUnits > 1)
              {   msgOut = "     Metric Conversion Chart" + CRLF + CRLF;             
                  msgOut +=  "     Metric to US Standard" + CRLF ;
                  msgOut +=  "     -------------------------------------------------" + "         " + CRLF ;
                   msgOut += argNumUnits + " pounds = " + convertedUnits + " kilograms" + CRLF + CRLF + CRLF ;
              else
              {   msgOut = "     Metric Conversion Chart" + CRLF + CRLF;
                  msgOut +=  "     Metric to US Standard" + CRLF ;
                  msgOut +=  "     -------------------------------------------------" + "         " + CRLF ;
                   msgOut += argNumUnits + " pound = " + convertedUnits + " kilograms" + CRLF + CRLF + CRLF ;
              }   JOptionPane.showMessageDialog ( null, msgOut ) ;
    }

  • Why Use Picas?

    Hi, all. I'd to solicit some commentary regarding this topic, which I've wrestled with since I started doing print design 7 years ago. I can't figure out why anyone would use picas and points for measurement, other than being taught that system to begin with and clinging to it. I assume there must be a practical reason, but I can't figure it out.
    Looking online, the explanation I found was that it's so much easier to do the math when using picas. To show this, they pointed out how easy it is to divide an 8.5" x 11" sheet into thirds the long way, 66 picas easily being divided by 3 into 22. This only makes sense if you assume that we always work with letter-sized sheets and always need to divide by numbers that work this easily. But what if we're working with an odd page size or need to make unusual measurements? It would seem that working in picas and points could just as easily be a complete pain as it could be convenient, depending on the project.
    The other justification I've come across is that picas and points are the standard when working with newspapers and many other publications, but this doesn't argue in favor of picas as a better standard, it only favors picas as a matter of convenience and tradition. It makes me think of metric versus imperial measurements, where the U.S. continues to use the feet and inches even though the metric system appears to make more sense, the main reason seeming to be that we just can't be bothered to embrace it.
    Anyway, considering that modern page layout is generally done with a computer that can easily divide inches and express fractions as decimals, is there any practical advantage to measuring in picas? So far, I can't see any reason to learn this system beyond the possibility that I may someday need to deal with someone else who uses them. So far, I've never encountered that person and even the major newspapers and magazines I've dealt with have sent their specs in inches.
    Who is using this system and why? The last time I was told to use a pica was while working on my high school yearbook back in 1984! Of course, even if we'd had it then, I don't think InDesign would've run very well on our Commodore PET computers.

    "The same can be said of any system of measurement. people use the system they are comfortable with."
    That's kinda my point, I guess. I was just wondering if there was a more practical reason to use picas that I didn't understand. Mr. Benson's explanation of the 12-base system makes sense, but it assumes that division by 6, 4, 3, or 2 is more common and thus more useful, which it very well may be.
    "The book I'm working on now uses a measure of 27p3 (327 points). If I try to work with that in inches, it's a most inconvenient 4.541667". "
    I'm sure that's true, but I'm guessing that the book is only set up to those specs because the decision was made to work in picas. Why else would anyone choose to create a book at 4.541667"? Wouldn't it be just as easy to just decide to measure the book at 4.5" and use standard measures?
    Don't misunderstand me, I'm not knocking picas or people who use them. I'm just trying to find out if there's any value in learning to use them myself and I really appreciate everyone's comments. So far, I'm not seeing any reason for me to go that way, which is also valuable to my understanding. I'm sure if you're used to using them they're far less cryptic than they appear to me!

  • IPC-D-356A Export

    Hi
    I am exporting my netlist from Ultiboard 10.1 PowerPro, in the IPC-D-356A format, for use in a Polar Instruments GRS500 flying probe tester. In Ultiboard, there is no export setting dialog. From the generated file, I see that the generated coordinates are in millimeters/degrees. However, the tester requires a file with coordinates in inches. Question: Is there a way to export an IPC356 file from Ultiboard with inches? If not, does anybody know of a conversion program/script to convert an existing IPC356 file from metric to imperial units?. Thanky

    Hi,
    as you have recognized there are unfortunately no export settings for the IPC-D-356A format.
    For a script you should take a look at the format
    IPC-D-356A NETLIST FORMAT
    http://www.solidigm.com/downloads/ipc356a.pdf

  • Thinking of purchasing E72

    Greetings all!
    I am looking for a smartphone to replace my old and outdated PDA (Palm). I have been reading up on the E72 and the hardware features and form factor seem excellent.  I would like to buy one, but I must say I am somewhat nervous to pull the trigger with all the "problems" and complaints. 
    I'm in US and would be getting the US version.  Any suggestions?

    Phil
    The E72 is a great phone - eventhough I'm not pleased with my purchase. My displeasure has nothing to do with build quality (so far - although the rear cover IS a bit flimsy and the plastic piece below the spacebar IS creaking).  Neither do I have any major problems with its operation or firmware (so far - although, again, one of the one-touch key doesn't work as it says ... and teh advice here is that you need a firmware upgrade ... something I just haven't had the time to do in the last 2-3 weeks since I got the phone).
    My issue is more with Nokia marketing the E72 as a business smartphone. As you may have read my other rants here on various threads, the E72 CANNOT - by any stretch of the imagination - be termed a smartphone.
    I'm changing over (I hate to think it's an upgrade - because it is NOT) from a Palm Treo 600. Those who know this device would know that it was first released in late 2003 (in this part of the world atleast), so its 6 year old technology. But the things that that device could do ... the Nokia E72 cannot even dream of. 
    As you mentioned that you'd be changing over from a Palm device, I feel compelled to highlight my experience with the E72 these past 3 weeks.  A number of other readers here have tried to ridicule some of my earlier complaints. I don't know; maybe they work for some Finnish telecommunication manufacturer or maybe they own shares in that company :-)
    Let me just outline a few items here:
    1. Data cannot be edited offline on PC - Unlike the Palm, the E72's data (eg contacts, notes, pictures, etc) CANNOT be viewed on the PC unless the E72 is connected to the PC, ie you cannot view and even edit the data on the PC and later at a convenient time sync the data.  This is a pain because you have to connect the E72 to your PC each time you want to edit the info using a PC (for ease of use, more comfortable keyboard, etc).
    Some users wonder why is that a problem?  What it means in the case of the Nokia E72 is that a full working copy of the data is not kept on the PC.  You must connect the E72 to the PC to view & edit the data. Ofcourse a backup of the E72's data can be made onto your PC, but this info is useless unless you re-copy it onto an E72.  So if you were to loose your E72, you cannot go home and atleast retrieve some of the contaacts, etc on your PC. No chance!
    2. Moving info from Palm to E72 - You are going to have one helluva problem trying to move your contacts info from your Palm to the E72. Unless you've only got a few contacts (I doubt any Palm user would have only a few contacts on their Treo :-), its a nightmare.  I've asked on these forums, but no one has a solution.  I myself have slightly over 1,200 contacts and so far, I've 'moved' just about 200+ contacts over.  I've done about 3/4 of these by connecting the E72 to a PC and opening the PC Suite program.  On the same PC, I've also opened Palm's Desktop software. Then I copy and paste each contact ONE FIELD AT A TIME.  If someone has a better and faster way, kindly post it here.
    3. Short fields - When connecting the E72 to the PC the data is seen differently than that seen on the E72.  For example, the address field on the PC can take a slightly longer string of text but when you see the same contact on your E72, parts of the address gets truncated. This is a serious issue as you loose parts of the street address. I've counted the exaact limit but so far, out of 200 contacts, I've got about a dozen addresses that got cut off.  Even the 'title' field is limited (I cannot put in 'Assoc Prof Dr' in full!)
    4. Setting alarms - On the Palm, the time to sound the alarm either before or after an event is user-defined, ie we can type in any figure, even 37 minutes. On the E72, you get a choice of a few pre-determined times, like Off, 0 min, 5 min before, 15 mins before, 30 mins before, 1 hour, 2 hours, 3 hours, 4 hours, 5 hours, 6 hours, 7 hours, 8 hours, 12 hours, 1 day, 2 days, 1 week. That's it. To some people that may do. But I hace situations where I'd like to set the alarm 18 hours before (say I'm setting an alarm to sound the night before the event). Tough luck on the E72!
    6. Snooze - When an alarm sounds, you can choose to snooze it but the delay period is globally defined. So if you have set this delay to 10 minutes, then all your alarms can only be snoozed for 10 mins. On the Palm, the user has the option to there and then select any snooze period. This is useful when, say an alarm rings for my next appointment, but I'm still stuck in a previous meeting and would like to postpone the alarm to say 20 mins.  On the Palm thats a no-brainer. On the E72, no can do that!
    7. Calendar View types - Remember how easy it is on the Palm to change calendar views from monthly view to weekly view to daily views? Well on the E72 you have to go thru numerous cascading menus to do that. This I suppose is partly becus of its non-touch screen interface.  It does drive me crazy occassionally.
    8. Notes - The Notes application on the E72 does not have the ability to sort the notes according to alphabetical order.  These notes get re-arranged according to edit dates, so if you edit a note it goes to the top.  When you get more than a couple of dozen notes (I had 400+ notes on my Palm), its a pain locating a note (yes, you can search, but you may not always remember its name).
    9. Date on home screen - Unless you are in the General profile, the date is NOT visible on the home screen.  In General mode, you can see the date on the home screen, but when you switch to any other profile (say Meeting, Sleep, Outdoors, etc) the date is replaced with that profile's name.  Silly, if you ask me.
    10. Reminders on home screen - For upcoming events, the full title, date, time location, appears on the hoem screen. No option to customise it - I may only like the start time to appear without the location, etc. No can do.
    11. Calculator - No scientific/business calculator - On the Palm I have a rather advanced calculator that can even do various types of specialised functions, eg convert metric to imperial measurements, do areas, lengths, weights, temperatures, volumes, etc. On the E72, I suppose I have to find some third party apps.
    The above are some of the shortcomings of the E72, if you buy it thinking its a smartphone replacement for your Treo.  My view is that the Treo and its software may be 6 years old, but its far superior to the E72's capabilities.  Some readers here say but you can extend these by use of third-party apps - my response is why cant simple features be part of the device itself.  I don't buy a car with 3 wheels and buy the fourth as an add-on accessory.
    I'm waiting for someone to say why don't I stick with my trusted Treo -- well the fact is that after 6 years use (in quite rough conditions as I'm always on the go and work in the construction field) the Treo's casing has taken a heavy beating and is cracking up badly.  Hence I thought the E72 with its full QWERTY keyboard would be a stylish and contemporary replacement.
    Having said all that, teh E72 has great camera, great video playback (I've loaded up some classic 1970s movies to watch in between meetings, etc but haven't yet found the time to watch any!). I don't use the email feature as the majority of my emails have large attachments (drawings) and it would be pointless to even view the headers without being able to open teh AutoCAD files. Anyone can suggest an AutoCAD (reader atleast) for the E72?
    So if you can live with the above shortcomings, please do consider the E72.
    To die-hard fans of the device ... see, I'm not anti E72, I'm just giving valuable FREE feedback for Nokia to improve its product.  If Nokia were to hire a consultant like KPMG, etc, such feedback (packaged in a thick volume) would cost a million or two atleast :-)
    There ought to be laws out there on the use of the term 'smartphone'

  • How can I change the settings in the Health App from Imperial to metric - eg to metres and kilos ?

    How can I change the settings in the Health App from Imperial to metric - eg to metres and kilos ?

    We may have to wait for an update.  Aside from changing the country, I'm not sucre this can be done.  There is no Health App in the System preferences and no  way to modify from within the app.  Weird.
    If you go to Language & Region under general settings and choose any other country, you will get Metric.  I have the opposite problem.  I live in a Metric country and want my health app to be in lbs and inches which is what I am used to.

  • Health app, is it possible to display weight and distance in imperial rather than metric ?

    health app, is it possible to display weight and distance in imperial rather than metric ?

    Hao,
    first of all, you are using a chart which has three options for updates if the chart is "full":
    Strip chart (default)
    Scope chart
    Sweep chart
    These are called "update mode". Test the modes yourself.
    Also you have to know that you will not likely have an integer number of periods of your signal in the display of the chart. Therefore, a continuous signal will "move" the graph from update to update.
    You can implement some algorithm to discard data to maintain a static "trigger" level for display, but as stated, it will leave gaps in the signal. These gaps are not a concern unless you use the displayed signal for analysis (e.g. FFT).
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • How to Perform Imperial to Metric Conversions in Mapping

    Hi All,
    I have the conversions in mapping from  Imperial to Metric Conversions.( Ex: kg's to LB's and ect...)
    Do i need to follow any standard conversion table or can i perform simply in mapping with calculations
    How do i proceed for this, could you please suggest me in this
    Regards
    Vamsi

    >>Do i need to follow any standard conversion table or can i perform simply in mapping with calculations
    I dont think there is any conversion table for this within XI.
    You can just do in mapping with calculations.
    Thanks
    Aamir

Maybe you are looking for

  • How to bind a database table to a JSF table ?

    Hi thank you for reading my post I tried to use derby with Jdev 10gR3 , but it does not works with derby when i drag and drop the table into a jsf page it shows a error message : Entity creation failed for following database object no primary key att

  • Really bothering but easy question to answer!!!!!

    haha for me, i set a screen lock combination on my Ipod and thought it would be fun to make my brother guess the combo. How was i to know that it would freeze after multiple wrong guesses! i left it for quiet awhile thinking it would unfreeze but it

  • After iTunes 11 update my iPhone is not recognized, tried everything

    Hi, I've decided to update my iTunes to version 11, 2 days ago and since then my iPhone is not visible in iTunes but is visible under "my computer". I've folowed every single step twice from this help guide: http://support.apple.com/kb/ts1538 and not

  • Problem with installation of open-vm-tools

    Hi there! I'm trying get open-vm-tools work under Arch Linux, but still no luck. The installation of package went just fine, but can't for instance: - Resize my virtual machine window. - Copy and paste between the host and the vm. - Performance is st

  • NetProtect Plus, McAfee Security Scan Plus & Rappo...

    Hi - we have a random variation in the speed at which IE and Firefox run. IE is also very slow to start up on our MSN homepage. Could it be that the anti-virus software we have installed is clashing? BT NetProtect Plus version 10.5.240 McAfee Securit