News:
Home
Help
Search
Login
Register
June 28, 2026, 11:44:44 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Host Engineering Forum
»
General Category
»
Do-more CPUs and Do-more Designer Software
»
Saving time creating ladder
« previous
next »
Print
Pages: [
1
]
Author
Topic: Saving time creating ladder (Read 10270 times)
Henryp
Hero Member
Posts: 161
Saving time creating ladder
«
on:
October 03, 2013, 03:06:09 PM »
The Do More designer defaults to native memory addresses like V0 when creating ladder. Would it be possible in future versions to have an option to select either Direct logic or Modbus address as the default? This would save time depending on the type of project being done.
Logged
franji1
Bit Weenie
Host Moderator
Hero Member
Posts: 3827
Re: Saving time creating ladder
«
Reply #1 on:
October 03, 2013, 05:05:08 PM »
Each instruction parameter has its own set of rules based off
1. THAT parameter's FULL list of valid elements which is based off the data-type, data-size, allowing constants, etc.
2. that parameter's I/O Parameter Type, i.e. INPUT, OUTPUT, or INPUT/OUTPUT. If it's an OUTPUT parameter, it will default to the FIRST UNUSED element from step 1.
3. a few specific instructions have slightly more intelligent default parameters
Can you provide a list of potential instructions, or do you want ALL instructions use V0, even contacts, counters, stages, etc.? Or possibly provide some requirements that fit closer to steps 1 and 2 above?
Logged
There are only 10 kinds of people in this world: those who know binary, and those who don't
franji1
Bit Weenie
Host Moderator
Hero Member
Posts: 3827
Re: Saving time creating ladder
«
Reply #2 on:
October 03, 2013, 05:08:34 PM »
How about a prioritized list of data-types, e.g.
In this project, use
V, D, C,
In this other project, use
MHR, MC
In another project, use
DLV, DLC
Logged
There are only 10 kinds of people in this world: those who know binary, and those who don't
Controls Guy
Internal Dev
Hero Member
Posts: 3612
Darth Ladder
Re: Saving time creating ladder
«
Reply #3 on:
October 03, 2013, 07:32:20 PM »
Cool! It could even be changed during the course of a project. For example, while working on logic, you might want to default to X, Y, C, D, N, etc., then when you're working on the HMI interface, switch the default to MHR, MHC, or to DLC, DLV, etc.
Logged
I retract my earlier statement that half of all politicians are crooks. Half of all politicians are NOT crooks. There.
Henryp
Hero Member
Posts: 161
Re: Saving time creating ladder
«
Reply #4 on:
October 04, 2013, 10:39:30 AM »
Yes, the ability to change from a default of X, Y, C, D, N and switch to MHR, MHC, or to DLC, DLV, as I’m writing the ladder.
Thanks for the Do More, it is a great CPU!
Logged
Print
Pages: [
1
]
« previous
next »
Host Engineering Forum
»
General Category
»
Do-more CPUs and Do-more Designer Software
»
Saving time creating ladder