Display available parts in job table
Posted: Fri Dec 08, 2017 7:06 pm
Hi, I just worked a bit on my variant of the software which is a heavily modified version of the rmod-fork. Since I changed the machine also this version will not run on others, but that is no problem here:
I changed the jopb table so that I added a new column and draw there a colored bar showing the remaining parts for that strip as well as if I have enough to finish the job.
Green = all ok, red: Strip is depleted
Also, if I have a job entry where no valid part is added, it shows a "MISSING" in the column.
This showed very handy, as you see directly if any strips are depleted.
You can calculate from the tabeobject-data how many parts fit into the strip, which part is current, and calculate the difference to get the available parts.
As my strips lay in vertical direction I have a fixed length for all tapes, which makes calculation easy.
But you could also add a "capacity" field to the tape objects, allowing to set a capacity for every tape strip one creates. Many people use trays for their strips, they also have a fixed length of strip they can use. To calculate the available parts in that length is easy.
Maybe you could add that to the officia software, that would help a lot.
I changed the jopb table so that I added a new column and draw there a colored bar showing the remaining parts for that strip as well as if I have enough to finish the job.
Green = all ok, red: Strip is depleted
Also, if I have a job entry where no valid part is added, it shows a "MISSING" in the column.
This showed very handy, as you see directly if any strips are depleted.
You can calculate from the tabeobject-data how many parts fit into the strip, which part is current, and calculate the difference to get the available parts.
As my strips lay in vertical direction I have a fixed length for all tapes, which makes calculation easy.
But you could also add a "capacity" field to the tape objects, allowing to set a capacity for every tape strip one creates. Many people use trays for their strips, they also have a fixed length of strip they can use. To calculate the available parts in that length is easy.
Maybe you could add that to the officia software, that would help a lot.