Problems with custom structure and structure field UtcTime #1345
johannwesely
started this conversation in
General
Replies: 3 comments 5 replies
-
Does it work if you define the field's type as DateTime instead? i.e. use |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
4 replies
-
Hi FYI, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,

I get the following error message in uaexpert when using a custom structure with an utctime field:
I already use other custom structures wich work fine. Im running on Milo/dev1.0
here is the code of my customStruct:
Do you have any Idea what could go wrong? I also register customStruct in dictionaryManager.registerStructure(structureClassName, dataTypeId, binaryEncodingId, uaStructure.getCodec(), description); and getNodeContext().getServer().getDataTypeManager().registerType(dataTypeId, uaStructure.getCodec(), binaryEncodingId, null, null);
Beta Was this translation helpful? Give feedback.
All reactions