Hello,
Below is current process :
We have an application running successfully where we fetch the weight of product currently on Production Line using Java.
All the products on line belong to same order and are of same type.
User at beginning enter the type of product and starts the production line.
Proposed new process:
Now client want that multiple type of product can belong to same production order.
i.e. on a production line different type of products can come one after other.
So we should now fetch the type of product also.
The Question :
Now the question is what are different possibilities in which we can find the type of product.
Can java fetch color of a box ? If we use scanner on line that scans the product and sends the color information to Java.
Above is just a possibility. Can there be any other parameters that Java can use to differentiate in type of product ?
Currently we are clueless.
What ever are the possibilities in Java we can propose the same to client. Even if that requires additional hardware.
Experts please suggest.
Thanking you all for such great forums.