LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW allways changes the Default Connector Pane

Solved!
Go to solution

Somehow my default connector pane is always reset zo 6x4x4x6 (instead of the normal 4x2x2x4). No idea how this happens.

 

I can reset it by deleting the line

defaultConPane=...

in LabVIEW.ini (while LabVIEW is running).

But when restarting LabVIEW (or when opening a project containing no VIs?) the line is rewritten.

Does anybody know this problem (in LabVIEW 12)?

 

(The ini setting is described in the following article.

http://digital.ni.com/public.nsf/allkb/279F064F0688C114862570900057678C

It is about LabVIEW 8.0, but it still works in LabVIEW 12.)

 

0 Kudos
Message 1 of 6
(5,054 Views)

Hi shb,

 

what about changing that line instead of deleting it? Fill in the number you need (for 4224 pattern) and everything should be fine...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(5,051 Views)
Solution
Accepted by topic author shb

Are you using G# by any chance?  I seem to recall that it changes the default connector pane to 6446.

Message 3 of 6
(5,037 Views)

Hi shb !

If I understand your issue, you can't change your default connector pane 6x4x4x6 for the 4x2x2x4 one.

I saw you were trying to fix the problem by deleting the defaultConPan line in the LabVIEW.ini file.

When your doing that, LabVIEW restore any missing line in the .ini file at the last value.

You have to change this line by changing the number (in front of defaultConPane=)

You can type "defaultConPane=4815" which is the number for connector pane 4x2x2x4.

I hope this solution can fix your problem.

 

 

Alexandre
0 Kudos
Message 4 of 6
(5,001 Views)

Yes, I do try out G#. Thanks for the hint. G# has a setting for the default connector pane. (Which seems to be saved outside of LabVIEW.ini and always overwrites it.) To change it go to Menu Tools->G# IDE->Options...

 

I have suggested to use the LabVEIW.ini setting: https://decibel.ni.com/content/thread/18090

Message 5 of 6
(4,989 Views)

@Darin.K 已写:

Are you using G# by any chance?  I seem to recall that it changes the default connector pane to 6446.


The problem is solved. Thank you very much.

0 Kudos
Message 6 of 6
(3,904 Views)