question

Felipe Capalbo avatar image
0 Likes"
Felipe Capalbo asked Jason Lightfoot edited

Fixed Interval Movement (Power and Free) activation through Custom Code

Is there a way to activate the Fixed Interval Movement (Power and Free) option in the Conveyor Behavior through a Model Trigger Custom Code, on model reset, and define the Dog Interval value?
I would like to set the Fixed Interval Movement On and Off and define the Dog Interval value manually.

FlexSim 24.0.1
conveyorspower and free conveyordog interval
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

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

Yes - you can use the conveyor object properties like this:

conveyor.setProperty("UseFixedIntervalMovement",0);

and:

conveyor.setProperty("FixedIntervalPattern",[55,88,22]);
5 |100000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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