I work on a production line that has 326 hangers which we connect different fixtures to. I wanted to create a visual tool for the loaders to help aid them in knowing what fixtures are coming etc.
I already have a simple table like so that i layout the line with in excel...
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1
[/TD]
[TD]Part A
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Part B
[/TD]
[/TR]
[TR]
[TD]....
[/TD]
[TD]....
[/TD]
[/TR]
[TR]
[TD]326
[/TD]
[TD]Part C
[/TD]
[/TR]
</tbody>[/TABLE]
Some notes:
The hangers move spaces every 25.4 seconds so I wanted to create a display that would reference the "Part Type" but that would auto refresh every 25.4 seconds and display the next Part down in the list.
The inspectors control the excel spreadsheet that currently has the above table. the layout stays pretty constant but They make updates if we make any part changes as the day goes.
Some other features I would need are the following...
- for the display to go back to referencing fixture 1 once it gets to 326
- a field where the inspectors can true up what fixture is passing by them at the current moment in case the timing is off due to line stops. The extra curve ball to this feature is if they put in fixture "10" for example... there are 12 fixtures between the inspectors and the loaders so if they put in "10" and hit "update" the display would have to add the 12 fixture locations back to the display.
**someone created such a display/tab in excel once but there has been some changes made to the worksheet since then and this person was able to create this with SEVERAL workarounds that I tried to trace the logic but was driving me crazy =)
Any help would be greatly appreciated and if you have any questions I will answer.
Thanks!!
I already have a simple table like so that i layout the line with in excel...
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1
[/TD]
[TD]Part A
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Part B
[/TD]
[/TR]
[TR]
[TD]....
[/TD]
[TD]....
[/TD]
[/TR]
[TR]
[TD]326
[/TD]
[TD]Part C
[/TD]
[/TR]
</tbody>[/TABLE]
Some notes:
The hangers move spaces every 25.4 seconds so I wanted to create a display that would reference the "Part Type" but that would auto refresh every 25.4 seconds and display the next Part down in the list.
The inspectors control the excel spreadsheet that currently has the above table. the layout stays pretty constant but They make updates if we make any part changes as the day goes.
Some other features I would need are the following...
- for the display to go back to referencing fixture 1 once it gets to 326
- a field where the inspectors can true up what fixture is passing by them at the current moment in case the timing is off due to line stops. The extra curve ball to this feature is if they put in fixture "10" for example... there are 12 fixtures between the inspectors and the loaders so if they put in "10" and hit "update" the display would have to add the 12 fixture locations back to the display.
**someone created such a display/tab in excel once but there has been some changes made to the worksheet since then and this person was able to create this with SEVERAL workarounds that I tried to trace the logic but was driving me crazy =)
Any help would be greatly appreciated and if you have any questions I will answer.
Thanks!!