Author Topic: Two Instances of S90 EDC won't Compile  (Read 45 times)

Offline jrward1977

  • PLUS+1 User
  • **
  • Posts: 9
  • Karma: +0/-0
Two Instances of S90 EDC won't Compile
« 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}

Offline Lukey

  • PLUS+1 Expert
  • ****
  • Posts: 92
  • Karma: +10/-1
Re: Two Instances of S90 EDC won't Compile
« Reply #1 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

Offline jrward1977

  • PLUS+1 User
  • **
  • Posts: 9
  • Karma: +0/-0
Re: Two Instances of S90 EDC won't Compile
« Reply #2 on: December 09, 2025, 01:00:29 AM »
I missed that.  Thank You!