LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  question about clocks

    Employee
    Posted 02-02-2015 08:59

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dhrobertson

    clocks.jpg


    hi all,

    I want to trigger the running of the "Error Handling - MasterGeo" composite each time I run "Update MasterGeo" composite node. The natural flow of data is to the final excel node so I would like to be able to execute that node and for the Error Handling node to run automatically as well.
    I tried linking a clock from "Update Master node" output clock to the input clock on "Error Handling - MasterGeo", and running the excel node, but "Error Handling - MasterGeo" failed to run when I execute the excel node at the end.
    is there something I'm doing wrong?

    thanks

    Dougas


  • 2.  RE: question about clocks

    Employee
    Posted 02-02-2015 09:23

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    By linking the output clock of "Update Master node" to the input clock on "Error Handling - MasterGeo", you are saying that the "Error Handling - MasterGeo" node can't run unless the "Update Master Node" has completed successfully.
    However, if there are no clocks into the excel node, then the excel node does not rely on the "Error Handling - MasterGeo" node running successfully.
    It seems like in addition to the clocking you mentioned, you also should wire the outclock from the "Error Handling - MasterGeo" node to the inclock of the Excel node in order to ensure that the excel node cannot run until the error handling checks have run successfully.


  • 3.  RE: question about clocks

    Employee
    Posted 02-03-2015 03:23

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dhrobertson

    That makes sense Tim, thanks for the response and help.
    doug