Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

size of inspection interface

Solved!
Go to solution

Hi,

we are using Vision Builder 2009 and we want to create an own inspection interface to display the results. We only want to have an output display for the image and use this over internet explorer on an other computer.

 

The problem is now that the image has a size of 640x480 pixel and the internet explorer shows always 1024x768 pixel. That means we see on the internet explorer a big gray screen and in the middle is our graph with the picture with a size of 640x480.

 

Is it possible to optimize the inspection interface that the IE can show only the 640x480 pixels?

 

Thanks in advance

 

greetings

Oliver

0 Kudos
Message 1 of 4
(3,187 Views)

For better understanding I attached a screenshot of the IE

 

Oliver

0 Kudos
Message 2 of 4
(3,184 Views)
Solution
Accepted by topic author OZI

If you create the VI in LabVIEW and save the VI with just the part of the UI you want visible, and then import this VI to use as your Custom UI in VBAI, this is all that should be displayed in the web page, even though the UI displayed in Inspection mode will show the the UI with a min size of 1024 x 768. As soon as you edit the UI with the VBAI UI Editor and save it, this will resize the UI to the min size used by inspection mode (1024x768), so this may be why it's larger than you expect. There shouldn't be considerably more overhead in transferring a UI front panel to a web page that is 640x480 vs. 1024x768, but I haven't done much benchmarking in this area. Hopefully the first part of this response tells you how to get the behavior you want, and if you want to keep the UI looking small in the web page, don't edit it with the VBAI UI Editor.

 

Hope this helps,

Brad

Message 3 of 4
(3,177 Views)

Hello Brad,

I tested the way and saw that it will work. I couldn't manage it 100% yet, but I see that it fits my requirements and it is the solution I searched.

 

Thanks a lot for the tip

 

greetings

Oliver

0 Kudos
Message 4 of 4
(3,164 Views)