SW trigger send 33120 IVI - C step fails

I use the driver FOR the HP33120 in send step TS 4.0 IVI - C SW trigger.

I set up the device without problem for burst trigger 2 software leaders and validate it. When I try to use the SW trigger send IVI - V step I get the error

Component works IVI control error: IVI SendSoftwareTrigger operation failed for logical name '33120A '.
Details: Source of relaxation is not software trigger. Attribute: HP33120A_ATTR_OUTPUT_ENABLED, Channel: channel 1 [IVI. Error Code: BFFA1001].

Please let me know what I am doing wrong.

Thank you.

Elik

Steven,

This function was supposed to enable and disable the output signal of the 33120 with NEITHER IVI driver. I found a way to do it with the combination of TS IVI steps. I guess it's a bug with the IVI driver.

Thanks again. Case closed.

Elik

Tags: NI Hardware

Similar Questions

  • Variable set during step fails

    Hello!

    Is it possible to set a variable (or two) in one step, if the step fails?

    I looked at this thread: http://forums.ni.com/t5/NI-TestStand/Set-a-variable-in-a-post-expression/td-p/1186981 .

    that is quite similar to what I'm trying to do.

    I don't want to create a new step to achieve this. I know that I can't use the term Post to check if the step failed, because the condition Expression is evaluated after the phrase Post. The solution to the thread linked above has been to use the Condition Expression custom instead of the Expression Post, and I have the following to work:

    (Step.Result.Status == 'Pass')? (Locals.Passed = False): (Locals.Passed = True)

    But the problem I have here is that I want to write in a string and a variable number (error error code and text) instead of a Boolean value (Locals.Passed). How can I write about something else than a Boolean? Is this possible? Or do I have to create a new stage for each test step?

    It does not work:

    (Step.Result.Status == 'Pass')? (Locals.Error = 'No error'): (Locals.Error = 'Error')

    Kind regards

    Sindre

    Hello

    I have created an example of movie file that uses SequenceFilePostStepFailure to set local variables with an error message and the code depends on which steps failed.

    I've also included the steps to set the (currently skipped) Step.Result.Error because I think it's a nice alternative.

    Kind regards

  • How to pause execution in a sequence file if a step fails

    Hello

    How teststand may suspend performance if any step fails in the movie file. I used parameters of breakpoint with RunState.Step.Result.Status is 'Impossible', but this breakpoint is not worked... Is there a way to do this?

    Thanks in advance.

    Concerning

    Ran

    Add a SequenceFilePostStepFailure and put a statement in there with RunState.Execution.Break ().

  • Replace step Fail State causes the sequence fail LW/CVI custom Code generator

    Hello

    I have a Code CVI generator as part of the Toolbox ATML importer.  OR kindly gave me an example of how to change the Type of step as part of the custom Code Generator DLL and that works very well.

    However, if I try to change the step Fail value causes the sequence fail to VTRUE it seems do not set the value when the sequence is examined on a test bench.

    The code I use is:

    TS_StepChangeStepType (stepHandle, & errorInfo, typeDefinition);

    -where typeDefinition can be modified to change the type of step, it works and I can change the type of step if necessary.

    TS_StepSetStepFailCausesSequenceFail (stepHandle, & errorInfo, VTRUE);

    -who does not, the box is always set to VFALSE.

    Is there something that I am missing?

    Thank you very much

    Steve

    Steve-

    You must use the PropertyObject step to change the failure step Option. There should be a line of code the generator of custom Code that calls:

    Get the step as a PropertyObject in case it is necessary to change the properties of the General step
    tsErrChk (TS_StepAsPropertyObject (stepHandle, & errorInfo & stepObject));

    The stepObject is what you need to pass to the TS_StepSetStepFailCausesSequenceFail function as follows:

    Set the Option of failure of step-by-step

    tsErrChk (TS_StepSetStepFailCausesSequenceFail (stepObject & errorInfo, VTRUE));

    Please let us know if this happens to you to correct results.

    -Jeff

  • Step failed in New Thread does not display in the report

    Hello

    I call a sequence of sub in a 'new topic '.  A step inside this sequence of subroutine fails.

    The end result is the Test failed because it is supposed to be, but the step failed does not show.  (I show not only failed in the report).

    Can it be fixed?

    Thank you

    Rafi

    It is correct. If you look at the entry Point of the execution of the process template, you'll notice that once completed execution of the main sequence, the generation of reports and other things start.

    If spawn you a sequence in the new thread from the main sequence, MainSequence could finish before the subsequence ends its execution and the results of the sous-suite propagate to MainSequence. So as Ray mentioned, you can force the MainSequence expect the subsequence full run using a queue time.

    See attached screenshot and/or example:

  • Executed as user: domain\username. The return value is unknown. The process exit code was 128. The step failed.

    I have a job with 20 steps. This error occurs for any stage of perticular. It produces randomally at any stage.

    "The return value is unknown.  The process exit code was 128.  The step failed. »

    This is not the right forum for SQL database issues.

    Please repost your question in the MSDN SQL forum
    http://social.msdn.Microsoft.com/forums/en-us/sqldatabaseengine/threads

    Sincerely,

    Marilyn

  • ODI-1226: Error_log_procedure step fails after 1 attempt. ODI-1232: the execution of the procedure error_log_procedure failed. ODI-1246: the logical schema has not been defined for error_log_procedure.

    I created a procedure running during the mapping fails but I am facing this error

    ODI-1226: Error_log_procedure step fails after 1 attempt.

    ODI-1232: the execution of the procedure error_log_procedure failed.

    ODI-1246: the logical schema has not been defined for error_log_procedure.

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.getCollectDwgConnectConnection(AbstractSessionTask.java:754)

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.getCollectDwgConnectConnection(AbstractSessionTask.java:730)

    at oracle.odi.runtime.agent.execution.SessionTask.getExecutor(SessionTask.java:239)

    at oracle.odi.runtime.agent.execution.SessionTask.processTask(SessionTask.java:152)

    at oracle.odi.runtime.agent.execution.SessionTask.doExecuteTask(SessionTask.java:111)

    at oracle.odi.runtime.agent.execution.AbstractSessionTask.execute(AbstractSessionTask.java:864)

    to oracle.odi.runtime.agent.execution.SessionExecutor$ SerialTrain.runTasks (SessionExecutor.java:2024)

    at oracle.odi.runtime.agent.execution.SessionExecutor.executeSession(SessionExecutor.java:562)

    to oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$ 1.doAction(TaskExecutorAgentRequestProcessor.java:718)

    to oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$ 1.doAction(TaskExecutorAgentRequestProcessor.java:611)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:203)

    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doProcessStartAgentTask(TaskExecutorAgentRequestProcessor.java:800)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 1400 (StartSessRequestProcessor.java:74)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:702)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:180)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:108)

    to java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:471)

    at oracle.odi.runtime.agent.execution.job.OdiJob.call(OdiJob.java:73)

    at oracle.odi.runtime.agent.execution.job.OdiJob.call(OdiJob.java:73)

    at java.util.concurrent.FutureTask.run(FutureTask.java:262)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:724)

    Navigate to the ODI object with the name error_log_procedure , which I assume is an ODI procedure. On the target tab (and if this source) make sure that you have specified a logical schema in the appropriate drop-down box

  • Package ODI status is success even if one step failed

    Hello

    I have a package with 10 steps and one of them called interface. When I run the package, Interfacestep failed with errors of constraint and he scored as red, but my package status is success. But I expect my package status as having failed if any of the step failed in the package.

    does anyone have idea about it?

    Thank you

    Add the command OdiWaitForChildSession at the end of the flow and the Max Number of failed Sessions value value child 1. While it will fail and mark the package to red.

  • Pass / Fail step post action - option to retest step / fail step / interrupt the sequence on the failure.

    Hello...

    In my main sequence there are a number of Pass / Fail steps, before it a statement indicating an operator to connect cables, etc.

    What I want to do;

    If after the execution of a step, the result is a failure, we would like the opportunity to test again, or, fail step and continue or interrupt the sequence (in case of operator forgetting to plug one USE properly etc.)

    I'm a little out of my depth here in terms of how we could set this up in the "step > properties > Post Action" to give us these sort options, or if there is a different way / better make it quite.

    TIA.

    Jim.

    Do not use the Action.  There is a recall for this thing.

    This example shows what you are looking for:

    http://zone.NI.com/reference/en-XX/help/370052N-01/tsexamples/infotopics/callbacks_sequencefileposts...

    I would like to know if you have any questions on this subject.

    Hope this helps,

  • How to run the callback model SequenceFilePostStepFailure after step fails with the calls of the nested sequence

    Hello

    I want to appear a message immediately box on any test failure.  I thought I could use the reminder of the SequenceFilePostStepFailure model to achieve this, but when I change the reminder of process model to achieve this, I found that the recall code is executed only for the failures of step of the top level of the page sequence file.

    My test code has sequence called before mutiple files to the granularity of the basic numerical limit test that range from success or failure, so I would like to run the callback SequenceFilePostStepFailure immediately at this level.  I can accomplish this by adding a substitution of recall of SequenceFilePostStepFailure in the file of the sequence in question, but I prefer to use the implementation of reminder default template, so I can't find all the places where numerical limits tests are executed and cause the ASE of pass/fail.

    I have attached a few sequences of the example I want to illustrate the problem.

    Thanks for the help,

    Daniel

    My fault, I see now that the recall of model should I have changed is the ProcessModelPostStepFailure.  Problem solved.

  • HP Officejet Pro 8610: hp Officejet Pro 8610 cannot send faxes "Fax line State Fail"

    Dear support,

    I would like to send and receive faxes from hp Office jet Pro 8610:

    -the phone system is on PABX

    -J' have installation eja prefix dial number is "9".

    -Fax, run the Test, he failed "Test status of line Fax".

    -J' removed the prefix number, still aren't.

    -Here are the pictures:

    -Here is the arpeggio

    I thnk there is no problem with the cord, it has passed the test.

    -When I dialed the number of fax to the recipient, the message 'no response '.

    -J' plugged the 2 - Ext on the phone port, it can be used to call (using the 9 prefix) and receive a call.

    Help, please

    It was caused by the digital telephone network. Fax it extreme requires analog network.

    solved by me.

    Thank you =)

  • Send Photos from Lightroom CC fails

    In previous versions of Lightroom there is no problem in sending pictures. I've just upgraded to CC and my gmail and yahoo email accounts will not validate with selected password. They validate with no chosen password, but still pictures are not sent. Tried many suggestions that were on the Web without success. Suggestions?

    Thank you.

    PRS

    Hi Prsnrs,

    Please see the link below for validation in 2 steps for Google.

    Sign in using passwords App - Gmail Help Center

    Also, try and disable any active firewall on the system.

    Let us know if it helps.

    ~ Mohit

  • record result only if the step fails

    Hello

    It is possible to specify that a step should only appear in the results if the status is DOWN and not when it MEETS the test?

    It seems that you can only enable or disable the result for a step!

    Thank you!

    John.

    Hello

    If the response from Dennis will be full fill your needs then ignores this.

    If you want to match an only special stage then I would add a statement after that

    a process that removes the last element - Step.ResultList neck of prerequisite at this stage.

    Jürgen

  • MUSE: Adobe hosting, 123-reg URL and e-mail box, Muse/widget form will not send email.  Diagnosis step 1: form_check.php.  But this returns a "Page not found".

    I have a simple 1 page site live a reg-123 registered URL www.menitlimited.com, but using Adobe accommodation according to the directives of the packaging of Muse.  In short, the form doesn't send emails (should be sent to [email protected] - that is, I have entered the settings of the widget). Reading the forums, this test 'www.menitlimited.com/scripts/form_check.php' seems to be the first thing to do, but it returns "Page not found", rather than the ticks/crosses. What I am doing wrong or missing here please?

    Troubleshooting tips, you are referring are specific to when you are hosting on servers not Adobe. It is quite unusual to have a problem with a form when you host on Business Catalyst.

    The first thing to check are the filters of spam in your e-mail client. The most common situation is that the e-mail was sent and received, but classified as spam by your e-mail client.

    If this isn't the situation, I recommend you to contact our support Business Catalyst to Adobe Business Catalyst support>.

  • Why when im trying to send email it keep saying failed notification delivery status

    what the heck can someone you easier for people

    Hello

    You can not respond to the Notification emails. However, you can click the top link in the email which is the
    the thread title to return to this thread. Then you can enter a message.

    At the bottom of the email notification is this message:

    Please do not directly respond to this message. If you to not sign upward or feel that you have received this email
    in error click here to remove your email from Microsoft Answers.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

Maybe you are looking for

  • Your browser does not support frames

    When I try to open the site internal ip (such as 10.44.2.10), I get an error: 'your browser does not support frames. I use Firefox beta 8. Firefox 7 opens this site without any problems, that is to say too.

  • Re-install windows xp on Satellite M40

    When I bought this laptop I have windows xp installed, but Windows XP Home Edition cd has not been included. I noticed that some programs specifically designed for toshiba have also been installedNow I'm having a few problems and I want to install it

  • Olivine battery Airline

    Hey there,Does anyone have experience with taking batterys olivine in the airline baggage? Are there restrictions that you should know before you go check-in? Best and thank you very much

  • where I could get the recovery for dv6 2170us disk portable w7 64-bit

    W7 64-bit hp pavilion Home premium with a hard problem. with its media player. the sys. Fix warning is to install the operating system. Once again. I need to buy the disc. But how can I get it. If anyone can help me let me know it. thxs. luisfe

  • My stereo headset MH410c is weird.

    When I plug it into my phone, the sound is buggy and very bad quality. But if I press and hold the button on the headset, it works fine. Any help would be apreciated.