Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 19.2.4 ]
For part of my senior design project, I am trying to build a system for detecting defects in an assembly line. At the moment I have a label "Defect" that is 1 base or 2 defective. I want my processors on entry to check defective items. If the processor would catch the defect, I want it to go to a caught scrap queue, and if not I want it to go to an uncaught scrap queue. But I don't want non-defective materials to be run through this check. Is there any way to have an on entry check based on the label value? Example,
If Defect == 2:
set value by percent: Defect
(% detection) = 2
(1-%detection) = 3
Else pass:
That way the program isn't checking non-defective items and calling them defective, and it is determining whether the defect would be detected or not for purposes of my simulation calculation.
I attached a photo of the simulation if that helps. For record's sake, I am on an educational key.
Solved! Go to Solution.