News:

  • June 10, 2026, 07:02:04 AM

Login with username, password and session length

Author Topic: Do_More Update  (Read 10745 times)

PLCGuy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 677
Do_More Update
« on: September 21, 2017, 05:59:27 AM »
omg I just took what was in org1 and turned it into what you see in org2 using the copy command.

willpoll

  • Sr. Member
  • ****
  • Posts: 56
Re: Do_More Update
« Reply #1 on: September 27, 2017, 11:18:09 AM »
IKR?

It's awesome!

I was doing the same thing, using multiple MATH instructions to assign values.  New 'COPY' function is way cleaner.  I bet it runs faster too.

P.S. On your ladder view are the comments on the instructions or on the elements themselves?  Is there a way to do instruction comments?

Thanks,

-Will

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: Do_More Update
« Reply #2 on: September 27, 2017, 11:52:22 AM »
P.S. On your ladder view are the comments on the instructions or on the elements themselves?  Is there a way to do instruction comments?

Those are pieces of element documentation.  Nicknames are basically Tags (e.g. StartButton tied to X42).  Each element can also have Extra Info (16 characters) and a Description (6 lines by 16 characters).

Ladder Rungs can have Rung Comments.  These show up before a rung, useful for documenting your logic.  As you move the rung around, the Rung Comment stays tied to THAT rung.  There is no individual instruction level documentation, you would have to use the Rung Comments.  Rung Comments can be up to 16 lines by 60 characters wide, so it can hold a lot of text.

PLCGuy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 677
Re: Do_More Update
« Reply #3 on: September 27, 2017, 11:56:24 AM »
What franj said. lol. Yea I use the Nickname, Extra Info and Description a lot. Along with rung comments.

PLCGuy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 677
Re: Do_More Update
« Reply #4 on: September 27, 2017, 11:59:10 AM »
Would it be possible to have "results" in the copy box like other instructions do? Maybe too much to ask for or not enough room to display what has been copied. Or is that useless idea? I have been using Data View to see if it is working.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: Do_More Update
« Reply #5 on: September 27, 2017, 12:15:03 PM »
Would it be possible to have "results" in the copy box like other instructions do?

You mean "status".  That is possible (but not easy).

The multi column multi row boxes would probably get almost 4x bigger (twice as wide and twice as tall) as their compact non-status version.

If you right click on the COPY instruction ONLINE and select Monitor Values->from Instruction to Data View, you will get source and destination entries from every row in the COPY.  If the count for a row is greater than 3, you get the first two and the last one (use Ctrl+Enter in Data View if you really want to list all of them).

Even better, right click on the COPY instruction online and select Trend Instruction.  Trend View is cool!

PLCGuy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 677
Re: Do_More Update
« Reply #6 on: September 28, 2017, 06:32:30 AM »
That is way cool, Thanks. I have to start right clicking more to see what options there are.