Author Topic: error 65 on CAN open PDO_Rx  (Read 312 times)

Offline llang

  • PLUS+1 User
  • **
  • Posts: 9
  • Karma: +1/-0
error 65 on CAN open PDO_Rx
« on: January 24, 2025, 09:52:13 AM »
Hey guys,
i'm working on a GUIDE project where i have to receive data from another controller via CANopen.
I've installed the CANopen FB Libary 70264983v101 and used the predefined PDO_Rx function block.



When I compile, *** ERROR 65 *** [GLINK] DOUBLE OUTPUTS, SIGNAL1: {PDO_Rx_CP_Enable}, DIRECTION1: {OUT}, FILE1: {MC88_15T_MC88_1BT.exr}, SIGNAL2: {PDO_Rx_CP_Enable}, DIRECTION2: {OUT}, FILE2: {MC88_15T_MC88_1BT.exr} occurs.

Does anyone have an idea how to fix this? I've attached an image.
Thank you.


Offline Camox

  • PLUS+1 Expert
  • ****
  • Posts: 56
  • Karma: +4/-0
Re: error 65 on CAN open PDO_Rx
« Reply #1 on: January 24, 2025, 12:22:31 PM »
Hi, there,
I think it's because you have several identical blocks with the same checkpoint.
You can see on the picture that several blocks have the link symbol.

You can solve this problem by changing the namespace of each identical block so that it is unique:

Offline llang

  • PLUS+1 User
  • **
  • Posts: 9
  • Karma: +1/-0
Re: error 65 on CAN open PDO_Rx
« Reply #2 on: Today at 07:09:54 AM »
Hi Camox,

i'm sorry for the late answer. This was exactly the problem, thanks a lot!