diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-04-08 23:56:44 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-04-08 23:56:44 +0300 |
| commit | e0c98ae05879016c49ef24b3cbae11b41c716b58 (patch) | |
| tree | 440404aa2a9e6e44bfaadfbad54d20ebc0755d9d /Software/Visual_Studio/Tango.BL/DTO | |
| parent | 98bf196adedeb0a76154c571f5786d819a97c7c0 (diff) | |
| download | Tango-e0c98ae05879016c49ef24b3cbae11b41c716b58.tar.gz Tango-e0c98ae05879016c49ef24b3cbae11b41c716b58.zip | |
Eureka Process Parameters.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs | 232 |
1 files changed, 232 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs index c9a8ef967..7fdc91308 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs @@ -309,5 +309,237 @@ namespace Tango.BL.DTO get; set; } + /// <summary> + /// e winder1 tension + /// </summary> + public Double EWinder1Tension + { + get; set; + } + + /// <summary> + /// e winder2 tension + /// </summary> + public Double EWinder2Tension + { + get; set; + } + + /// <summary> + /// e winder3 tension + /// </summary> + public Double EWinder3Tension + { + get; set; + } + + /// <summary> + /// e winder4 tension + /// </summary> + public Double EWinder4Tension + { + get; set; + } + + /// <summary> + /// e btsr1 feeding tension + /// </summary> + public Double EBtsr1FeedingTension + { + get; set; + } + + /// <summary> + /// e btsr2 feeding tension + /// </summary> + public Double EBtsr2FeedingTension + { + get; set; + } + + /// <summary> + /// e btsr3 feeding tension + /// </summary> + public Double EBtsr3FeedingTension + { + get; set; + } + + /// <summary> + /// e btsr4 feeding tension + /// </summary> + public Double EBtsr4FeedingTension + { + get; set; + } + + /// <summary> + /// e mixer temp + /// </summary> + public Double EMixerTemp + { + get; set; + } + + /// <summary> + /// e head zone1 temp + /// </summary> + public Double EHeadZone1Temp + { + get; set; + } + + /// <summary> + /// e head zone2 temp + /// </summary> + public Double EHeadZone2Temp + { + get; set; + } + + /// <summary> + /// e head zone3 temp + /// </summary> + public Double EHeadZone3Temp + { + get; set; + } + + /// <summary> + /// e dryer zone1 temp + /// </summary> + public Double EDryerZone1Temp + { + get; set; + } + + /// <summary> + /// e dryer zone2 temp + /// </summary> + public Double EDryerZone2Temp + { + get; set; + } + + /// <summary> + /// e dryer zone3 temp + /// </summary> + public Double EDryerZone3Temp + { + get; set; + } + + /// <summary> + /// e lubricant temp + /// </summary> + public Double ELubricantTemp + { + get; set; + } + + /// <summary> + /// e dryer incoming air flow + /// </summary> + public Double EDryerIncomingAirFlow + { + get; set; + } + + /// <summary> + /// e dryer outgoing air flow + /// </summary> + public Double EDryerOutgoingAirFlow + { + get; set; + } + + /// <summary> + /// e tunnel incoming air flow + /// </summary> + public Double ETunnelIncomingAirFlow + { + get; set; + } + + /// <summary> + /// e tunnel outgoing air flow + /// </summary> + public Double ETunnelOutgoingAirFlow + { + get; set; + } + + /// <summary> + /// e waste air flow + /// </summary> + public Double EWasteAirFlow + { + get; set; + } + + /// <summary> + /// e waste prepare time + /// </summary> + public Double EWastePrepareTime + { + get; set; + } + + /// <summary> + /// e pump temp + /// </summary> + public Double EPumpTemp + { + get; set; + } + + /// <summary> + /// e pressure build up + /// </summary> + public Double EPressureBuildUp + { + get; set; + } + + /// <summary> + /// e spare1 + /// </summary> + public Double ESpare1 + { + get; set; + } + + /// <summary> + /// e spare2 + /// </summary> + public Double ESpare2 + { + get; set; + } + + /// <summary> + /// e spare3 + /// </summary> + public Double ESpare3 + { + get; set; + } + + /// <summary> + /// e spare4 + /// </summary> + public Double ESpare4 + { + get; set; + } + + /// <summary> + /// e spare5 + /// </summary> + public Double ESpare5 + { + get; set; + } + } } |
