Duplicate peripheral address

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
2 posts • Page 1 of 1
baderd
Posts:5
Joined: Thu Apr 05, 2018 2:44 am

Duplicate peripheral address

Post by baderd »

Hi,

when i am trying to import the DPE's using ascii manager i am getting weird errors for all my output DPE's.

Even if i transfer the address using the transfer to all DPE's i am getting the same error in the log file.

The Error is

CCOAui (7), 2018.07.04 19:12:51.614, PARAM,SEVERE, 47, Duplicate peripheral address for this output, DP: MIL_S2:12345.IO.Misc.IRRG_BURST_TIMER:_address.._type, MAN: (SYS: 2 Event -num 0 CONN: 1)

I am sure there is no duplication in the address, can you please help explaining why i am getting this error???

Regards,

mkerk
Posts:75
Joined: Wed Oct 20, 2010 12:25 pm

Re: Duplicate peripheral address

Post by mkerk »

Hello,
The Ouput address (attribute _address.._reference) that you want to import for the DP MIL_S2:12345.IO.Misc.IRRG_BURST_TIMER is used somewhere in your project

Please make an ASCII ouput of all configured addresses in your project and check where the same address is used.
Or
Use the internal DriverCommon Datapointelement (DpTYpe _DriverCommon) to find where this address is configured: go on the element ".AD.HWMask" for the _DriverX data point (DP type = _DriverCommon. X stands for the manager number). Enter the peripheral address or a search pattern as a value. The DP elements containing an address according to the pattern are listed in the DP element ".AD.DPMatch".

BR,
Mousser

2 posts • Page 1 of 1