GetLoggedData(Object,Object,Object,Object,Object,Object) Method
- Last UpdatedNov 06, 2025
- 1 minute read
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.
public DataSet GetLoggedData(
object woID,
object operID,
object seqNo,
object stepNo,
object itemId,
object lotNo
)
Parameters
- woID
- Optional. Holds the work order ID for which the logged data is being retrieved.
- operID
- Optional. Holds the operation ID for which the logged data is being retrieved.
- seqNo
- Optional. Holds the operation sequence number for which the logged data is being retrieved.
- stepNo
- Optional. Holds the step number to be used as a filter. Set to null if the filter is not going to be used.
- itemId
- Optional. Holds the item ID to be used as a filter. Set to null if the filter is not going to be used.
- lotNo
- Optional. Holds the lot number to be used as a filter. Set to null if the filter is not going to be used.
Return Value
Returns a DataSet containing a row for each data collection sample.