question

Andrew Jovaras avatar image
0 Likes"
Andrew Jovaras asked Sam Stubbs answered

Capturing Run Speed in Recorder

I have a billboard displaying the current simulation speed (i need this information to be clear in a recording featuring various speeds). This works fine while running the model, however whenever I go to record the video this billboard simply displays the maximum run speed, regardless of the speed at which the video is being recorded. So instead of "20 days per second" it displays "89478485.3 days per second". Is this a bug, or simply a side effect of the way the video recorder operates? Are there any workarounds or planned fixes?

FlexSim 16.2.1
video recorderspeedbillboard
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

·
Sam Stubbs avatar image
1 Like"
Sam Stubbs answered

How are you getting a reference to the model speed? Chances are you are having the billboard return the runspeed of the model as that variable is set IN the model. If you want the billboard to return the runspeed of Recorder's runspeed, you'll need to get a reference to that variable/node.

Something like this:

get(node("/Tools/VideoRecorder>variables/outputs/Output1.mp4/default/speed", model()))

Where "Output1.mp4" is the name of whatever file you exported in your recorder.

This code will return a reference to the variable of your Recorder's runspeed instead of the runspeed you have set in your model.

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.