Complete n00b

Hello

I suggested to get labview to my boss for automation I want to do in our laboratory.  I would like to write on my laptop labview program and empty the program on another computer.  I can do it with the basic version or do I have the full version?  My initial Setup will be with labview controlling valves with an Arduino and to measure voltage with a DMM Keithley.

Thank you

According to this link a single computer named user license allows you to install the software on 3 computers professional and on another computer at home for a designated user (i.e. related to you) license

Edit: fixed the license type

Tags: NI Software

Similar Questions

  • My app in the simulator of loading

    Complete n00b question - how to run my code in the Simulator?

    I use the JDE and I have the program "hello world" just one of the examples.

    I create the project and press F5. The Simulator starts and loads of Blackberry OS.

    Now how my code?

    I tried the following:

    -File--> load Java program...--> open my .cod file. No effect.

    -Find my program in the list of applications. He isn't here.

    -throw a NullPointerException in my main() function. Nothing.

    Did I miss something blatantly obvious? Thank you.

    Open your JDE application and select from the menu: build together and Run

    Find the icon for your application among the other icons on the screen of the Simulator and run your application.

    If you have not set the app to your app icon - there is a simple square icon for your application. Take a look at app names appear under the icons. And select your application.

  • Restore partially faded colors

    Hi all

    I'm trying to restore a photo color dating back to 1988. The color change is kind of 'typical' of photographs of the early eighties. The color disappeared not evenly, but in the two main points. About 40% of the surface, the coloring is very good, but on 60 percent, ago intense redness as you can see from the attached part of photography.

    I use Photoshop CC to restore photography. I'm completely n00b to photohopping so I ask your opinion here.

    I scanned the photo and created the RED channel with fuzzy edges mask, the mask looks like stains from color-faded on photography. I tried to adapt the coloration in the hidden area to match the image, but without success. I should probably hide the blue and green channel too and adjust all?

    I would be grateful if someone could give some suggestions or point to a practical guide to the example. And please do not judge too big, I am beginner on photoshop.

    sample060685474.jpg

    What about what you want?

    I used the color balance and a black and white gradient on the mask. I also used curves to adjust the values of R, G and B, as well as a few other adjustment layers. If that's what you want to do, I'll do a little video showing how I did it.

    Benjamin

  • How I - rename batch objects/paths (not just layers)?

    The question of a complete n00b:

    I need to rename a large number of objects/selected tracks. It's because I want to use another script that only works when my objects have the default name '< Path > '. So, really, I just need to remove the names of existing objects.

    Another this script is here:

    http://kelsocartography.com/blog/?p=325

    Of course, I could remove it manually by double-clicking on the objects in the layers palette and names by replacing the name, but it's no fun.

    I found some great scripts to rename the layers, but nothing for non-couche objects.

    First of all, I am trying to remove the names of all THE objects in the document.  Once it works, I want to delete only the names of the selected objects.

    Here's my very simple javascript work - (this):

    app.activeDocument.pageItem.name = "";

    my test file have is also really basic: a few rectangles, which some have been nominated in the layers palette.

    When I run the present, I get:

    Error 21: undefined is not and the object.

    Line: 1

    -> app.activeDocument.pageItem.name = "";

    I tried a number of other approaches and either get "undefined is not an object" or nothing happens.

    pageItem has 'name' as a property in writing, so I think it's to be used, but I don't really know what I'm doing - help!

    I was also happy to use actions, but I'm stuck on this too.

    -> app.activeDocument.pageItem.name = "";

    I tried a number of other approaches and either get "undefined is not an object" or nothing happens.

    pageItem has 'name' as a property in writing, so I think it's to be used, but I don't really know what I'm doing - help!

    name is a valid property of pageItem, now the script needs to know what pageItem you are referring to use,

    app.activeDocument.pageItems[0].name = "";
    
  • a way to designate the last slide for LMS know course is over?

    Hi all

    I think that someone else has asked the same question here: http://forums.adobe.com/thread/432385?tstart=0 but they are not all the answers. I thought I'd try just in case where I ask something different from what the user meant.

    I need to find a way to Captivate designate a slide as the end of the project/chapter for the LMS to know that the user has completed the course. In my case, it will always be the second last slide in a project wants to have that information sent to the LMS (the last slide in the chapter is really just a "thank you" slide with no apprenticeship information) I thought that maybe I can add some sort of script for the 'next' button (run Javascript), but of course I'm a complete n00b and have no idea on the scripts.

    I think that the LMS KNOW that chapter is completed when the user receives the last slide, but maybe I'm expecting too much out of the LMS!

    Thoughts, suggestions, solutions?

    Thank you!

    Hi again

    Yesindeedledy doo!

    See you soon... Rick

  • -MultimediaDemo - sample.MP4 (n00b) could not be found

    Hello! I'm a n00b here, so please forgive the stupid question...

    I'm trying to get the sample working MultimediaDemo, and I am pulling my hair out trying to get the Simulator to find the sample.mp4 file.

    When I debug I get error: CAFETERIA: sample.mp4 is not found

    When he tries to run: getResourceAsStream("/sample.mp4") (complete code below)

    My folder structure is:

    .. Mm2/src/com/rim/samples/multimediademo/MultimediaDemo.Java

    .. Mm2/src/com/rim/samples/multimediademo/sample.MP4

    Issues related to the:

    1. where should I put the sample.mp4 file so that it is? (I tried almost everywhere I can think of, without success..)

    2. where on a real BB the "correct" location corresponds to?

    Thank you

    Tom

    p.s. I read the ref lang (below) and I still don't understand...

    getResourceAsStream

    public InputStream getResourceAsStream(String name)
    

    Looking for a resource with a given name. This method returns null if no resource with this name is found. The rules looking for resources associated with a given class are specific profile. RIM implementation notes: this method searches the resource from the directory in which the current JDP project file is located. By default, it is assumed that this JDP file resides in the parent directory of the package of the current project space. Thus, the package space tree (for example, com/rim/PackageName) is added to name so that the search begins from this space package, that is, in the source directory of the current project. However, if the current JDP project file does not lie in its presumed location, the behavior above prevent the resource located. In this case, the user must add a slash (/) in the name of the resource before calling getResourceAsStream. This treats the name as an absolute path, which is compared to a tree whose root is the location of the JDP file.

    package com.rim.samples.multimediademo;
    
    /** * MultimediaDemo.java * Copyright (C) 2001-2008 Research In Motion Limited. All rights reserved. */import java.io.InputStream;
    
    import javax.microedition.media.Manager;import javax.microedition.media.MediaException;import javax.microedition.media.Player;import javax.microedition.media.PlayerListener;import javax.microedition.media.control.VideoControl;import javax.microedition.media.control.VolumeControl;
    
    import net.rim.device.api.system.Characters;import net.rim.device.api.ui.Field;import net.rim.device.api.ui.MenuItem;import net.rim.device.api.ui.UiApplication;import net.rim.device.api.ui.component.Dialog;import net.rim.device.api.ui.component.EditField;import net.rim.device.api.ui.component.LabelField;import net.rim.device.api.ui.component.Menu;import net.rim.device.api.ui.container.MainScreen;
    
    public final class MultimediaDemo extends UiApplication {    public static void main(String[] args)     {        //create a new instance of the application        //and start the application on the event thread        MultimediaDemo theApp = new MultimediaDemo();        theApp.enterEventDispatcher();    }
    
        public MultimediaDemo()     {        //display a new screen        pushScreen(new VideoScreen());    }}
    
    //create a new screen that extends MainScreen, which provides//default standard behavior for BlackBerry applicationsfinal class VideoScreen extends MainScreen implements PlayerListener{    //declare variables for later use    private Player _player;    private VideoControl _videoControl;    private VideoManager _videoManager;    private Field _videoField;    private EditField _eventField;    private EditField _volumeField;    private int _currentVolume; 
    
        public VideoScreen()     {        //invoke the MainScreen constructor        super();        // add a screen title        LabelField title = new LabelField("Multimedia Demo 2",                        LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH);        setTitle(title);
    
            //display Player events          _eventField = new EditField("Event: ","",40,EditField.READONLY);        add(_eventField);
    
            //Initialize _currentVolume        _currentVolume = 50;
    
            //display current Player volume        _volumeField = new EditField("Volume: ",""+_currentVolume,20,EditField.READONLY);        add(_volumeField);
    
            try         {            //Get local video file resource            Class playerDemoClass = Class.forName("com.rim.samples.multimediademo.MultimediaDemo");            InputStream inputStream = playerDemoClass.getResourceAsStream("/sample.mp4");
    
                //Create a new Player from the InputStream            _player = Manager.createPlayer(inputStream,"video/mp4");
    
                //Realize Player            _player.realize();
    
                //Add listener to catch Player events             _player.addPlayerListener(this);
    
                //Get the Player VideoControl            _videoControl = (VideoControl) _player.getControl("VideoControl");
    
                //Initialize video display mode             _videoField = (Field) _videoControl.initDisplayMode(VideoControl.USE_GUI_PRIMITIVE,"net.rim.device.api.ui.Field");
    
                //Set the video display size to 200 x 200            _videoControl.setDisplaySize(200, 200);
    
                //Create a manager for the video field            _videoManager = new VideoManager();            _videoManager.add(_videoField);            add(_videoManager);
    
                //Set video control to visible            _videoControl.setVisible(true);
    
                //Start the Player            _player.start();
    
                //Set up Player volume            setVolume(_currentVolume);        }         catch (Exception e)         {            System.out.println("foo" + e.getClass());        }    }
    
        //override onClose() to cleanup Player resources and display a dialog box    //when the application is closed    public boolean onClose()    {        //Cleanup Player resources         //try block         try         {            //Stop Player            _player.stop();        }        //catch MediaException        catch (MediaException e)         {            e.printStackTrace();        }
    
            if (_player != null)         {            //Close Player            _player.close();            _player = null;        }        Dialog.alert("Goodbye!");        System.exit(0);        return true;    }
    
        //set the volume level for the Player    private void setVolume(int level)     {        //get the Player volume control and set the volume level        VolumeControl volumeControl = (VolumeControl) _player.getControl("VolumeControl");        volumeControl.setLevel(level);
    
            //Update _volumeField        _volumeField.setText(""+level);    }
    
        //increase the Player volume by 10    private void volumeUp()     {        _currentVolume += 10;        //Set _currentVolume to a valid value if it's out of range        if (_currentVolume > 100)         {            _currentVolume = 100;        }        //Set Player volume to _currentVolume        setVolume(_currentVolume);    }
    
        //decrease the Player volume by 10    private void volumeDown()    {        _currentVolume -= 10;        //Set _currentVolume to a valid value if it's out of range         if (_currentVolume < 0)         {            _currentVolume = 0;        }        //Set Player volume to _currentVolume        setVolume(_currentVolume);    }
    
        //create a menu item for switching Player to full screen mode    private MenuItem _fullScreen = new MenuItem("Full Screen",200000,10)     {        public void run()         {            //try block            try             {                //switch Player to full screen mode                _videoControl.setDisplayFullScreen(true);            }             //catch MediaException            catch (MediaException e)             {                e.printStackTrace();            }        }                   };
    
        //create a menu item for users to pause and resume playback     private MenuItem _pauseItem = new MenuItem("Pause/Resume", 200000, 10)     {        public void run()        {                  //Start or stop the Player based on the Player state            //try block            try             {                //if current Player state is STARTED stop the Player                if (_player.getState() == Player.STARTED)                 {                    _player.stop();                }                 //else if current Player state is PREFETCHED start the Player                else if (_player.getState() == Player.PREFETCHED)                {                    _player.start();                }             }            //catch MediaException            catch (MediaException e)             {                e.printStackTrace();            }        }    };
    
        //create a menu item for users to close the application    private MenuItem _closeItem = new MenuItem("Close", 200000, 10)     {        public void run()        {            onClose();        }    };
    
        //override makeMenu to add the new menu items    protected void makeMenu( Menu menu, int instance )    {        menu.add(_pauseItem);        menu.add(_fullScreen);        menu.add(_closeItem);    }
    
        //override keyControl to handle volume up and down key presses    protected boolean keyControl(char c, int status,int time)     {       //Handle volume up and down key presses to adjust Player volume       //if volume up is pressed call volumeUp()         if (c == Characters.CONTROL_VOLUME_UP)         {            volumeUp();            return true;        }        //else if volume down key is pressed call volumeDown()         else if (c == Characters.CONTROL_VOLUME_DOWN)         {            volumeDown();            return true;        }         //else call the default keyControl handler of the super class        else         {            return super.keyControl(c, status, time);        }    }
    
        //catch Player events and display them in the _eventField    public void playerUpdate(Player player, String event, Object eventData)    {        //Update _eventField with the current event        _eventField.setText(event);    }}
    
    //Manager to lay out the Player _videoField on the VideoScreenfinal class VideoManager extends net.rim.device.api.ui.Manager {    public VideoManager()     {        super(0);    }
    
        //lay out the _videoField on the screen based on it's preferred width and height    protected void sublayout(int width, int height)     {        if (getFieldCount() > 0)         {            Field videoField = getField(0);            layoutChild(videoField, videoField.getPreferredWidth(), videoField.getPreferredHeight());        }        setExtent(width, height);    }}
    

    .. Mm2/src/com/rim/samples/multimediademo/MultimediaDemo.Java

    .. Mm2/src/com/rim/samples/multimediademo/sample.MP4

    The above structure seems good. Just to confirm, did you add sample.mp4 to your project?

  • Battery completely discharged within 2 hours the 1.1.0 update!

    Hi all

    After the updated 1.1.0 updated my drains before a battery completely charged up to 13% in less than two hours without exploitation, I noticed that it is very hot as something is running in the background.

    I tested again by wiping my pre with WebOS Doctor and there is no battery drain but as soon as the Pre is 1.1.0 update the problem returns. I noticed if "Airplane Mode" is enabled, then the battery is not empty quickly.

    I even went to the store "Sprint" and the technician of n00b gave me another battery to test with and the question is the same.

    I would be very grateful for any suggestion.

    I solved it, I have two google accounts synced to my pre the second account where I receive mail most has been configured to receive mail via the past 14 days. Make sure you it is set to receive messages for 7 days only with the 1.1.0 update otheriwise it will remain in infinite synchronization and drain your battery, even if you have closed the application.

  • How can I buy tokens to play poker zynga with an ITunes gift card that I download on my ITunes store account. the system on my IPhone gave me the following message "your purchase cannot be completed, to contact Itunes support support a.

    How can I buy tokens to play poker zynga with an ITunes gift card that I download on my ITunes store account. the system on my IPhone gave me the following message "your purchase cannot be completed, to contact Itunes support support on this Web site, www.apple.com/support/itunes/ww/.

    Click here and ask for help from the staff of the iTunes Store.

    (145085)

  • Install icloud for windows cannot complete 10

    The package install to icloud for windows 10 cannot complete.  Is an update on the way?

    The latest Version is the 6.0 and most likely a new Version does not solve your problem.

    It would be nice if you could provide the full error message-> if this is a Windows Installer Package error please check if you could install all Windows updates.

  • Cannot export completed projects

    I use CF Pro v 10.2.3 on my iMac with El Capitan 10.11.6.

    I use the FCP for years and have not encountered this problem until recently.

    I have just completed a project 50 minutes long and have attempted to export (share) for 1080 p Apple device. He goes through the motions of export and told me that sharing has been a success, but there is no output anywhere (I searched the entire computer). The same project, I exported successfully to 720 p Apple device, and it's hidden as usual in iTunes.

    OK the 750 p is good, DVDs, but not enough good for my Media Player.

    Any ideas as to why he is out to Apple 1080 p please?

    The above setting must send a copy to iTunes > Home Movies and items shared in the contents of the package.

    Note: After the closure of FCP X the shared file is automatically unloaded.

    Al

  • Last time I updated my iOS (in El Capitan) it completely wipe my computer. Which will happen again if I switch to the Sierra?

    When I updated my computer last time, it wipe completely all of my files. Which happen if I update to Sierra?

    It didn't wipe my Macbook Air, the upgrade of El Capitan in Sierra. Also, just a note, iOS is the mobile operating system for iPhone and iPad, OS X is for Mac.

  • How do you define complete finder by default on my Mac Mini mid 2012 with Yosemite

    How do you define complete finder by default on my Mac Mini Mid 2012 10.10.5 running

    Please describe what you mean by "full finder.

  • iPhone 6 complete storage, but should not be

    I had a problem with my iphone 6 storage saying that it is complete and in the last year.  I did a system restore a couple of times to get the part of the rear compartment, however, it appears more frequently and the restoration is almost necessary every month!

    I thought with the update ios 10, he'd be better, but I got another message this morning saying that my storage is full. This phone has a capacity of 12 GB and shows that I've used GB 11,51 with 389.2 MB of free space.  I have 2.4 music and about 3 GB in all my other apps, including images.  Who only adds up to 5.4 GB, less than half the capacity of the phone.  ITunes does not show an another 6 GB of 'other', but only about 1 GB.  How can I erase this upward?  The restoration was not effective for me.

    Thank you

    The following steps should help with erratic behavior. They assume that all the content you want on the device in your lending library for the restoration. If not see recover your iTunes from your iPod or an iOS device first. I would also recommend you copy everything off of the camera, if you have not already.

    1. Backup device.
    2. Restoration as a new device.
    3. Restore the backup that you made earlier.

    Use a backup encrypted if you want to keep passwords, wi - fi settings, history and health web data as appropriate.

    TT2

  • I just bought the last Apple TV - I can't seem to connect with the App Store and Siri is completely useless. This is an example of how Apple is unable to produce a useful product?

    I just bought the last Apple TV - I can't seem to connect with the App Store and Siri is completely useless. This is an example of how Apple is unable to produce a useful product?

    Hello

    Be sure to follow the instructions in this article to support > set up your Apple TV (4th generation) - Apple supported

  • the operation could not be completed error 1035 com.apple.mobilephone

    I have phone 7 and a mistake on putting in place the reception of voice mail

    the operation could not be completed error 1035 com.apple.mobilephone

    Same error message, even tried operation. iPhone 6, iOS 10.0.1

Maybe you are looking for

  • removal of password

    I put a password and want to remove it. I went to settings > general, but at this stage I do not have the option, the passcode lock. I have a 4 s hope that someone can help me.

  • Can someone tell me why I can't see the Import Wizard on the file menu. Run FFX10 on Mac 10.6.8.

    The Import Wizard ignored during installation, but who want to import safari bookmarks now. do not import wizard on the file menu. Run FFX10 on MAC OS 10.6.8. Thoughts? THX!

  • After the turf folder access refused

    XP: I have a folder shared, connected my PC to another, copied via this LAN, then no shared folder on my PC. Just after the cancellation of the share, the file becomes inaccessible: access denied. The only solution is to copy the folder when I boot f

  • Conversion of Microsoft Money to speed up

    I use the International Version 14 of Microsoft Money in Australia and have 15 years of data, I need to keep access to. There is a conversion tool from third party (Quicken) to Australian customers - International version 17 of MS money. Anyone know

  • E9 profile fields

    Does anyone have a good resource or documentation on the use of E9 profile fields. More precisely how to fill form data must then be reported?Specifically, I'm trying to capture data from source code in a field on a form and then fill out a profile w