News:

  • May 29, 2026, 11:49:49 AM

Login with username, password and session length

Author Topic: New features wanted!! Apply here!  (Read 1091958 times)

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3825
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #480 on: August 02, 2025, 02:50:18 PM »
I think that an easy import/export for comm links would be handy.  I know there is a way to copy the file but I cant find it... Ive been looking through the forum but still cant find it.  Every time I set up a new PC, I have to manually put in 100 links.  It gets rough.

Look in the public documents folder for the SOURCE version.  If it's 2.10, it will be
C:\Users\Public\Documents\Do-more\Designer2_10\Bin\DMDComm.rst

If it's a different version, browse to that folder below Do-more's Public Documents folder.

Then just copy that file to the other PC in the same (or newer) version folder.

AC

  • Jr. Member
  • **
  • Posts: 18
  • I know what I know, and I don't know, what I don't
Re: New features wanted!! Apply here!
« Reply #481 on: August 05, 2025, 10:05:49 PM »
I think that an easy import/export for comm links would be handy.  I know there is a way to copy the file but I cant find it... Ive been looking through the forum but still cant find it.  Every time I set up a new PC, I have to manually put in 100 links.  It gets rough.

When I originally wrote it, the file was CommServ.rst, and it's in the BIN directory of the DmD installation. I say originally, because some of the files have been renamed over time and I'm not in a position to check the name right now. I'll confirm when I'm back in the office.

Great I found it!  Thanks!!!
Never be too busy that you miss everything there is to be thankful for.

AC

  • Jr. Member
  • **
  • Posts: 18
  • I know what I know, and I don't know, what I don't
Re: New features wanted!! Apply here!
« Reply #482 on: August 05, 2025, 10:15:33 PM »
I have seen this request in previous posts, and maybe its a long shot, but I have noticed that click has come up with protocol modules (OPC UA) to interface in a secure way directly to the PLC from aquisition software. Our SCADA currently supports a hundred protocols but shy of MQTT there are no secure protocols that we can use so we are stuck with either a broker, a router to do the encryption TLS and other methods but it would be nice to have something from the PLC directly to other software without a middle man.  Do you guys have anthing planned for secure protocols?
Never be too busy that you miss everything there is to be thankful for.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6157
  • Yes Pinky, Do-more will control the world!
Re: New features wanted!! Apply here!
« Reply #483 on: August 06, 2025, 09:41:44 AM »
I have seen this request in previous posts, and maybe its a long shot, but I have noticed that click has come up with protocol modules (OPC UA) to interface in a secure way directly to the PLC from aquisition software. Our SCADA currently supports a hundred protocols but shy of MQTT there are no secure protocols that we can use so we are stuck with either a broker, a router to do the encryption TLS and other methods but it would be nice to have something from the PLC directly to other software without a middle man.  Do you guys have anthing planned for secure protocols?

We will be launching OPCUA and Sparkplug B POMs later this month.
"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

AC

  • Jr. Member
  • **
  • Posts: 18
  • I know what I know, and I don't know, what I don't
Re: New features wanted!! Apply here!
« Reply #484 on: August 07, 2025, 02:44:20 PM »
I have seen this request in previous posts, and maybe its a long shot, but I have noticed that click has come up with protocol modules (OPC UA) to interface in a secure way directly to the PLC from aquisition software. Our SCADA currently supports a hundred protocols but shy of MQTT there are no secure protocols that we can use so we are stuck with either a broker, a router to do the encryption TLS and other methods but it would be nice to have something from the PLC directly to other software without a middle man.  Do you guys have anthing planned for secure protocols?

We will be launching OPCUA and Sparkplug B POMs later this month.

Amazing! I will be anticipating the release!
Never be too busy that you miss everything there is to be thankful for.

Barnic

  • Newbie
  • *
  • Posts: 4
TrendView Activation.
« Reply #485 on: May 28, 2026, 03:10:50 PM »
I have noticed that a new trendview can only be created if connected to the PLC. Is there a reason for that? If  programming can be done without being connected to the PLC, it would also be nice to be able to create a trendview without being connected in advance. Thanks

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3825
    • Host Engineering
Re: TrendView Activation.
« Reply #486 on: May 28, 2026, 03:44:46 PM »
I have noticed that a new trendview can only be created if connected to the PLC. Is there a reason for that? If  programming can be done without being connected to the PLC, it would also be nice to be able to create a trendview without being connected in advance. Thanks

You can't trend anything unless you are online to a PLC.  Similar to PID View - you can't create a PID View unless you are online to a PLC.

Neither of those views are part of your project.  Those are online PLC monitoring views.

However, you can definitely write code without needing any hardware.

Code/Logic, System Configuration, and Documentation are all part of your disk based project file - Trend View is not.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3825
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #487 on: May 28, 2026, 03:48:41 PM »
Designer DOES support Trend Archives?  Is this what you are wanting?

Basically, you can store a current Trend View data set (either via the "record" button or the "export" button on Trend / PID View).  It saves all that data to a "disk" file (.trarc - trend archive) that you can bring up later in "historical" mode.

Is that useful to you?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3825
    • Host Engineering
Re: New features wanted!! Apply here!
« Reply #488 on: May 28, 2026, 03:54:25 PM »
(Sorry, I keep peeling the onion).

There are 2 other files that get "saved" with your .dmd project.  It's a Workspace (.wsp) and Designer Layout (.dlo) that saves the Trend View details so that any opened Trend Views get saved to THOSE files, and then would return the next time you opened up your project file (as part of the Designer LAYOUT).

That's probably close to what you are looking for?  But that is done "implicitly" by Designer that is related to the GUI - it's NOT part of the actual .dmd "disk project" file itself.