PLUS+1 User Forum

PLUS+1 Software => General controls => Topic started by: jrward1977 on December 07, 2025, 01:38:19 AM

Title: Two Instances of S90 EDC won't Compile
Post by: jrward1977 on December 07, 2025, 01:38:19 AM
Hello,

   I'm trying to use 2 instances of the S90 EDC block and I see the note that they use EE_memory for Threshold and Endcurrent values and they won't compile successfully without a unique namespace.  Where do I find the namespace that I need to change to get this to work?

The errors are:
   MULTI DEFINED ALIAS:  {A_EE_Thld}
   MULTI DEFINED ALIAS:  {A_EE_EndCrnt}
   MULTI DEFINED ALIAS:  {A_EE_CalFlg}
   MULTI DEFINED ALIAS:  {B_EE_Thld}
   MULTI DEFINED ALIAS:  {B_EE_EndCrnt}
   MULTI DEFINED ALIAS:  {B_EE_CalFlg}
Title: Re: Two Instances of S90 EDC won't Compile
Post by: Lukey on December 08, 2025, 06:39:24 AM
The user manual of the block gives detail on how to change the namespace, see screenshot attached
Title: Re: Two Instances of S90 EDC won't Compile
Post by: jrward1977 on December 09, 2025, 01:00:29 AM
I missed that.  Thank You!