DD.WellWorkover.Cloud/AsbCloudDb/Model/WITS/Record9.cs

346 lines
9.6 KiB
C#
Raw Normal View History

2022-04-01 17:55:44 +05:00
using System.ComponentModel.DataAnnotations.Schema;
namespace AsbCloudDb.Model.WITS
{
2022-04-11 18:00:34 +05:00
/// <summary>
/// Record name: MWD Mechanical
/// Description: MWD Mechanical data
/// Description2:
/// </summary>
[Table("t_telemetry_wits_9")]
public class Record9 : RecordBase
{
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 8,
/// LongMnemonic = "DEPTMEAS",
/// ShortMnemonic = "DMEA",
/// Description = "Depth Hole (meas)",
/// Description2 = "",
/// FPSUnits = "F",
/// MetricUnits = "M",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("DEPTMEAS")]
public float? Deptmeas { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 9,
/// LongMnemonic = "DEPTVERT",
/// ShortMnemonic = "DVER",
/// Description = "Depth Hole (vert)",
/// Description2 = "",
/// FPSUnits = "F",
/// MetricUnits = "M",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("DEPTVERT")]
public float? Deptvert { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 10,
/// LongMnemonic = "DEPTBITM",
/// ShortMnemonic = "DBTM",
/// Description = "Depth Bit (meas)",
/// Description2 = "",
/// FPSUnits = "F",
/// MetricUnits = "M",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("DEPTBITM")]
public float? Deptbitm { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 11,
/// LongMnemonic = "DEPTBITV",
/// ShortMnemonic = "DBTV",
/// Description = "Depth Bit (vert)",
/// Description2 = "",
/// FPSUnits = "F",
/// MetricUnits = "M",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("DEPTBITV")]
public float? Deptbitv { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 12,
/// LongMnemonic = "PASSNUM",
/// ShortMnemonic = "PASS",
/// Description = "Pass Number",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "----",
/// Length = 2,
/// ValueType = "S"
/// </summary>
[Column("PASSNUM")]
public short? Passnum { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 13,
/// LongMnemonic = "MBHPANN",
/// ShortMnemonic = "MBPA",
/// Description = "Bottom-hole annulus press",
/// Description2 = "",
/// FPSUnits = "PSI",
/// MetricUnits = "KPA",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("MBHPANN")]
public float? Mbhpann { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 14,
/// LongMnemonic = "MBHPINT",
/// ShortMnemonic = "MBPI",
/// Description = "Bottom-hole internal press",
/// Description2 = "",
/// FPSUnits = "PSI",
/// MetricUnits = "KPA",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("MBHPINT")]
public float? Mbhpint { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 15,
/// LongMnemonic = "MWOBA",
/// ShortMnemonic = "MWBA",
/// Description = "Downhole Wt-on-Bit (avg)",
/// Description2 = "",
/// FPSUnits = "KLB",
/// MetricUnits = "KDN",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("MWOBA")]
public float? Mwoba { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 16,
/// LongMnemonic = "MWOBX",
/// ShortMnemonic = "MWBX",
/// Description = "Downhole Wt-on-Bit (max)",
/// Description2 = "",
/// FPSUnits = "KLB",
/// MetricUnits = "KDN",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("MWOBX")]
public float? Mwobx { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 17,
/// LongMnemonic = "MTORQA",
/// ShortMnemonic = "MTQA",
/// Description = "Downhole Torque (avg)",
/// Description2 = "",
/// FPSUnits = "KFLB",
/// MetricUnits = "KNM",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("MTORQA")]
public float? Mtorqa { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 18,
/// LongMnemonic = "MTORQX",
/// ShortMnemonic = "MTQX",
/// Description = "Downhole Torque (max)",
/// Description2 = "",
/// FPSUnits = "KFLB",
/// MetricUnits = "KNM",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("MTORQX")]
public float? Mtorqx { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 19,
/// LongMnemonic = "MMMRPM",
/// ShortMnemonic = "MMRP",
/// Description = "Downhole Motor RPM",
/// Description2 = "",
/// FPSUnits = "RPM",
/// MetricUnits = "RPM",
/// Length = 2,
/// ValueType = "S"
/// </summary>
[Column("MMMRPM")]
public short? Mmmrpm { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 20,
/// LongMnemonic = "MALTVOLT",
/// ShortMnemonic = "MALT",
/// Description = "MWD Tool Alternator Voltage",
/// Description2 = "",
/// FPSUnits = "V",
/// MetricUnits = "V",
/// Length = 2,
/// ValueType = "S"
/// </summary>
[Column("MALTVOLT")]
public short? Maltvolt { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 21,
/// LongMnemonic = "SPARE1",
/// ShortMnemonic = "SPR1",
/// Description = "< SPARE 1>",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "----",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("SPARE1")]
public float? Spare1 { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 22,
/// LongMnemonic = "SPARE2",
/// ShortMnemonic = "SPR2",
/// Description = "< SPARE 2>",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "----",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("SPARE2")]
public float? Spare2 { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 23,
/// LongMnemonic = "SPARE3",
/// ShortMnemonic = "SPR3",
/// Description = "< SPARE 3>",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "----",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("SPARE3")]
public float? Spare3 { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 24,
/// LongMnemonic = "SPARE4",
/// ShortMnemonic = "SPR4",
/// Description = "< SPARE 4>",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "----",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("SPARE4")]
public float? Spare4 { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 25,
/// LongMnemonic = "SPARE5",
/// ShortMnemonic = "SPR5",
/// Description = "< SPARE 5>",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "---",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("SPARE5")]
public float? Spare5 { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 26,
/// LongMnemonic = "SPARE6",
/// ShortMnemonic = "SPR6",
/// Description = "< SPARE 6>",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "----",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("SPARE6")]
public float? Spare6 { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 27,
/// LongMnemonic = "SPARE7",
/// ShortMnemonic = "SPR7",
/// Description = "< SPARE 7>",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "----",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("SPARE7")]
public float? Spare7 { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 28,
/// LongMnemonic = "SPARE8",
/// ShortMnemonic = "SPR8",
/// Description = "< SPARE 8>",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "----",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("SPARE8")]
public float? Spare8 { get; set; }
2022-04-01 17:55:44 +05:00
2022-04-11 18:00:34 +05:00
/// <summary>
/// RecordId = 9,
/// ItemId = 29,
/// LongMnemonic = "SPARE9",
/// ShortMnemonic = "SPR9",
/// Description = "< SPARE 9>",
/// Description2 = "",
/// FPSUnits = "----",
/// MetricUnits = "----",
/// Length = 4,
/// ValueType = "F"
/// </summary>
[Column("SPARE9")]
public float? Spare9 { get; set; }
}
2022-04-01 17:55:44 +05:00
}