PLUS+1 User Forum

PLUS+1 Tools => PLUS+1 GUIDE => Topic started by: dlewis on October 16, 2024, 12:45:38 PM

Title: Compile Warning 39
Post by: dlewis on October 16, 2024, 12:45:38 PM
I'm starting to work with a safety controller SC024-110 and when I compile the program I get the following messages.

Graphic Compiler has created warnings, continue anyway?

*** WARNING 39 *** [GLINK] SYS: No exact match (SYS/SYSI) found for HW signal: {CAN[0].Baudrate} with Reftype: {SYSI}. This will be an error in future version of GUIDE.
Title: Re: Compile Warning 39
Post by: Tor on October 17, 2024, 07:38:14 AM
Hello dlewis,

The "Warning 39" is a OS bug that has been changed into a warning so it is possible to compile the project.
This Error are in certain HWDs and they are working on a solution.

We have found a workaround to "remove" it, buy moving the "Inputs" block before the "Unit_Config block". Then the error should go away. (In the image is a SC050, that's what I had open in GUIDE).


Have a nice day.
Title: Re: Compile Warning 39
Post by: dlewis on October 18, 2024, 05:20:12 PM
Thanks. Moving the input block took care of the warning.