View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003696 | 10030: ISA-95 | Documentation Errata | public | 2017-01-21 02:32 | 2017-03-16 18:17 |
| Reporter | Rich Kane | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Summary | 0003696: Id Data Type is Wrong in Table 154 - ISA95AssetAssignmentDataType | ||||
| Description | Id should be an Id field, not a NodeId | ||||
| Tags | No tags attached. | ||||
|
|
The ISA95AssetAssignmentDataType needs both an ID field (int) and a nodeId field (NodeId). The Id field, described in the ISA95 spec 5.3.8 Table 22, is for uniquely identifying the record within the data set and is equivalent to a primary key (int) in SQL Server. The nodeId field is used to record the Equipment or Physical Asset NodeId fr that record. The Id field does not need to be a NodeId data type since it is only identifying elements within the variable. The description of Id in table 54 says it is a record Id but the data type is NodeId. |