Control numerico meter(silv​er)

saludos al foro...
es posible que a un control numerico meter (silver) pueda configurarlo para que pueda visualizar una escala de 0 a 100 pero que controle en una escala de 0 a 250.
es decir quiero que el usuario solo visualice 0-100 pero que realmente controle una escala de 0-250.
Adjuntos:
control.jpg ‏11 KB

Hola, lo que tu quieres hacer,
la manera más facil es multiplicar por 2.5,
no es casi nada de codigo lo que tienes que agregar, solamente
una multiplicación. Y si te refieres a hacer esto cambiando la configuracion
de tu control, creo que no se puede, y si se pudiera, no te lo recomiendo,
porque hará tu codigo menos entendible.
Saludos

Similar Messages

  • Cursor en un control numerico

    hola, como estan, tengo un problema y espero que ustedes puedan ayudarme, veran yo quiero poder incrementar decrementar un control numerico con un par de botones (arriba y abajo) y con otro par de comand buttons seleccionar hacia donde se mueve el cursor (derecha o izquierda) el problema es que yo quiero visualizar el numero sobre el cual este el cursor, mi idea es que el digito  empiece a parapadear (blinking) algo asi como el agilent function generator que trae el multisim...
    el problema es que el blinking funciona para todo el control numerico y yo quiero que solo parapadee el digito sobre el cual este el cursor para asi poder incrementarlo o decrementarlo con los controles respectivos..

    Translation 
    I
    have a problem and hope you can help me, I want to increase veran
    decrement numeric control with a pair of buttons (up and down) and
    another pair of comand buttons to select where you move the cursor
    (right or
    left) the problem is that I want to see the number on which this mouse,
    my idea is that the start digit blinks (blinking) something like the
    Agilent function generator that brings multisim ...
    the
    problem is that everything works for the blinking numeric control and I
    want parapadee only the digit on which the cursor so you can increase
    or decrease with respective controls ..
    You can post in the spanish board for better response

  • Silver numeric controls

    Hi,
    I noticed a small bug while converting some front panels to silver style in LV 2014.
    If you replace a numeric control of another style, which has display increment/decrement buttons turned off, with a silver numeric control then the silver control appears with the buttons missing but the thicker boarder where they would be in place. If you cycle the increment/decrement buttons on then off the thick boarder vanishes
    e.g replace this modern control (with buttons turned off)

    I thought I had but lets try again
    Replace this modern control with buttons off
    With a silver control to get
    Cycle buttons on then off to get

  • Controlling meta data returned by an MDX query

    Hello,
    I'm retrieving results from Analysis Services then processing them further in SQL via OpenQuery. So I have a query of the form "select * from OpenQuery(LinkedServer, '<mdx>')
    The query works fine, but because I have a dimension hierarchy with a seven levels on rows, the result set contains seven columns which I don't need, one column for each level in the hierarchy.
    I can ignore them using the syntax "WITH CTE ([1],[2]...) as (<query>) ...", so this doesn't interfere with functionality.
    However, I'm wondering if there is some syntax in MDX which will prevent those columns from being returned at all. I'm guessing that regardless of whether they are selected in SQL, that data still has to be processed. The performance impact of this isn't
    noticeable on any single query, but it seems like for many queries with many rows it would add up. Is it possible to control the meta data that an MDX result set contains?
    Thank you!

    Hi vercinegetorix,
    When we run MDX query by using OPENQUERY having hierarchy, we will get extra columns describing the values of each hierarchy level in different columns. This behavior is by design and we can't change that.
    In addition, we may concern the attribute unique name a little long. The easiest way to remove them is to use an alias. For detail information, please refer to the article below:
    MDX + T-SQL: Combining relational and multi-dimensional data into one query result set:
    http://sqlblogcasts.com/blogs/drjohn/archive/2008/09/27/mdx-and-sql-combining-relational-and-multi-dimensional-data-into-one-query-result-set.aspx
    If you have any feedback on our support, please click
    here.
    Elvis Long
    TechNet Community Support

  • Basic voltage measurement, with Meter, Relay, and Load. How do I make it work?

    Hello,
    I have LV2010, and I am controlling a Meter, Relay, and Load.
    Here is what I need.  Please give me any crazy idea that you can think of to explain why this will work all day and then after shift change it hangs, and locks repeatedly.
    I have looked at our LAN, and Server usage.  The second shift operator likes to wear nitrile gloves so we asked that he take them off and that seamed to help but didn't solve it.  I have stood and watched both operators and their methods seam to be the same.  I can operate the test for a dozen cycles and it is perfect, then he takes over and it locks on the second cycle.
    The program is very simple with a loop that calls the subvi for the equipment and then records the data for a service to push to the server.
    So after you laugh at what a poor post this is, please give me any off the wall idea you have because it isn't making any sense to me.
    Thanks,
    Ben P.

    tbob wrote:
    But I would like to throw out one suggestion.  You have a lot of blank space in your block diagram.  You have to scroll across the screen a whole lot.  This makes it hard to look at the code and to understand what it does.  Make it easier for others to read by eliminating the blank space and moving objects closer together.  I have two monitors side by side and I still can't see all the code without scrolling.
    Something is wrong with that block diagram (looking at OCV-CCV.vi).  I ran the block diagram cleanup on it, and it stretches out a lot of structures very wide even when they hardly have any code in them.
    It would be good if someone from NI can look at that VI and see if they get the same results and figure out why the cleanup tool is failing on this one.
    Ben P, you are missing alot of subVI's and typedefs.  You may want to create a source distribution and upload a zip file of that so we can see all the files.
    Look at the event structure in your Wait Case.  You have a Run:Value change event and Change Info:Value change event.  Both of those have their event properties set to lock front panel until event completes, but yet the event may not complete right away since the event structure is inside your state machine in a case that may not be up for execution right away.

  • Labview Numeric control integration with C++

    Hello all,
    I am trying to use a Numeric control called "Meter" from labview in my
    C++ application. I am able to load the Numeric Control called "Knob"
    from the insert actvieX control option in VC++ but i am not able load
    Numeric control called "Meter" which looks like a car speed meter. Can
    any help!!
    Thanks
    Ritu

    > I am trying to use a Numeric control called "Meter" from labview in my
    > C++ application. I am able to load the Numeric Control called "Knob"
    > from the insert actvieX control option in VC++ but i am not able load
    > Numeric control called "Meter" which looks like a car speed meter. Can
    > any help!!
    >
    If you are inserting these as ActiveX objects, these aren't the LV
    controls, but those of another NI product, Measurement Studio. I
    believe that you can go to the properties of the knob and change its
    display style to look like the meter.
    If this doesn't work, you might want to post to the other mailing list
    specific to MS.
    Greg McKaskle

  • Como controlar los NUMERIC CONTROL con las teclas del computador

    Hola A todos:
    Spoiler (Highlight to read)
    Estoy aprendiendo a crear interfaces graficas de usuario de control en Lab VIEW 2009 ,  cuando uno hace clic derecho en un bloque de Numeric Control (Dial, Slide o Knob) y va ajustar las propiedades de key navigation en  "increment", "decrement" y "focus"  para asignar mandos del teclado del computador para controlar los valores y .existen unas teclas  y conbinaciones preestablecidas para dicha funcion,  Mi pregunta es la siguiente:
    Cómo se pueden asignar teclas de mando los controles numericos diferentes a las preestablecidas.?
    Gracias..

    ¡Hola!
    Puede seleccionar las teclas para cambiar los valores de control.
    Haga clic derecho sobre el control, seleccione Properties -> Key Navigation
    Se puede elegir teclas para controlar el incremento o decremento de la perilla por ejemplo.
    Por favor ver las fotos adjunta!
    Si usted tiene alguna duda, ¡háznoslo saber!
    Un cordial saludo,
    Barbara Pracek
    Engenharia de Aplicações
    National Instruments Brasil
    Attachments:
    1.png ‏44 KB
    2.png ‏33 KB

  • Silver style other style subVI

    When I create a control for a subVI it will always use the style used in the subVI. I want to create all my controls in Silver style, but now I am stuck between part silver style and part modern style. Is there a way to bypass the style of the subVI? If not, is there a way to create literally any control without using right-click create control on the subVI? 
    PS. the last question is my problem mainly with DAQmx VI's. I don't know how to make a physical channel of the exact right type, for instance one that only recognises counters. If I create a physical channel in Silver style in the front panel, I will only be able to select analog inputs, regardless of whether I am connecting to a counter physical channel, analog output or analog input.
    I am using Labview 14.01 (64-bit)
    Solved!
    Go to Solution.

    Hi Bob,
    Thanks very much for your answers. We're not really on the same page yet, I hope my answers to your answers will clarify this. Hope you find the time to reply again.
    Bob_Schor wrote:
    I'm not sure I understand your question.  If you are creating a control on the Front Panel, and your default Palette is the Silver Controls, then any Control/Indicator you place down should be Silver.  If you want to convert a Front Panel Control to its Silver counterpart, and Silver is the default palette, you can use Quick Drop.  Left-click the Control/Indicator, type Ctrl-Space to bring up Quick Drop, type the name of the Control (e.g. Error In), then type Ctrl-R (Replace).  Voilà.
    Thanks for the reply. altenbach underston the first question. The subVI's style determines the style of the control you make, the built in functions of LabView do follow what you're stating. Indeed, replacing is an option which I don't mind too much, but I want people who use and adapt the code after me to not have to go through such a tedious and indirect process. I would like to find a way to bypass this feature where controls are automatically in the subVI's style.
     An I/O Channel is the same, regardless of the Style of the Control.  The value will differ depending on whether the device is Analog or Digital, Input or Output, but you should be able to put a Silver Physical Channel Control on your Front Panel and wire it to any DAQmx function (in the upper left corner, of course).  Just "adjust" the content of the Control as appropriate.
    I'm afraid you misunderstood my question. I am unable too choose anything else but analog inputs when I connect the physical I/O channel to any "Create Virtual Channel", whether it's a counter, analog output or analog input. The options I can select are limited only to the inputs that actually fit the channel (if I use modern controls), and in the Silver case where I make a physical channel on the front panel I am limited only to the analog output. Indeed, I can make modern controls, select the input I want, convert them to Silver controls and it works. However, I am then unable to change the physical channel without first changing back to modern and selecting the channel I want (for instance I cannot change my counter from Dev1/ctr1 to Dev1/ctr0 without doing this).
    I am using Labview 14.01 (64-bit) Why?  Do you really need the Address Space, and are you willing to give up the relative lack of 64-bit LabVIEW drivers and other support?  Most of us run LabVIEW 32-bit on Windows 64-bit
    I have no real reason to run the 64-bit version of LabView. The computer I am using now is not a research computer (just my office computer with an old DAQ board), I'll be sure to think about this regarding the choice of LabView version on the lab computer. Judging from the national instruments link I found it's probably better if I keep to the 32-bit version in the end.

  • Rating issue with explorer only

    Hi,
    We're having issue with IE 8-10 and "Ratings" on every page that hold them.
    Problem description:
    1. Open some page containing Ratings (EnterpriseWiki layout if you may)
    2. Ratings at the right side won't show pics (small stars)
    3. After refreshing the page they are shown (which is great)
    4. But, after going to the same page again, they're not shown.
    The issue repeats itself almost in every farm (8 at least) and it doesn't matter if site customized, upgrade from 2010 or installed OOTB.
    It's important to note that this issue happens ONLY in IE versions, while FFX and Chrome rendering Ratings without any problem.
    Also, it is not a Distributed Cache issue (check with microsoft support already).

    Hi ,
    Did it work well when you used IE 8 document mode?
    If yes, you can force to use IE 8 mode on SharePoint 2013 installation by adding X_UA-Compatible tag to master page. You need to add the
    control as :
    <meta http-equiv="X-UA-Compatible" content="IE=8"/>
    Here is a similar post for you to take a look at:
    http://www.sharepoint2013.me/Blog/Post/136/SharePoint-2013-wiki-site-Page-Rating-issue-in-IE-10
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Custom fields in webdynpro SRM 7.0 while upgrade from SRM 5.0

    Hi Experts,
    We are upgrading from SRM 5.0 to 7.0. We created 2 custom fields using configure field control in Meta data handling (SPRO) and enabled them for visibility. When we tried to see these two custom fields, they didnt appear in the web dynpro component.
    Web dynpro details are below.
    Webdynpro: /SAPSRM/WDC_UI_DO_ACC
    Window : IV_L_FPC_CA_DETAILS
    view : V_DO_ACCOUNT_DETAIL
    Field : zzXXXX
    We have to manipulate the data of those fields.
    Since we couldn't see those fields, unable access the data. Could you pls suggest what was the solution you found for your issue.
    Thanks
    Dhivya

    Hi,
    Please check the Meta configuration on which set key you configured.
    you have to configure the fields as show in the below link for accounting.You have to use set key as 31 for accounting.
    http://wiki.sdn.sap.com/wiki/display/SRM/CustomerAccountFieldsatDefaultsettingsonShoppingCart
    Regards
    Devi prasad

  • Startup asking for password never asked before

    Why would my imac ask me for a password, never did before. At startup shows my pitcher  and below to login. On bottom center of window has shutdown, restart etc...the backround looks like the mission controll backround color silver or grey, I have my computer set not to ask for password.

    Open the Users & Groups pane of System Preferences and turn automatic login off and back on. Also ensure it's not disabled in the Security pane and that FileVault isn't enabled for your account.
    (61499)

  • Displaying metadata on Mobile Me Web Galleries

    Is there way to control what meta data is shown in Mobile ME Galleries. For example I would like to have captions shown in the galleries, but currently only shows master file name.

    Haundd
    After logging into your Mobile Me Gallery, underneath each picture there is a file name, if you double click the file name, you can type in whatever caption you choose....... clicking away from the picture then saves it. But the length of the caption is limited.
    You could also try Batch Changing Metadata....
    1. In Aperture, select the project, from the project list (or one already listed in your Mobile Me Gallery) in which you would like to edit the Metadata (caption) for your picture's, in your Mobile Me Gallery.
    2. Then go to Metadata,(between "stacks & Window"... not in the project panel ) from the list choose > batch change.
    3. From the batch change list, where it says "Version Name Format" by default it says "Current Version Name" Click the small down arrow and select "Custom Name With index"
    4. Type in your caption where it says "Custom Name"
    5. Click ok and that will batch change all the captions in your project. Re Sync with your MM Gallery to update.
    When you enter a title in "Caption" in the IPTC capture field, this doesn't change the "Version Name"
    The Version name ie: 802K2102 is the file name that is allotted to your picture upon import.
    You could, upon initial import, type, for example "Africa".... in the version name field, and all the pictures would have "Africa" instead of 802K2102.
    These are work around's.... but if you wanted to have each individual photo, in a project, with a different caption across hundred's of photo's....... Not too sure how you would achieve that, or even if it's possible... I would like to know if it is.... :o)
    Hope this is helpful..
    Regards.... W....

  • EOS 5D mark 3 exposure metering problem

    Today, I got a problem with my 5D mark 3. I was using my 5D mark 3 and speedlite on Camera. After finished shooting, I took off the flash from the camera and shot it in Program mode (P) without flash, and auto ISO setting. I found out that my camera's exposure meter is getting wrong. The result image is too much underexposed even the metre show the exposure value 0. I changed the setting to Aperture Priority mode (Av), I still have the same problem. Then I tried the Shutter Priority mode (Tv), I still have the same problem, so I tried to shoot with Manual mode and I found out that I need to shot in five stop over to see the image. In other settings, Shutter speed is getting to high (or) the aperture is too narrow for the low light condition even when the ISO is 100.
    Then I tried to shoot it while LCD is on. The exposure meter reading is correct and get the right exposure. No problem at all. But when I shoot while LCD is off, I got the problem again. Too much under exposed. I tried to shoot with flash. The result is OK. 
    I think my camera is still thinking that it's attached with the flash, but I don't know how to solve the problem. I tried to reset all the setting but I still got the problem. I couldn't find any post for that problem on internet (may be I don't know how to find). 
    Can anyone help me how to solve that problem ? 
    Thanks & Regards
    Zeal

    Thanks for posting those images with EXIF data intact.
    I recommend you contact Canon service to arrange for repair.  Your "meter" believes you are receiving an extreme or possibly infinite amount of light and isn't just metering high (and underexposing by a stop or two.)
    Here's why:
    Your first shot is a "manual" exposure.  
    You used:
    Manual
    1/12 sec
    f/4
    ISO 10000
    You would have to pick all of these settings.
    Your second shot used Aperture priority.  This means you get to pick the aperture, the camera will pick the shutter speed.
    Aperture priority
    1/8192 sec <- camera picked this value
    f/4 <- you picked this value.
    ISO 10000
    As you can see, the camera pixed the fastest shutter speed possible.  I suspect it would have chosen an even faster speed if only it were possible.... but 1/8192 is the limit for that camera.
    Your third shot used shutter priority.
    Shutter priority
    1/21 sec <- you picked (you probably picked 1/20th but it got rounded by the EXIF data)
    f/22 <- camera picked this... but note the high f-stop value.    That's the smallest available aperture on the lens.
    ISO 10000
    As you can see here, the camera tried to constrain the light as much as possible by setting the smallest aperture opening (highest f-stop value) the lens can provide.
    And that brings us to your final example... Program AE
    Program
    1/8192 sec <- camera picked this value
    f/22 <- camera picked this value too
    ISO 10000
    As you can see... everytime you give the camera control over the setting... it does everything it can do to cut the light.  
    This is not merely an example of exposure compensation being a stop or two below standard... your camera thinks it needs to do everything it can to reduce the light.  It's as though the meter believes it is getting an infinite amount of light.
    This is not a camera setting we can "adjust" (we can control the meter within a few stops).  This is an issue which would need professional repair.
    Tim Campbell
    5D II, 5D III, 60Da

  • How to make F7,F8,F10 disabled for security?

    Hi alll,
    Pls can any boady tell me ; how to make F7,F8,F10 disabled for security purposes?
    Abdetu.

    Hello Gerd
    Thanks for reply,
    i made a search for the file u mentioned
    FMRWEB; i found it on path C:\orant\FORMS60
    having the following :
    # FMRWEB.RES is the key definition file for webforms. The syntax is:
    # JFN : JMN : URKS : FFN : URFD (whitespace ignored)
    # JFN = Java function number
    # JMN = Java modifiers number
    # URKS = User-readable key sequence (double-quoted)
    # FFN = Forms function number
    # URFD = User-readable function description (double-quoted)
    # JAVA FUNCTION NUMBER
    # 33 = PageUp
    # 34 = PageDown
    # 35 = End
    # 36 = Home
    # 37 = LeftArrow
    # 38 = UpArrow
    # 39 = RightArrow
    # 40 = DownArrow
    # 65 - 90 = Ctrl+A thru Ctrl+Z (These will always have the control
    # modifier explicitly included, as well as any other
    # modifiers that might be used.)
    # 112 - 123 = F1 thru F12
    # 9 = Tab (Ctrl+I, without the control modifier)
    # 10 = Return (Ctrl+J, without the control modifier)
    # JAVA MODIFIERS NUMBER
    # Equal to the sum of the values for the modifier keys:
    # 0 = None
    # 1 = Shift
    # 2 = Control
    # 4 = Meta
    # 8 = Alt
    # FORMS FUNCTION NUMBER
    # The Forms function numbers match the function numbers found in a
    # typical Forms key binding file.
    # USER-READABLE STRINGS
    # The double-quoted strings appear when users click [Show Keys], and
    # are used for this purpose only. These strings can be translated as
    # needed. Note that the strings do not affect what actually happens
    # when end users press a particular key sequence.
    9 : 0 : "Tab" : 1 : "Next Field"
    9 : 1 : "Shift+Tab" : 2 : "Previous Field"
    116 : 0 : "F5" : 3 : "Clear Field"
    38 : 0 : "Up" : 6 : "Up"
    40 : 0 : "Down" : 7 : "Down"
    33 : 0 : "PageUp" : 12 : "Scroll Up"
    34 : 0 : "PageDown" : 13 : "Scroll Down"
    69 : 2 : "Ctrl+E" : 22 : "Edit"
    10 : 0 : "Return" : 27 : "Return"
    76 : 2 : "Ctrl+L" : 29 : "List of Values"
    115 : 0 : "F4" : 32 : "Exit"
    75 : 2 : "Ctrl+K" : 35 : "Show Keys"
    83 : 2 : "Ctrl+S" : 36 : "Commit"
    118 : 1 : "Shift+F7" : 61 : "Next Primary Key"
    117 : 0 : "F6" : 62 : "Clear Record"
    38 : 2 : "Ctrl+Up" : 63 : "Delete Record"
    117 : 1 : "Shift+F6" : 64 : "Duplicate Record"
    40 : 2 : "Ctrl+Down" : 65 : "Insert Record"
    119 : 1 : "Shift+F8" : 66 : "Next Set of Records"
    1005 : 0 : "Down" : 67 : "Next Record"
    1004 : 0 : "Up" : 68 : "Previous Record"
    118 : 0 : "F7" : 69 : "Clear Block"
    66 : 2 : "Ctrl+B" : 70 : "Block Menu"
    34 : 1 : "Shift+PageDown" : 71 : "Next Block"
    33 : 1 : "Shift+PageUp" : 72 : "Previous Block"
    116 : 1 : "Shift+F5" : 73 : "Duplicate Field"
    119 : 0 : "F8" : 74 : "Clear Form"
    122 : 0 : "F11" : 76 : "Enter Query"
    122 : 2 : "Ctrl+F11" : 77 : "Execute Query"
    69 : 3 : "Shift+Ctrl+E" : 78 : "Display Error"
    80 : 2 : "Ctrl+P" : 79 : "Print"
    123 : 0 : "F12" : 80 : "Count Query"
    85 : 2 : "Ctrl+U" : 81 : "Update Record"
    121 : 3 : "Shift+Ctrl+F10" : 82 : "Function 0"
    112 : 3 : "Shift+Ctrl+F1" : 83 : "Function 1"
    113 : 3 : "Shift+Ctrl+F2" : 84 : "Function 2"
    114 : 3 : "Shift+Ctrl+F3" : 85 : "Function 3"
    115 : 3 : "Shift+Ctrl+F4" : 86 : "Function 4"
    116 : 3 : "Shift+Ctrl+F5" : 87 : "Function 5"
    117 : 3 : "Shift+Ctrl+F6" : 88 : "Function 6"
    118 : 3 : "Shift+Ctrl+F7" : 89 : "Function 7"
    119 : 3 : "Shift+Ctrl+F8" : 90 : "Function 8"
    120 : 3 : "Shift+Ctrl+F9" : 91 : "Function 9"
    113 : 0 : "F2" : 95 : "List Tab Pages"
    72 : 2 : "Ctrl+H" : 30 : "Help"
    ------------------------------------end of file-----------------------------------------
    Now if this is the file i have How can i make F7,F8,F10 disabled for security?
    can u clarify to me how can handle this,i am afraid i may do something wrong..!!!
    But how do you want to commit without the shortcut?? What do u mean by a shortcut..?
    Thanks in advance..
    Regards,
    Abdetu.

  • Key board Accelerator

    Hi,
    I wish to setup a keyboard accelerator on the menu, so that when i press "Ctrl + F8" some PL/SQL Code gets fired or maybe a form is launched.
    In my menu I have an Item and have assigned "ACCELERATOR3" in the property Keyboard Accelerator, but I dont know how to configure "Ctrl + F8" for acclerator 3. The Help just says
    "The mappings of logical accelerator keys to physical device keys is defined in the runtime resource file. "
    Where is the runtime resource file. Is it the fmrweb.res file? If yes then what is the Java Function Number, Modifiers Number and Forms Function number for "Ctrl + F8".
    Thanks,
    Sudhamshu

    this is the 10g example of a res-file:
    In the first lines is the definition of the complete syntax. Did you have questions about that ?
    # FMRWEB.RES is the key definition file for webforms. The syntax is:
    # JFN : JMN : URKS : FFN : URFD (whitespace ignored)
    # JFN = Java function number
    # JMN = Java modifiers number
    # URKS = User-readable key sequence (double-quoted)
    # FFN = Forms function number
    # URFD = User-readable function description (double-quoted)
    # JAVA FUNCTION NUMBER
    # 33 = PageUp
    # 34 = PageDown
    # 35 = End
    # 36 = Home
    # 37 = LeftArrow
    # 38 = UpArrow
    # 39 = RightArrow
    # 40 = DownArrow
    # 65 - 90 = Ctrl+A thru Ctrl+Z (These will always have the control
    # modifier explicitly included, as well as any other
    # modifiers that might be used.)
    # 112 - 123 = F1 thru F12
    # 9 = Tab (Ctrl+I, without the control modifier)
    # 10 = Return (Ctrl+J, without the control modifier)
    # JAVA MODIFIERS NUMBER
    # Equal to the sum of the values for the modifier keys:
    # 0 = None
    # 1 = Shift
    # 2 = Control
    # 4 = Meta
    # 8 = Alt
    # FORMS FUNCTION NUMBER
    # The Forms function numbers match the function numbers found in a
    # typical Forms key binding file.
    # USER-READABLE STRINGS
    # The double-quoted strings appear when users click [Show Keys], and
    # are used for this purpose only. These strings can be translated as
    # needed. Note that the strings do not affect what actually happens
    # when end users press a particular key sequence.
    9 : 0 : "Tab" : 1 : "Next Field"
    9 : 1 : "Shift+Tab" : 2 : "Previous Field"
    85 : 2 : "Ctrl+U" : 3 : "Clear Field"
    38 : 0 : "Up" : 6 : "Up"
    80 : 2 : "Ctrl+P" : 6 : "Up"
    40 : 0 : "Down" : 7 : "Down"
    76 : 2 : "Ctrl+L" : 7 : "Down"
    33 : 0 : "PageUp" : 12 : "Scroll Up"
    34 : 0 : "PageDown" : 13 : "Scroll Down"
    69 : 2 : "Ctrl+E" : 22 : "Edit"
    10 : 0 : "Return" : 27 : "Return"
    120 : 0 : "F9" : 29 : "List of Values"
    81 : 2 : "Ctrl+Q" : 32 : "Exit"
    112 : 2 : "Ctrl+F1" : 35 : "Show Keys"
    121 : 0 : "F10" : 36 : "Commit"
    114 : 1 : "Shift+F3" : 61 : "Next Primary Key"
    115 : 1 : "Shift+F4" : 62 : "Clear Record"
    117 : 1 : "Shift+F6" : 63 : "Delete Record"
    115 : 0 : "F4" : 64 : "Duplicate Record"
    117 : 0 : "F6" : 65 : "Insert Record"
    34 : 3 : "Shift+Ctrl+PageDown" : 66 : "Next Set of Records"
    40 : 1 : "Shift+Down" : 67 : "Next Record"
    38 : 1 : "Shift+Up" : 68 : "Previous Record"
    116 : 1 : "Shift+F5" : 69 : "Clear Block"
    116 : 0 : "F5" : 70 : "Block Menu"
    34 : 2 : "Ctrl+PageDown" : 71 : "Next Block"
    33 : 2 : "Ctrl+PageUp" : 72 : "Previous Block"
    114 : 0 : "F3" : 73 : "Duplicate Item"
    118 : 1 : "Shift+F7" : 74 : "Clear Form"
    118 : 0 : "F7" : 76 : "Enter Query"
    119 : 0 : "F8" : 77 : "Execute Query"
    112 : 1 : "Shift+F1" : 78 : "Display Error"
    119 : 1 : "Shift+F8" : 79 : "Print"
    113 : 1 : "Shift+F2" : 80 : "Count Query"
    85 : 2 : "Ctrl+U" : 81 : "Update Record"
    121 : 3 : "Shift+Ctrl+F10" : 82 : "Function 0"
    112 : 3 : "Shift+Ctrl+F1" : 83 : "Function 1"
    113 : 3 : "Shift+Ctrl+F2" : 84 : "Function 2"
    114 : 3 : "Shift+Ctrl+F3" : 85 : "Function 3"
    115 : 3 : "Shift+Ctrl+F4" : 86 : "Function 4"
    116 : 3 : "Shift+Ctrl+F5" : 87 : "Function 5"
    117 : 3 : "Shift+Ctrl+F6" : 88 : "Function 6"
    118 : 3 : "Shift+Ctrl+F7" : 89 : "Function 7"
    119 : 3 : "Shift+Ctrl+F8" : 90 : "Function 8"
    120 : 3 : "Shift+Ctrl+F9" : 91 : "Function 9"
    113 : 0 : "F2" : 95 : "List Tab Pages"
    72 : 2 : "Ctrl+H" : 30 : "Help"

Maybe you are looking for