LabVIEW code for multiple counters from source

Hi all

I developed a code for an instrument of 24xx keithley of interface, but now I have a doubt that if I want to do a few 10 instrumets interface both then, how can I write the logic for this.

Please suggest me its urgent need. several instrumrnts in the sence as 24xx, 26xx like that.

What kind of physical connection have you instruments? Controlling several instruments is not very different from one. You may need to provide external triggers take simultaneous readings and structure your state machine to do any initialization only once.

Your question is fairly generic. What specific problem you observe?

Tags: NI Hardware

Similar Questions

  • Code product key? had reboot my computer and I need a code for Windows Vista from the bottom of my laptop

    Hi, I'm having a problem with my laptop. I bought my laptop online, a year ago, and I got a virus. Then, I had my computer reset and I need a code for Windows Vista from the bottom of my laptop. After looking through records and information, we found that he had no number. He worked initially but then recently he was asked for a product key or something of the sort code. I was using my laptop but I cannot customise my background etc.

    Can you help me?

    Thank you very much

    The code is located on a label and is a 25-digit alpha-numeric (and very hard to read) code separated into 5 groups of 5 numbers separated by dashes.  If you can't find it on the bottom of your laptop, open the battery housing and remove the battery and look there - I know of cases where this is where it was placed.

    If you can't find the product key, your only choice is to contact the manufacturer and see if they can help.  Sometimes the relocations made with recovery disks don't need to be activated (depends on the manufacturer and their recovery process must ask them and confirm before you spend money on the recovery discs).  A valid product key is required for activation if activation is required - there is no way around this problem.  And in case you are considering on it, you can't switch from one product not enabled - you need to do a clean and complete installation (update disc will not work).

    I hope this helps and that the manufacturer can help you.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Need help with LabVIEW code for motor control.

    Hello

    My name is Sasi. I'm a grad student BME working on my thesis topic of assessment for back pain spine implants. To do this, I'm building a test machine that would apply pure moments of a specimen of the spinal column. I use LabVIEW 8.5 to implement the control of a brushless AC servo motor. My requirement is

    Step 1: Initialize the engine.
    Step 2: Start moving it to a uniform to the right PLAN (this value of RPM too user can enter).
    Step 3: while doing step 2; at the same time read the couple cell data (acquisition of data using Asst.). DAQ o/p is 0 v to 10 V; 0 v is 10 Nm n
    10 v is + 10 Nm
    Step 4: What torque reached + 10 Nm, i.e. 10 V, the engine stops.
    Step 5: from the position where the motor stopped (IE not need to return to the initial position) start moving in the opposite direction to the same
    Uniform rpm as in step 2 at the reading of data in the cells of the couple.
    Step 6: once more what torque reached-10 Nm, i.e. 0 V, the engine should stop.
    Step 7: Repeat "Step 2" to the "step 6' 3 times.
    Step 8: Reset engine position.

    So far, I managed to get the engine to move backward @ a desired vel, the accl, deceleration for 3 cycles before n n. I enclose my code. I have a problem inserting the code for reading DAQmx amidst all this. Can someone help me.

    Thnks,

    Sasi.

    Hi Sonia,.

    I took a quick glance to your problem and I think I have a solution for you.  I certainly agree with the suggestion of the use of parallel loops Lynn.  This will allow the portion DAQmx run uninhibited by the part of the motion, and vice versa.  In addition, you need only perform an iteration of the loop of the movement whenever the voltage level exceeds a threshold.  Thus, by performing an iteration on the code of movement in the same loop are you iterate over DAQmx code, you essentially waste processor.

    I created a VI that should do what you are wanting.  I tested it on me and it works very well.  You have a tweak a few things to apply to your system (such as motion Council DAQmx and physical channel ID, etc.).  I used two parallel loops and event programming.  Basically, the loop of movement starts the engine turns at the specified speed.  Once the engine is running, he expects the DAQmx loop to tell him that the voltage value has crossed the threshold.  When the voltage value exceeds the maximum threshold (I put a value slightly less than 10 to jitter and saturation), the DAQmx loop indicates the loop of the motion that it may end its iteration.  The motion loop stops the motion, causes a reversal and repeats the motion.  Once the movement has begun, he expects the DAQmx loop once again to tell him that a threshold was held, but this time, it's looking for a minimum threshold.  I used "Occurrences" to implement the event programming in LabVIEW.

    I've commented the code pretty thoroughly, so I hope that comments will answer all remaining questions.  The advantage of using programs that focus on the event for this is that you save time processor, and your movement is more closely synchronized with the DAQmx.  Instead of one iteration of the loop of movement as fast as you can, updates every hour, you just put in pause and wait for the other loop to tell you when to start up again.  Meanwhile, the processor doesn't have to worry about an iteration of this loop over and over again.  In addition, when the accident occurs, you catch him immediately, instead of having to wait until the next iteration.  Thus, you are more closely synchronized with the DAQmx code portion.

    I hope this will help you.  Please report if you have any questions about the code or its implementation.  Good luck!


  • attach the same code for multiple instances (AS2)

    Hi, here helpless.

    I have the following code on the frame1 of my film I want to apply to multiple instances of the same clip:

    mainClip_mc.subClip1_mc.specifiedClip_mc.onPress = function () {}

    code starts

    specifiedClip_mc is in subClip1 to 4. Is there a way to do it once without have to say:

    mainClip_mc.subClip2_mc.specifiedClip_mc.onPress = function () {}

    same code

    mainClip_mc.subClip3_mc.specifiedClip_mc.onPress = function () {}

    same code

    mainClip_mc.subClip4_mc.specifiedClip_mc.onPress = function () {}

    same code

    Clip specifiedClip_mc parent is essentially what throws me here.

    The code to be applied to the specifiedClip_mc is identical, and I can't help but feel I'm not the exact route of this repetitive way long.

    Any help for this newb would be greatly appreciated.

    There are two ways to do this, the other I'll show records much code...

    (1) string them all along...

    mainClip_mc.subClip1_mc.specifiedClip_mc.onPress = mainClip_mc.subClip2_mc.specifiedClip_mc.onPress = mainClip_mc.subClip3_mc.specifiedClip_mc.onPress = mainClip_mc.subClip4_mc.specifiedClip_mc.onPress = function () {}

    same code

    }

    (2) assign the function dynamically by a loop using the array notation...

    function someFunction() {}

    same code

    }

    for (i = 1; i<5;>

    mainClip_mc ["subClip" + i + "_mc"]. specifiedClip_mc.onPress = someFunction;

    }

  • LabVIEW Code for SearchOrder when it interacts with Excel through ActiveX

    Hi all

    Thanks to this excellent with the answers of Joe_H thread, I could write code that searches for a string in an Excel file and returns the address of the cell with the connectivity of the ActiveX.

    What I want to do now is to refine the search parameters to search by column.  I think I could do this by plugging a value 'SearchOrder' of entry, as shown in the attached chart.

    However, I was not able to create a control that works.  I try over the chain, "xlByColumns" (which is what I think should work) in the field, and it causes an error.

    Has anyone found how to accomplish what I'm doing?

    Thank you

    FB

    This parameter is an integer, and you need to set it to 2.

    The easiest way to get the whole if you know the string is:

    Opening Excel

    Open Visual Basic (I put this icon in my quick access toolbar)

    View-> run window

    Type '? xlByColumns.

    the answer will be 2

  • Separate Code that is compiled from source off, why?

    I ran on a question and would like to know if there is a reason, it happens or is this a bug. Basically, we separate compiled all of our source code to make the work with the most effective source control. I ran into a problem where some files have the option grayed out and disabled. Separate the compiled code is disabled and the ability to change this parameter itself is disabled. The option can be modified using scripts or the other. The strange thing is if you copy all the code in the block diagram and pasting it into a new VI option can be changed on the new VI. Is there a reason that this option becomes invalid? Is it just a type of corruption of the original files that prevent it? Is this a bug?

    I am currently working with LV 2011.

    Gets option disabled if you express VI in the code, i.e., delay time.

    http://digital.NI.com/public.nsf/allkb/886185BE7118C5DE8625780A00769D0F

  • LabVIEW code for two daq cards

    Hi all

    I'm reading the analog signals using the USB-6210 device and function DAQmx. How to write my code so it would work with the NI USB-6210 or USB-6218 since both a pinout similar devices.

    Thank you

    dp128

    Do not write anything to recognize a different DAQ card. It's as simple as that. They both have the same number of input channels, and they both have the same maximum sampling frequency. You will only need to worry if your program was out analog.

    When you install a sinlge on a pc data acquisition card, MAX lists it as dev1. If you do the same thing with a different DAQ card on another pc, it is listed here as dev1. As I said, there is no difference to explain.

  • VeriStand "Custom Device" creation, including the different types of sources of code for simulation only

    Hello

    Before I ask my questions, I want to describe my problem:

    I would use VeriStand on a PXI system for simulation only. The simulation includes different types of sources such as Maltlab-Simulink-models, MultiSim SPICE models and code LabView for FPGAS-programming. Simulink models are available as a dll-file, generated with 'Real-Time-Workshop' and 'Simulation tool Kid. " They need to generate heavy duty, calculated by the modulation of the vector space and model the performance of a special converter. The MultiSim model will be transformed via a special VI in LabView code. I can generate code VeriStand (--> NI VeriStand--> Generate tools...). The PWM duty cycles of this dll matlab above are for LabView FPGA code entry. This will be the entrance of the gate of the tansistors of the MultiSim-model. Means, space vector modulation generates tension of the door and get the FPGA code to the ports of the inverter model.

    I am new in programming with VeriStand and LabView. I don't know how I can handle this. But NEITHER says it's possible. So my questions are:

    Is it possible to use VeriStand with more than one device Costum and simulate as a whole simulation. How can I associate different files.

    If this isn't the case, that I have to build a LabView Vi, where all the different sources of models are included.

    Is a walkthough or a user guide available, that I can use to fix my problems.

    I hope you can help out me. I need it for my bachelor thesis very fast. Thank you for your attention.

    Best regards Andre

    Here is a document describing how to create compiled LabVIEW templates and import them into NI VeriStand:

    http://www.NI.com/white-paper/12785/en

    The following link is a more general page describing several model and their support environments in NI VeriStand:

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/6488

    Some additional modeling environments are supported, but not necessarily listed here since this is a growing list.  In addition, since NEITHER created a strategy of open model interface called NI VeriStand model framework, it would be possible to connect new types of sources of model in NI VeriStand without too much work.  Then the mapping tool, you found, makes the magic of easily to configure the connections of logical data between models.  You can also easily transfer each model to the individual processor cores, which contributes to the speed of calculation for system-level simulations.

  • Where can I see the source code for the controller

    Hi all

    My question is maybe stupid to some gurus of the ADF, but many people have found that R12 Pages have a lot of code and there is not too much documentation on how to customize a controller.

    1. I see the *.class of my controller in the $JAVA_TOP/oracle/apps/ar/cusstd/createcus/webui/ArCreCusCO.class on my server, BUT I don't see that any of the encrypted code when I open up JDeveloper. So I guess I'm doing it wrong.

    2. I want to change ArCreCusCO.class. I see a lot of people say Hey I've customized XYZ controller, but how they found the code and continue to change it is the least of my headaches

    3. do I need to configure something in JDeveloper so I can see Server classes to my JDeveloper - what they do, if so, how you do?

    4. I saw something in the help page saying adding components to the Extension of the OA the devil what?

    Thanks to illuminate some beginners in the ADF.

    With the new philosophy of Java, some of those 12 developers experience that we are not starting from zero because of this new architecture.

    Hector. -.

    p.s. any entry will be taken, but do not refer to the Oracle tutorial, is an example of cake I need some practical examples ;-)

    Hi hbono99

    (1.) you can .class c above java, which is the compiled code as source code is not provided by oracle, if you need this file '.class' to see the source code for decompile, JAD decompiler 1.5.8 version will be newer .well, it would be useful to see the source code, but sometimes decompiled class create problems when trying to compile again.

    2.), you can make changes in the ArCreCusCO.class after that decompilation and compile the same thing again to generate the class file, bcz you can put only class file on the server, BUT that would be fatal to change the standard class and the concept here to come of the Extension in the image, you need to extend this class. «XYZ custom "means the extesión of the class parent and make the extension u don't need not the source.»

    3.) u cannot see the source code of a .class in Jdeveloper, there is no such a parameter.

    (4.) to extend the need to ArCreCusCO.class you to create a workspace followed by creating a project in the workspace Jdeveloper
    process to extend the class

    a.) create workspace and project
    (b) create the same package in which resides the ArCreCusCO.class under the \jdev\myprojects\ in your Jdeveloper
    (c.) right click on the project, go to create the new class, here you will find the option to metion the package where you want to put the superior (normal package starts with a xx.oracle.-) the possibility of mentioning the nmae classs that you want to extend
    (d.) click ok at the end, you will get your extended class

    e.) source code usually has two methods ProcessFormRequest and processRequest, you can add the code according to the requirement.

    extension works bcz inside the method she calls super, so all first it runs all the methods of the parent class in your case ArCreCusCO.class and then control comes in extended class, now, your code will be run, which will be accomliseh your condition

    f.) tranaser the class file file expanded to the server, add this extended class with seeded page you need to customize the page, you will find the option to add your class, mention u your class with package to compete (the way that we import the file with their package names in our source code, here import is not necessary)

    thanx

    Pratap

  • Source code for Halo Custom Edition

    Halo Custom Edition has been placed on the PC more than 10 years ago and since then, the communities have worked with it to create amazing content for years, however, we hit a roadblock. We are limited by the power of the engine, something that we cannot solve without the source code. Halo CE is no longer supported by Microsoft, and since then it was largely up to the modders to work around him. is given his age, possible that the source code for Halo Custom Edition may be made public?

    You can try to contact Microsoft, but I guess it's unlikely.

  • Can we get the source code for the camera?

    Can we get the source code for the camera? Including libraries? CM is great, except that the camera is not well polished, and the quality of the stock ROM Sony are much better.

    probably more likely questions and restrictions of copyright

    inspect the developers space

    http://developer.sonymobile.com/

  • Source code for Java?

    Is it possible to get access to the source code for the library API Java BlackBerry?  I'm working with the protection of a set of cryptographic keys using the cleaner memory.  I currently use the LDAPPasswordCache to store my keys, because it is the only class in the library that implements the MemoryCleanerListener.  I want to develop my own key storage class, but I'd love to see how LDAPPasswordCache is implemented so that I can use as a template for my own class.

    short answer: no

    long anser: do not hesitate to apply to rim for her

  • I have Adobe Acrobat 7.0 Professional CD and the code for it. But struggling to download on my PC. Can I download it from your Web site?

    I have Adobe Acrobat 7.0 Professional CD and the code for it. But struggling to download on my PC. Can I download it from the Adobe Web site?

    The for Acrobat 7 activation server was closed for several years which means that your existing drive and serial number is no longer usable.

    The only way to reinstall is now to download a new copy without activation of

    Download Adobe Acrobat 7 and Adobe Creative Suite 2

    Install, then enter the new, without activation serial number provided at this link.

  • Adobe code for adding from my phone to my profile

    How to add the Adobe code for adding from my phone to my profile, now that the popup is gone?

    Hi Kerry-Anne,

    If you have Adobe Acrobat app on your phone, simply login with your Adobe ID

    Thank you

    Abhishek

  • Is it possible to get the adobe software CC on a disk for multiple installations instead of download from the internet?

    Is it possible to get the adobe software CC on a disk for multiple installations instead of download from the internet?

    You can download the installation direct offline files:

    http://prodesigntools.com/Adobe-CC-2014-direct-download-links.html

Maybe you are looking for

  • 2 error while finding examples

    Whenever I try to go to 'Help-> examples find' on my copy of labview 8.5 running on Windows XP SP3, I get the error in the screenshot.  I have no GPIB devices, the error remains after a re-start with labview to be the only program running. It's not a

  • Cannot print the printer Epson Stylus SX525WD wireless.

    Original title: printer problems I have an Epson SX525WD but cannot print wireless.  I can print with the USB cable plugged in however.  How can I solve this?

  • Removal of keyboard Pavilion g6 - 2248ca

    Hello I am trying to remove the keyboard on my g6 - 2248 ca so I can have access to a cooling fan because it's broken. How would I go about deleting, I am struggling to find out how.

  • CS5 Master Collection does not update correctly

    When the update downloads and installs updates various by installed applications, it will fail in the end with an unspecified error - says simply there was a mistake with this download, please correct this and try again

  • Where is my catalog?

    When Lightroom does not record catalogs? I'm having issues opening Lightroom CC (pending an answer to this question...) and want to work on images using my desktop version of Lightroom 5 in the meantime. However, I can't find the Lightroom Catalog co