LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can we zoom in/out in LabVIEW?

Solved!
Go to solution

Hello

I now, in the past, labview couldnt zoom in/out (by reading the last topics). is it impossible yet?

I want make a program, that user can zoom in/out page.

 

Best Regards

0 Kudos
Message 1 of 20
(4,212 Views)

@behzad1 wrote:

Hello

I now, in the past, labview couldnt zoom in/out (by reading the last topics). is it impossible yet?

I want make a program, that user can zoom in/out page.

 

Best Regards


There's no inherent function for that, but if your application should have that ability you can create it yourself. You can e.g. take a screen capture of your front panel and scale it up and show it.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 2 of 20
(4,183 Views)

Hi Yamaeda and behzad,

 

you can load a picture in the 2D picture indicator and set the scaling factor of the indicator using a property node…

 

So there is an inherent function!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 20
(4,172 Views)

@GerdW wrote:

Hi Yamaeda and behzad,

 

you can load a picture in the 2D picture indicator and set the scaling factor of the indicator using a property node…

 

So there is an inherent function!


Nice workaround, i like it.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 20
(4,147 Views)

thanks friends

but, we talk about monitoring program as real time. can it scalable?

can we change scale of an object too?

 

 

Best Regards

0 Kudos
Message 5 of 20
(4,121 Views)

Hi behzad,

 

you can make your FP scalable, LabVIEW supports that. Learn about pane splitters and their options…

 

And yes, you can change graph scales too at runtime using property nodes!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 6 of 20
(4,117 Views)

Thanks GerdW.

may you make small example for two object?

 

 

Best Regards

0 Kudos
Message 7 of 20
(4,108 Views)

Hi behzad,

 

two pictures of the same VI with different sizes of the FP window. Should be a nice example…

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Download All
Message 8 of 20
(4,102 Views)

Hi GerdW

May you use a tank that it's scale control by a knob in an example?

 

 

Best Regards.

0 Kudos
Message 9 of 20
(4,024 Views)

Hi Behzad,

 

please provide an example VI with this tank and knob (in LV2011 please) and tell us, what should be scaled with FP size…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 20
(3,991 Views)