Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Dynamic routes

    Posted 11/26/20 03:27 AM
    ​Is it possible to have a different route assigned to a PM based on the jobplan sequence.
    Example
    Sequence 1: Monthly maintenance on a crane needs to have a route with just hydraulic filters.
    Sequence 2: 6 Monthly needs to have hydraulic filters and hoses.

    I was wondering if this could be achieved by a crossover domain or would it have to be scripted?

    ------------------------------
    Richard White
    ------------------------------

    #AssetandFacilitiesManagement
    #Maximo


  • 2.  RE: Dynamic routes

    Posted 11/27/20 03:23 AM
    Hi Richard,

    A great question - but nothing standard. Job Plans have a condition on tasks, labor, materials, services and tools which determines when they are created on a work order, so something similar on a Route Stop would be a great addition - a good candidate for an Enhancement Request.

    Kind regards

    Andrew Jeffery
    Maximo SME
    +31 627 020 728
    andrew.jeffery@znapz.com





    Ceresstraat 1, 4811 CA Breda
    The Netherlands
    +31 76 790 11 88
    www.znapz.com







    This email is intended only for the use of the party to which it is addressed and may contain information that is privileged, confidential, or protected by law. If you are not the intended recipient you are hereby notified that any dissemination, copying, or distribution of this email or its contents is strictly prohibited. If you have received this message in error, please notify us immediately by replying to the message and deleting it from your computer.









  • 3.  RE: Dynamic routes

    Posted 11/30/20 05:22 AM
    Edited by System Admin 03/22/23 11:55 AM

    Yes, a good candidate for an Enhancement Request indeed !!!
    Possible workarounds I would suggest :
    1) When the involved asset/location of all Routes Stops is always the one of the PM, a solution is of course : a Jobplan + (Nested jobplan when children WOs are wanted) + Sequencement.
    2) When each stop involve possibly a different asset/location, a first workaround could be:
     - Create a PM Hierarchy with 2 Children PM :
        - one child PM for "filters" with an additional attribute, let's say, "PM child Sequence", its value would be 1.
        - one child PM for "hoses", its "PM Child sequence" would be 6.
     - Create 2 escalations for ON/OFF the second Child PM based on the PMCounter of Parent PM:
        - one to activate child PM when "PM child Sequence">1 and decimal part of ((PMCounter of PM Parent + 1) / "PM Child sequence")=0
        - one to unactivate child PM when "PM child Sequence">1 and decimal part of ((PMCounter of PM Parent + 1) / "PM Child sequence")<>0
        - (then make sure to run them quite often).
        However, I see 2 potentially big issues with that "improvement":
           - the "PM Forecast" fonctionality plus Graphical scheduling will ignore such "improvement"
           - 5 times on 6, you will get a WO hierarchy with one parent and one child. Quite bizarre IMO.
    3) When each stop involve possibly a different asset/location AND the PM Forecast is needed, a second workaround I'd suggest would be :
      - Create 2 separate PMs (one for "filters" one for "hoses") whith their own Route, Frequency, ...
      - Lets Maximo generate independent WOs
      - Ease the "grouping" of generated independent WOs thanks to a special "tag" that make them easy to group by the Planner :
         - either in Wotrack : select "tagged" WOS then use the "Create Work Package" action
         - or in Graphical scheduling : select "tagged" WOS then use the "Create Work Package" action (right click...and so on).

    ------------------------------
    Hugues LOMBARD
    CAPGEMINI, PBS EAM
    ------------------------------
    #AssetandFacilitiesManagement
    #Maximo


  • 4.  RE: Dynamic routes

    Posted 01/24/23 08:55 AM
    Edited by System Admin 03/22/23 11:44 AM