Skip to main content

Hello,

I am working on a PM action configuration and need guidance on setting up Work Orders based on two specific triggers:

Accumulated Parameter: A work order should be generated when the accumulated parameter reaches a certain threshold (e.g., 5000 units).
Limit Parameter: A Work Order should also be generated when a predefined limit is reached. Additionally, when a Work Order is triggered by this limit, the accumulated parameter should be reset accordingly.
I'm looking for advice on:

How to configure these two parameters in the system to trigger separate Work Orders.
The best approach to reset the accumulated parameter when a Work Order is generated due to the limit parameter.
Any specific settings or configurations that might be required to achieve this setup.
If anyone has experience with similar configurations or can provide a step-by-step guide, it would be greatly appreciated.

@Hashmit This is possible. Add the parameters to the Object (Use the Testpoints/ Parameter) tab in either Serial Object or Functional Object. Then use the Condition tab in the PM Action window to define the criteria.

I hope this is what you were looking for. AFAIK resetting the param is not automated.


@Buddhika Kurera Hi, and how this will ensure that IF my limit parameter has triggered work order then the accumulated value resets ? 


@Buddhika Kurera  thank you for the time but I was looking if there is something for resetting . thanks again


@Hashmit As a work around, you can use the Last Value field in the Condition tab. It records the value when the WO is generated. Add a custom field (something like running value) = (Last Recoded Value - Last value) would give you the reading that you are looking for. 

I dont think Resetting is possible, will let others to comment on that :)


Reply