Accuracy of the PXI-4110 and aid for the supply of the sweep of the voltage-2, 5V to 2, 5V

Hello

I want to know about the accuracy of PXI 4110 DC power. I use 4110 PXI to apply a voltage sweep-2, 5V to 2, 5V with a 0, 5V step using Labview, how can I do?

Hi Khan,

After reading my post, I realized I'd probably be a bit clearer on that last paragraph...

Available for PXI-4110 voltage ranges are different for each channel, as shown in the first page of the specifications:

CH0: 0 to + 6V

CH1: 0 to + 20 v

CH2: 0 - 20V

So to create a sweep from-2.5 to 2.5 V, you will need to use multiple channels. You would use Ch2 to sweep from-2.5 to 0V. Then you can use Ch0 and Ch1 (Ch0 would be better since you'll have better accuracy) to sweep from 0 to + 2, 5V. There is a good example, called "NOR-DCPower channel in software timing Sweep (curve) .vi tension" which does almost exactly what you are looking for.

I hope that clarifies the it!

Chris G

Tags: NI Hardware

Similar Questions

  • Sequencing of power through individual PXI-4110

    Hi all

    I have a hardware device that requires a sequence of power-up/power-down very specific in order to work properly and not be damaged.  According to the data sheet for the PXI-4110, he is able to meet the requirements of power, but I use Labview to create a VI of sequencing of power for each channel.

    After investigating the options and study the DCPower examples, I understand how to set each channel, but from what I've seen, real initialization (property Initiate.vi) will supply based on "the instrument handle" alone, rather than undertake each channel of the instrument individually.

    Is there a method to use Labview screws to separate the different channels of the PXI-4110 and control the boot sequence for each channel?

    Thanks for your time.

    Kind regards

    GSinMN

    Hey GSinMN,

    Yes, you would be able to run a loop to increment the output in stages, but of course, the more steps, you have as much time as it takes to achieve your final value.  My concern would be that you go time 200 ms if you had too many steps.  Also, your total rise time will vary depending on your CPU, as well as other processes run you in the background.

    If you compared the rise time on a certain CPU with some process running, probably not having the same rise time when porting your code to another machine.

    It may be useful to ask the manufacturer of laser if they have no indication of what the tour of ramp at the time should look like.  The 4110 is designed to have a fast rise time with minimal excess for most of the charges, but it would be good to understand what they need for their laser.  Maybe is it acceptable to have a fast rise time, as long as the output does not exceed x % of the final value?  Any idea that they have on this would be helpful.

    Please let us know how we can help.

    Thank you!

    Brandon G

  • PXI-4110 deactivation and activation of the output

    I'm programmming power CC PXI-4110. I want to activate and deactivate the outputs. I use niDCPower_Disable() to disable the outputs. and the use of niDCPower_Initiate() to activate the outputs. Problem is after I have activate the outputs with niDCPower_Disable() and with niDCPower_Initiate() that I lose all my settings as the output voltage. What I so niDCPower_ConfigureVoltageLevel() and niDCPower_ConfigureCurrentLimit() call before calling niDCPower_Initiate() then outputs are put to the required voltage.

    I want to do is turn on and off just like pushing a button on a Panel.

    For example, I call niDCPower_Disable() to open the relay switch.

    It seems to me like there is a function niDCPower_Enable() which would close this switching relay and not reset all my voltage and current limit settings.

    Any help on the best way to proceed would be appreciated.

    Figured it out using:

    status = niDCPower_ConfigureOutputEnabled (vi_4110_0, channel0Name, VI_FALSE);

    to turn off and then I start with

    status = niDCPower_Initiate (vi_4110_0);

    In this way, my diet is ready to go, but my relay is open.

    When I'm ready to close the relay I follow these steps:
    status = niDCPower_ConfigureOutputEnabled (vi_4110_0, channel0Name, VI_TRUE);

    Then later I want to open the relay call again I have only this:

    status = niDCPower_ConfigureOutputEnabled (vi_4110_0, channel0Name, VI_FALSE);

    Problem solved.

  • Current limit for the PXI-4110

    I'm a PXI-4110 with LabWindows programming. I'm trying the current limit. I have an output to 5V with a load resistance of 1 K; This makes the current 5mA. I put the current limit of 2mA to work. When I read the voltage and current is 5V 5mA. Here is my code:

    g_voltageLevel_ch0 = 5.0;

    g_currenLimit_ch0 = 2.0E - 3;

    status = niDCPower_ConfigureOutputFunction (vi_4110_0, channel0Name, NIDCPOWER_VAL_DC_VOLTAGE);
    niDCPower_error_message (vi_4110_0, status, errorMessage);
    status = niDCPower_ConfigureSense (vi_4110_0, channel0Name, NIDCPOWER_VAL_LOCAL);
    niDCPower_error_message (vi_4110_0, status, errorMessage);

    status = niDCPower_ConfigureVoltageLevel (vi_4110_0, channel0Name, g_voltageLevel_ch0);
    niDCPower_error_message (vi_4110_0, status, errorMessage);
    status = niDCPower_ConfigureCurrentLimit (vi_4110_0, channel0Name, NIDCPOWER_VAL_CURRENT_REGULATE, g_currenLimit_ch0);
    niDCPower_error_message (vi_4110_0, status, errorMessage);

    I find that if I put my current limit to channel 0 to 10mA, above the error message disappears. However, I can put the current limit for channels 1 and 2 to 2mA, and I do not have an error message with them. I see nothing in the power supply on a valid range on the current limit. To be clear on what happens if I do this:

    status = niDCPower_ConfigureCurrentLimit (vi_4110_0, channel0Name, NIDCPOWER_VAL_CURRENT_REGULATE, 8-3);

    I get the error "Invalid value for the parameter or property."

    However, if I do this:

    status = niDCPower_ConfigureCurrentLimit (vi_4110_0, channel0Name, NIDCPOWER_VAL_CURRENT_REGULATE, 10th-3);

    I don't get an error.

    Channels 1 and 2 do not have this limit. I went down to 1mA on these channels and no problems.

  • OR DC Soft Front Panel, minorbug, small bug with the PXI-4110

    Hello

    The NI DC Soft Front Panel V14.0, with the PXI-4110, scrolling to negative tension, works as expected to-10V, but then returns to 0. If we change from - 1V procedure, it goes...-8-9,-10, -1, -2... instead of-8-9,-10, -11, -12...

    Everything about her, a simple thing that I miss is a switch for all three voltages.

    (Also, IMO, it would be logical for negative tensions with the arrow pointing down, not more).

    My 2 c

    Hello Janaf,

    I completely agree with two of your statements, I tabled a report of corrective measures that you can monitor in the next versions of DCPower to see if this is fixed with the FPS. CAR number: 512257

    I've added notes that only manual insertion of numbers - less than 10 works and that it was not logical to use arrow increment or upward arrow to reduce the output voltage.

  • IVI Configuration with the PXI-4110 in TestStand

    Hi all

    Implementation:

    PXI-1033 connected through MXI to a PC running Windows 7. LabVIEW 2014. TestStand 2014 (32 bit). DMM PXI-4110 food and PXI-4070.

    In MAX, I can open two soft signs and two control units and they work great.  In LabVIEW, I can control the two cards as well.

    MAX I put in place a pilot and a logical name for my DMM. This unit works very well within TestStand using one-step IVI DMM.

    I then configure the 4110 to the MAX with a pilot of the IVI and logical name. Here are my settings:

    Name: ni4410_PS

    Material: Immobilization of additional hardware and select the PS. This is checked, any other assets are checked.

    Software module: NOR-DCPower, 4110 is listed as a device supported.

    Virtual names: It is where I am confused, under the name of physics there are four options that arise (0, 1, 2 and 3). This power has only 3 exits, so I'm not sure why four rise. I've done 4 virtual names, one for each of the options. I named the ch0, ch1, ch2 and ch3 respectively.

    When I put a power of IVI step TestStand, everything seems to work. I open the configuration window and set my values for each channel. If I try to validate the configuration by deselecting simulate and click init I do not receive an error.  As soon as I click on 'Set up' or 'Show Soft Front Panel', I get the following error:

    "IVI operation failed set to the name of lgical"OR PS 1'. Details: Possibility of Extention not taken care of by instrument driver. (Base) (- 30717) »

    Any information would be appreciated.  I tried to play with it for a few hours yesterday and a few colleagues trying to help.  We are all under the assumption that it should work.

    Thank you!!

    Jesse

    Hi jesserzamora,

    Did you see this link: http://digital.ni.com/public.nsf/allkb/331F2717DBCD1F858625758200745773?OpenDocument

    It addresses a failure similar to the step of IVI Power Supply of TestStand.

  • How to use the utility disk first aid for hard drive internal el captian

    How to use the utility disk first aid for hard drive internal el captian

    Select the drive and click first aid.

    If something is not repairable because this is the system drive, then you need to start using the recovery partition and run disk utility it.

  • Hello - I have just brought a Panasonic Lumix FZ70 but CS5 does not recognize the raw file (.) RW2). but aid for raw files says that the Lumix FZ70 is supported. Help

    Hello - I have just brought a Panasonic Lumix FZ70 but CS5 does not recognize the raw file (.) RW2). but aid for raw files says that the Lumix FZ70 is supported. Help

    Need of this camera camera raw 8.2 or later. Cannot use this CS5 version. You will need to download the 9.1 free dng converter and convert your images to DNG version CS5 can handle.

    Using Photoshop | Digital Negative (DNG)

  • Why not the preferences of the general calendar for "the day ends at:" only offers the possibility of 'am' and not 'pm '? And alerts for an event from 14:00 activate at the right time, but it's at 02:00.

    The "day starts at:" options correctly offer options of "midnight" through time "am" to "noon". Thus the "day ends at:" should have options starting with "midi" and moments of "pm" to "midnight", but instead, they are all time 'am '.

    And alerts for an event from 14:00 activate at the right time, but it's at 02:00. Maybe it's a consequence of the above.

    ???

  • Is there a way to automatically fill bookmarks and folders of bookmarks in the toolbar and menu for a consistent view?

    The separate group of bookmarks in Firefox in the toolbar, Menu and does not sort, I always found it cumbersome to use and manage. The search for bookmarks often means I have to open each one to find a specific bookmark. I am aware of the show all bookmarks in bookmarks option > drop-down Menu (but isn't in the bookmarks bar). I know how to copy the bookmarks and folders etc. but it is hard to do every time I have bookmark. And if I add a new bookmark folder and want a consistent view, I need to copy this folder in the Menu or eitherToolbar and copy the new bookmarks in the toolbar or the Menu as well.

    Is there an add-on or option or other alterative that exists to provide that kind of capability?

    If not, maybe an adding future functionality to Firefox to eventually change the vision presented in the bookmarks bar and Bookmarks Menu so that they match and can be activated by a new option of FireFox "change the bookmark view show merged Bookmarks Toolbar + Bookmarks Menu bookmarks and folders of bookmarks in the toolbar and menu.

    Thank you very much!

    After a few edits, I found a way to accomplish what I want, and fortunately, it can be done in the application of Firefox without needing an add-on.

    I simply copy the bookmarks unordered top-level in the top-level bookmarks toolbar and the bookmarks Menu of top-level. This, combined with the convention to add all new bookmarks in the folders under Unsorted Bookmarks or Unsorted Bookmarks, provides the unified content bookmark I want across all views bookmark 3 (Unsorted, Menu, Toolbar).

    From the library page (grown by selecting from the menu of Firefox bookmarks bar > show all bookmarks), if I select Unsorted Bookmarks, copy and paste into the bookmarks toolbar and paste in the Menu bookmarks, this is what I want. I actually created a symbolic/reference/shortcut link to Unsorted Bookmarks the other two favorite places can be found.

    With Unsorted Bookmarks in the bookmarks toolbars and bookmarks Menu, any add/remove bookmarks or add/delete records or restructuring of the bookmarks under Unsorted Bookmarks directory tree is also immediately reflected in all 3 of the possible locations of bookmark (Unsorted, toolbar, Menu).

    The design and implementation of bookmarks supports this simple solution, so Bravo for designers and coders for built-in extensibility / generality which support this approach. And thanks for the posters for giving me some background and history on the bookmarks in Firefox, motivation me digging to find this solution which is quite simple and elegant.

    Thank you!

  • Bought two of the iTouch, one for my wife and one for me. In the Notes his has the "" symbol for the formatting and mine does not work. Any suggestions?

    I bought the iTouch two at a time, one for my wife and one for me. In the application 'Notes' my wife shows the symbol "+" to the formatting and mine does not work. Any suggestion.

    Could you please include screenshots of the so-called issue?

  • A Message in a rectangular box "Messages Agent wants to use the 'Local products' kenchain. appearing on the screen and ask for Keychain password password.  This started after I changed the password of Apple resulting for the purchase of a new iPhone

    A Message in the box 1. "Message agent wants to use the 'Local products' kenchain. "is appearing on the screen and ask for Keychain password password.  This started after I changed the password of Apple resulting for the purchase of a new iPhone.

    My iPhone 5 has been damaged and the screen was not visible.  As a result, I couldn't open the iPhone.  I bought 5 s iPhone and when I got to connect with the iCloud

    I remember the answers to security questions.   The seller must change the password and enter new answers to security questions, I did.  This happened in Bangalore.  When I'm home in Ernakulam, Kochi (India), where I has the Air of Mac, Ipad and my wife had another iPhone and laptop computer Dell, these problems began to come up on the screen and blocks the screen.

    Four Messages are appearing: the first is on the top.

    Other messages are:

    2. ' cloudd wants to use the kenchain 'local products '. '

    appearing on the screen and ask for Keychain password password.

    3. ' com.apple.iCloudHelper.xpc wants to use the kenchain 'local products '. appearing on the screen and ask for Keychain password password.

    4. ' cloudpaired wants to use the kenchain 'local products '. ' is appearing on the screen and ask for Keychain password password.

    It of an upheaval and please suggest how to solve this problem

    Hello remy!

    I see that you are either prompted by iCloud Keychain with various alert messages.  I know it's important to have iCloud Keychain works correctly and I am pleased to offer you an article that should help you.  Please follow the instructions in the following support article:

    If your Mac keeps asking for the password in the keychain

    Thank you for using communities of Apple Support.

    See you soon!

  • How can I change the privileges of sharing and permission for certain applications and software?

    I need to change the permissions and settings for sharing applications. I find the custom preferences not defined by myself as well as many of those who are don't give me "read and write" access for them. When I go to "get info" to change these settings, it says I don't have permission to make changes. How can I solve this problem and make sure that it doesn't happen?

    Nothing should write an application, so I don't know why there is a problem.

    Protection of the integrity of system (SIP) in El Capitan prevents you from changing all the apps.

    For preinstalled applications, the system must have a reading and writing and group / everyone should be read-only.

    They will also have an access control entry, "group: everyone denies delete" which will appear as usual in the window read the information.

    Install apps via drag and drop, you will probably have as owner with Read and Write, but the other group is going to be read-only.

  • I have copy of old tbird and seamonkey e-mail files with the files and emails for each. I need to add to new tbird install. can not find a way to do it. Help

    I have copy of old tbird and seamonkey e-mail files with the files and emails for each. I need to add to new tbird install. can not find a way to do it. HELP PLEASE. previous e-mail files are under mail then mail.earthlink* .net and each of the five mail .net is an email address I have. I can't find a way to identify each file by email to the specific email address (IE mail.my E-mail name.net) so I can copy the files and emails from the past to the email addresses now under tbird. previous installed e-mail identities may not be the current configuration of e-mail files in tbird. I think that I must be sure that mail.name.net matches the previous mail.name.net to be able to copy and paste the old to the new. is there a way to find the file name correct the old email and correspond to the new? all my emails very important information are mostly in the old mail electronic id and must be available in the identification of email again (but same) how can I do this?

    http://KB.mozillazine.org/Importing_folders

    Use this module.

    https://addons.Mozilla.org/en-us/Thunderbird/addon/ImportExportTools/

  • Is there a way in which I can download iBooks content directly to iCloud by car through my device (iPhone or iPad) without the use of a Mac? If it isn't, I suggest and ask for an update which includes my needs inside. Thank you

    Is there a way in which I can download iBooks content directly to iCloud drive through my device (iPhone or iPad),without the use of a Mac?

    Otherwise, I suggest and ask for an update which includes my needs inside. Thank you

    See synchronize ePub, Books author iBooks and PDFs with iBooks and iCloud - Apple Support.

    TT2

Maybe you are looking for

  • OfficeJet 4500

    When my 4500 JO goes to sleep he doesn't wake up he remains in this mode. Print job incoming Fax, wireless, direct command by computer will not wake it. It disconnect the power source and let it recycle until you can use it. Then you never know when

  • Graphics card dual monitor will fit in an HP Pavilion Slimline s3600z

    I need to run two monitors to my HP Pavilion Slimline s3600z. My OS is Windows Vista 64 bit. I'm not a gamer; I teach in virtual classes and need to spread out the screen on two monitors. My graphics card is NVIDIA GeForce 9300 GE. The card offers th

  • We will use a script that allows users to connect only once.

    We will use a script that allows users to connect only once. However some users need a second possibility of connection.How is - this can be handled in a script? The users in question are members of the same group secuity. Where the use of Windows se

  • Launcher activity does not

    I kept getting this message and it took ages to move between applications. I did a search and found this solution that worked. 04-03-201209:25 AM

  • I can't view videos and news.

    I can't view videos and clips of news such as Yahoo news and ABC News videos. I removed and re-installed Adobe Flash, readers of the wave of shock and Java. I am setting up a new computer for my granddaughter using Windows 7 and it has the same probl