How to build a simple calculator?

I would build a calculator with the slide to control the operation (+ -* /).

Maybe someone can help me?

Thank you very much.

I did also. If I'm not mistaken it is an activity from exercise of the book "LabVIEW for everyone..." ». I also did as mentioned for the slider part Altenbach. Fix is the vi. Try to make an assignment and activities by yourself it will help you a lot. Do not hesitate to ask, but I think that, first of all, you have to try something. That's what I've learned here in the forum of these people very very interesting, useful, and experts.

Tags: NI Software

Similar Questions

  • How to create a simple calculated measure?

    Hello

    I'm having problems creating a very simple calculated measure within the OBIEE administrator. Let's say I have a dimension 'product' with the 'product price' attribute and a measure "number of sales. I'm trying to define in the layer of "Business Model" of the measure calculated 'total sales. To do this I have defined as as a logical column with the phrase 'product price' * 'number of sales.

    But OBIEE isn't calculating what I expect, this makes a Cartesian product of the products and the grand total of the sales, which makes no sense. To relieve that I tried to define the measure as partners at the product level, then I correct the calculations but sales per product are not added together in a total.

    In any case it seems to be a very simple thing to do, but I was not able to find any documentation about it; 'Help' internal documentation is extremely limited. Is there another source of documentation that I don't know?

    Thanks for your help,
    Chris

    Calculate the physical level itself at the logical level

    I would be more careful with possible calculations on the physical columns since the results are different
    But in this case, it seems a good approach,

    -> chris3110.

    If you want to try with physical columns, you can find detailed instructions in the tutorial (http://download.oracle.com/docs/cd/E10352_01/doc/bi.1013/e10312/repository.htm), Section 4.6.3 OBI 'Create a calculation measure using physical columns'

    It will be useful,

  • How to build the current controlled current source

    I want to check my solution using multisim, however, I don't know how to build a circuit containing the current controlled current source. Hope someone can help me. Thanks in advance

    .

    The current direction must be placed between the the + 12V and 24 ohms resistance.

    I just made the circuit and if you make the change, you will see that you are right in your calculation.

  • How to make a simple video with my computer ' s web cam?

    I recently (10 minutes ago) asked a simple question on how to make a video.  For five of the most wonderful years of my life, I have designed critical systems of path for launch Pads 39A & B, the vehicle Assembly building and the robot that went out the candle to the pad.  On paper, a critical path system explained how the engineer, design and build a structure.  In this case, it was activities separate from about 3400 and when, how and how long these activities were to each other.  At the time where the Commander.  I worked and which had been granted to these contracts, had developed the method of the path critical following the guidance system of the Polaris Missile, which was incredibly hard to get a handle.  At the time where manned Apollo lunar Mission has been in place, I was one of only ten people in the world, who knew the process.  We needed honest, some answers to our questions or it would take years to accomplish what Stephen Hawking characterized as "the unique accomplishment largest in human history" you gave me answers to my questions by these 'engineers' for Microsoft on the use of a webcam and had implemented them, would not be there was a second launch of Apollo because the first three astronauts would be dead.  How to make a simple video with my computer ' s web cam?     Al wood

    http://www.WikiHow.com/use-webcam-on-Windows-Movie-Maker

    Movie Maker: http://windows.microsoft.com/en-us/windows-live/movie-maker

    Not tested.  Instructions could be for the old version of Movie Maker, but they probably give you the basics.

    (It's a way of many - that the answer does not depend on your OS, but on the software you use to interface with your webcam.  Camtasia?  Skype?  etc and so on...)

    In addition, to find this information is quite simple.  Once I decided on what software to go with in my response to you (I chose Windows Movie Maker 12 because it's easy to get, free, Microsoft, similar to products that were previously found with Windows) I did a simple search on Google:

    use Windows Movie Maker 12 with webcam

    https://www.Google.com/#q=Use+Windows+Movie+Maker+12+with+webcam

    or more demonstratively:

    http://lmgtfy.com/?q=Use+Windows+Movie+Maker+12+with+webcam

    The first hit seems to be a video market even helps you to download and install the Windows Movie Maker 12 application...

  • How to create a simple so that the else statement

    I tried for hours to find out how a simple calculation to display text in a field that is based on what is selected in another drop-down list.  My first time doing so, I'm not sure what I'm doing wrong.  Here's what I have so far:

    get the value of the field doctor

    var doctor = this.getField("Physician").value;

    Display according to chosen doctor number

    if(Physician=1) event.value = 100;

    ElseIf (physician = "2") event.value = 200;

    ElseIf (physician = '3') event.value = 300;

    else event.value = 0;

    You have made the classic mistake of using the wrong operator in if statements. The operator if in JS is 'is' (or ' = '). '=' is the assignment operator.

    In addition, in the first statement, you compare the values of a number and later on a string. You must be more coherent.

    Then use this code:

    // get the value of the Physician field
    var Physician = this.getField("Physician").valueAsString;
    
    // Display Number depending on Physician selected
    if (Physician=="1") event.value = 100;
    else if (Physician == "2") event.value = 200;
    else if (Physician == "3") event.value = 300;
    else event.value = 0;
    

    See your code, however, I don't think that you need an if at all... This code should do the same thing:

    event.value = Number(this.getField("Physician").valueAsString) * 100;
    
  • How to build the Applet Toolbox

    Dear friends

    For now, I'm starting with the applet from the Toolbox. In fact, I don't know how to build them, or run them as a demo even if I had a lot of examples on the internet.

    I know that there is an IDE called Developer Suite, which is developed by Gemalto, providing the necessary facilities to write applets toolkit to build and execution. However, this tool is loaded and not free as long as Netbeans or Eclipse.

    My question is: How can I build and run a toolkit applet without buy Developer Suite?

    P/S: from the internet, I now sim.toolkit. * and sim.access. * two packages. Can I write a box applet tools on Notepad and use the ANT TASK packages (I know ANT is very useful) to build the toolkit to the CAP file applet? If so, how? : D

    Hello

    You should be able to process packets of the Toolbox like any other Java Card library. As long as you have the class files for compiling against and EXP to convert you files can use ANT or even the simple command line tools. Treat these libraries exactly as you would for the JC API and you should be fine.

    See you soon,.
    Shane

  • How to create a simple link in a region?

    How can I create a simple link in a region?

    Thank you
    j

    John,

    Buttons may be a little easier if you do not know how to build a URL of Apex, but it's not really hard...

    Try something like this:

    <a href="f?p=&APP_ID.:2:&APP_SESSION.">Take me to page 2</a>
    

    The only thing you change is the reference to page 2.

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen
    http://sourceforge.NET/projects/plrecur

    You can reward this answer by marking as being useful or correct ;-)

    Published by: Dan McGhan on June 18, 2009 10:06

  • How to make a simple slideshow DVD of a group of .jpg images?  No music, no fancy transition. iDVD &gt; magic DVD comes close, but the quality is poor and I want the images in a specific order.  I also have iLIFE ' 09, which includes iPHOTO

    How to make a simple slideshow DVD of a group of .jpg images?  No music, no fancy transition. iDVD > magic DVD comes close, but the quality is poor and I want the images in a specific order.  I also have iLIFE ' 09, which includes iPHOTO

    1. put the image files you want in the slide show in an album and genre as you want. Follow the Apple document to prepare images for iDVD: iDVD ' 09 (7.x): preparing images for iDVD slideshows

    2 - Launch iDVD and select an older theme, not animated.  You can change the background of the theme by dragging the image file of your choice, black or other, in the display pane for the menu.

    3 - Click on the button '+' and add a slideshow from the menu.

    4. double click on the sideshow button to enter the mode of construction of the slide show.

    5. in the media pane click the Photos button.

    6 - click on iPhoto and find the album you created with selected images.

    7. Select all images in the album and drag to the left in the slide show window.

    8 - Select the transition for the slideshow and the time for each slide on screen

    9 - follow this workflow to help ensure the best DVD video qualty:

    Once the project you want it save it as an image disk via the menu file → save as Disk Image . It will separate from the process of encoding of the burning process.

    To check coding mount the disk image, launch a DVD player and read it.  If it plays OK with DVD, encoding is good.

    Burn burn to disc with utility disk or toasts to the slowest speed (2 x - 4 x) in order to ensure the best quality.  Always use higher quality media: Verbatim, Maxell or Taiyo Yuden DVD-R are recommended in these forums.

  • How to build a table of TDMS file open

    Hello

    Examples NI TDMS - Express write data .vi (time domain), I can build a PDM file with 2 channels (sine and square waveforms) data, which are stored as test.tdms.

    Using Express read .vi data (time domain), 2 channels of waveform data are read. How to build a table later? How to separate the 2 channels of data in the tables 1-2 and manipulate the data using table functions?

    For example,.

    I want to collect 100 from index100 between channel 0 and their average. I want to take 50 samples from the channel 50 1 index and double each element.

    Thank you for your help.

    Bing@NCL

    Hey Bing.

    You can perform operations on different channels in the 2D table using the table to index. This will allow you to choose the channel to operate on, then you can perform the operation inside a loop on each element. In the included code snippet, I used a shift register to find the total cumulative values in channel 0 and then divided by the number of samples.

    I recommend you read some tutorials LabVIEW and bases of knowledge on topics that are related to yours. These could help a lot.

    I hope that my suggestions help,

    Chris

  • How to build a table using incoming data stream?

    I'm programming in VBAI but use LV as my Interface of Inspection. The VBAI program will go into a finite loop (x 1000) and the digital indicator with dbl vaule of food in front of the LV Panel if the value double is in order.

    In LV, how to build a table (index 0-999) with this stream?


  • How to program a simple relay ON / OFF manually?

    Hi all

    Can someone tell me please how to program a simple relay ON / OFF using DAQ assistant? The user must be able to select

    which relay it wants ON / OFF...

    In fact, I want to turn on / off a MOTOR using the relay...

    I think he should be using outputs digital, but I'm sure about the hands-on...

    Can someone please suggest.


  • How to build a {+ 1, -1} by wavelets?

    I am using labview 8.6 and the statement calls for me to "convolve data with Wavelet following {+ 1, -1}.» How to build this Wavelet?

    Thanks for the help.

    -T. Vepa

    [email protected]

    Something like that

  • How to implement the automatic calculation is Visual Studio (I'm new to VS)

    IM new vb and I wondered how I would do automatic calculation in my application

    Here are my Apps UI (I wasn't expecting to get out that big)

    What I'm trying to do is

    1. number of nights * $55 = Total cost night

    2 total cost of night * 10% = load of Entreatment %

    3. total cost night + fresh entertainment % = Total Room (Night) and Ent. Fees

    4. total Room (Night) and Ent. Support + Service charge + phone = Total invoice

    All automatic

    I hope someone could please help me that would be great, if you have any questions please ask and I thank you in advance.

    Hi devils4ever30,

    I would repost among our developer audience in the Visual Studio forum:

    http://social.msdn.Microsoft.com/forums/en-us/category/VisualStudio

    Thank you!

  • How to build the table with all the combinations of a source table?

    Hello

    I have a 2D array that contains the list of the power user-defined settings. The number of PSs (table rows) is not fixed. For example - 3 PSs:

    Stage of Min Max name

    PS1 3.0 3.6 0.3

    PS2 0.9 1.2 0.1

    PS3 1.7 1.9 0.1

    I need to build, from this list, a table of all the combinations as below:

    PS1 PS2 PS3

    3.0 0.9 1.7

    3.0 0.9 1.8

    3.0 0.9 1.9

    3.0 1.0 1.7

    3.0 1.0 1.8

    3.0 1.0 1.9

    3.0 1.1 1.7

    3.0 1.1 1.8

    3.0 1.1 1.9

    3.0 1.2-1.7

    3.0 1.2-1.8

    3.0 1.2-1.9

    3.3 0.9 1.7

    3.3 0.9 1.8

    3.3 0.9 1.9

    3.3 1.0 1.7

    3.3 1.0 1.8

    3.3 1.0 1.9

    3.3 1.1 1.7

    3.3 1.1 1.8

    3.3 1.1 1.9

    3.3 1.2 1.7

    3.3 1.2 1.8

    3.3 1.2 1.9

    3.6 0.9 1.7

    3.6 0.9 1.8

    3.6 0.9 1.9

    3.6 1.0 1.7

    3.6 1.0 1.8

    3.6 1.0 1.9

    3.6 1.1 1.7

    3.6 1.8 1.1

    3.6 1.1 1.9

    3.6 1.2 1.7

    3.6 1.2 1.8

    3.6 1.2 1.9

    How to build this table programmatically?

    (Note also that the number of rows in the source table is not fixed).

    Thanks in advance!

    Hi Berezka,

    using a magic of automatic indexing:

  • Build an html5 app, I only .html, .js, images, css file folder files / files. How to build a web app/html5 app in that if I did not file config.xml?

    Build an html5 app, I only .html, .js, images, css file folder files / files. How to build a web app/html5 app in that if I did not file config.xml?

    I downloaded the game codes and try to build games using these codes, but I had only

    data folder

    image folder

    js file with .js files

    file .html

    main.js file

    In this case, how build/package web app /html5 app if no config .xml given?

    You will need create your own file config.xml. There are samples and documentation on each of the items on our microsite here:
    https://developer.BlackBerry.com/HTML5/documentation/gold/working_with_config_xml_file_1866970_11.ht...

    Note that all the elements in the samples are not necessary. For each piece, make sure that you actually need in the config.xml file. For example, most web game conversions will not need elements (using the old SDK) since they make use of BlackBerry-specific APIs.

Maybe you are looking for

  • You can install Windows on a Mac without an optical drive

    Hey, I have a Mac end 2011 a friend gave to me and he said it was broken. I realized that it was just the SATA port on the motherboard, so I pulled out the optical drive and I put an SSD in it. Now I want to install Windows but Mac says that I am not

  • I use Time Machine?

    I use a Mac mini (end of 2014), and I pretty much only contained iTunes, a few documents and Pages numbers I really protect. Most of my use of this Mac mini is surfing on the internet and the steam games. The question is do I really Time Machine, my

  • Digital synchro recording signal using PFI0/PFI1

    Hello I try to sync data between an instrument NOR cDAQ-9188XT acquisition and a 3rd party. The instrument of 3rd party kicks out a digital synchronization signal which consists of a short pulse whenever it samples followed by a series of pulses codi

  • No puedo iniciar mi cuenta is me USO y to me borro el perfil, como puedo renudarla nuevo.

    Iniciar Quiero con Wuindo antes estaba como direct.

  • other storage servers and blade

    Hope you can help me... we have an existing case with installed poweredge 610 servers and storage PS6010 m1000e blade... Now, we plan to add additional 2 servers and 1 storage, hope you can recommend the last server and blade m1000e enclosure-compati