question

AboElfadl avatar image
0 Likes"
AboElfadl asked AboElfadl commented

Dog interval control using motor

In a specific section of my production line, I have a monorail with a fixed number of hooks, and I'm simulating these hooks using intervals of 1-meter gap between the flow items using dog intervals. However, I'm encountering an issue where some hooks are free and not carrying an item. I want the monorail to wait for the "Dog" to be ready so that it doesn't miss any dog.

How can I ensure that the monorail waits for the "Dog" to be ready to maintain the desired intervals?
I want my model to do the same behavior as the picture.


1705786000370.png
Motor Control_Dog Intervals.fsm

FlexSim 23.2.2
dog intervalmotors
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered AboElfadl commented

You'd need to build a control logic that stops the conveyor, waits until an item is available, runs the conveyor for 1 dog interval and then stops the conveyor again and so on.

motor-control-dog-intervals-fm.fsm


· 7
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.