DataLogGrp Class Members
- Last UpdatedNov 06, 2025
- 4 minute read
The following tables list the members exposed by DataLogGrp.
| Name | Description | |
|---|---|---|
![]() | DataLogGrp Constructor | The DataLogGrp() method is the constructor for the class. It initializes a DataLogGrp object from the database based on its group ID. |
| Name | Description | |
|---|---|---|
![]() | ContainsNumber | The ContainsNumber property is a read-only property that contains a flag that indicates if a numeric value is included in this data log group. This determines whether a chart can be used to view any of the logged data. If all values are strings or if no valid group is loaded, the property contains a false. |
![]() | GrpDesc | The GrpDesc property is a read-only property that contains this data log group's description. |
![]() | GrpId | The GrpId property is a read-only property that contains this data log group's ID. |
![]() | LastEditAt | The LastEditAt property is a read-only property that contains the date/time of the last edit of this data log group. |
![]() | LastEditBy | The LastEditBy property is a read-only property that contains the user_id of the person who made the last edit of this data log group. |
![]() | LastEditComment | The LastEditComment property is a read-only property that contains the comment for the last edit, if any, of this data log group. |
![]() | MaxValues | The MaxValues property is a read-only property that contains the maximum number of values for a single sample (row) of this data log group (16 or 48). |
![]() | ModId | The ModId property is a read-only property that contains the current mod ID value for this data log group. |
![]() | Obsolete | The Obsolete property is a read-only property that contains a flag that indicates if this data log group is obsolete. |
![]() | Spare1 | The Spare1 property is a read-only property that contains the spare1 value assigned to this data log group. |
![]() | Spare2 | The Spare2 property is a read-only property that contains the spare2 value assigned to this data log group. |
![]() | Spare3 | The Spare3 property is a read-only property that contains the spare3 value assigned to this data log group. |
![]() | Spare4 | The Spare4 property is a read-only property that contains the spare4 value assigned to this data log group. |
![]() | SpecList | The SpecList property is a read-only property that contains the comma-separated list of specification IDs referenced by this data log group. |
![]() | TriggerDetail | The TriggerDetail property is a read-only property that contains the trigger details for this data log group. |
![]() | TriggerType | The DataLogGrp property is a read-only property that contains the trigger type for samples of this data log group. |
![]() | values | The values property is a read-only property that contains the hash table that is used to store the configured value properties, indexed by their 'valuex' names, for this data log group. |
| Name | Description | |
|---|---|---|
![]() | GetLoggedData | Overloaded. The GetLoggedData() method retrieves logged data for a data log group. The method determines whether to get the data from the Data_Log_16 or Data_Log_48 tables. This overload of the method allows the job to be specified and the returned data to be filtered by a number of optional parameters. |
![]() | RefreshDataLogValues | The RefreshDataLogValues() method retrieves the data log values and their properties from the database for the current data log group. The method saves these values, which are accessible as DataLogValue objects, in a hash table.. |


