Sripe.RealtimeWellLog 5.0.1
XXX 使用说明
1 概述
- 此包包含XXX组件,主要完成XXX功能
- 。。。
2 What's new:
- 5.0.1(2023.4.3):
- +net8.0 support.
- 5.0.0(2022.4.20):
- -remove rules to Sripe.RealtimeWellLog.Analyzing
- *change name of interfaces. log->Realtime/MudlogRealtime.
- 4.1.1(2022.2.7):
- +New_Line_Literal
- 4.1.0(2022.2.7):
- +LogRecordWitsConfig
- 4.0.3(2022.1.28):
- +TDTORQUE TDRPM for ILogRecord
- 4.0.2(2020.8.28):
- +WellID from Sripe.realtimewelllog.analyzer
- 4.0.1(2020.8.24):
- +net35;net40;net45.
- -ijw.next.io.csvreader and ijw.next.dataaccess ref.
- 4.0.0(2020.3.31):
- +ILogSet.LastTimeDistChangedRecord property.
- 3.0.0(2019.12.6):
- *add GK to Result;
- *add data entities for testing;
- *merge dataAccess back;
- -LogSet.Append methods for runtime safety.
- 2.4.2(2019.12.2):
- *Result.String() add details.
- 2.4.1(2019.11.25):
- +DataNotReadyException.
- 2.4.0(2019.11.25):
- *LogPoint.Value could be NULL.
- 2.3.1(2019.11.25):
- *Result depth could be 0.
- 2.3.0(2019.11.20):
- +BhaDetails, DrillingInfo
- *Rule.Match, add drillingInfo as a parameter.
- 2.2.2(2019.11.20):
- *namespace
- 2.2.1(2019.11.19):
- +LogSet.CurrentData property.
- -a few LogSet.GetRecordsOfPast_xxx() methods.
- *logset's protected methods into private.
- 2.1.3(2019.11.17):
- +GetRecordsByPastTime(int start, int end)
- *Fix bug: timespan got reverse when get records by time.
- *Fix bug: might miss data when query records by time.
- 1.7.0(2019.11.11):
- +Use class for config, instead of using interface.
- 1.6.0(2019.11.7):
- +Load from csv.
- 1.5.0(2019.10.30):
- *Result fields.
- 1.3.0(2019.10.23):
- *Fix bugs.
- +Result.
- 1.2.5(2019.7.18):
- +First release.
3 准备工作
- 在代码文件中引用
XXX
命名空间
4 使用XXX
- 构建新实例:
- XXX
- XXX:
- XXX
5 启用日志
- 使用内置日志机制(内部使用NLog)
using ijw.Next.Log
var _logger = LogHelper.GetNLogger();
//然后可以将_logger传入采集器的构造函数中, 如:
var acquirer = new MudLogReliableAcquirer(30000, _logger);
- 启动项目增加
NLog.config
文件, 并复制到生成文件夹中. - 项目运行后, 会根据
NLog.config
中的配置生成日志, 一般来说是在logs
文件夹下面按时间生成文件(第三方组件NLog
的功能).
6 其他
- XXX
Showing the top 20 packages that depend on Sripe.RealtimeWellLog.
Packages | Downloads |
---|---|
Sripe.DataAcquisition.MudLog
提供录井数据采集的数据实体类、采集器、解析器与相关组件.
|
2 |
Sripe.RealtimeWellLog.MudLossRules
Package Description
|
2 |
Sripe.RealtimeWellLog.Data.Access
What's New:
1.1.2(2021.9.28):
*Fix Bugs: Multiple bugs in TestWithHistoryRealtimeDataService of the select rownum and order by
1.1.0(2021.3.9):
*Don't insert createtime when submit result.
1.0.1(2020.4.2):
*Fix bug: TestWithHistoryRealtimeDataService.maxcount always equals 100.
*TestWithHistoryRealtimeDataService class: make starttime as the first current record.
Introduction:
This package includes a few classes for testing welllog realtime rules.
|
1 |
Sripe.RealtimeWellLog.Analyzing
Package Description
|
1 |
.NET Framework 3.5
- No dependencies.
.NET Standard 2.0
- No dependencies.
.NET 8.0
- No dependencies.
.NET 6.0
- No dependencies.
.NET 5.0
- No dependencies.
.NET Standard 2.1
- No dependencies.
.NET Standard 1.4
- NETStandard.Library (>= 1.6.1)
- System.Threading.Thread (>= 4.3.0)
.NET Framework 4.5
- No dependencies.
.NET Framework 4.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
5.0.1 | 1 | 2025/4/17 |