Is this java or C# simulator? Is the simulated meter using version 0? You can check this from the XML file by finding <GXDLMSAssociationLogicalName> and checking the version.
Have you modified something? This is checked and it works as expected. Also this data is not correct:
02 04 12 02 0F 11 00 09 06 00 00 28 00 00 FF 02 02 01
Object type 527 (0x020F) doesn't exists in DLMS standard.
Hi,
Hi,
Profile generic version should be 1. Where it is zero?
BR,
Mikko
It is from your simulator .
It is from your simulator . Ex. from Association Object List read: 02 04 12 02 0F 11 00 09 06 00 00 28 00 00 FF 02 02 01
sorry this is my mistake.
It is mistake? From object list 02 04 12 00 07 11< 00> 09 06 01 00 62 01 00 FF 02
Hi, No problem. BR, Mikko
Hi,
No problem.
BR,
Mikko
One more, Mikko. It is
One more, Mikko. It is mistake? From object list 02 04 12 00 07 11< 00> 09 06 01 00 62 01 00 FF 02
Hi,
Hi,
Is this java or C# simulator? Is the simulated meter using version 0? You can check this from the XML file by finding <GXDLMSAssociationLogicalName> and checking the version.
BR,
Mikko
c#.
c#. <GXDLMSAssociationLogicalName>
<LN>0.0.40.0.0.255</LN>
<Version>1</Version>
<Description>Ch. 0 Association #1</Description>
<Access>133333333</Access>
<MethodAccess>1111</MethodAccess>
<ClientSAP>16</ClientSAP>
<ServerSAP>1</ServerSAP>
<ApplicationContextName>
<JointIsoCtt>96</JointIsoCtt>
<Country>133</Country>
<CountryName>116</CountryName>
<IdentifiedOrganization>5</IdentifiedOrganization>
<DlmsUA>8</DlmsUA>
<ApplicationContext>1</ApplicationContext>
<ContextId>1</ContextId>
</ApplicationContextName>
<XDLMSContextInfo>
<Conformance>12089346</Conformance>
<MaxReceivePduSize>65535</MaxReceivePduSize>
<MaxSendPduSize>65535</MaxSendPduSize>
<DlmsVersionNumber>6</DlmsVersionNumber>
</XDLMSContextInfo>
<AuthenticationMechanismName>
<JointIsoCtt>96</JointIsoCtt>
<Country>133</Country>
<CountryName>116</CountryName>
<IdentifiedOrganization>5</IdentifiedOrganization>
<DlmsUA>8</DlmsUA>
<AuthenticationMechanismName>2</AuthenticationMechanismName>
<MechanismId>1</MechanismId>
</AuthenticationMechanismName>
<Secret>30 30 30 30 30 30 30 30</Secret>
<AssociationStatus>2</AssociationStatus>
<SecuritySetupReference>0.0.0.0.0.0</SecuritySetupReference>
</GXDLMSAssociationLogicalName>
In xml all right. but transmited 0
Hi,
Hi,
Have you modified something? This is checked and it works as expected. Also this data is not correct:
02 04 12 02 0F 11 00 09 06 00 00 28 00 00 FF 02 02 01
Object type 527 (0x020F) doesn't exists in DLMS standard.
BR,
Mikko
BR,
Mikko
I update version from git and
I update version from git and all OK. Thank you