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,
Duplicate peripheral address
- mkerk
- Posts:75
- Joined: Wed Oct 20, 2010 12:25 pm
Re: Duplicate peripheral address
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
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