hi
I am using simulator.
I set the number to 10 and configured the objects as "Share".
The settings are on **LN with ciphering** and **HighGmac** with default keys.
The simulator creates 10 meters with different serial numbers.
With the first serial number, I can connect successfully.
But with the second serial number, when I try to connect, I get the error:
**ApplicationContextNameNotSupported**
I send the AARQ with **LN_WITH_CIPHERING**, but the response comes back as **LN**.
Out of the 10 meters, only the first one works correctly, but the rest respond with **LN** instead of **LN_WITH_CIPHERING**.
What should I do?
Thank you
Hi, Can you share the XML…
Hi,
Can you share the XML template? There are so many settings that might cause this.
BR,
Mikko
<?xml version="1.0" encoding…
<?xml version="1.0" encoding="utf-8"?>
<Objects>
<GXDLMSAssociationLogicalName>
<LN>0.0.40.0.0.255</LN>
<Version>1</Version>
<Description>Ch. 0 Current association</Description>
<Access>111111211</Access>
<MethodAccess>1111</MethodAccess>
<ObjectList>
<GXDLMSClock>
<LN>0.0.1.0.0.255</LN>
<Access>131100131</Access>
<MethodAccess>000000</MethodAccess>
</GXDLMSClock>
<GXDLMSData>
<LN>0.0.42.0.0.255</LN>
<Access>11</Access>
</GXDLMSData>
</ObjectList>
<ClientSAP>1</ClientSAP>
<ServerSAP>1</ServerSAP>
<ApplicationContextName>
<JointIsoCtt>2</JointIsoCtt>
<Country>16</Country>
<CountryName>756</CountryName>
<IdentifiedOrganization>5</IdentifiedOrganization>
<DlmsUA>8</DlmsUA>
<ApplicationContext>1</ApplicationContext>
<ContextId>3</ContextId>
</ApplicationContextName>
<XDLMSContextInfo>
<Conformance>12072960</Conformance>
<MaxReceivePduSize>1280</MaxReceivePduSize>
<MaxSendPduSize>1280</MaxSendPduSize>
<DlmsVersionNumber>6</DlmsVersionNumber>
<QualityOfService>0</QualityOfService>
<CypheringInfo />
</XDLMSContextInfo>
<AuthenticationMechanismName>
<JointIsoCtt>2</JointIsoCtt>
<Country>16</Country>
<CountryName>756</CountryName>
<IdentifiedOrganization>5</IdentifiedOrganization>
<DlmsUA>8</DlmsUA>
<AuthenticationMechanismName>2</AuthenticationMechanismName>
<MechanismId>5</MechanismId>
</AuthenticationMechanismName>
<Secret />
<AssociationStatus>2</AssociationStatus>
<SecuritySetupReference>0.0.43.0.0.255</SecuritySetupReference>
<Users />
<MultipleAssociationViews>0</MultipleAssociationViews>
</GXDLMSAssociationLogicalName>
<GXDLMSClock>
<LN>0.0.1.0.0.255</LN>
<Description>Ch. 0 Clock object #1</Description>
<Access>131100131</Access>
<MethodAccess>000000</MethodAccess>
<Time>09/28/1403 14:54:11</Time>
<TimeZone>-210</TimeZone>
<Status>0</Status>
<Begin />
<End />
<Deviation>60</Deviation>
<Enabled>1</Enabled>
<ClockBase>1</ClockBase>
</GXDLMSClock>
<GXDLMSData>
<LN>0.0.42.0.0.255</LN>
<Description>Ch. 0 COSEM Logical device name</Description>
<Access>11</Access>
<MethodAccess />
<Value Type="9" UIType="10">ABC0000000000001</Value>
</GXDLMSData>
<GXDLMSAssociationLogicalName>
<LN>0.0.40.0.0.255</LN>
<Version>1</Version>
<Description>Ch. 0 Current association</Description>
<Access>111111211</Access>
<MethodAccess>1111</MethodAccess>
<ObjectList>
<GXDLMSClock>
<LN>0.0.1.0.0.255</LN>
<Access>131100131</Access>
<MethodAccess>000000</MethodAccess>
</GXDLMSClock>
<GXDLMSData>
<LN>0.0.42.0.0.255</LN>
<Access>11</Access>
</GXDLMSData>
<GXDLMSSecuritySetup>
<LN>0.0.43.0.0.255</LN>
<Access>13111</Access>
<MethodAccess>11</MethodAccess>
</GXDLMSSecuritySetup>
</ObjectList>
<ClientSAP>1</ClientSAP>
<ServerSAP>1</ServerSAP>
<ApplicationContextName>
<JointIsoCtt>2</JointIsoCtt>
<Country>16</Country>
<CountryName>756</CountryName>
<IdentifiedOrganization>5</IdentifiedOrganization>
<DlmsUA>8</DlmsUA>
<ApplicationContext>1</ApplicationContext>
<ContextId>3</ContextId>
</ApplicationContextName>
<XDLMSContextInfo>
<Conformance>12072960</Conformance>
<MaxReceivePduSize>1280</MaxReceivePduSize>
<MaxSendPduSize>1280</MaxSendPduSize>
<DlmsVersionNumber>6</DlmsVersionNumber>
<QualityOfService>0</QualityOfService>
<CypheringInfo />
</XDLMSContextInfo>
<AuthenticationMechanismName>
<JointIsoCtt>2</JointIsoCtt>
<Country>16</Country>
<CountryName>756</CountryName>
<IdentifiedOrganization>5</IdentifiedOrganization>
<DlmsUA>8</DlmsUA>
<AuthenticationMechanismName>2</AuthenticationMechanismName>
<MechanismId>5</MechanismId>
</AuthenticationMechanismName>
<Secret />
<AssociationStatus>2</AssociationStatus>
<SecuritySetupReference>0.0.43.0.0.255</SecuritySetupReference>
<Users />
<MultipleAssociationViews>0</MultipleAssociationViews>
</GXDLMSAssociationLogicalName>
</Objects>
Hi, I believe that you have…
Hi,
I believe that you have implemented your template by hand. It's not possible to work. Can you read the existing meter and use it?
BR,
Mikko