Split Automation Event Mashup
The split automation event mashup (PTC.ProductionDashboard.SplitAutomationEvent_MU) provides the ability to split an automated event into multiple automated events. This window is accessed by clicking Split Event on the Edit Loss Event window.
Widgets
The PTC.ProductionDashboard.SplitAutomationEvent_MU mashup uses the following widgets:
• Multiple Contained Mashup widgets, which call the following mashups:
◦ PTC.ProductionDashboard.EntryHeader_MU
◦ PTC.ProductionDashboard.AddSplitEntry_MU
◦ PTC.ProductionDashboard.SplitEntryDetails_MU
• A Button widget, used for the Close button.
Inputs
The input parameters for the PTC.ProductionDashboard.SplitAutomationEvent_MU are:
• timeZone—The time zone for the site to which the selected work center belongs.
• workCenterThingName—The Thing name of the selected work center.
• manager—The manager from which the dynamic services on this mashup are run.
• thingName—The Thing name of the pacemaker for the selected work center.
• event—An infotable containing information about the automated event that is being split.
Outputs
The output parameters for the PTC.ProductionDashboard.SplitAutomationEvent_MU are:
• workCenterThingName—The Thing name of the selected work center.
Services
The mashup uses the following dynamic services from the PTC.ProductionDashboard.Management_TS Thing Shape:
• GetModel—Retrieves the pacemaker for the original event.
• GetProductionBlockInfo–Retrieves information for a specified production block.
• GetSplitEvents—Retrieves the events that have been split from the automated event.
• GetPacemakerInfoForWorkCenter—Retrieves the pacemaker for the selected work center.
• Localize—Retrieves the token for any localized message text.
Dynamic services allow you to select the entity to execute a service at runtime. In this case, the service can be executed from any entity that implements the
PTC.ProductionDashboard.Management_TS Thing Shape. For more information, see
Dynamic Services in the Mashup Builder section of the ThingWorx Help Center.