Mes.WebApi.Models.V3.EnProd.DataLogValue JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| grp_id | The data log group ID. | integer |
| value_index | The index number that identifies the value within the data log group. For a Post, if an index number is not provided, the system assigns the next available value. | integer |
| value_name | The name of the value. | string |
| value_type | The enumeration of the value type. 0 = String 1 = Number 2 = Logical 3 = Datetime | integer |
| editable | Indicates whether a user can manually enter or modify the value. The default is false. | boolean |
| cur_value | The last measured value for this data log value or the upper or lower limit value. | string |
| spec_id | The ID of the global specification to which this data log value is linked. | string |
| meaning | This property is not used by the system. | integer |
| meaning_to_value_index | This property is not used by the system. | integer |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| mod_id | The current modification ID of the data log value record in the Data_Log_Value table. This ID is binary number that increments each time the record's table row is modified. Optionally used for optimistic concurrency control when performing updates or deletes. | string |