PLUS+1 User Forum
PLUS+1 Tools => PLUS+1 GUIDE => Topic started by: sanjeewa 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.
-
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.
-
Here is the block to import into your program
-
In the Project Manager there is a Service Tool data section where you can change the data.
-
Thank you very much for the replies. It helped a lot. :)
-
@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.
-
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.
-
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.