bancika / diy-layout-creator

multi platform circuit layout and schematic drawing tool
http://diy-fever.com
GNU General Public License v3.0
854 stars 99 forks source link

Current number of push pull DPST switch limitations is 4. Need it to be at least 5 or 6. #815

Closed astromiester1 closed 2 weeks ago

astromiester1 commented 1 month ago

Can you update the code to include more switches. Currently, I need 5 or 6 push pull DPSTs or 4 with the ability to add 2 more toggles.

The software guitar analyzer function says number of switches max has been reached anything after 4 DPSTs.

Thanks Dale

bancika commented 1 month ago

This is configurable, you can add parameter to the application

-Dorg.diylc.maxSwitchCombinations=X

By default it's set to 64.

It will take longer to process and the report will be gigantic as it outputs switching configuration for each of the combinations of the switch...be aware.

On Fri, Mar 29, 2024 at 2:39 PM astromiester1 @.***> wrote:

Can you update the code to include more switches. Currently, I need 5 or 6 push pull DPSTs or 4 with the ability to add 2 more toggles.

The software guitar analyzer function says number of switches max has been reached anything after 4 DPSTs.

Thanks Dale

— Reply to this email directly, view it on GitHub https://github.com/bancika/diy-layout-creator/issues/815, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXONCNRMOBOHSMFGN4QLBTY2VVKPAVCNFSM6AAAAABFOOGBO6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTKMZYGI4TOOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Branislav Stojkovic www.diy-fever.com

astromiester1 commented 1 month ago

Do I have recompile code or just add that in my design somewhere?ThanksDaleSent via the Samsung Galaxy S22 5G, an AT&T 5G smartphone -------- Original message --------From: Bane Stojkovic @.> Date: 3/29/24 9:44 AM (GMT-05:00) To: bancika/diy-layout-creator @.> Cc: astromiester1 @.>, Author @.> Subject: Re: [bancika/diy-layout-creator] Current number of push pull DPST switch limitations is 4. Need it to be at least 5 or 6. (Issue #815) This is configurable, you can add parameter to the application

-Dorg.diylc.maxSwitchCombinations=X

By default it's set to 64.

It will take longer to process and the report will be gigantic as it

outputs switching configuration for each of the combinations of the

switch...be aware.

On Fri, Mar 29, 2024 at 2:39 PM astromiester1 @.***>

wrote:

Can you update the code to include more switches. Currently, I need 5 or 6

push pull DPSTs or 4 with the ability to add 2 more toggles.

The software guitar analyzer function says number of switches max has been

reached anything after 4 DPSTs.

Thanks

Dale

Reply to this email directly, view it on GitHub

https://github.com/bancika/diy-layout-creator/issues/815, or unsubscribe

https://github.com/notifications/unsubscribe-auth/ACXONCNRMOBOHSMFGN4QLBTY2VVKPAVCNFSM6AAAAABFOOGBO6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTKMZYGI4TOOI

.

You are receiving this because you are subscribed to this thread.Message

ID: @.***>

--

Branislav Stojkovic

www.diy-fever.com

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

astromiester1 commented 1 month ago

Do I add this inside the application somewhere or do I have to recompile the code to make a new build for this option?

Thanks Dale

bancika commented 1 month ago

Which OS are you using?

On Fri, Mar 29, 2024, 17:28 astromiester1 @.***> wrote:

Do I add this inside the application somewhere or do I have to recompile the code to make a new build for this option?

Thanks Dale

— Reply to this email directly, view it on GitHub https://github.com/bancika/diy-layout-creator/issues/815#issuecomment-2027453195, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXONCO55HUCYBDIPR5YQQ3Y2WJBFAVCNFSM6AAAAABFOOGBO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRXGQ2TGMJZGU . You are receiving this because you commented.Message ID: @.***>

astromiester1 commented 1 month ago

I have win10 pro

astromiester1 commented 1 month ago

I have win10 pro. Whats next? Do I need to recompile using Eclipse Java or can I make the change in the current build at the application user level?

Thanks Dale

astromiester1 commented 1 month ago

How exactly do I use this new feature in the program that you added? I found this was added to the program back in 4.36 4-27-2023.

  • [New Feature] Configurable max switch combination count for circuit analysis (using org.diylc.maxSwitchCombinations argument)
  • Thanks Dale