Skip to main content
Solved

Shop Floor Workbench - Start Production(Team)


Forum|alt.badge.img+5

Doing an MES integration. Looking through the API explorer, I cannot find an API that will allow us to start run time/ set up time as a team. We find plenty of start Machine Clockings, or labor clockings. I can only find start team using the virtual assistant.

 

Surely there’s a way to start it with one API call.

 

Current setupis as follows.

 

We insert a record into the virtual table:
POST - ...projection/v1/StartClockingsAssistantHandling.svc/StartClockingsSet

    {

     "TimeType":"{{TimeType}}",

      "SelectedOperations":"OPERATION_NO={{operationNo}}^ORDER_NO={{orderNo}}^RELEASE_NO=   {{releaseNo}}^SEQUENCE_NO={{sequenceNo}}^",

      "CurrentTeamId":"{{teamID}}"

      }

 

Then we get objkey from above:
GET - /Reference_StartClockingsVirtual

 

Next we start the clocking with the objkey:
POST - StartClockingsSet(Objkey={{startObjkey}})/IfsApp.StartClockingsAssistantHandling.StartClockingsVirtual_StartClockings

 

Then we clean up the virtual table:

DEL - /StartClockingsSet(Objkey={{startObjkey}})

Best answer by Björn Hultgren

Try the action StartOperation avaiable from the ShopFloorServices API.

 

View original
Did this topic help you find an answer to your question?

3 replies

Björn Hultgren
Hero (Employee)
Forum|alt.badge.img+23
  • Hero (Employee)
  • 969 replies
  • Answer
  • February 14, 2024

Try the action StartOperation avaiable from the ShopFloorServices API.

 


Lukas
Do Gooder (Employee)
Forum|alt.badge.img+1
  • Do Gooder (Employee)
  • 8 replies
  • February 14, 2024

Hi, this is already answered by Björn but just adding some more API context here. 
The MES APIs in ShopFloorConnector (in the component MFGEXE or Manufacturing Execution Controller) was introduced in IFS Cloud and focus on machine integration. It does not support labor clocking's or teams.

However, the ShopFloorService APIs (that have been around since before IFS Cloud) in SHPORD does cover some team actions. 

API explorer

Both are similar in the actions the provide but ShopFloorConnector is designed to handle Part master data, Shop Orders, Machine integration and quality reporting. While ShopFloorService handles more shop floor work bench actions connected to team and labor activities. 


Forum|alt.badge.img+5
  • Author
  • Do Gooder (Customer)
  • 10 replies
  • February 14, 2024

Appreciate your responses. I quickly realized this morning that I did not specify(only tagged) that we are on Apps 10. We will not be on cloud for another yearish. It appears those API’s are not available to us.

 

API Explorer - shopfloor% filter

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings