Author Topic: DM1000 ETHERNET  (Read 19152 times)

Offline pinias

  • PLUS+1 Guru
  • *****
  • Posts: 220
  • Karma: +7/-0
DM1000 ETHERNET
« on: November 07, 2019, 09:42:41 PM »
Does anyone knows if there is a manual/procedure to use the ethernet on the DM1000 or DM12000?

I wonder what the capabilities for this feature are

Thanks

Offline danielb

  • PLUS+1 Novice
  • *
  • Posts: 3
  • Karma: +0/-0
Re: DM1000 ETHERNET
« Reply #1 on: February 24, 2021, 09:14:28 AM »
As far as what I have heard, Ethernet is now more like a valued item on the DataSheet than feature to use. Danfoss included it for a future purposes.

Offline pinias

  • PLUS+1 Guru
  • *****
  • Posts: 220
  • Karma: +7/-0
Re: DM1000 ETHERNET
« Reply #2 on: May 29, 2024, 10:32:09 PM »
Hi There,

Does any one knows if the ethernet function on the DM700 or DM1xxx now works?

and how to use that of course.

Danfoss already sells the DM700 with the ethernet port :-X :-X

Thank you

Offline Beezkneez

  • PLUS+1 Expert
  • ****
  • Posts: 54
  • Karma: +2/-0
    • Trebro Turf Equipment
Re: DM1000 ETHERNET
« Reply #3 on: February 05, 2025, 05:02:35 PM »
Any updates on this?

I too would like to use the ethernet interface to communicate with other IP devices. I have not seen anything in documentation on how to achieve this.

Has anyone gotten any info from Danfoss or had any success doing this?

Offline Tor

  • Administrator
  • PLUS+1 Guru
  • *
  • Posts: 301
  • Karma: +28/-1
Re: DM1000 ETHERNET
« Reply #4 on: February 06, 2025, 09:09:20 AM »
Hello,

As far as I know Ethernet should work on the DM1000 and some models of the DM700.
What I understand you have to enable it in the template. In the outputs page there is a Ethernet page, and the enable signal needs to be set to True.

If you don't get it to work, please contact PLUS+1 Helpdesk: https://www.danfoss.com/en/products/dps/software/software-and-tools/plus1-software/#tab-support


Have a nice day.
Best regards,
Tor
PLUS+1® SW PAE Team

Offline Beezkneez

  • PLUS+1 Expert
  • ****
  • Posts: 54
  • Karma: +2/-0
    • Trebro Turf Equipment
Re: DM1000 ETHERNET
« Reply #5 on: February 06, 2025, 04:12:14 PM »
Hi Tor,

Thanks for the response. I have had an open ticket with helpdesk about this for a few days. Have not heard anything and that is why I posted in the forum.

I am aware of the ethernet output page and how to enable the interface, but how do I use it?

Where do I configure messages or packets to be sent and received and then used within PLUS+1 code? I would like to be able to send/receive data on the ethernet interface and I have not seen anywhere on how to do that with PLUS+1.

What protocols are available on the ethernet interface?

Thanks.
« Last Edit: February 07, 2025, 05:06:41 AM by Beezkneez »

Offline Beezkneez

  • PLUS+1 Expert
  • ****
  • Posts: 54
  • Karma: +2/-0
    • Trebro Turf Equipment
Re: DM1000 ETHERNET
« Reply #6 on: February 20, 2025, 10:12:10 PM »
In case anyone else is interested in using the ethernet interface on the DM series displays, I received a reply from helpdesk on how to test. There were actually examples already in the hardware tab, I just did not look there. I will attach the screenshot on where to find the examples for TCP/UDP.


Offline Lukey

  • PLUS+1 Expert
  • ****
  • Posts: 75
  • Karma: +8/-0
Re: DM1000 ETHERNET
« Reply #7 on: February 21, 2025, 01:32:22 AM »
EXPERIMENTAL annotation fills me with great confidence... makes me all warm and fuzzy, yay

Offline Beezkneez

  • PLUS+1 Expert
  • ****
  • Posts: 54
  • Karma: +2/-0
    • Trebro Turf Equipment
Re: DM1000 ETHERNET
« Reply #8 on: February 21, 2025, 11:45:17 PM »
Haha yes exactly!

I will say that so far testing has gone well. I am no expert on TCP/UDP but so far I have been able to successfully exchange data between the DM1200 and my computer with a basic python script using the socket library.