How to simulate 6211 NI and NI 9213 modules in LabVIEW?

Hi all

I worked on a VI in LabView 2011 which communicates with the NI 9213 modules NI 6211. I am currently overseas and I would like to continue to work on my VI without going through the devices physically connected to my computer. Is there a quick and easy way to simulate these devices or replace them with those virtual so that I can test my programming?

Kind regards

Thomas

Go to MAX and right-click devices and select Create > New > DAQmx simulated device and choose the devices you want to.

Note: I'm writing from my phone and read is perhaps not right - I'm going from memory, but you should be able to understand. In addition, the simulation functions are quite limited. For example, the analog input is only a sine of 1 kHz.

Tags: NI Software

Similar Questions

  • How to open the sounds and audio properties by using Labview

    Hi all

    How to open the sounds and audio properties of the control panel using the exe from system Labview vi.

    Y at - it all dll also open this property.

    If there is some dll which is which and how to program the dll to achieve my goal.

    Wow, you followed after a few...

    Open the command window is because to open the Control Panel, you need to execute it in the context of a shell, and it's what is done with the "cmd /c mmsys.cpl. To open the applet without using cmd you use RunDll32.exe, like this:

  • How can I use 'fscanf' and 'fread' (matlab code) in Labview

    Hello, all,.

    I'm trying to write a VI according to my matlab file, now I m confused about 'fscanf' and 'fread ',.

    I used the VISA-reading slot - VI for the function 'fread' but who don't know for the "fscanf.

    and I don't know how to read the datamatrix with a Subvi.

    Is there someone can give me a tip, which will be very nice, thank you.

    your

    Adam

    Hello, everyone,

    I think that I found how to solve my problem. (The interface control series)

    fscanf expressing indeed as VISA-read in Labview and very time you use fscanf, wants to write something in the device memory,

    for example:

    fprintf = VISA / writing

    fscanf = VISA-read, but the value that was read is stored in the memory of the device, when you perform an indicator for the release of the VISA-read, this value will be shown and remove from the device memory. It's for my device OTDR, I don't know if everything is going well for any other device of m.

    When you want to read the datamatrix, for example in 2D, just use VISA read twice.

    When you still have any questions about this, feel free to ake, I'll try to answer you.

    Your

    Adam Yuan

  • How do simulate you a right-click of the mouse on the touchpad?

    How do simulate you a right-click of the mouse on the touchpad?

    You open the Boot Camp Control Panel and put in place the pad to work how you want it to run. I have the lower-right corner of the touch pad as a right click.

  • No option to simulate the peripheral cRIO after installing Labview and RT/FPGA Modules of downloads (lack of driver support?)

    Hi guys -.

    Basically, I need to simulate a cRIO device without yet having equipment on-site, like this:

    How to simulate the FPGA hardware target using with LabVIEW Project Explorer

    Instead, I only get the options presented in the attachment "Add Target Options.jpg.  I guess it's because of missing drivers, which I assume is due to an error that I made during a recent new LV installation installation went like this: I downloaded (not diskettes) and installed the following (in this order, the latest versions all around):

    (1) LabView development system

    (2) real-time module

    (3) FPGA module

    (4) NEITHER-RIO (previous installation-by-installation)

    (5) DAQmx

    At the end of (1) and (2), I got the screen shown in the second attachment ("Drivers Installer Message.jpg"), but could not able to recognize the folder "device drivers OR" (I also downloaded), or one of its subfolders.

    According to me, I'm missing an obvious option to load the necessary drivers after installation, but can't seem to find reference to it in the forums.  Could someone give me a little help in the right direction?

    Thanks a lot and have a nice day.


  • How to simulate cRIO in labVIEW?

    Hello everyone!

    I m new to labVIEW and I want to simulate cRIO on it. I read all the posts on this issue, but none of them has really solved the problem. In fact, I read the solution given on or developer area titled "how to simulate FPGA targets in labVIEW with the help of the Project Explorer'. However, when I tried to follow the instructions given here, I realized that on the opening "Untitled project" - 'New', my system shows that 'new' as an option "Target Folder" and not "targets and devices." Why is it so? I asked for a few of my friends, but unfortunately they are too new to labVIEW. I, therefore, ask you to help me with this problem. Please answer in a simple language, I understand (a beginner with labVIEW)!

    Thanks a lot for your help!

    Herschelle

    Hi Herschelle,

    LabVIEW FPGA for LabVIEW 2011 SP1.

    Time real LabVIEW LabVIEW 2011 SP1.

    These downloads will give you both of the modules for 30 days free evaluation mode. You can then get in touch with your local branch of National Instruments on 01635-523-545 and buy a license of one of our internal sales engineers. Alternatively, you can also buy the software online through the software product pages.

    Product page for the FPGA Module.

    Product page for the real time Module.

    I hope this helps!

  • How to simulate a right-click in LabVIEW

    I write code in LabVIEW to record the activities of the mouse for example move, click on the mouse and the right click of the mouse to the left.  I'm able to reproduce the movement by dragging and click of a mouse., but the right click of the mouse to the left.  Can someone show me how to simulate a RIGHT mouse click in LabVIEW?  Thank you very much.

    Son

    Have you looked into the case of the structure of the event time-out?

  • How to simulate GPS on blackberry tablet.

    How to simulate GPS on blackberry tablet.

    I have seen this thread but does not have the relevant information.

    Kindly let me know setp by the set procedure.

    I guess that this post would be useful... to simulate the GPS close to Charlottesville, WILL

    jtegen wrote:

    Here's the simulator of GPS functions.  Works very well to work around the fact that the Simulator simulates a GPS and I don't have a PB (yet).  This Simulator is near Charlottesville, Virginia.

    package gps{    import flash.events.Event;    import flash.events.GeolocationEvent; import flash.events.TimerEvent;   import flash.sensors.Geolocation; import flash.utils.Timer;
    
    public class GpsPositionDriver{  private var timer        : Timer = new Timer( 2000 );  private var gps_service  : Geolocation = null;  private var last_step    : int = 0;  private var data         : Array = new Array();  private var start_time   : Number = 0;
    
    //////////////////////////////////////////////////////////////////public function GpsPositionDriver( sensor : Geolocation ){ this.gps_service = sensor;    this.timer.addEventListener( TimerEvent.TIMER, Ping );
    
      var now : Date = new Date();  this.start_time = now.getTime();
    
      // data   this.data.push( { altitude : 600, heading : 45, hacc : 100, vacc : 100, latitude : 38.020654096686464, longitude : -78.53692074499511, speed : 10 } );    this.data.push( { altitude : 601, heading : 46, hacc : 100, vacc : 100, latitude : 38.02160072090434, longitude : -78.53949566564941, speed : 12 } ); this.data.push( { altitude : 601, heading : 270, hacc : 100, vacc : 100, latitude : 38.022090932211185, longitude : -78.54177017889404, speed : 13 } );   this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02234448849692, longitude : -78.54357262335205, speed : 15 } );
    
      this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02242900706387, longitude : -78.5454179831543, speed : 2 } );  this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.022344488497076, longitude : -78.54835768423462, speed : 3 } );    this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02227687357351, longitude : -78.55168362341308, speed : 5 } ); this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02210783599131, longitude : -78.55638285360718, speed : 1.5 } );   this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02187118272113, longitude : -78.56230517111206, speed : 1 } ); this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02166833645269, longitude : -78.56691857061767, speed : 5.5 } );   this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02166833645269, longitude : -78.57022305212402, speed : 5 } ); this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.022006413255085, longitude : -78.57387085638427, speed : 5 } );    this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02283469482895, longitude : -78.57738991461181, speed : 2.5 } );   this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.02454193955506, longitude : -78.58196039877319, speed : 17 } );    this.data.push( { altitude : 601, heading : 275, hacc : 100, vacc : 100, latitude : 38.0275675527831, longitude : -78.58826895437622, speed : 8 } );  this.data.push( { altitude : 601, heading : 290, hacc : 100, vacc : 100, latitude : 38.029832455209, longitude : -78.59288235388183, speed : 7 } );   this.data.push( { altitude : 601, heading : 300, hacc : 100, vacc : 100, latitude : 38.0320803861371, longitude : -78.59751721105957, speed : 10 } ); this.data.push( { altitude : 601, heading : 25, hacc : 100, vacc : 100, latitude : 38.033009961471976, longitude : -78.59901924810791, speed : 12 } );    this.data.push( { altitude : 601, heading : 30, hacc : 100, vacc : 100, latitude : 38.034598662916025, longitude : -78.6012508460083, speed : 11 } );
    
    }
    
    /////////////////////////////////////////////////////////////public function Start() : void{    this.timer.start();}
    
    /////////////////////////////////////////////////////////////public function Stop() : void{ this.timer.stop();}
    
    /////////////////////////////////////////////////////////////////private function Ping( event : Event ) : void{  var now : Date = new Date();
    
      var evt : GeolocationEvent = new GeolocationEvent( GeolocationEvent.UPDATE ); evt.altitude           = this.data[this.last_step].altitude;  evt.heading            = this.data[this.last_step].heading;   evt.latitude           = this.data[this.last_step].latitude;  evt.longitude          = this.data[this.last_step].longitude; evt.horizontalAccuracy = this.data[this.last_step].hacc;  evt.verticalAccuracy   = this.data[this.last_step].vacc;  evt.speed              = this.data[this.last_step].speed; evt.timestamp = now.getTime() - this.start_time; // ms from runtime initialized
    
     this.gps_service.dispatchEvent( evt );
    
      this.last_step++; if( this.last_step == this.data.length )this.last_step = 0; // reset
    
        }  }}
    
  • How save/simulate an arrow key?

    Hello

    I need to register the software simulation using:

    -arrow keys (for the input field/menu selection).

    -Return the key (for the validation of choice).

    Capture screen is, of course, is not a problem, as I do it manually.

    What I did find is: how to simulate a button arrow.

    IE: tell the user of the lesson to "press the arrow key to enter the menu of xxxxx." and do it...

    I tried to use the field text, with empty response and with arrow key down as validation key, but it does not work...

    Thank you.

    Hello

    It helps please, if you tell us what version of Captivate you use.

    For more interactive objects (click boxes, buttons, text input boxes), the user can get a "successful action" by clicking (for Click box, touch or the Send button to a text entry area) OR by using a keyboard shortcut. By assigning this shortcut key (e.g. Enter), you allow the user to use this key. CP5, you'll find it in the property Panel, area Action. For CP4 find you this shortcut key in the p.e. Button, first tab properties dialog box.

    Lilybiri

  • How to simulate overprinting in Acrobat Standard?

    I know how to simulate overprinting in professional but it is in the standard?

    anyone?

    You ask what about printing or display?

    I will answer from the point of view of Acrobat 9 Standard.

    Display: in the preferences > display the Page in the "Page content and information" section, you have a few options for the simulation of overprinting. (Only for the PDF / x files - this is the default;) Never, always, automatic). Automatic examines the document for any content which should simulate overprint preview IT to display as it would when printing. Acrobat 8 should have similar, but not all options.

    Printing: You cannot simulate overprinting when printing Acrobat Standard. (I refer to the parameter in the Advanced Print dialog box in Acrobat Pro that allows you to simulate overprinting in the printed output for proofing on a printer that does not support overprinting)

    Does that help?

  • I have FaceTime disabled through restrictions on my daughter's phone.  However, she is still able to make and receive calls FaceTime. If it is limited, how this phenomenon is happening and is there a way to prevent it from happening in the future?

    I have FaceTime disabled through restrictions on my daughter's phone.  However, she is still able to make and receive calls FaceTime. If it is limited, how this phenomenon is happening and is there a way to prevent it from happening in the future?

    How do you know that she can always use Facetime?

    Could she learned/guessed the password restriction?

  • My iPhone6 has convinced himself that he has a helmet connected - how can I convince otherwise and return to the normal setting?

    My iPhone6 has convinced himself that he has a helmet connected - how can I convince otherwise and return to the normal setting?  I tried turning it off and back on after awhile, but did not.

    Double check with a magnifying glass and a good lighting that nothing has been slain. Then, try insertion and withdrawal of your headphones a couple of times. If this does not work, it may be while the shooting went wrong. In this case, make an appointment at the Genius Bar at your local Apple store for the assessment.

  • Photo album of faces: how to create a new and use it?

    IPhotos and both Photo "Faces" category default apps, but iPhoto is easy and the picture is driving me crazy.  I've done it before, but can't let happen experimentally now: HOW TO add ANOTHER FACE AND CREATE A NEW ALBUM IN THE 'FACE ALBUM' ON PHOTOS?  And once we have this beautiful circle of faces in different people is finished and available: how to use elsewhere?  By clicking here and there for study, but without success with indicators in this Photo request for the creation of a new face, or how make use of the one I have.

    Thank you for your time and your consideration.

    My god!  I just posted this and I went back and just to emphasize the new face (I could only creates the iPhoto application by clicking on 'i' icon that appears there by not that i can see on the soft pictures... then sync moved which 'faces' to appear on Photos.)  Getting a new album in the Photos was simple: (once the face has been recognized through iPhotos) as causing the face recognized in the line up of circles and faces appointed: when I went to drag it was invited to 'name' and he went online with others.

    Now: how to use this elsewhere like a face surrounded by a circle, and not all the sound origin in a photo?

  • How to use the capture and the print button

    I tried to figure out how to use the capture and the "print" button, or add or what you call. I press it and the whole page of a different color changes, so I try to cut the section I want but I don't know how to send it to the printer. Can someone help me with this. I'm not at savvy with tech stuff, but when I find a recipe or something and it doesn't have an option to print a certain area, I can't understand how to use it?

    Thank you

    Andi Starbuck

    That happens to me is, I click and drag to make a rectangle of yellow selection, and as soon as I raise my finger on the mouse button, the part I've selected is captured as an image, a new tab opens and preview before printing, the image display. I can use the installation of the Page or simply print. But if I close the preview, this temporary image vanishes and I'm back on the page where I started. You see something different?

  • I need to clean reinstal my OS. How can I back up and reinstall the POP accounts that I use with Thunderbird?

    Hello

    I use thunderbird for 3 e-mail accounts (POP, no message left on the server server), and I need returned my OS (win7).
    How can I back up and reinstall account 3 without losing records "Inbox" and "sent"?

    Is it enough to copy the folders in Thunderbird/Profiles/Default/Mail, reinstall the OS and Thunderbird, create 3 email accounts in Thunderbird and replace the files newly created in the path above with old mail folders?

    Thank you very much
    l

    So basically I have reinstall 1 backup the entire contents of the folder Thunderbird lies in AppData/Roaming 2 OS and Thunderbird 3 Replace folder Thunderbird above with the old

    Yes, that's all!

    Blockquotes <>what accounts? < / blockquote >
    The profile that you have is all you need. It is ' just ' copy him on the same place in your new configuration.

    Oh and make sure Thunderbird is closed when you perform your copy.

Maybe you are looking for