Good evening, I have the idea to verify only 2 items each shift but I want some help to improve this weak logic, the idea is that each day the operator check 2 items in the conveyor using this custom code with the conditional decide:
- double currentHour = Model.dateTime.hour;
- if (currentHour == 9)
- {
- return 1;
- }
- return 2;
Thank you for the support!
Best regards,
Luis Gaytán