darcyrandall2004
Full Member level 1
- Joined
- Feb 1, 2009
- Messages
- 97
- Helped
- 3
- Reputation
- 6
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Perth, WA, Australia
- Activity points
- 2,099
Hello,
I am currently working on a project at work that involves packages being sent around a plant on conveyor belts. Each conveyor belt is broken up into a number of individual positions. Each position has a number of state machines associated with it. I.E a package arrives at that position, depending on the properties of the package the position executes the appropriate state machine that will see the package directed in the correct direction. I.e The position may initiate a pusher that drives the package onto another conveyor belt.
Basically there is not one overall program that controls the entire sequence of the plant, there is but a heap of small programs that control the plant.
What is the name for this programming philosophy?
Thank you
I am currently working on a project at work that involves packages being sent around a plant on conveyor belts. Each conveyor belt is broken up into a number of individual positions. Each position has a number of state machines associated with it. I.E a package arrives at that position, depending on the properties of the package the position executes the appropriate state machine that will see the package directed in the correct direction. I.e The position may initiate a pusher that drives the package onto another conveyor belt.
Basically there is not one overall program that controls the entire sequence of the plant, there is but a heap of small programs that control the plant.
What is the name for this programming philosophy?
Thank you