cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EWM stock removal from automatic warehouse without MFS resource

ales_knor01
Explorer
0 Likes
1,912

Hello, We are working on a project where we are implementing EWM MFS in a scenario where SAP does not control the AS/RS and conveyors directly via PLC, but only communicates via telegram with the technology vendor's MFS. So I have no info which crane will be putaway/removal. All putaway scenarios are via handover point to destination bin and can be done without resource. For picking, the scenario is reversed from the source bin to the handover point. For this scenario, picking with resource works fine until more than one WT is sent to the resource. The FM for sending a telegram checks if the resource has a task/telegram assigned to it. We need to be able to send more WTs to be picked up. Is it possible to do stock removal without MFS resource?
If the queue is without MFS resource the telegram is not sent. EWM MFS requires either CP or resource in the telegram.
The solution may be multiple resources assigned to the queue but this does not seem to me to be an optimal solution. Another option is to use no resource and change the telegram before sending.
Any ideas?

Accepted Solutions (1)

Accepted Solutions (1)

ales_knor01
Explorer
0 Likes

The problem was solved by using a fake aisle storage location in the LOSC. HU is virtually moved to the stock location (CP) with WT immediately confirmed in badi. Then a telegram is sent to the real PLC(CP) to move the HU from the aisle to the destination storage location. This is only possible because the previous WMS/MFS systems only communicated at the aisle level and not at the bin level.

Answers (2)

Answers (2)

rkarthik161092
Explorer
0 Likes

It seems like you try use EWM MFS standard functionality but doesn't align with physical activity. A crane/resource can process only one warehouse task/order at a time. But you would like to send/process multiple orders on the same resouce at the same time. It seems like you need create a custom FM based on some conditions storage type/activity area to be able to send the telegrams to 3rd party vendor system.

dietrichneumann
Discoverer
0 Likes

The problem at this point is not the multiple assignment of a resource, but that the EWM MFS standard currently does not provide for resources with multiple load handling devices.

We had the same problem with double cross-travel carriages or simply with AS/RS with two load handling devices.

At this point there is no other choice than to extend the MFS framework with a Z* framework:

  • Each load handling devices (LHD) is addressed with an own position number
  • Vehicle orders are LHD-specific (i.e. separate vehicle orders per LHD)
  • Vehicle orders at pickup / drop off bins can physically be executed in parallel

  • Error handling of each LHD