by Vmax549 » Sun Jan 14, 2024 6:39 pm
Hi Dezsoe, You are going about it backwards. You should just take the tool table and assign a "tool slot" column at the beginning of the table . Then you assign the tool slot to the tool #. Then when a tool is called "M6 T1" you check the tool table. IF there is a tool slot #1 assigned use that "tool #". IF there is not a tool slot assigned then just use the Tool# from the table. That is how it is mostly done done in the commercial world.
You really do not need to change the main display as the current tool # is already displayed. IF you want to see the assigned tools simple switch over to the tool table. IF you really wanted to add a useful item simply do a next tool display like Next Tool [ T1 ]. Or a line display of tools used such as
Tools Needed [ T1 T4 T6 T12 T23 ]
While you are working on the tool table could you add a time in use column that will track how long each tool is used. From the call of the tool M5 T1 start a timer for "time in use" then at the M30 or the next tool call stop the time and add that time to the "time is use" column of that tool.
Keep it simple (;-)
Just a thought, (;-) TP