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

FelipeCapalbo
Not applicable
3 Views
1 Reply
Message 1 of 2

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

FelipeCapalbo
Not applicable

[ FlexSim 24.0.1 ]

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.

0 Likes
Accepted solutions (1)
4 Views
1 Reply
Reply (1)
Message 2 of 2

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

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

conveyor.setProperty("UseFixedIntervalMovement",0);

and:

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