Author Topic: DM430E/M - Replacing 1-1-x-x to 0-1-x-x display  (Read 2781 times)

Offline samuelhj

  • PLUS+1 Developer
  • ***
  • Posts: 16
  • Karma: +0/-0
DM430E/M - Replacing 1-1-x-x to 0-1-x-x display
« on: July 05, 2024, 08:25:15 AM »
Hello all

I'm replacing a DM430M 1-1-x-x it was 0-1-1-x display for a DM430E 0-1-1-x 0-0-1-x display and I'm wondering the procedure to do so, by memory I thought I could just add the new hardware to the Plus1 program but I can't seem to figure it out.

Anyone who has done something similar?

Edited post to correct for version of the displays.
« Last Edit: July 10, 2024, 05:31:42 PM by samuelhj »

Offline BRIan

  • PLUS+1 Expert
  • ****
  • Posts: 60
  • Karma: +3/-0
Re: DM430E/M - Replacing 1-1-x-x to 0-1-x-x display
« Reply #1 on: July 08, 2024, 12:40:20 AM »
Either use Compare SCS files... in the Tools menu to see the differences of blank applications, or compile it and it will tell you where you have missing or extra components.

Offline Lukey

  • PLUS+1 Expert
  • ****
  • Posts: 62
  • Karma: +6/-0
Re: DM430E/M - Replacing 1-1-x-x to 0-1-x-x display
« Reply #2 on: July 09, 2024, 05:21:23 AM »
Yes it's simple go to the Hardware, right click and select "Use this hardware in project"

Them compile and GUIDE will tell you if there is any issues, I only expect there would be issues if you've used some of the features of the old hardware that being the 2nd CAN port and the USB/RS232

Offline samuelhj

  • PLUS+1 Developer
  • ***
  • Posts: 16
  • Karma: +0/-0
Re: DM430E/M - Replacing 1-1-x-x to 0-1-x-x display
« Reply #3 on: July 10, 2024, 05:35:23 PM »
Thank you for the reply.

I assume you're talking about the HWD menu in Guide? I only see a method of updating to latest hardware version. I already have the correct hardware version installed via the update centre, and i can create a new project, but I can't seem to figure out how I convert my older program to the other hardware version.

Even if I add the module to the new project, and attempt to compile, I get the error "Unable to compile project due to invalid search database."

Pardon my ignorance, I haven't had to deal with going from one hardware type to another before.

Offline Tor

  • Administrator
  • PLUS+1 Guru
  • *
  • Posts: 287
  • Karma: +28/-1
Re: DM430E/M - Replacing 1-1-x-x to 0-1-x-x display
« Reply #4 on: July 11, 2024, 07:19:15 AM »
Hello,

Maybe this YouTube video can help you?
https://youtu.be/ux4LifGHkwI?si=8fDxCjalYLZ5hVeI


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

Offline samuelhj

  • PLUS+1 Developer
  • ***
  • Posts: 16
  • Karma: +0/-0
Re: DM430E/M - Replacing 1-1-x-x to 0-1-x-x display
« Reply #5 on: July 24, 2024, 02:27:14 AM »
Thank you Tor, I'll take a look at that.

Offline samuelhj

  • PLUS+1 Developer
  • ***
  • Posts: 16
  • Karma: +0/-0
Re: DM430E/M - Replacing 1-1-x-x to 0-1-x-x display
« Reply #6 on: July 28, 2024, 02:56:21 AM »
Hello,

Maybe this YouTube video can help you?
https://youtu.be/ux4LifGHkwI?si=8fDxCjalYLZ5hVeI


Have a nice day.

This worked! Thanks. I only had to remove the UART in the inputs and the outputs to get it to compile properly, now it's just on to testing whether the CAN works as intended. :)
Thank you very much!