Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Function Library / Re: PGN RX Not Receiving Data
« Last post by Marbek_Elektronik on April 03, 2024, 09:19:28 AM »
And I think it is doesn't work, if you put 2 RX modules in the program with same ID node.
12
Function Library / Re: PGN RX Not Receiving Data
« Last post by QWERTY on April 02, 2024, 02:49:34 PM »
OK so I finally found my problem. I had the function block BJM1 active and working properly. I then added the PGN RX and it didn't work. But then I deleted the BJM1 Function Block so there would only be the PGN RX connected to PGN 64982 and it works. I guess we cannot have two Function Block connected to the same PGN. I did not know that.

13
PLUS+1 Autonomy Hardware / About Invalid ECU Errors-XM100
« Last post by ibrahim on April 01, 2024, 09:14:14 AM »
Hello Everyone,

I'm attempting to implement autonomous movement for my vehicle using ACL3.00 with XM100. However, I've encountered an issue while trying to execute my algorithms. For instance, I'm receiving an "Invalid ECU (0x8100)" error with the "Path_Recorder" Function Block. Could anyone provide some insights into what might be causing this issue? Alternatively, does anyone know if there's a support document in PLUS+1 specifically for addressing such errors?

With the assistance from the "Autonomous Control Library Function Blocks" document, I'm utilizing the "Example-1" provided in the attachment. Attached are also my service tool screenshots in "Attachment-2" and "Attachment-3

Any help or guidance would be greatly appreciated!

Thank you,
14
PLUS+1 GUIDE / Plus+1 Educational License
« Last post by Salih on April 01, 2024, 07:49:33 AM »
Hi,

Could you give information about the activation of the attached education license?

Thanks in advance.
15
Function Library / Re: PGN RX Not Receiving Data
« Last post by Lukey on March 30, 2024, 09:37:14 PM »
Can you share your code for us to review? Screenshot or .scs file.
16
Function Library / PGN RX Not Receiving Data
« Last post by QWERTY on March 29, 2024, 09:24:36 PM »
Hello, I am communicating with a Joystick by using the BJM1 Function Block. The PGN is set by default at 64982 and the source I am using is 51. All of this is working properly and communication is good. However, I tried the same thing with a PGN RX and I can not get it to work. Same PGN, same adress. I tried using the destination of my node, but by using PGN 64982, I think the destination is ignored anyway. Is there some wizard out here who knows why I can receive data just fine with the BJM1 Function Block, but not with the PGN RX?

The reason I want to use the PGN RX is so I can decode the data myself because the ''X axis Det'' and ''Y axis Det'' are not working in the BJM1 Function Block.
17
PLUS+1 GUIDE / Re: Error 24 OUTPUTS CONNECTED ON COMPONENT
« Last post by Camox on March 28, 2024, 11:46:59 AM »
These two values are of Boolean type. You can therefore read their values and compare them to True or False.

These are examples that you need to rename according to the data type of the message that is in transit on your bus.

Do you have a detailed description of this message, as it is not standardized ?

Have a nice day
18
PLUS+1 GUIDE / Re: Error 24 OUTPUTS CONNECTED ON COMPONENT
« Last post by llang on March 28, 2024, 11:22:30 AM »
Thank you for your solution, I will test it later.

If I understand correctly I can compare the "Value_5_1_Bool" and "Value_5_2_Bool" to a constant true or false to differentiate between different data sets, right?

I wish you a great day.
19
PLUS+1 GUIDE / Re: Rix
« Last post by Scott_MARL on March 27, 2024, 06:08:43 PM »
Found another Rix




20
PLUS+1 GUIDE / Re: Error 24 OUTPUTS CONNECTED ON COMPONENT
« Last post by Camox on March 27, 2024, 11:10:40 AM »
You try to receive the values and then replace them.
This is why you get the error "OUTPUTS CONNECTED ON COMPONENT".

You must read the values instead of indicating them.

Attached is an example of how I would do this.


I hope I've helped you.
Have a nice day!

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