How to map internal DataElement
s from the Dem
(Diagnostic Event Manager) to Dcm
(Diagnostic Communication Manager) DIDs (Data Identifier)?
Let's say, I have a DemDataClass
with DemDataElementUsePort
set to USE_DATA_INTERNAL
and DemDataElementInternalData
set to DEM_AGINGCTR
.
This DemDataClass
is referenced in a DemDidClass
as DemDidDataClassRef
.
But how do I map this to the normal ReadDataByIdentifier
service, which is handled in Dcm
?
P.S.: I know how to implement it manually, but it sounds a bit weird that I can do it by configuration in Dem
, but apparently not in Dcm
.