Instruction making rant


RE: Instruction making rant
#59
(2020-05-31, 12:38)Daniel R Wrote: I like the idea with NEXT. But would you allow the parts in between the POS sections to be different (like different count or different references)? Because if so, what would you display in the PLI (and on which step)?

My idea was that the PLI would be based on the first (mandatory) set of pieces (thus, the ones before any optional POS commands). Any new pieces that appear in extra POS commands should be ignored in the PLI. They shouldn't be there in the first place anyway, but it can be gracefully handled by simply not showing them in PLI (they will of course show up in the assembly).

If you're hinting towards adding pieces to an existing buffer that need to be replaced together (e.g. you're adding a door to a model, then attach pieces to the door in the next step and only then close the door in the third step), that is indeed something that I honestly haven't thought about in my initial post. That's a good point  Undecided 

I think the most logical way to solve that with the idea I posted above is by simply using multiple buffer definitions.

Thus, something like this:
Code:
0 BUFFER DEF START A
// Door in open position
0 BUFFER POS
// Door in closed position
0 BUFFER DEF END

0 STEP

0 BUFFER DEF START B
// Parts attached to open door
0 BUFFER POS
// Parts attached to closed door
0 BUFFER DEF END

0 STEP

0 BUFFER A NEXT
0 BUFFER B NEXT

Or, maybe by extending the buffer definition in some way, maybe something like this:

Code:
0 BUFFER DEF START A
// Door in open position
0 BUFFER POS
// Door in closed position
0 BUFFER DEF END

0 STEP

0 BUFFER EXT START A
// Parts attached to open door
0 BUFFER POS
// Parts attached to closed door
0 BUFFER EXT END

0 STEP

0 BUFFER A NEXT


I personally like the first one more, because it leaves less room for error. Though, it does make me wonder how that would need to be implemented in CAD software, since it's difficult to place parts in their final positions, while the final position of the previous buffer isn't visible yet (if that sentence makes sense, maybe I should make a visual example?). On the other hand, I don't know how much of an edge case this is, because I think most buffers will be used for simple stuff. On the other, other hand a more flexible buffer exchange like this with support for multiple positions of course might make more complicated buffer exchanges possible so...

If anyone has any good or better ideas, sure post them  Smile
Reply
« Next Oldest | Next Newest »



Messages In This Thread
Instruction making rant - by Daniel R - 2020-05-22, 23:30
RE: Instruction making rant - by Daniel R - 2020-05-24, 11:32
RE: Instruction making rant - by Daniel R - 2020-05-24, 12:05
RE: Instruction making rant - by Daniel R - 2020-05-27, 1:01
RE: Instruction making rant - by N. W. Perry - 2020-05-26, 16:53
RE: Instruction making rant - by N. W. Perry - 2020-05-26, 17:49
RE: Instruction making rant - by N. W. Perry - 2020-05-26, 21:03
RE: Instruction making rant - by Daniel R - 2020-05-27, 1:39
RE: Instruction making rant - by N. W. Perry - 2020-05-27, 22:18
RE: Instruction making rant - by Daniel R - 2020-05-27, 1:47
RE: Instruction making rant - by Daniel R - 2020-05-27, 1:33
RE: Instruction making rant - by Daniel R - 2020-05-27, 16:01
RE: Instruction making rant - by N. W. Perry - 2020-05-27, 16:22
RE: Instruction making rant - by Daniel R - 2020-05-27, 16:32
RE: Instruction making rant - by N. W. Perry - 2020-05-27, 16:55
RE: Instruction making rant - by Daniel R - 2020-05-27, 17:38
RE: Instruction making rant - by Daniel R - 2020-05-27, 20:20
RE: Instruction making rant - by N. W. Perry - 2020-05-27, 22:14
RE: Instruction making rant - by Daniel R - 2020-05-28, 13:43
RE: Instruction making rant - by N. W. Perry - 2020-05-28, 16:53
RE: Instruction making rant - by N. W. Perry - 2020-05-27, 22:37
RE: Instruction making rant - by N. W. Perry - 2020-05-28, 15:32
RE: Instruction making rant - by Daniel R - 2020-05-28, 15:53
RE: Instruction making rant - by N. W. Perry - 2020-05-28, 16:37
RE: Instruction making rant - by Daniel R - 2020-05-28, 16:47
RE: Instruction making rant - by N. W. Perry - 2020-05-28, 17:17
RE: Instruction making rant - by N. W. Perry - 2020-05-28, 14:45
RE: Instruction making rant - by Daniel R - 2020-05-31, 12:38
RE: Instruction making rant - by Merlijn Wissink - 2020-05-31, 13:17
RE: Instruction making rant - by Daniel R - 2020-05-31, 13:51
RE: Instruction making rant - by N. W. Perry - 2020-05-31, 19:33
RE: Instruction making rant - by N. W. Perry - 2020-05-31, 19:21
RE: Instruction making rant - by N. W. Perry - 2020-05-31, 18:54
RE: Instruction making rant - by Daniel R - 2020-06-02, 21:26
RE: Instruction making rant - by Daniel R - 2020-06-02, 23:44
RE: Instruction making rant - by N. W. Perry - 2020-07-03, 15:22
RE: Instruction making rant - by Daniel R - 2020-05-27, 15:48
RE: Instruction making rant - by N. W. Perry - 2020-05-27, 16:20
RE: Instruction making rant - by Daniel R - 2020-05-27, 19:59
RE: Instruction making rant - by Daniel R - 2020-05-27, 19:58
RE: Instruction making rant - by Daniel R - 2020-05-27, 18:58

Forum Jump:


Users browsing this thread: 2 Guest(s)