hexagon logo

How to Insert an Image Into the Report

I'm looking at implementing external calculations for some of our measurement routines. I'll have a subroutine save scan data and then call an external program that processes it. The external program will output a graph as an image file as well as a couple of values. Including the values in the report is easy using generic features; however, how can I go about including the graph?

I looked into External Objects, but even when the link to external file box is checked, the image only updates when it's marked to execute, which also pops open MS Paint and pauses PC-DMIS. This is not at all what I want; I need the current, updated image file shown in the report, but without stopping the running program. Is there any way to do this?