question

achuta.kalidindi avatar image
1 Like"
achuta.kalidindi asked Adrian Haws edited

Is there a way to scale decision points, exit transfers and connector arrows

I am trying to model an automated cell with smaller machines. I was able to scale all the conveyors and processors to the required size, but am unable to do the same with decision points, entry/exit transfers and connecting arrows. Is there any ways they can be scaled down ? The attached picture is an example of what the model looks like.

Thank you

example.png

FlexSim 16.1.0
decision pointsconnectionsvisualtransfersize
example.png (36.0 KiB)
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

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered achuta.kalidindi commented

Decision Points can be sized using the Decision Point Draw Size field in the Conveyor System properties.

The Connector arrow size can be changed in View Settings (View -> View Settings)

As far as I know there's not an easy way to change the size of exit/entry transfers, but you could use the Script console to change their size:

treenode transfer = node("MODEL:/ExitTransfer7");
double newVal = 0.1;

set(spatialsx(transfer), newVal);
set(spatialsy(transfer), newVal);

· 1
5 |100000

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

achuta.kalidindi avatar image achuta.kalidindi commented ·

Thank you Matthew, That solved my problem!!

0 Likes 0 ·

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.