From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
DanyAllard

Provide a way in the options dialog to define the default connector pane

Status: New

In the option dialog it could be nice to be able to define the default connector pane. In our company we use 5x3x3x5 from the first day and I imagine other company as there own standard. It's realy annoing to have to change the connector pane all the time on new VI's and on the Class VI Template from 4x2x2x4 to 5x3x3x5.

 

DefaultConnectorPane.png

LabVIEW ChampionArchitect
7 Comments
SanRac
Member

HI Dany,

I think by doing following setting we can set the default connector Pane.

 

For setting connector pane default to 5x3x3x5 use following
You can add a line to your LabVIEW INI file that says the following:

defaultConPane=[number]

 

Determine Pattern.vi you will find in following link

http://forums.ni.com/ni/board/message?board.id=170&message.id=171630&jump=true

Thanks
Santosh

Message Edited by SanRac on 06-09-2009 11:25 PM
Darren
Proven Zealot

Specifically for 5x3x3x5, you would add this line to the INI file:

 

defaultConPane=4833

 

-D

JB
Trusted Enthusiast
Trusted Enthusiast
This should definitely be added to the LabVIEW options dialog in order to simplify the current procedure.
DanyAllard
Active Participant

Ok I change the title of my suggestion to "Provide a way in the option Dialog to define the default connector pane" this way it easier to define it.

 

An other suggestion : make the Default Connector pane the one used by "Create SubVI"

LabVIEW ChampionArchitect
RoyA
Member

See my idea

"Create SubVI" or "New VI" DEFAULT Template

I want to be able to define the whole thing!

Technico
Member

Last LabVIEW version I've tested was LabVIEW 8.5:

defaultConPane=4833 only had influence on a new vi and NOT on create subvi

PaulG.
Active Participant

I can't believe we still have to do this in the ini file. I don't do it often enough to remember the correct syntax off the top of my head and have to find-copy-paste from my existing ini file. But have you seen how much garbage collects in an ini file after just a few months of use? Smiley Mad

PaulG.

LabVIEW versions 5.0 - 2020

“All programmers are optimists”
― Frederick P. Brooks Jr.