Reputation: 81
Whenever I open a new labview project, it opens two small windows, one for the block diagram and the front panel. Since using labview effectively requires simultaneous use of both, is it possible to set things up such that, upon starting a new VI, it opens these two windows in pre-determined positions and sizes?
Upvotes: 2
Views: 553
Reputation: 938
You can set window position for individual VIs by pressing Ctrl
+I
to open the VI properties, and setting the desired appearance under "Window Size"
Upvotes: 0
Reputation: 1165
Alternatively if you want to be doing manually everytime. You can press WIN+LEFT on one of the windows and WIN+RIGHT on the other. This will evenly distribute the two windows over the screen.
Upvotes: 0
Reputation: 1204
Another workaround:
Upvotes: 1
Reputation: 1982
I do not know setting to do so (and think there is no such setting), but your problem is easily solvable if you press ctrl+t when new vi is opened.
ctrl+t will set front panel on the left half part of the screen and block diagram on the right part. Pressing ctrl+t a second time will set the panel to top half and diagram to the bottom half.
Upvotes: 2