JoshuaHarrap Posted December 21, 2022 Share Posted December 21, 2022 Got issues with a combiner. i have a server that processes the member parts but has a 0.1 probability of going to scrap, this means the batch size has changed. the parent part has a integer state that gets updated when this happens but doesn't update the combiner batch quantity property. I have attached an image showing this issue. you can see the pallet number displayed which is the way i match the parts with the correct pallet. the pallet(parent) also displays the batch size using the same integer state which i use in the combiner logic. Theres a pallet with 4 items on it and it shows the batch is 4 so why wont that process it? Also attached the whole model so you can look at it all Batch and Scrap.spfx Link to comment Share on other sites More sharing options...
MauricioBiolato Posted December 21, 2022 Share Posted December 21, 2022 I used to have a similar problem. My advice, avoid the pallet entering the combiner untill you have defined de @new@ batch size, elseway the batchsize wont be updated. In my case I put a scan step in a prevoious node, retaining the pallet ouside the combiner until I've re-defined the batchsize. Let me know if that works Rds Link to comment Share on other sites More sharing options...
JoshuaHarrap Posted December 21, 2022 Author Share Posted December 21, 2022 Thank you so much. that worked!!!! 1 Link to comment Share on other sites More sharing options...
ShawnNevers Posted December 24, 2022 Share Posted December 24, 2022 You could also use the Release Batch Early Triggers to recheck the condition after an event. Link to comment Share on other sites More sharing options...
JoshuaHarrap Posted January 6, 2023 Author Share Posted January 6, 2023 On 12/24/2022 at 9:06 PM, ShawnNevers said: You could also use the Release Batch Early Triggers to recheck the condition after an event. Hi there, tried this as well. i get this error: please advise. Link to comment Share on other sites More sharing options...
Recommended Posts