Skip to main content
Question

Progress bar during translation

  • October 22, 2015
  • 3 replies
  • 78 views

Hi,

 

 

I was wondering if there is a way to set up some kind of progress bar in my application which calls fmw file? Does FME know even approximately how much time he needs to finish?

Can I use some other information to get estimated remaining time?

 

 

Thanks!
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • October 22, 2015
Hi

 

 

FME does not know in advance how long the translation will last. This is because the workspace might contain dynamic branching and/or looping depending on the contents. Also, the effort required for some transformations/calculations will depend a lot on the complexity of the data, which cannot be determined in advance.

 

 

Another major factor is that FME tries not to read all the data at once (as much as possible), and in these cases FME simply does not know how much data there is left to process.

 

 

So in short, there is no estimate for the remaining time available in FME.

 

 

David

 

 

  • Author
  • October 22, 2015
David,

 

 

Great! I supposed so, but... Thanks.

takashi
Celebrity
  • October 23, 2015
If I develop an application using FME Objects, I would use Marquee style progress bar, and show log messages similar to the Workbench Translation Log window.

 

FYI.