Is it possible to trigger the next event from within the event case?

I have a rather complicated event that is triggered by a change in value of a particular button in the interface. In some cases, I want to alter that button's value when handling other events. But when I do this, the event handling a change in value for that button does not get triggered. Is there a way to make sure the value change event gets handled at the next iteration of the while loop in which the event structure sits?
Solved!
Go to Solution.

Hi Mike,
Thanks! I was using properties and did not previously know what the value(signaling) was. Knowing this will really help me clean up a lot of redundant code.

Similar Messages

  • Is it possible to trigger the acquisition and recording of data in this condition?

    Hi
    I am a LabVIEW newbie,
    Is it possible to trigger the data acquisition and recording in the following case;
    I have two input signals 1. Pressure Transducer 2. Pulse from a magnetic pickup.
    I have to plot the pressure data against the pulses. Can I make the magnetic pickup signal as master signal to trigger the data acquisition and recording? and at the same time acquiring the pressure data as well.
    How can I do that ?
    Thanks.

    Hi Rich
    Thanks...
    I have PCI - 6033E High resolution multifunction I/O board and NI BNC - 2090 adapter chasis.
    What I am getting is the pressure from the transducer and magnetic pulses.
    Two cosecutive pulses encompass one complete cycle of the combustion process inside the engine.
    I need to record the data for presenting the information offline.
    Since combustion is a highly unstable process I need to get the optimum representative grapgh at a particular engine speed.
    So lets say, I want the magnetic pulse to trigger this the data acquisition for 50 of such pulses, i.e. 50 complete cycles of diesel engine. So that these 50 acquired cycles may be averaged for pressure readings and a single representative curve (graph) may be produced.
    Thanks again
    Message Edited by SeaMist on 06-26-2008 02:49 AM

  • Is it possible to import the failure cases from another test plan in MTM ?

    Hi,
    Is it possible to import the failure cases from another test plan? For example, I have created a new test plan with ID 1002. Now I want to import the failure cases from test plan with ID 1001.  Is there anyway to do this?
    Thanks,
    Leslu

    Hi Leslu,
    As far as I know, there isn’t that feature in MTM, but we could achieve that by add test cases to the test suite.
    As we know, the test case is associated to the test suite, remove the test case from the test suite won’t delete the test case, it just remove the relationship.
    So, we could base on the test cases’ id to add the test cases to a test suite of another test plan.
    The condition is:
    Work Item Type In Group Test Case Category
    ID In id1,id2 (e.g. 1,2,)
    Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Possible to create a JAR file from within a java app?

    Is it possible to create a jar file from within a java application?
    Can it be done more elegantly than by spawning-off another
    process with the Runtime and exec() portions of the api?
    Thanks
    Scott

    Thanks! I was mislead by the API notes for java.util.jar:
    The JarOutputStream class is used to write the contents
    of a JAR file to any output stream.
    I was looking for a class or method to make jar files.
    Seems this is it ;)
    Thanks
    Scott

  • Is it possible to trigger the pages differently

    Hi,
    I created one form with two pages.
    Depending on my data i want to trigger the first page or second page or some times both.
    Is it possible to do this.
    Iam using the regular SFP transaction to do the coding.
    i want to know whether the conditional triggering is possible or not.
    One more requirement is that  if i trigger the first page it should printed two times, if i trigger the second page i want to trigger three times times continuously..
    means printing in this sequesnce
    page1 page1 page2 page2 page2.
    Please help me.
    Regards,
    sasi

    Hello!
    Currently I'm using similar feature.
    Task:
    We have a list of employees with there phones printed in several columns.
    Depending on the available printer we would like to choose between A4 and A3 paper size.
    Solution:
    1. There are two different master pages ("A4" and "A3") in form layout with different columns layout (cause more columns fit onto A3).
    2. In the form hierarchy A4 is before A3 - so by default A4 master page is used.
    3. There's only one Body page. In my case there's no need to develop different body pages, but you can do it if needed of course.
    4. IV_FORMAT field in the form interface and context contains the name of the page format we would like to use (just string with "A4", "A3" or any other you can imagine)
    5. Body page contains Conditional page-break (Object palette -> Pagination -> Edit...) with the following logic (Language: FormCalc, Run At: Server):
    $record.IV_FORMAT eq "A3"
    If this is true then Break: Before To: Page "A3"
    How it works:
    As you can see from the solution above we send page format as parameter to the form.
    This means, that user can choose it in the print program.
    Depending on the incoming format systems either uses "A4" format (as default) or goes to "A3" page on conditional page break.
    As for the second requirement you can use the same conditional break technique to trigger the required number of pages.
    Best regards,
    Petr Perstnev

  • Is it possible to trigger the approval process programmatically?

    When a user attempts to add a form the add-on can intercept this but is it possible to check in the code whether this particular Form (document) would pass the approval process or not. The add-on can keep an eye on the loading forms and it can spot the authorization form, but if the approval process does not start for the current Form it would be added and that's too late for the add-on to do its stuff.
    Thanks.
    Svilen

    Hi Svilen,
    I don't think you can trigger the approval from within your add-on. However, you could check which approvals are active and retrieve the same query to run within your add-on. The results of running the query should tell you if the current document will pass the approval checks. I think there's a fair bit of work in getting this to work though :-\
    Kind Regards,
    Owen

  • Is it possible to trigger a bpel process from a database object.

    Hi,
    We want to schedule a bpel process to run daily .So we want to trigger it from a database job.
    Is it possible to call a bpel process from database..?
    Or
    Is there any way to schedule a bpel process from bpel server it self.
    Thank you
    Gayaz

    If you know about DBMS_JOBs then I would say the easiest way to invoke a BPEL process is via the AQ adapter. You just need to populate an AQ and a way you go. The good thing about this is that if SOA SUite is down when the schedule is run you don't need to retry, it will be picked up when it comes online again.
    cheers
    James

  • Is it possible to adjust MAX scaling values from within LV?

    I'd like to adjust MAX scaling values from within a LV application- is this possible?
    This is to be used for a 'calibration' feature of an application.

    Yes you can:
     (I have never done it actually)
    Quote from the online help:
    Saves the specified custom
    scale to MAX.
    More info.
    Ton
    Message Edited by TonP on 11-19-2008 08:53 PM
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!
    Attachments:
    Example_VI_BD.png ‏2 KB

  • Is it possible, when i call a vi from within my code, to pass to it parameters as input and to return some values too?

    Hi There!
    I am currently calling a vi from within my code. However, what i would like to do, is to pass it 2 int values when i call it and for it to return 2 int values when it is done!
    Any advice on how i can do this please.
    Thanks.
    Regards,

    Hi Matrix,
    is there a reason you do it this way? By Ref (it is called dynamically loading)
    If you place the VI directly on the BD of a VI you can just wire things up.
    Now if you need dynamically loading. hoover the open VI-ref function and right click on the type specifier and select create constant. Then right click browse, browse to your VI. Now you have the connector pane.
    But if I were you I just use VI directly, because you'll keep connections active between the two VI's
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Is it possible to trigger the Element Entry based on SIT

    Hi All,
    I would like to know if it is possible to attach an element (Earning, Non-Recurring) automatically when some SIT information is entered to the system. To explain it better we have an SIT to enter the business travel details and once this is entered by the Employee it goes to manager for approval and once it is approved by manager it gets committed to the system. Now we need to calculate the amount/allowance employee is eligible for the business travel.
    What I think is we can create an element and associate a fast formula (to calculate amount) with it but I also want to know if it is possible to attach that element automatically to the employee so that payroll department need not to attach it manually. Please let e know if it is possible.
    You can also share your view if there is better way to achieve the solution.
    Thanks you all,
    Avinash

    User hooks is the way to do it
    Check - Understanding and Using Application Program Interface (API) User Hooks in Oracle HRMS [ID 73170.1]
    HRMS API User Hooks
    User hook for SIT

  • My imac 2013 has fallen. Is it possible to replace the outer case?

    FRom the desk to the floor, my first imac was suddenly on the floor. Still working fine, no damage in that sense but case deformed and glass broke. It won t be possible to install new glass with deformation.

    You can make an appointment at an Apple Store or authorized Apple service center and have them give you an estimate. My guess is that it will be a significant percentage of the cost of a new iMac, given how the iMac is built (there is no separate glass in the Late 2012 iMac; the LCD is bonded to the glass), and so may not be worth repairing, but you may get lucky. Perhaps homeowner's insurance or accidental damage coverage through your credit card plan, if you bought the iMac with a credit card, will help with the cost of repair or replacement.
    Regards.

  • Is it possible to trap a Java  Exception from within an XPRESS Rule?

    Hellos.
    I have a rule which invokes a Java method which queries an oracle DB table.
    Due to network problems the oracle DBMS may reset the connection in some situations... which results in my Rule's invokation of the method giving an XPRESS exception because of an IO Exception. I want the chance to retry the query at least once before exiting the Rule and returning the error.
    If it is possible to detect this Exception would someone please let on how its done.. I cant change the Java method all I wish to do in my Rule is to check if the <invoke></invoke> block threw an exception.
    regards
    GF

    hi,
    You can call a .exe from a standalone application code, use the following piece of code
    java.lang.Runtime.getRuntime().exec("sol.exe");
    hope this is useful.
    cheerz
    ynkrish

  • Interface Should Trigger the File at Perticular time in a day

    Hi Experts,
                     I cam across the different requirement in my company.
    I am trigger the file to client twice every week. is it possible to trigger the file like that with the interface, can any one please guide me what are the necessary steps to be taken for this type of interface.
    Is it possible to send the file to receiver after one year with the interface.
    Regards,
    Nissi

    Hi Nissi,
    You dont need to do any additional configuration in the communication channels.
    According to your requirement you need to make use of the option of  Availability Planning in Runtime Workbench.
    You need to go to the runtime workbench and goto Component Monitoring.Once inside it, you need to select an adapter engine. Once you click Status tab , you need to go to ommunication channel monitoring .Once there then choose the option Availability Time Planning in the communication channel monitor.
    Inside you can find options which will guide you on how to go further..............
       Goto Availability Time field and select the  interval for the new availability time and then choose Create.
          In the Details tab page, you can make the necessary time specifications,
          You can select the communication channels for which you want to schedule the availability time, in the Communication Channels tab page.
    I hope this info will be helpful to you.For any further clarifications you are welcome.
    regards,
    Rohit

  • How to trigger the PAI in the POV (process value request)

    Hello everybody,
    On business agreement field in the POV, I developed a dropdown. This dropdown is working very well. When the user has chosen the business agreement in the dropdown, the corresponding address must be displayed in another field on the screen.
    The search on the adress is in the PAI.
    To see the address updated on the screen, the user must then press enter and that triggers the PAI.
    Is it possible to trigger the PAI in the POV so that the user can see immediately on the screen the address ?

    Hi everybody,
    Thanks for your help.
    I have tried with function 'DYNP_VALUES_UPDATE' with and without 'DYNP_GET_STEPL' before but it still doesn't work.
    Here are my code : if you find my error I recompense you very much immediately.  )
    Many thanks in advance
    Marie
    The name of the field to update on the screen is
    ZCRMT_0100_BTX_UI08-ZZADTXT.
    Here is my POV :
    module list_box_zzbuag_id input.
    Here is the piece of code for the dropdown
      perform read_activity_partner changing w_activity_partner.
      clear i_buag_id.
      refresh i_buag_id.
      select buag_id
             buag_text
             into table i_buag_id
             from  crmh_buag_search
             where partner eq w_activity_partner.
      sort i_buag_id by buag_id.
      delete adjacent duplicates from i_buag_id comparing buag_id.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
        exporting
          retfield        = c_retfield_buag_id
          value_org       = c_value_org_s
        tables
          value_tab       = i_buag_id
        exceptions
          parameter_error = 1
          no_values_found = 2
          others          = 3.
    Here is the code to search the corresponding address
    Within this module, I fill the screen field
    zcrmt_0100_btx_ui08-zzadtxt with the address
    perform read_adtxt.
    Here I do my best to apply the solution you propose but without success
    Here are the declarations :
    data :
      w_step_line like  sy-stepl.
      i_dynpfields type standard table of dynpread,
      l_dynpfields like line of i_dynpfields.
      w_dyname like  d020s-prog,
      w_dynumb like  d020s-dnum,
      c_adtxt like screen-name value 'ZCRMT_0100_BTX_UI08-ZZADTXT',
    call function 'DYNP_GET_STEPL'
    importing
    povstepl = w_step_line
    exceptions
    stepl_not_found = 1
    others = 2.
    refresh i_dynpfields.
    clear l_dynpfields.
    w_dyname = sy-repid.
    w_dynumb = sy-dynnr.
    l_dynpfields-fieldname = c_adtxt.
    l_dynpfields-fieldvalue = zcrmt_0100_btx_ui08-zzadtxt.
    l_dynpfields-stepl = w_step_line.
    append l_dynpfields to i_dynpfields.
    call function 'DYNP_VALUES_UPDATE'
    exporting
    dyname = w_dyname
    dynumb = w_dynumb
    tables
    dynpfields = i_dynpfields
    exceptions
    others = 8.
    commit work and wait.
    endmodule.                 " list_box_zzbuag_id  INPUT

  • Is it possible to use the case structure in on board progamming

    Hi
    I want to load a certain value in a variable in on board programming based on the encoder. How to implement this in 7344.

    No, it is not possible to use the labVIEW case structure in an onboard program. However, it is possible to implement the functionality you need by using a label, a jump to label on condition function and two on board variables. What you need to do is read the value of your encoder into one of the variables, once this value is in there you will use some of the variable arithmetic functions to compare its value to a value you would load into the second on board variable (the most common way is to use the subtract variables function). The result of the last varible operation is the used inside the jump to label on condition fucntion to evaluate the condition and to jump or not jump back to the label dependding on the result. For a much clearer explanation of this functional
    ity as well as some example code, please refer to chapter 15 of the following manual:
    http://digital.ni.com/manuals.nsf/websearch/EB609F​9BA065EA7A86256D350060C9A0?OpenDocument&node=13210​0_US

Maybe you are looking for