forked from ddrilling/AsbCloudServer
298 lines
7.3 KiB
C#
298 lines
7.3 KiB
C#
namespace AsbCloudApp.Data.WITS;
|
|
|
|
/// <summary>
|
|
/// Record name: Резистивиметр MCR
|
|
/// Description: SibReciver. Резистивиметр MCR
|
|
/// Description2:
|
|
/// </summary>
|
|
|
|
public class Record50Dto : RecordBaseDto
|
|
{
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 8,
|
|
/// LongMnemonic = "DEPTBITM",
|
|
/// ShortMnemonic = "DBTM",
|
|
/// Description = "SibReceiver custom. Положение долота",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? Deptbitm { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 10,
|
|
/// LongMnemonic = "DEPTMEAS_MCRSTAT",
|
|
/// ShortMnemonic = "DEPTMEAS_MCRSTAT",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? DeptmeasMcrstat { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 11,
|
|
/// LongMnemonic = "MCRSTAT",
|
|
/// ShortMnemonic = "MCRSTAT",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? Mcrstat { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 12,
|
|
/// LongMnemonic = "DEPTMEAS_SLVL_mc",
|
|
/// ShortMnemonic = "DEPTMEAS_SLVL_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? DeptmeasSlvlMc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 13,
|
|
/// LongMnemonic = "SLVL_mc",
|
|
/// ShortMnemonic = "SLVL_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? SlvlMc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 14,
|
|
/// LongMnemonic = "DEPTMEAS_GDP_mc",
|
|
/// ShortMnemonic = "DEPTMEAS_GDP_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? DeptmeasGdpMc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 15,
|
|
/// LongMnemonic = "GDP_mc",
|
|
/// ShortMnemonic = "GDP_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? GdpMc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 16,
|
|
/// LongMnemonic = "DEPTMEAS_RA33F2_mc",
|
|
/// ShortMnemonic = "DEPTMEAS_RA33F2_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? DeptmeasRa33f2Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 17,
|
|
/// LongMnemonic = "RA33F2_mc",
|
|
/// ShortMnemonic = "RA33F2_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? Ra33f2Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 18,
|
|
/// LongMnemonic = "DEPTMEAS_RP33F2_mc",
|
|
/// ShortMnemonic = "DEPTMEAS_RP33F2_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? DeptmeasRp33f2Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 19,
|
|
/// LongMnemonic = "RP33F2_mc",
|
|
/// ShortMnemonic = "RP33F2_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? Rp33f2Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 20,
|
|
/// LongMnemonic = "DEPTMEAS_RA33F4_mc",
|
|
/// ShortMnemonic = "DEPTMEAS_RA33F4_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? DeptmeasRa33f4Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 21,
|
|
/// LongMnemonic = "RA33F4_mc",
|
|
/// ShortMnemonic = "RA33F4_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? Ra33f4Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 22,
|
|
/// LongMnemonic = "DEPTMEAS_RP33F4_mc",
|
|
/// ShortMnemonic = "DEPTMEAS_RP33F4_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? DeptmeasRp33f4Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 23,
|
|
/// LongMnemonic = "RP33F4_mc",
|
|
/// ShortMnemonic = "RP33F4_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? Rp33f4Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 46,
|
|
/// LongMnemonic = "DEPTMEAS_RA33_mc",
|
|
/// ShortMnemonic = "DEPTMEAS_RA33_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? DeptmeasRa33Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 47,
|
|
/// LongMnemonic = "RA33_mc",
|
|
/// ShortMnemonic = "RA33_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? Ra33Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 28,
|
|
/// LongMnemonic = "DEPTMEAS_RP33_mc",
|
|
/// ShortMnemonic = "DEPTMEAS_RP33_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? DeptmeasRp33Mc { get; set; }
|
|
|
|
/// <summary>
|
|
/// RecordId = 50,
|
|
/// ItemId = 29,
|
|
/// LongMnemonic = "RP33_mc",
|
|
/// ShortMnemonic = "RP33_mc",
|
|
/// Description = "SibReceiver custom",
|
|
/// Description2 = "",
|
|
/// FPSUnits = "----",
|
|
/// MetricUnits = "---",
|
|
/// Length = 4,
|
|
/// ValueType = "F"
|
|
/// </summary>
|
|
|
|
public float? Rp33Mc { get; set; }
|
|
|
|
}
|