PLUS+1 User Forum
PLUS+1 Tools => PLUS+1 GUIDE => Topic started by: llang 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.
(http://)
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.
-
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:
(https://i.ibb.co/CMGKxqc/Namespace.png) (https://imgbb.com/)
-
Hi Camox,
i'm sorry for the late answer. This was exactly the problem, thanks a lot!