LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 53 : BD.Get Image Scaled

Hi,

 

I used invoke node(method block diagram:get image scaled) to get a screenshot of block diagram of a VI. It works well in LabView 8.6. But with the application built based on the VI, I got a 53 error code. Any suggestion?

 

labview-screenshot.jpg

 

0 Kudos
Message 1 of 5
(3,219 Views)

"Built" as in built into an .exe file?

 

If so, you can't get an image of the block diagram because the block diagram is removed from the VI's when they are built into the executable.  The only thing present is any needed front panels, and the underlying compiled code that is built from the block diagram.

 

For what reason do you want to capture an image of the block diagram?

Message Edited by Ravens Fan on 11-21-2009 10:26 PM
0 Kudos
Message 2 of 5
(3,211 Views)

>>"Built" as in built into an .exe file?

>>

>>If so, you can't get an image of the block diagram because the block diagram is removed from the VI's when they are built into the executable.  The only thing present is any needed front panels, and the underlying compiled code that is built from the block diagram.

>>

>>For what reason do you want to capture an image of the block diagram?

 

1. Yes, it is a .exx file.

 

2. The application is used to generate screenshot of a user specified VI, not a VI built into the executable.

0 Kudos
Message 3 of 5
(3,203 Views)

Can't verify, but I'll bet if you check the context help for that node you will see that it is not available in the Run-Time Engine.

 

Edit:  Follow up question, if you are getting screenshots of a VI, I assume LV is installed on the machine, why use an exe instead of a VI? 

Message Edited by Darin.K on 11-21-2009 10:29 PM
0 Kudos
Message 4 of 5
(3,194 Views)

Darin.K wrote:
Can't verify, but I'll bet if you check the context help for that node you will see that it is not available in the Run-Time Engine.

 

You are right "Available in Run-Time Engine and Real-Time Operating System NO". Anyway, thank you Darin.

0 Kudos
Message 5 of 5
(3,190 Views)