Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
PLUS+1 GUIDE / Re: Project .p1x not found in folder
« Last post by Tor on October 25, 2024, 09:23:22 AM »
Hello,

We have seen a few cases with this issue during the week.
As far as I understand the ":" in the search path has been left out. "C:\Project" shows "C\Project".

We don't know at this moment what causes this but the developers are working on it.

If you have this issue, please report it to PLUS+1 Helpdesk: https://www.danfoss.com/en/products/dps/software/software-and-tools/plus1-software/#tab-support
Please add what version of the PLUS+1 Tools and version of Windows you are using.

Thank you
22
PLUS+1 GUIDE / Re: Service Tool Data in Guide
« Last post by acmall 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.

23
PLUS+1 GUIDE / Re: Commenting out code.
« Last post by Tor on October 25, 2024, 08:19:40 AM »
Hello,

FYI!!
This function is not officially "released" and is not mentioned in any User Manuals.   
It's not included in any testing during our release process for the PLUS+1 GUIDE and therefore we can't guarantee the functionality.
There is a possibility to activate the function for evaluation purposes.
Since this is a non "released" function it's not supported by PLUS+1 Helpdesk.

With that said, we know that internal and external customer (don't know how) are using it, and appreciate it.   But use it with moderation and caution until it's officially released.


Thank you.

24
PLUS+1 GUIDE / Re: Service Tool Data in Guide
« Last post by Lukey 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.
25
PLUS+1 GUIDE / Project .p1x not found in folder
« Last post by dlewis on October 24, 2024, 07:46:00 PM »
Here's a new one.
After attempting to compile with errors in the program, when I click on the line that contains the error to take me to the location in the program, I get the following error:

Project XXX.p1x not found in folder

This is strange in that I clicked on that XXX.p1x in the folder to open the program to work on it.  If there are no errors in the program it compiles fine.
26
PLUS+1 GUIDE / Re: Commenting out code.
« Last post by sanjeewa on October 24, 2024, 06:30:41 PM »
I know this is an old post, but I want to reference this.

You can comment out pages, components, like the attach image.
Here is the process to make a block to comment out.

* You need to add Keepin/ Keepout Polygon command in Tool palette.

1. open Tool Palette (Setup->Tool Palette)
2. Select Assign in the Tool Palette
3. Then select a unassign space (box)
4. Select the "Keepin/ Keepout Polygon" command
5. After selecting the command, it will show you to select an icon.
6. To use the command, select execute in Tool palette and select the assigned box (click on the icon)
7. Then draw a box around the block (click on 4 corners) and press F9 to make the comment out.

- It will draw a box with horizontal lines as the attached image.
27
PLUS+1 GUIDE / Re: Service Tool Data in Guide
« Last post by sanjeewa 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.
28
PLUS+1 GUIDE / Re: Service Tool Data in Guide
« Last post by sanjeewa on October 24, 2024, 04:22:03 PM »
Thank you very much for the replies. It helped a lot.  :)
29
PLUS+1 GUIDE / Re: Service Tool Data in Guide
« Last post by acmall 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.
30
PLUS+1 GUIDE / Re: Service Tool Data in Guide
« Last post by Camox on October 24, 2024, 09:00:20 AM »
Here is the block to import into your program
Pages: 1 2 [3] 4 5 ... 10