Scope Agilent MSO6104A and IVI steps

Hello

I use scope Agilent MSO6104A that is connected via Gbspecifications FOR.

I would like to control the scope by following the steps in TestStand IVI (TestStand 4.2).

I have downloaded the driver 'IVI - COM, IVI - C Version for 5000, 6000, 7000, 546xx 1.3.20.0 series Oscilloscopes' of the Agilent site and installed.

Agilent IO executable is installed as well.

The logical name of the instrument is created in MAX.

Then, I tried to communicate with the scope by TestStand IVI markets.

I copied the scope of the steps of the sequence of the example.

IVI step with the 'Init' operation tools works very well.

But the IVI measures fail.

For example, 'Configure 1 channel' fails with the following runtime error:

Details:

An exception has occurred the call "RunStep" in "ISubstep" of "ZNIUGOL of Types of step TestStand Ivi"
An error occurred during the execution of the step.
Error of component control works IVI: IVI configure failed for logical name 'MS06104A '.
Details: IO error: %1. [IVI. Error Code: BFFA4214]
Source: TSIviStepTypes

Error code:

-32032; User-defined error code.

NEITHER spy errors also (see the attachment).

Thanks in advance

I think you might have more luck if you use the pilot of the IVI-C written by NOR.

Tags: NI Software

Similar Questions

  • I am using IVI step switch in TestStand 4.1.1 and also try to call the Actions of LabVIEW using IVI

    I use IVI pass the stages and steps of IVI DMM TestStand 4.1.1 and then I have an Action step that IVI spend IVI DMM and features.  The problem I have is that if I run the VI in LabVIEW bear only functions without any error, if I run of TestStand without all previous calls to switch IVI or IVI DMM it works also, but if I run the sequence with a step of IVI teststand pass first I get the following error:

    Initialize IviSwtch with Options.vi
    The primary error: unknown status code (Hex 0xBFFA4001)

    «"" "String of full appeal:»»"»
    Initialize IviSwtch with Options.vi

    -1074118655; User-defined error code.

    I remember there used to be a problem with the steps of the IVI and IVI running LabVIEW, does anyone know if this problem has been corrected?

    Other ideas would be appreciated.

    Hello Kevin,

    It is a question of trying to open more than one session to a particular device of IVI.

    Here is a knowledge base on the issue. I found this knowledge base by searching '1074118655' or 'TestStand IVI Action no' to ni.com.

    Please let me know if you have any other questions.

  • I bought a new Iphone 5 s of Snapdeal in India, but when I created an account in the App store and next step his asking me to specify the details of credit card and the iTunes gift cards and codes I don't have an option to select none that I just

    I bought a new 5s of Iphone of Snapdeal in India, but when I created an account in the App store and next step his asking me to specify the details of credit card and the iTunes gift cards and codes I don't have an option to select none I just an options to select Master card, Visa and Amex. So what should I do to continue without entering a those sections.

    This step must be completed before you can go to the next step in creating an App Store account. It is only for the purpose of verification and just incase accidentally make you an in - app purchase.

    You cannot create an App Store account without card number.

    I hope this helps.

    AppleMan

  • Custom step and the step execution.

    Hello

    I need the solution for access to a stage performance

    The order of execution of a step to start as below.  How can I insert a call custom execution position before step 3 and after step 18?

    Can I create a custom step allow me to insert a function like that call

    1--> Allocate result

    2--> synchronization batch Enter

    3--> check Run for Skip mode

    4--> assessment

    ....

    17--> the Post expression evaluate

    18--> evaluate Expression of State

    Tphan wrote:

    Precondition can be used for dynamic defining the step to skip or fail, but limit to only Boolean

    The statement above is not correct, you can have any expression as long as they evaluate to true or false. Thus, for example, you can have a prerequisite:

    RunState.PreviousStep.Result.Status is "Passed"

    If the expression above to ensure that the step will run only if the previous test succeeded.

    I think that your problem can be solved using preconditions and post actions.

    Take a look at the attachment.

  • How can I create a gif image using photoshop. I mean photoshop shortcut keys and the steps for creating gif

    How can I create a gif for my blog [url removed by host] image using photoshop. I mean photoshop shortcut keys and the steps for creating gif

    CTRL + Alt + Shift + S Windows Mac CMD + Option + SHIFT + S change the image that you normally edit images.

  • Acquiring signals Oscilloscope Agilent 54642D AND settings

    Hello

    I would like to use LabVIEW to capture the signals already displayed on the screen of my Agilent Oscilloscope (model 54642D). With this waveform, I would get the current settings of the oscilloscope channel as well (volts/div, time/div, probe attention., delay, offset, sliders with freq/period, etc.). In other words, I acquire a signal with the scope (not), adjust the parameters of scope for my taste on the front panel of the oscilloscope, and then I would like to capture the exact waveform displayed on the scope WITH the oscilloscope settings.

    I have been using the project-style driver, found here: http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=724

    It works to control the settings of the oscilloscope and acquire a waveform, but this isn't what I want. I just want to LabVIEW to capture the current state of the oscilloscope screen and the parameters used.

    Thank you very much

    Brad

    Nothing will be mentioned in a textbook on LabVIEW or VISA. What is mentioned is orders SCPI to send to the device for a parameter. You have linked to the operating manual. There is probably a separate programming manual. This is the one you need. Most would be to use a VISA entry to send the request (IE CHAN1:COUP? for mating) and then a VISA read to get the value. You should always write first the instrument in order to tell what data it should return. There is a function to initialize the driver you have. Look at the block diagram, and you will see an entry VISA with a * IDN? written order and a VISA Read then returns the identification. You will make the same basic with commands written procedure.

    In MAX, you have an option of VISA interactive command where you can make a request, a reading or writing. A query combines a writing and reading. This is what you will do if you can do all your tests in MAX. When you have the correct query command, you can copy it in LabVIEW.

  • Confused and IVI compared with plug-and-play instrument drivers

    I'm just going up to LabVIEW and see that when I go to download instrument drivers, there are several lists.  One is a Plug-and-Play and the other is typically IVI.  What is the difference?  So far, I've been through the course of the lesson no. 1 and lesson #2 Basic Developer, but we have not touched on the use of the downloaded drivers.

    IVI: Interchangeable Virtual Instrument. With the help of this software layer allows the developer to work with an independent 'generic instrument' of the manufacturer (e.g. Agilent DMM VX OR DMM).

    Plug 'n' Play driver: the driver for the same instance of an instrument, necessary for the operating system to identify and drive the instrument. The driver is device-specific.

    hope this helps,

    Norbert

  • process model: include PreUUT and PostUUT step translates report

    Hello everyone,

    Little background:

    My test team has 4 writing code developer for 4 different components. The endurance test, we have common requirements as variable input voltage and of the temperature. Instead of using the common installation model, we prefer to use PreUUT of TestStand process model element. This helps each of follow us strict coding style.

    Problem:

    There are many examples to record the results of PreUUT and PostUUT in the report. However, all of these examples require change in file client sequence. How to implement this feature in the process template itself? So that developers do not have to ModelCallback process or use patterns in their code and still the tension updated the and temperature in ProcessModel could be connected to the report.

    Ah yes, I use TestStand 2013 (4.1)

    Concerning

    Benjamin

    Thank you, Julian.

    Some of your other posts has helped me solve the problem of the PreUUT. I don't know if this is the correct method, but it works very well for me.

    Did the following:

    1. in the ProcessModel activated sequence result record for any stage in PreUUT sous-séquence.

    2. in PreUUT sous-suite added after declaration-

    "" 'RunState.ProcessModelClient.Data.Seq ["MainSequence']." Locals.ResultList = Locals.ResultList

    And voila, I PreUUT step results in my report. I would like to have feedback on your part. Is this a good method? do you see any risk?

    The next challenge online is now to log PostUUT results in the report.

    Kind regards

    Benjamin

  • Apps and DB steps in cloning

    Hello
    I've seen the stages of cloning in this URL http://www.dbspecialists.com/files/presentations/cloning.html

    Apps version: 11.5.10.2

    The steps are:
    1.     Run system configuration on the Application tier:
    <COMMON_TOP>/admin/scripts/<SID>/adautocfg.sh
    Use the APPS password when prompted.
    2.     Run system configuration on the database tier:
    <RDBMS ORACLE_HOME>/appsutil/<SID>/scripts/adautocfg.sh
    Use the APPS password when prompted.
    3.     Copy AutoConfig to the RDBMS ORACLE_HOME:
    Apply patch 2952369 to acquire adchkcfg utility.
    Create appsutil.zip file by: perl <AD_TOP>/bin/admkappsutil.pl.
    Copy appsutil.zip file to the <RDBMS ORACLE_HOME>
    unzip -o appsutil.zip
    4.     Generate the database context file:
    cd <RDBMS ORACLE_HOME>/appsutil/bin
    adbldxml.sh tier=database appsuser=<APPSuser> appspasswd=<APPSpwd>
    Output log is written to: $ORACLE_HOME/appsuti/out/<SID>/cfgcheck.txt
    5.     Generate and apply AutoConfig configuration file:
    cd <RDBMS ORACLE_HOME>/appsutil/bin
    adconfig.sh contextfile=<CONTEXT> appspass=<APPSpwd>
    6.     Prepare for source database clone:
    cd <RDBMS ORACLE_HOME>/appsutil/scrips/<SID> 
    ./perl adpreclone.pl dbTier
    7.     Prepare for source application clone:
    cd <COMMON_TOP>/admin/scripts/<SID>
    ./perl adpreclone.pl appsTier
    8.     Copy the application tier file system:
    Logon to the source system as APPLMGR and shut down the server processes.
    Copy the following application directories from the source to the target node/file system:
       <APPL_TOP>
       <OA_HTML>
       <OA_JAVA>
       <COMMON_TOP/util>
       <COMMON_TOP/clone>
       <806 ORACLE_HOME>
       <iAS ORACLE_HOME>
    Shut down the source database and copy it to the target node/file system.
    Restart the source database and source application server processes.
    9.     Configure the target system database sever:
    cd <RDBMS ORACLE_HOME>/appsutil/clon/bin
    ./perl adcfgclone.pl dbTier
    10.     Configure the target system application tier:
    cd <COMMON_TOP>/clone/bin
    ./perl adcfgclone.pl appsTier
    My question is-

    Is it OK to run the steps 1 to 7 on a Production system when users are connected?

    Published by: user7640966 on July 9, 2012 19:24

    Thank you, Hussein.
    When you say bounce services, did you mean apps or db service service or both?

    When you run the AutoConfig on the database layer node, bounce the database services. And, when it is run on the application tier node, bouncing the application services.

    Also tell me if all the steps are required? Can not directly do adpreclone and continue with the steps after that?

    You can run preclone on the databases/applications tier nods. However, it is always recommended that you do the following before you start any clone:

    -Have the latest patches AutoConfig and applied quick Clone (get the documentation referenced in my previous answer patches)
    -Start AutoConfig on the database layer node and make sure that it ends successfully
    -Start AutoConfig on the application tier node and make sure that it ends successfully

    Thank you
    Hussein

  • Gmail authentication and two-step

    I don't know how to set up my gmail with TB when it activated authentication in two steps. Can someone tell me where to find information on how to do it?

    Google explains how to use their system here.
    https://support.Google.com/mail/answer/1173270?hl=en

  • Unique finished and differentiated steps of simultaneous action on a USB-6009 device?


    Sorry, I set off on the "Simultaineous" - the 6009 does not support simultaneous measurement.  Yes a task with multiple channels can have mixtures of complete and differential channels in a scan string-, but they must be on different inputs.

    for example, AI0 diff and SE AI1 is ok

    AI0 diff and AI4 SE is not as AI4 is reserved for the AI0 negative input.

  • . How can I disable AND restore (step by step) Windows XP firewall and also disable and restore Microsoft Security Essentials?

    Read the 'Yellow Book' on Windows XP for Dummies, I learned that if you do not disable the windows firewall and other protection, if you defragment, you tend to gum the system.  I just be reformatted with a Home Edition CD and I have the SP2 and SP3 updates (134!), as well as Adobe Reader and Flash Player, and a few other basic programs installed.  Does anyone know a quick way to disable MS SecEss and the firewall of Windows XP?  I guess its easy just go to the firewall in the control panel and to stop him for now.  Still to learn, people.  Thanks a lot for all ideas.  Dave Becker

    ...

    .....

    .......................

    ................................................................

    Throw this book stupid right now. Do not disable the firewall Windows or Security Essentials. These things protect your computer. Is there seriously a book published there that tells you to turn off the antivirus and firewall!

  • iPad and 2-step security process

    Hello

    I just put in place the process of verification of 2 floors on my Hotmail account. Now my iPad email asking me my Hotmail password (anything on a security number) when I go on this device. Strange thing is, I always get my e-mail account Hotmail on this device, even if she asks and I it cancel because the current, valid password I enter in the field does not work.

    What gives?

    Bill Wuhrman

    Bill

    I suspect what happens is that you use always the global account password and not the built application password.  You will always get mail until you connect the deviceout (which is a good idea in any case) and then you will need generate a password (on the pc in outlook.com) and 'trust' the mobile device. After what he should not do that.

    You must open a session and go here https://account.live.com/securityprivacy/overview to do.

    Alternatively, you can install the outlook application, so whenever you need an "access code", you can approve it directly on the mobile device

  • I need to restore my computer to the 21st of this month, but it doesn't seem to work and the steps of my vista tells me are terribly detailed could someone please help me with this

    When the start of the Restore Wizard, it asks me to use a current restore point or create a new but Ive tried several times to create an and I can't seem to get my computer back to the 21/08/11

    Hi Colin,

    The simple answer is that you use a current restore point.  It may or may not be a box on the screen that should be checked to show more than 5 days, points of restoration (depending on your version of Windows).  Then you select either the 21/08/11 if there is one closest prior to that (if it exists).

    When you create a restore point you create one for the computer as it exists now.  It cannot create one for a date in the past.  Either you have a course available, you will need to use another that always meets your needs or it can be done.

    This is the best tutorial on system restore I found and can help you: http://www.vistax64.com/tutorials/76905-system-restore-how.html.

    I hope this helps.

    Good luck!

  • Window 7 - 32-bit in drive D shown tobe full and the steps taken to establish a space cannot be done in the light of some errors

    I'm working in Window7 32 bit.   Now, it shows that the D drive, where window7 is installed, is full and there is no space available. I transferred some programs and documents measuring about 2.5 GB G disk and after 2.5 GB of space has been shown tobe available. After awhile, the disc has been shown tobe full.  Then, I used C Cleaner and cleared things temporary and unwanted, measuring about 1.75 GB.  Then 1.75 GB of space has been shown tobe available.  After some time again D drive showed complete tobe. I realized that there is a problem and rectify that I went for troubleshooting. But it showed me that a problem prevents troubleshooting start and error code was OX80070070 in the diagnosis of Performance packaging ID account for this problem I can't update my window updates and anti-virus updates.  I tried to restore to an earlier date, but it showed me that a minimum of 300 MB of space should be available in the player.  Please guide me to correct the defect.

    Good disk management involves taking corrective action when the amount of free space is less than 20% of the capacity. Punish you yourself by leaving space free fall to 0%.

    Please use snippingtool.exe to create a snapshot of the disk (diskmgmt.msc) Manager, and then save the image as a file and attach it to your response.

Maybe you are looking for