News:

  • May 03, 2026, 04:29:16 AM

Login with username, password and session length

Poll

Please rate your experience with Do-more

Outstanding - the only PLC I would ever use...would you please put it on new platforms
40 (48.2%)
Very nice - I plan to add this to the systems I currently use
38 (45.8%)
OK - I might use it again
3 (3.6%)
Not impressed - I would only use it if none of the other controllers would do the job
2 (2.4%)
Um...no - won't ever use it again
0 (0%)

Total Members Voted: 83

Author Topic: Please tell us what your experience has been with Do-more...  (Read 1237444 times)

Garyhlucas

  • Hero Member
  • *****
  • Posts: 421
Re: Please tell us what your experience has been with Do-more...
« Reply #375 on: September 08, 2015, 08:57:04 PM »
+1 haltall

HB_GUY

  • Full Member
  • ***
  • Posts: 43
Re: Please tell us what your experience has been with Do-more...
« Reply #376 on: September 09, 2015, 01:18:33 AM »
Yes, this would be very helpful!

Instruction request!
After hard-coding all the E-stop stuff in to kill all except two programs. I came up with the idea of a Kill-All-Programs with Exception-list and should only be able to use the instruction in $Main.
Good idea.  We already have a HALT, which halts a specific PROGRAM or TASK code-block.

So HALTALL would halt ALL PROGRAMs and TASKs, except for all the system tasks (e.g. $Main, $tTopOfScan, $t1Second, etc.), and also except for any other specified USER PROGRAM and/or TASK code-blocks (variable list).

And like you stated, HALTALL would only be available from $Main.

LWgreys

  • Hero Member
  • *****
  • Posts: 117
Re: Please tell us what your experience has been with Do-more...
« Reply #377 on: September 12, 2015, 09:24:58 PM »
I already thought of having Task included in the HALTALL (Kill-All-Programs) but figure if the task is running in a program other than $Main, it to would be halted also. It wouldn't hurt to have it in also.
« Last Edit: September 12, 2015, 09:27:43 PM by LWgreys »

Scot

  • Sr. Member
  • ****
  • Posts: 76
Re: Please tell us what your experience has been with Do-more...
« Reply #378 on: October 21, 2015, 12:22:44 PM »
I think I've run into a bug in the Designer (1.4.3)
When you close a PID View or the PID Overview, any other PID Views open will stop recording the trend line. You have to close all of them and reopen them again to get them to restart.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3806
    • Host Engineering
Re: Please tell us what your experience has been with Do-more...
« Reply #379 on: October 21, 2015, 12:42:54 PM »
I think I've run into a bug in the Designer (1.4.3)
When you close a PID View or the PID Overview, any other PID Views open will stop recording the trend line. You have to close all of them and reopen them again to get them to restart.
I was able to duplicate it.  We will look into it.  Sorry about that.

Scot

  • Sr. Member
  • ****
  • Posts: 76
Re: Please tell us what your experience has been with Do-more...
« Reply #380 on: October 22, 2015, 12:39:00 PM »
I've been watching PID views little more and found other minor issues.
If you don't have the PID view maximized (have it windowed) with the Data Form showing and then open another PID view, in the new PID window the Data Form will not be shown. Turning off and then back on the Data Form using the button fixes it.

One other issue I had was if I close a project with PID view open, the next time I try to open the project it pops up a dialog to select a PID loop and freezes there. Status updates still occur in the background but the mouse is the spinning "wait" cursor and the designer seems stuck. If you right click the designer icon on the taskbar and click "Close window", the designer will begin responding to mouse input again.

Another tiny error I just edited this to add. If you have 2 PID views open and at different time scales then select Sync on one and sync to the other, it will sync OK and the text for the time scale will change correctly but the slider will stay at the old scale. Very minor bug.
« Last Edit: October 27, 2015, 08:19:37 AM by Scot »

HB_GUY

  • Full Member
  • ***
  • Posts: 43
Re: Please tell us what your experience has been with Do-more...
« Reply #381 on: November 03, 2015, 12:18:47 AM »
Anyone else need more room for their tag names? I am a little verbose in my naming and I am always trying to shorten the names due to character limits.

Would that be hard to expand?
You would not have to display the entire string in the ladder view just the first 16 characters like present. You could display the full name on mouse hover though..


plcnut

  • Hero Member
  • *****
  • Posts: 814
    • premiersi.com
Re: Please tell us what your experience has been with Do-more...
« Reply #382 on: November 03, 2015, 06:44:57 AM »
Yes, This has been requested by many of us, and I believe Host has it in the pipeline...
Circumstances don't determine who we are, they only reveal it.

~Jason Wolthuis
Premier Systems Integration, LLC
http://premiersi.com

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6154
  • Yes Pinky, Do-more will control the world!
Re: Please tell us what your experience has been with Do-more...
« Reply #383 on: November 03, 2015, 08:36:09 AM »
Yes, This has been requested by many of us, and I believe Host has it in the pipeline...

...for 2.0.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

Dean

  • Sr. Member
  • ****
  • Posts: 73
Re: Please tell us what your experience has been with Do-more...
« Reply #384 on: November 06, 2015, 10:49:44 AM »
Question: How hard would it be to add some formatting functionality to the comment editor? I've only done half a dozen PLC projects here at work, so take this with a healthy grain of salt. I'm sure that my experience is like many others here in that the work ends up getting reviewed by (and requires approval from) people who wouldn't know a ladder diagram from a step ladder. Because of this, I always try to make my comments as ELI5 as possible. I often find myself wishing there was a way to highlight a certain phrase or word in order to make it stand out. The CLICK comment editor has Bold, Italic, and Underline as well as color options, which in my limited experience has been more than sufficient. You wouldn't even necessarily need buttons on the editor window. If the editor was able to process some sort of basic markup instructions with an accompanying help file topic that would serve the purpose.
10 Lather
20 Rinse
30 GOTO 10

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3806
    • Host Engineering
Re: Please tell us what your experience has been with Do-more...
« Reply #385 on: November 06, 2015, 10:56:19 AM »
Question: How hard would it be to add some formatting functionality to the comment editor? Bold, Italic, and Underline as well as color options, which in my limited experience has been more than sufficient.
This is definitely on our TODO list.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: Please tell us what your experience has been with Do-more...
« Reply #386 on: November 06, 2015, 11:37:16 AM »
Idec has that too.  One of the few nice things about their controller/software.

BTW, why are people who can't read ladder "reviewing" your program?  What is it they think they're going to find out?  That makes about as much sense as me "reviewing" a document in Swahili by staring at it uncomprehendingly.  Why not just make a separate document intended for non-engineers that explains whatever aspects of it they're interested in?
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

Dean

  • Sr. Member
  • ****
  • Posts: 73
Re: Please tell us what your experience has been with Do-more...
« Reply #387 on: November 06, 2015, 01:55:41 PM »
Oh there is always a written design specification, as well as user requirement and functional requirement specifications for all projects. That said, a printed copy of the ladder goes into the installation qualification data pack. It gets scrutinised by reviewers in the engineering, technical services, and quality assurance departments. Heck even a senior management executive gets a crack. I argue with my boss about it. I say "What are they reviewing, they don't even know what they are looking at?" His response is always, "That's why you comment it to death". The CEO puts it best. When questioning subject matter experts, he says, " If you can't explain it so that I can understand it, then you don't understand it well enough yourself."
10 Lather
20 Rinse
30 GOTO 10

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3607
  • Darth Ladder
Re: Please tell us what your experience has been with Do-more...
« Reply #388 on: November 07, 2015, 10:35:27 PM »
I argue with my boss about it. I say "What are they reviewing, they don't even know what they are looking at?" His response is always, "That's why you comment it to death".

Still seems like an odd way to go about it to me vs. having a separate document aimed at their areas of interest.  Why would they insist on looking at the actual ladder logic document?  If you end up putting in more, and more verbose, comments than you'd want for yourself or another controls engineer, it just clutters up your view of the ladder, and the ladder definitely clutters up what they're trying to digest.  Weird that they'd insist upon doing it this way.

Quote
The CEO puts it best. When questioning subject matter experts, he says, "If you can't explain it so that I can understand it, then you don't understand it well enough yourself."

I've heard that before, and I believe there's a degree of truth in it, but not to the degree people think.  It's a handy principle that I'll have to remember next time I'm listening to Stephen Hawking talk.  If I can't follow him, I'll just assume HE'S the problem and doesn't understand his subject matter!

*Not comparing either you or myself to Stephen Hawking, just exploring the validity of the CEO's belief.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

ADC Product Engineer

  • Hero Member
  • *****
  • Posts: 270
Re: Please tell us what your experience has been with Do-more...
« Reply #389 on: November 08, 2015, 08:55:10 AM »
You'd be amazed at the number of programs that I have worked on over the years that don't have a single shred of commenting.  I would rather rewrite from scratch than to try to decipher someone else's logic. 

At one point in my career I was put in charge of some junior programmers.  They thought 5 lines of commenting was sufficient for a few hundred lines of code.  That was when I started doing what Dean's boss does.  "Give me the program when you think you are done with it", you'll get it back if I can't tell what the program does by reading the comments.   Program quality improved significantly after that.