Skip to content

Production Schedule Connector

This describes to the premium APIs available in the ShopFloorConnector projection. To see payload and response examples refer to the projection documentation available in API Explorer.

The arrows in the flow illustrations have these meanings:

image-20230110104731583

Get Production Schedule information

These APIs return information about Production Schedules.

GetProductionSchedules

Get information about Production Schedule Line Ids with remaining quantities.

Payload options:

  • Only using "contract" in the payload gets all Ids with remaining quantities on the site image-20230110105004900

  • Adding "PartNo" narrows the filter by part image-20230110105204277

  • Adding "ProductionLine" in the payload narrows the filter by line image-20230110105121759

  • "FilterDate" return only the given and earlier Schedule Dates. Use this to limit production schedule date the horizon to only return relevant schedule in a close time frame.

GetProgressPoints

image-20230110104612607

Get information about progress points given a Site, PartNo and ProductionLine.

GetAnalysisInformation

image-20230110104700718

Get information structure regarding inspection analyses given a Site, PartNo and ProductionLine.

  • Return analysis numbers that are in status Planned.
  • The ShopFloorConnector API ReportAnalysisResult can be used to report results on the Production Schedule analysis.

Report Production Schedule information

These APIs invokes an action and registers Production Schedule related activities.

ReportQuantity

image-20230110104443244

Production Schedule quantity reporting. Receives parts produced in a production line.

  • By default, Effective Structure date is set to current site time and is used to fetches Alternate and Revision information
    • Effective Structure date can be overwritten by adding Alternate and Revision information in the payload
  • Time of production is current site time by default
    • This can be overwritten by adding time of production in the payload
  • Handling units can be set
    • Can not be generated from packing instruction
  • Does not support
    • Background job
    • Edit components
    • Packing instruction
    • Catch UoM

ReportProgressPointQuantity

image-20230110104246387

Reporting quantity for progress points on production line

  • By default, Effective Structure date is set to current site time and is used to fetches Alternate and Revision information

  • Effective Structure date can be overwritten by adding Alternate and Revision information in the payload

  • Time of production is current site time by default

  • This can be overwritten by adding time of production in the payload

ReportScrap

image-20230110104142382

Report complete scrap or scrap on progress point

  • By default, Effective Structure date is set to current site time and is used to fetches Alternate and Revision information
  • Effective Structure date can be overwritten by adding Alternate and Revision information in the payload
  • Time of production is current site time by default
  • This can be overwritten by adding time of production in the payload
  • Not using Partial Progress Point in the payload is interpreted as Complete scrap