Voir variable en temps réel en mode operator

Bonsoir,
J'aimerai savoir comment récupérer la valeur des variables à chaque instant des étapes de mes séquences de tests lorsque je suis en mode operator et en mode pas à pas.
D'avance je vous remercie,
Cordialement,
Nelson

Duplicate: http://forums.ni.com/ni/board/message?board.id=4170&message.id=32316
Aurélien J.
National Instruments France
#adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
>> Du 30 juin au 25 août, embarquez pour 2 mois de vidéo-t'chat ! Prenez place pour un voyage au coe...

Similar Messages

  • Variable switch with no other variables or temps

    I am a first level Java student in college. We have been instructed to write a Java program that promts the user to input three integers to int variables a, b,c and switch them so that a=c b=a and c=b with out using any other variables or temp variables. I know how to do everything except switch the variables without losing one. The only hint that he gave us was that
    x^y^y=x also when we print the variables after rotation we must do it as follows:
    System.out.println("a =" a "b=" b "c=" c);
    I would really appreciate any hints or advise you can give me to help me out with this problem
    again I have only been studying programming for a few weeks so my skills are limited.
    Thank You

    If
    a = 2; (0010) and
    b = 4; (0100) than
    a ^ b = 6 (0110)
    try
    a = a ^ c; //=a ^ c
    b = b ^ c; //=b ^ c
    c = c ^ b; //=b
    b = b ^ a; //=a ^ b
    a = a ^ c ^ b; //=c
    b = b ^ c;
    to solve your problem. Do not know if it is the shortest way, but it works. :)

  • 2002 Updation  using MOD -Operation.

    when we try to update the 2002 infotype using HR_INFOTYPE_OPERATION
    it is saving the STDAZ field value as 24
    when I pass any value in STDAZ through my frontend?
    is typing a message.
    : for ex: 1,2,3,4,5,6,7, or 8
    For Updation we are using MOD -Operation.

    Hi,
    STDAZ is automatically calculated from the difference btw BEGUZ and ENDUZ fields.
    If you donot fill these fields bur specify STDAZ instead, the system takes the attendance as 1 day and make STDAZ as 24 hours.
    Pls use BEGUZ and ENDUZ fields instead of directly updating STDAZ.
    Regards,
    Dilek

  • IDSM-2 Inline mode operation - cat6000 Hybrid

    Hello, is the inline mode operation on the IDSM-2 IPS 5.1 only supported with catos 8.4(1)?
    Thanks!

    I agree, the IPS 5.1 release notes http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps4077/prod_release_note09186a0080574954.html#wp1068104 says it requires 8.5(1) go figure.

  • Differential mode operation

    Hi:
    Could you tell me how the current through AI+ and AI-.There is also one biase resistor from AI- to AIGND.
    Attached is the digram that I cut from ni site. The AI- input is also connected to my test fixture ground at the end. I could not see how to current flow. Could you please tell me?
    I am in a very urgent. I really a quick reponse.
    Regards.
    John
    Attachments:
    Differential Mode Operation.doc ‏87 KB

    Hi AnalogKid:
    Thanks for your replying. You said current flows through the lump sum parameter RIN nodes (1) and (2) regardless if VS- terminal 0 is connected to ground or not.
    Then what is Rin? Rin is the resistor inside the 6250 board or the bias resistors from AI- to ground? Could you please tell me?
    Attached is my graph. I take VS as the voltage across 100ohm resistor. Is that correct? I would like to verify with you.
    Attachments:
    First Picture.JPG ‏33 KB

  • Are there alternative solutions to disconnected mode operations?

    Are there any 3rd party solutions for disconnected mode operations with Oracle databases? I've only been able to dig up Oracle Lite from searching on the web, but I'm interested in other approaches as well.
    If anyone has done the research and is willing to share some competing technologies/vendors, I'd appreciate it.
    Thanks

    Did the same research you did about a year and a half ago and Oracle Lite is best suited for replication with an Oracle Enterprise database. Biggest reason it is easy to build, on the surface anyway. It is scalable and reliable.

  • Getting the value from a StationGlobal reference variable in TestExec User Interface Editor Mode.

    Hi,
    I am using the TestExec User Interface editor mode, in the SequenceFileLoad callback from my sequence an instance is made from a C# code module
    (the code module is located in another dll) , this reference is stored into a station global variable.
    Now I want to retrieve the reference from the station global variable in my TestExec User Interface code.
    So, is it possible to get this reference back from the station global variable?
    Best regards

    Reading the StationGlobal is not a problem. But the problem maybe that your reference contained in your StationGlobal is probably not valid once the SequenceFileLoad has completed its execution which it will have done once the SequenceFile has loaded.
    Any references you wish to pickup are best down via one of the ProcessModel callbacks such as ProcessSetup. 
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Error using bind variables with SQL server with SQL92 mode

    I am using 2 bind variable in my VO (JDBC positional) . The mode is SQL 92 for ADF BC. I do not use the bind variable directly but in a view criteria. I see following error in the logs.
    The logs show the query executed and error.  I tried both ways - making bind variable required and not required. I have set -Djbo.SQLBuilder=SQLServer property. My other page works which has an updatable VO.
    JDEV version is - JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493
    <ViewObjectImpl> <getQueryHitCount> [4567] Estimated Row Count for ViewObject: [oracle.epm.fm.bc4j.queries.admin.UserOnSystemROVO]AdministrationAM.UserOnSystemROVO1, Query Statement:
    <ViewObjectImpl> <getQueryHitCount> [4568] "SELECT count(1) FROM (SELECT * FROM (SELECT
        TABLE1.SUSERNAME USERNAME,
        TABLE2.SMODULENAME MODULENAME,
        TABLE2.LACTIVITYCODE ACTIVITYCODE,
        TABLE2.DSTARTTIME STARTTIME,
        TABLE2.SSERVERNAME SERVERNAME,
        TABLE2.SAPPNAME APPNAME,
        TABLE2.LSESSIONID SESSIONID,
        TABLE2.LSESSIONSTATUS SESSIONSTATUS,
        TABLE2.LUSERID USERID,
        TABLE2.DSTILLALIVETS STILLALIVETS,
        TABLE2.LTASKID TASKID,
        TABLE2.SACTIVITYDESC ACTIVITYDESC,
        TABLE1.LUSERID USERID1,
        TABLE1.SUSERDESC USERDESC
    FROM
        TABLE2 TABLE2,
        TABLE1 TABLE1
    WHERE
        TABLE2.LUSERID = TABLE1.LUSERID) QRSLT  WHERE ( ( ( ( UPPER(SERVERNAME) = UPPER(?)  )  OR  ( ? IS NULL ) ) AND ( ( UPPER(APPNAME) = UPPER(?)  )  OR  ( ? IS NULL ) ) ) )) ESTCOUNT"
    <ViewObjectImpl> <getQueryHitCount> [4569] Bind params for ViewObject.getQueryHitCount: UserOnSystemROVO1
    <ViewRowSetImpl> <doSetWhereClauseParam> [4570] UserOnSystemROVO1 ViewRowSetImpl.doSetWhereClause(0, null, null)
    <ViewRowSetImpl> <doSetWhereClauseParam> [4571] UserOnSystemROVO1 ViewRowSetImpl.doSetWhereClause(1, null, null)
    <ViewRowSetImpl> <doSetWhereClauseParam> [4572] UserOnSystemROVO1 ViewRowSetImpl.doSetWhereClause(4, null, null)
    <ViewRowSetImpl> <doSetWhereClauseParam> [4573] UserOnSystemROVO1 ViewRowSetImpl.doSetWhereClause(5, null, null)
    <ViewRowSetImpl> <doSetWhereClauseParam> [4574] UserOnSystemROVO1 ViewRowSetImpl.doSetWhereClause(2, null, null)
    <ViewRowSetImpl> <doSetWhereClauseParam> [4575] UserOnSystemROVO1 ViewRowSetImpl.doSetWhereClause(3, null, null)
    <ADFLogger> <addContextData> Estimated row count
    <BaseSQLBuilderImpl> <bindParamValue> [4576] Binding null of type 12 for 1
    <BaseSQLBuilderImpl> <bindParamValue> [4577] Binding null of type 12 for 2
    <BaseSQLBuilderImpl> <bindParamValue> [4578] Binding null of type 12 for 3
    <BaseSQLBuilderImpl> <bindParamValue> [4579] Binding null of type 12 for 4
    <BaseSQLBuilderImpl> <bindParamValue> [4580] Binding null of type 12 for 5
    <ViewObjectImpl> <getQueryHitCount> [4581] ViewObjectImpl.getQueryHitCount failed...
    <ViewObjectImpl> <getQueryHitCount> [4582] java.sql.SQLException: [FMWGEN][SQLServer JDBC Driver]Invalid parameter binding(s).
      at weblogic.jdbc.sqlserverbase.dda4.b(Unknown Source)
      at weblogic.jdbc.sqlserverbase.dda4.a(Unknown Source)
      at weblogic.jdbc.sqlserverbase.dda3.b(Unknown Source)
      at weblogic.jdbc.sqlserverbase.dda3.a(Unknown Source)
      at weblogic.jdbc.sqlserverbase.ddb8.a(Unknown Source)
      at weblogic.jdbc.sqlserverbase.ddb9.a(Unknown Source)
      at weblogic.jdbc.sqlserverbase.ddb9.setNull(Unknown Source)
      at weblogic.jdbc.wrapper.PreparedStatement.setNull(PreparedStatement.java:622)
      at oracle.jbo.server.BaseSQLBuilderImpl.bindParamValue(BaseSQLBuilderImpl.java:2215)
      at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3687)
      at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:22684)
      at oracle.jbo.server.ViewObjectImpl.getQueryHitCount(ViewObjectImpl.java:4944)
      at oracle.jbo.server.ViewObjectImpl.getQueryHitCount(ViewObjectImpl.java:4857)
      at oracle.jbo.server.QueryCollection.getEstimatedRowCount(QueryCollection.java:4204)
      at oracle.jbo.server.ViewRowSetImpl.getEstimatedRowCount(ViewRowSetImpl.java:2677)
      at oracle.jbo.server.ViewObjectImpl.getEstimatedRowCount(ViewObjectImpl.java:10632)

    After making all the bind variables not required, the error is no longer coming.

  • Why mod operator is invalid in the loop

    code : 
    TABLES spfli.
    data c type i.
    SELECT *  FROM spfli.
      c = ( sy-linno mod 2 ).
      if c = 0.
        format COLOR COL_TOTAL.
      else.
        format COLOR col_key.
      endif.
      WRITE : / sy-vline,(15) spfli-carrid,
             sy-vline,(15)spfli-connid,
             sy-vline.
      ULINE AT /(37).
    ENDSELECT.
    Variable c is 0, never changed in the loop  why ?

    Hi,
    Use it this way:-
    data : itab type standard table of spfli with header line.
    select * from splfi into table itab.
    loop at itab.
      "write code here
    endloop.
    Hope this helps you.
    Regards,
    Tarun

  • How to pass variable into lov sql query using like operator

    hi.
    i want to use a lov where i want to pass a variable using like operator.
    my query is
    select empno,name from table where empno like ':ed%';
    my empno is A001 TO A199 AND B001 TO B199 so i want show either A% or B% empno
    how can i do this ?
    reagrds

    kindly press Shift+F1 at a time you face this error to see the exact Oracle error message.
    and provide us with that detail
    and its better if you start new topic for that error... because that will be new error,,,
    -- Aamir Arif
    Edited by: Aamiz on Apr 7, 2010 12:27 PM

  • HR_INFOTYPE_OPERATION - 'MOD' Operation

    I am using HR_INFOTYPE_OPERATION FM for changing a infotype depending on the user input.
    This FM does not change the record with modify operation (MOD).
    Error while trying modify operation is as shown below:
    "Infotype does not exist"
    The infotype does exist with a single record in the system and I am passing the whole key to the record. I am trying it with infotype 0077.
    Any idea why it's not able to modify an existing infotype. If anyone of you have ever used this FM for modify operation then pls let me know.
    Thanks!
    Rush

    Hi Rishi,
    I have done the same task which you are doing now that is IT0077 inserting and modifying operations.
    Check the below parameters...
      CALL FUNCTION 'HR_INFOTYPE_OPERATION'
                    EXPORTING
                      INFTY         = C_0077
                      NUMBER        = WA_0077_FR-PERNR
                      SUBTYPE       = WA_0077_FR-SUBTY
                      OBJECTID      = WA_0077_FR-OBJPS
                      LOCKINDICATOR = WA_0077_FR-SPRPS
                      VALIDITYEND   = WA_0077_FR-ENDDA
                      VALIDITYBEGIN = WA_0077_FR-BEGDA
                      RECORDNUMBER  = WA_0077_FR-SEQNR
                      RECORD        = WA_0077_FR
                      OPERATION     = C_MOD
                      TCLAS         = C_A
                      NOCOMMIT      = C_X
                    IMPORTING
                      RETURN        = R_OPER.
    Reward if useful.
    Thanks,
    Anil.G

  • Help with wrt310n n mode operation

    In n mode, i can connect to my laptop from the wireless router. However if I include wep or wpa-personal I cannot connect. the laptop is running vista. beacon int 75, DTIM 1, Frag 2306, RTS 2307
    In G or mixed mode all works 54 mbps, but that defeats the purpose of N at 130mbps
    I would really appreciate help.
    (Mod note: Edited for guideline compliance.)
    Message Edited by giantherockstar on 11-18-2008 01:03 PM

    Do you use N adapter on the other side.

  • Using delete/insert mode operator target in mapping

    Hello Guys,
    Can you help me please to resolve my problem. It's very urgent.
    I use OWB 10gR2 and I create a mapping for loading data from table to table.
    I got a source table A that I want to integrate into a table B.
    I want to put my target table B on delete/insert mode to delete data from B where A.annee = B.annee
    before inserting data from A.
    How to configure this mapping.
    Thanks in advance.
    Regards.
    fanfita.

    you dont have to do anything in particular:
    on the target table propperties click on the load type as Delete/Insert and specify the column which you need to check while deleting this can be done by clicking on the column of target table in your mapping and setting the properties such as "load while insert/delete/update etc" , you got to check the delete option of the columns that you want to check while deleting.
    If your target table has sequence then delete and insert will generate new sequence id and i am not sure if there is a Foregin key which needs to be considered here so it might be a better option to use update/insert
    if there are no dependencies at all then you can go for delete/insert option.
    Edited by: Darthvader-647181 on Feb 5, 2009 1:46 AM

  • Mod Operator malfunctioning

    See the following code two different Result for the same thing
    First Code with Output which is Wrong
    System.out.println( "Mod of 015110 % 7 ===> " + ( 015110 % 7 ) );
    Mod of 015110 % 7 ===> 1
    Now look at this Code with Output which is Correct
    System.out.println( "Mod of 15110 % 7 ===> " + ( 15110 % 7 ) );
    Mod of 15110 % 7 ===> 4Can anyone explain why it is like this.....

    prometheuzz wrote:
    DarrylBurke wrote:
    prometheuzz wrote:
    If you start an integer value with a zero, it gets interpreted in base 7Base 8 (octal), not?
    dbThe horse is already dead Darryl! : )Surely, under the n-1 rules, it's merely dying

  • Infotype MOD operation.

    Hi all.
    I am using HR_INFOTYPE_OPERATION to delimit the record in my infotype.. I want to modify the ENDDA = sy-datum - 1 in the existing record... But that FM is itself is not working.... is there any alternative to this FM?? Please reply me.. Its very urgent..
    My code..
        l_enddate = sy-datum - 1.
        wa_read_pernr-endda = l_enddate.
        CLEAR ls_return.
        CALL FUNCTION 'HR_INFOTYPE_OPERATION'
          EXPORTING
            infty         = '9035'
            number        = wa_read_pernr-pernr
            subtype       = wa_read_pernr-subty
            objectid      = wa_read_pernr-objps
            lockindicator = wa_read_pernr-sprps
            validityend   = enddate
            validitybegin = wa_read_pernr-begda
            recordnumber  = wa_read_pernr-seqnr
            record        = wa_read_pernr
            operation     = 'MOD'
            tclas         = 'A'
            dialog_mode   = dialog_mode
            nocommit      = space
          IMPORTING
            return        = ls_return
            key           = wa_key.

    Hi Elan,
    1. When calling the FM, in the parameter enddate,
        make sure you are passing the OLD/EXISTING value
        (which is there in the PA table)
        for the ENDDA field.
    2. I also assume you are locking the employee before
       calling this FM.
    one sample code as below :
    3.
    Report abc.
    *----------------- Data
    DATA : P0015 LIKE P0015.
    DATA : RETURN LIKE BAPIRETURN1.
    DATA : KEY LIKE BAPIPAKEY.
    DATA : RETURNE LIKE BAPIRETURN1 .
    *------------- Values (Change as per Requirement)
    P0015-PERNR = '1'.
    P0015-BEGDA = '2061101'.
    P0015-ENDDA = '2061101'.
    P0015-LGART = '3075'.
    P0015-PREAS = '01'.
    P0015-WAERS = 'INR'.
    P0015-BETRG = '2500'.
    *----- First Enqu
    CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
    EXPORTING
    NUMBER = p0015-pernr
    IMPORTING
    RETURN = RETURNE.
    *------------- Update
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
    EXPORTING
    INFTY = '0015'
    NUMBER = P0015-PERNR
    SUBTYPE = P0015-SUBTY
    OBJECTID = P0015-OBJPS
    LOCKINDICATOR = P0015-SPRPS
    VALIDITYEND = P0015-ENDDA
    VALIDITYBEGIN = P0015-BEGDA
    RECORDNUMBER = P0015-SEQNR
    RECORD = P0015
    OPERATION = 'INS'
    TCLAS = 'A'
    DIALOG_MODE = '0'
    IMPORTING
    RETURN = RETURN
    KEY = KEY.
    IF RETURN IS NOT INITIAL.
    WRITE :/ 'Error Occurred'.
    ENDIF.
    *--------- Dequeue
    CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'
    EXPORTING
    NUMBER = P0015-PERNR
    regards,
    amit m.

Maybe you are looking for

  • No network connection after hp laserjet m602 firmware update

    After updating firmware on our hp laserjet M602 printers, the printers are no longer communicating with our print server. I can't even print configuration pages, if the Network cable is connected.  The update completed successfully and I can print us

  • Wav vs. ID3 = nobody can solve this problem !

    Hi. I have a big quesion for you guys. Check it out. I have almost 800 wav files on my external drive #1. I have entered the information for every tracks in iTunes (quite an big big big job!). The thing is, i know the wav files does not keep this inf

  • Indbound Interface not visible in Receiver business service

    Hello Experts- II have created a business service. After creating the business service, when try to enter receiver inbound interfaces. The message interface which I declared in IR is not visible . I am not able to select it as its not visible. When I

  • Java in JSP page can't find local file

    Hi. I am very new to JSP development. I am having a strange issue. When I try to access a file within the same directory as my JSP file I get a FileNotFoundException thrown. Although, I can link the file using HTML so I know it is there in the proper

  • Labels & CR2008

    I've seen this issue already some times on the forum but like to try to get a solution or clear message that it doesn't work at all... Here's the situation: In CR2008 SP3.5 I've created a label with the size 10 x 8.5. The orientation is automatically