View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006960 | 10000-004: Services | Spec | public | 2021-05-21 07:48 | 2022-12-09 13:36 |
Reporter | BjarneBostrom | Assigned To | Matthias Damm | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.05.03 RC1 | ||||
Summary | 0006960: Part 4 7.11 ExpandedNodeId lists wrong type for NamespaceIndex (should be UInt16, is "Index", which is UInt32) | ||||
Description | Spec parts and sections that are referencend in below points:
Thus, I assume it is a typo in Part 4 section 7.11 (B) and it should instead just say "namespaceIndex UInt16", since that is the only explanation that makes sense (since UInt16 is anyway the max index a NodeId could have, so even references to other servers would not change that fact and since Part 3 does say it is UInt16 it is also not "just an encoding optimization" either), plus that UInt16 is what everyone anyway uses (or we would see huge interop problems), so part 4 should reflect the encoding in this case. Also, as extra note: The UInt16 for namespaceindex and UInt32 for serverIndex are set in stone and cannot basically be changed at this point. However, due to this it might make sense to add a small detail for the ExpandedNodeId that the serverIndex cannot be larger than Int32_max-value-1 (i.e. not UInt32!), since the maximum array index OPC UA can use is Int32_max-value-1 (since 0 is first index) because the length of an array is Int32 (-1 is null array). Or maybe this should be added to the "Index" type's text. It might still make sense modelling-wise since negative numbers might not make sense and UInt16 cannot represent every array index (but I assumed this was an intentional optimization to limit the number of namespaces to Uint16). | ||||
Tags | No tags attached. | ||||
Commit Version | |||||
Fix Due Date | |||||
|
Agreed Part 4 needs to be fixed to agree with Part 6. |
|
7.16 ExpandedNodeId Changed DataType of NamespaceIndex to UInt16 to match the encoding definition in Part 6 |
|
Agreed to changes in virtual F2F. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-05-21 07:48 | BjarneBostrom | New Issue | |
2021-05-25 15:48 | Jim Luth | Note Added: 0014419 | |
2021-05-25 15:49 | Jim Luth | Assigned To | => Matthias Damm |
2021-05-25 15:49 | Jim Luth | Status | new => assigned |
2022-12-03 15:40 | Matthias Damm | Status | assigned => resolved |
2022-12-03 15:40 | Matthias Damm | Resolution | open => fixed |
2022-12-03 15:40 | Matthias Damm | Fixed in Version | => 1.05.03 RC1 |
2022-12-03 15:40 | Matthias Damm | Note Added: 0018220 | |
2022-12-09 13:36 | Jim Luth | Status | resolved => closed |
2022-12-09 13:36 | Jim Luth | Note Added: 0018294 |