Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
PLUS+1 GUIDE / Transmitting 16bit J1939 CAN message
« Last post by llang on March 15, 2024, 12:27:33 PM »
Hello PLUS+1 community,
i want to implement a automatic start/stop function with a Danfoss M024.
I use the J1939 standard and need to send PGN61677 with SPN7745 and data content 10b(hex).

Therefore I used the PGN_Tx1 component from the J1939 Libary. The problem is that if I understand correctly the hexadecimal number must be converted into binary which is 100001011(bin). The length of 9 bits is too long for the TX component's data input which requires an array of 8 bits length.
Is this even correct to convert in to binary?


I'm relatively new to GUIDE programming so any help is greatly appreciated. :)

I attached a jpg with my code block.
Thanks!
22
Displays / Re: Changing image size in program? vector editor
« Last post by Marbek_Elektronik on March 15, 2024, 09:33:05 AM »
Thanks,
i have looked to it.
But also Danfoss could explain better how to work with this special technique.

But compilation time now is about 10 minutes. If I use svg instead of bmp it increases to 16 minutes and I am afraid that widgets increase the compilation time also.

In a few days I will use a new workstation with the fastest processor and 64GB RAM, let me see what will happen ;-)
23
Displays / Re: Changing image size in program? vector editor
« Last post by acmall on March 15, 2024, 08:54:12 AM »
Documentation and tutorials is an area were there is room for improvement. There are some widget tutorials on the Plus+1 YouTube page.
https://www.youtube.com/@PLUS1Software/search?query=widget
24
Communication / Re: Communication
« Last post by Camox on March 15, 2024, 07:54:11 AM »
Hello Alejandro,
I'm sending you two examples of blocks for sending a CAN message from an ECU to a screen.

I hope they help.
Have a nice day
25
Displays / Re: Changing image size in program? vector editor
« Last post by Marbek_Elektronik on March 14, 2024, 09:35:52 PM »
Oh, it would be fine, if I find a turorial about this.
I am just reading the manual about widgets.
26
Communication / Re: Communication
« Last post by Alejandro Pantoja on March 14, 2024, 01:38:24 PM »
here is the Rx code used to receive data.
27
Communication / Communication
« Last post by Alejandro Pantoja on March 14, 2024, 01:37:30 PM »
Hello, I am new to Danfoss.

Trying to transmit and receive data from controller (MC023-120) to display (DP710), eventually display the data received from the sensor.

What am I supposed to do?

I just want to send a raw mV value.
28
Displays / Re: Changing image size in program? vector editor
« Last post by Lukey on March 14, 2024, 12:08:55 AM »
My second image is the Widget properties, you can input a signal from your program to control the Width and Height of the signal.

These can be used to adjust the size in the program while running.
29
Displays / Re: Changing image size in program? vector editor
« Last post by Marbek_Elektronik on March 13, 2024, 10:00:47 PM »
Thanks,
but I don't understand your second image.

I don't find "signal input"
(it is svg format)
30
Displays / Re: Changing image size in program? vector editor
« Last post by Lukey on March 13, 2024, 02:44:23 PM »
I believe it is, I have not done/tested this exactly but I imagine you could create a text/image widget.
Set ScalePos and ScaleSize to True for the object in the Widget.
For the Widget property set the Width and Height externally with an input.

Some combination of the above should achieve the outcome.
Pages: 1 2 [3] 4 5 ... 10