Reference to the conveyor that a decision point or photo eye is on

Reference to the conveyor that a decision point or photo eye is on

olavnarjord
Not applicable
38 Views
2 Replies
Message 1 of 3

Reference to the conveyor that a decision point or photo eye is on

olavnarjord
Not applicable

[ FlexSim 22.1.4 ]

I am making a model that is dependent on a set of photoeyes and decision points, and more specifically, the queue size that the photo eye or decision point is placed on.

An example to illustrate the usage:

I have a picking station respresented by a photo eye that I want to know the queue size of. That is, I want to know the amount of totes on the conveyor. I haven't found reliable way to make a reference to conveyor via the photo eye, and have been assigning labels manually.

Is there a way to take a given photo eye as input, and return the conveyor that the photo eye (or decisoin point) that it is placed on?

Any help would be appreciated. Thanks.

0 Likes
Accepted solutions (1)
39 Views
2 Replies
Replies (2)
Message 2 of 3

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution
myPhotoEye.as(Conveyor.DecisionPoint).conveyor
Message 3 of 3

olavnarjord
Not applicable
Thank you! Works as intended. Should have gone through the documentation more thoroughly.