Recent Posts

Pages: 1 [2] 3 4 ... 10
11
PLUS+1 GUIDE / Re: Extract values from U32
« Last post by Lukey on March 16, 2023, 08:13:40 AM »
@Lbee11 any chance you can share/screen shot the code you used?
I'm trying to get on the SPN number using from the buffer in the same way you have but I cannot work it out.
Thanks!
12
Displays / Define Areas Page and the Define Screen Page
« Last post by Daan on March 15, 2023, 03:51:16 PM »
Hello

I wanted to start programming/creating my display using Define Areas Page and the Define Screen Page but these are no longer in Display.
Where could I find these?

Thank you in advance
13
Code sharing / Re: J1939 Receiving Large Message (EC, FEE3)
« Last post by acmall on March 15, 2023, 09:27:51 AM »
Mine looks like the attached image. Update Centre version is 1.0.155.4923
14
PLUS+1 Compliant Hardware / DST X800 - resolution
« Last post by sverreo on March 14, 2023, 03:14:11 PM »
Hi,

I have a DST X800 (CANopen) i am currently testing. In the manual it states that the resolution can be changed using object 0x6005, and the default value should be 0x3E8 (1000dec).

The resolution is default 1mm/bit when i test it, and i'm trying to change it to 0,1mm/bit.

If i upload object 0x6005 i get value "1", and not 0x3E8:
 0    0000067F         8  40  05  60  00  00  00  00  00    2314.571350 T
 0    000005FF         8  42  05  60  00  01  00  00  00    2314.571940 R

Whatever i try and change the value to i get download error:
 0    0000067F         8  22  05  60  00  0A  00  00  00    2329.671760 T
 0    000005FF         8  80  05  60  00  02  00  01  06    2329.672440 R
 0    0000067F         8  22  05  60  00  E8  03  00  00    2336.407460 T
 0    000005FF         8  80  05  60  00  02  00  01  06    2336.408150 R
 0    0000067F         8  22  05  60  00  02  00  00  00    2352.923390 T
 0    000005FF         8  80  05  60  00  02  00  01  06    2352.924070 R

Have anybody here changed the resolutin on these CANopen sensors?

 

15
Hello.

Due to a limitation in Update Center will not all files in the Ouster compliance block be installed. Danfoss are working on a solution for this.

It will be installed correct if it is installed manually in GUIDE. Please follow these steps:

1. Uninstall the Ouster compliance block in GUIDE if you have already installed it. Setup>Uninstall>Hardware

2. Under Tools>Options>General in Update Center: Make sure that you have unchecked "Automatically delete installed files". With this setting you can use the installation file from the download folder in Update Center.
   
3. Under Tool>Options>Storage you will find the Update Center download folder. Default: C:\Danfoss\PLUS1\Update Center\Downloads\

Look for the Ouster install file. If you don't find it please install it again from Update Center.

4. Install the Ouster compliance block manually in GUIDE here: Setup>Install>Hardware.

Now the block should be installed correct

Best regards
Stefan

 

 
16
Code sharing / Re: J1939 Receiving Large Message (EC, FEE3)
« Last post by macbahi on March 14, 2023, 02:02:04 PM »
Hi!

I am interesting to see J1939 example but I didn't find it in my update center.

Please you can see my image of my Plus+1 Update center.

Thank you very much

With best regards

17
Code sharing / Re: J1939 Receiving Large Message (EC, FEE3)
« Last post by AlbertMilani on March 13, 2023, 05:56:32 PM »
Hi,

I got it working using the example (PLUS+1 GUIDE examples->J1939_Example) that Matt_eng recommended! It wasn't too bad after all.

Sorry, I took so long to get back to this; I had some more urgent things to fix.

Thanks!
Albert
18
PLUS+1 GUIDE / Re: Display inputs communication with program
« Last post by Daan on March 13, 2023, 09:35:12 AM »
Thanks!
19
General controls / Re: Error 448
« Last post by Daan on March 13, 2023, 09:31:51 AM »
At the builder messages I see the following: This program is blocked by Group Policy. For more information, contact the system administrator. Could this be because I have some restrictions from the IT department?   If this is the case, what should I have them adjust so that this is no longer a problem?
20
Code sharing / Re: Display/DM**** Bar Graph with Color Changing Indication
« Last post by acmall on March 13, 2023, 09:09:08 AM »
The attached is a screen widget I did for a tank level. You may be able to get some ideas or adapt this to you needs.

It has three inputs: -
LvlPct control the level display (0 to 100).
BarColour is the colour of the bar.
BarEnable controls whether the bar is displayed.

Pages: 1 [2] 3 4 ... 10