Click here to Skip to main content
15,909,652 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I’m creating a system where the user will be able to selected operations for a product to go through in order to be built (production line) and the product can only go through the set order nothing else! What would be the best methods to use?


So there are 10 processes that a product can go through to be produced (but not always in the same order). If the product has gone through to the first production process - how will I send it to the next production process and how will the system know what the next production process is

I just need some ideas on the different ways I could carry this out. Could any one give so advice??

What I have tried:

Are there any websites to use?
Posted
Updated 22-Apr-18 0:35am
v2
Comments
Richard MacCutchan 22-Apr-18 3:37am    
You need to provide much more detail for anyone to be able to give a sensible answer. The basic idea of a production line is quite simple, but the specifics vary widely.
Member 13765884 22-Apr-18 4:09am    
Thank you.

So there are 10 processes that a product can go through to be produced (but not always in the same order). If the product has gone through to the first production process - how will I send it to the next production process and how will the system know what the next production process is
BillWoodruff 22-Apr-18 5:08am    
Can you program in C# now ? Are you familiar with Stacks, Queues, and Async Tasks ? If you start writing code, we can help, but, you have to do the work.
Member 13765884 22-Apr-18 5:30am    
I can do the basics - wouldn’t say I’m advanced in it. Thank you I’ll look into those things. Could you give me an example of what I’d use the things you listed for please?
BillWoodruff 22-Apr-18 5:40am    
Everyone here was a beginner: once :) I suggest you study, and practice coding with, those C# resources I mentioned. And, get very familiar with Classes, Inheritance, and Generics.

Make diagrams on paper to help you visualize the flow of control of your production line, and think how to map the components and events to Classes and event-handling code.

Is this homework ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900