Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] Wrong value when reading a String
  • From: "Moreno Nino, Daniel Felipe" <daniel.moreno_nino@xxxxxxxxxxx>
  • Date: Thu, 23 Sep 2021 13:40:23 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=siemens.com; dmarc=pass action=none header.from=siemens.com; dkim=pass header.d=siemens.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=mn+Q6LqOTAxW8VXH9BvyAVOE50jXa0Y0NmF1Lm7OYzc=; b=KsCgoTusO5YebkEfIvwHTxek9bjoB43bCxR1fMF0MptT1rmZ88jc0f6oqNtKQyXj355UHB6jldLllSdDRiAAEa6KLoumSrXKvsVdkcapoIse+qsrRoOLu77Z7rC5Q+ZrOLvFqQdJHzbQiia00YB+AV4LxtC/cJjXpMA9ueuooUhm3erUugSu7NLa7Fu8D+5cfUtPKFnY57ilxIq/2TB+XxoCVMUbv5R29CZ+1zDoqRS6T7iIdN51uK2fCvYEKsATF/NtyMiEtMhzzmh4qYzte4NnBqkuQ0yipLtAi2Yxb8wpUgCEYJl1pW7FrXJNGXIJxZQikm/PUnMseefVfg9oVg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jSFcYsqFhUddtkIwbudpdS8aVDEgzdS4n1tCWt7UtIYbgp+9mFI2oIENXJOLr2UDaImRJUphuXskgM/zlIJimwkbxMso9VDOjQBFD3Z3rcC7r2xjFzu7XNpzdY4maYsaaMpPun4WrSx1sU2USePVbJfsS3D7H9toIr3CEHnh05hrPBuE9dxn3/17s19fOfjCyOnPLUaQH60TyE5NUI5cngEB1R4uB0QvZxPOsEN2y67xr0Xi4KA+fRgAjg9P+Qf7VSow5UcBr1djs+vq7p0mLFvS4sa2hDKX55FdxAtEL5jefi/G7LcTvJRPmptrGmcazdarvPFXhHi7JVxXjpMhbQ==
  • Delivered-to: milo-dev@xxxxxxxxxxx
  • Document_confidentiality: Restricted
  • List-archive: <https://www.eclipse.org/mailman/private/milo-dev/>
  • List-help: <mailto:milo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_a59b6cd5-d141-4a33-8bf1-0ca04484304f_Enabled=true; MSIP_Label_a59b6cd5-d141-4a33-8bf1-0ca04484304f_SetDate=2021-09-23T13:40:21Z; MSIP_Label_a59b6cd5-d141-4a33-8bf1-0ca04484304f_Method=Standard; MSIP_Label_a59b6cd5-d141-4a33-8bf1-0ca04484304f_Name=restricted-default; MSIP_Label_a59b6cd5-d141-4a33-8bf1-0ca04484304f_SiteId=38ae3bcd-9579-4fd4-adda-b42e1495d55a; MSIP_Label_a59b6cd5-d141-4a33-8bf1-0ca04484304f_ActionId=194b9b60-abb3-43e7-928a-dfb649897c0b; MSIP_Label_a59b6cd5-d141-4a33-8bf1-0ca04484304f_ContentBits=0
  • Thread-index: Adewftvp+tlnEP4jSsazOW3SiQ7TXA==
  • Thread-topic: Wrong value when reading a String

Hi everybody,

 

I’m having some issues when reading a variable from a SIMOTION device, it’s a String that can be correctly read using UaExpert:

 

However, when I read it using milo I get a byte array with 510 positions that contains the original value, but also some random bytes that cause the String to come with some wrong ASCII values:

 

What could be the cause of it? It happens only with the factory set values of the SIMOTION, with custom ones I have no issue at all.

 

Thank you in advance for your help and support.

 

Daniel Moreno


Back to the top