question

Patrick Cloutier avatar image
0 Likes"
Patrick Cloutier asked Matthew Gillespie commented

Transporter load no longer in correct position

As you can see in this picture, the Transporter doesn't place the load properly on the forks. This is because my model is in feets instead of the default meters. Is there any way I can easily fix this?


1676906760406.png

FlexSim 23.0.3
transporter problem
1676906760406.png (156.5 KiB)
· 2
5 |100000

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

Patrick Cloutier avatar image Patrick Cloutier commented ·

It does the same thing in any blank model in feet:

1676907635369.png

0 Likes 0 ·
1676907635369.png (87.9 KiB)
Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·
@Patrick Cloutier This bug has been fixed for 23.0.4 that will come out later this week.
0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Patrick Cloutier commented

I think Phil posted a workaround in this answer

· 3
5 |100000

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

Patrick Cloutier avatar image Patrick Cloutier commented ·

I tried the script he posted and it doesn't change anything unless I didn't place the script at the right place.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Patrick Cloutier commented ·

Yes you're right.

TransporterLoad_Feet.fsm

1 Like 1 ·
Phil BoBo avatar image Phil BoBo ♦♦ Patrick Cloutier commented ·

That script only updates transporters that went through the model-update process.

New transporters in non-meter model units is a different bug, which we have just now fixed for the next 23.0 bugfix release later this week.

You can fix this issue in your model right now with the same script, removing the if() statement on line 5 (that limits the scope to updated transporters) so that it appropriately positions the drawsurrogate component of each transporter based on its parent node instead of using hard-coded values that are in meters.

Also, you would have gotten a more accurate answer faster if you had posted your sample model itself instead of just screenshots of your example model. Then Jason could have tested the script himself and found a solution rather than quickly posting a link to a possibly-related question based on the scant information you provided.

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.