Author Topic: Service Tool Data in Guide  (Read 11682 times)

Offline sanjeewa

  • PLUS+1 User
  • **
  • Posts: 6
  • Karma: +0/-0
Service Tool Data in Guide
« on: October 23, 2024, 07:32:44 PM »
Hi,

Could someone please provide some insights or methods on how to change service tool data in Guide using programming?
Specifically, is it possible to modify the System ID, Version, etc., through coding?

Any examples or resources would be greatly appreciated.

Thanks in advance.

Offline Camox

  • PLUS+1 Expert
  • ****
  • Posts: 52
  • Karma: +4/-0
Re: Service Tool Data in Guide
« Reply #1 on: October 24, 2024, 08:56:09 AM »
Hello,
We used this Danfoss block with system version, parameters versions...
You can then easily retrieve the information from the service tool to check the versions and information of your system components.

Offline Camox

  • PLUS+1 Expert
  • ****
  • Posts: 52
  • Karma: +4/-0
Re: Service Tool Data in Guide
« Reply #2 on: October 24, 2024, 09:00:20 AM »
Here is the block to import into your program

Offline acmall

  • PLUS+1 Guru
  • *****
  • Posts: 201
  • Karma: +37/-1
Re: Service Tool Data in Guide
« Reply #3 on: October 24, 2024, 09:03:58 AM »
In the Project Manager there is a Service Tool data section where you can change the data.

Offline sanjeewa

  • PLUS+1 User
  • **
  • Posts: 6
  • Karma: +0/-0
Re: Service Tool Data in Guide
« Reply #4 on: October 24, 2024, 04:22:03 PM »
Thank you very much for the replies. It helped a lot.  :)

Offline sanjeewa

  • PLUS+1 User
  • **
  • Posts: 6
  • Karma: +0/-0
Re: Service Tool Data in Guide
« Reply #5 on: October 24, 2024, 04:24:33 PM »
@acmall, I was looking a way to set those data section inside the program. So that I can change it in the program and compile. Won't need to update at multiple places as version is specified in the program.

Offline Lukey

  • PLUS+1 Expert
  • ****
  • Posts: 71
  • Karma: +8/-0
Re: Service Tool Data in Guide
« Reply #6 on: October 25, 2024, 05:42:42 AM »
You want to use Non-volatile Memory Dynamic or Non-voilatile Memory Dynamic Input blocks

This will allow you to access from the service tool and adjust, the NV Memory will retain this information on power cycle.

Offline acmall

  • PLUS+1 Guru
  • *****
  • Posts: 201
  • Karma: +37/-1
Re: Service Tool Data in Guide
« Reply #7 on: October 25, 2024, 09:04:52 AM »
Hi @sanjeewa

The screen shot I posted is inside the program. The info entered there can be viewed in the service tool using string parameter components: -
#ECUInfo.ApplicationId (This is Description, also shows beside the node in the ECU list)
#ECUInfo.SystesmId
#ECUInfo.ApplicationVersion
#ECUInfo.ApplicationType

Note that it you enter a value for Type you will get a warning when downloading the program if the existing program type does not match the new program type. You have to enter the new valve for type to confirm.