parallel operation

jaysjays Member Posts: 24
To produce an item say X needs to go through three operations(10,20,and 30)
20 and 30 are parallel operation

I have set routing header parallel
Next opn no of 10 is 20|30
What will be next opn for 20. If I set to 30 scheduling becomes wrong

Opn No. Next Opn No.
10 20|30
20 ?
30








I planned to create an extra operation 40 Say Finish with all time parameter as 0
Then routing line becomes


Opn No. Next Opn No.
10 20|30
20 40
30 40
40 All times set to 0








Will it be helpful? Please suggest

Comments

  • cernstcernst Member Posts: 280
    You're right you need to create operation 40. You can't end with a parallel operation.
    _____________________
    NAV Freelance Consultant
  • jaysjays Member Posts: 24
    Thanks for ur valuable suggestion.In that case to get finish product last operation (40) need to posted!!!
    Plz reply
  • cernstcernst Member Posts: 280
    Yes you must post output on operation 40 no time just output quantity.
    _____________________
    NAV Freelance Consultant
  • jaysjays Member Posts: 24
    Thanks a lot sir!!!
Sign In or Register to comment.