My colleagues from the MES team and I are having a heated discussion π about plcChangoverStarted content. They tell me that the type number that is being sent within plcChangoverStarted is the current one.Β What I've seen in other projects including Digital machine somethingΒ is different and it works like this:
- Select type from File dialog and copy to Station.State.Data.New[1].TypeNo
- Send plcChangoverStarted event with this content. The type number I'm trying to change to is sent.
Β
- Process changover.
- At the end send plcChangover with Station.State.Data.Cur[1].TypeNo.
So my simple question is: Should the plcChangoverStarted contain the number of the current type (TypeNoCur), or the type I'm trying to change to (TypeNoNew)?