|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
|
|
|
|
|
<!-- EF Runtime content -->
|
|
|
|
|
<edmx:Runtime>
|
|
|
|
|
<!-- SSDL content -->
|
|
|
|
|
<edmx:StorageModels>
|
|
|
|
|
<Schema Namespace="BatchDyeingCentralModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
|
|
|
|
<EntityType Name="Alarms">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Category" Type="nvarchar" MaxLength="20" />
|
|
|
|
|
<Property Name="Variable" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="Duration" Type="float" Nullable="false" />
|
|
|
|
|
<Property Name="Shift" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.AuxDslvQueue”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.AuxDslvQueueHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.BucketInfo”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="BucketInfo">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="BucketNo" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" />
|
|
|
|
|
<Property Name="Used" Type="int" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.BucketShelf”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="BucketShelf">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="ShelfID" Type="int" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Station" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DevideNo" Type="int" />
|
|
|
|
|
<Property Name="XPos" Type="int" />
|
|
|
|
|
<Property Name="YPos" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="OnShelfTime" Type="datetime" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.BucketShelfHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="BucketShelfHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="ShelfID" Type="int" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Station" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DevideNo" Type="int" />
|
|
|
|
|
<Property Name="XPos" Type="int" />
|
|
|
|
|
<Property Name="YPos" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="OnShelfTime" Type="datetime" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.BucketShelfQueue”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="BucketShelfQueue">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="ShelfID" Type="int" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DevideNo" Type="int" />
|
|
|
|
|
<Property Name="XPos" Type="int" />
|
|
|
|
|
<Property Name="YPos" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.BucketShelfQueueHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="BucketShelfQueueHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="ShelfID" Type="int" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DevideNo" Type="int" />
|
|
|
|
|
<Property Name="XPos" Type="int" />
|
|
|
|
|
<Property Name="YPos" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.CleanDevice”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="Customize">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="AutoKey" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="AutoKey" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="StoppageReasons" Type="ntext" />
|
|
|
|
|
<Property Name="Inefficiencies" Type="ntext" />
|
|
|
|
|
<Property Name="Company" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Shifts" Type="ntext" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Delays">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Number" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="Duration" Type="float" Nullable="false" />
|
|
|
|
|
<Property Name="Shift" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DispenserEvent”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DispenserLifeStatus”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.Dispensers”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="Dispensers">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Name" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Name" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Description" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Device" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ReDye" Type="int" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Station" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="Status" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Automatic" Type="int" />
|
|
|
|
|
<Property Name="Enabled" Type="int" />
|
|
|
|
|
<Property Name="HeartBeat" Type="int" />
|
|
|
|
|
<Property Name="CheckPeriod" Type="int" />
|
|
|
|
|
<Property Name="UpdateDate" Type="datetime" />
|
|
|
|
|
<Property Name="CreateDate" Type="datetime" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DispenserUtilization”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DispenserUtilization">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="UtilDate" Type="datetime" />
|
|
|
|
|
<Property Name="UtilTimes" Type="int" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6013: 表/视图“BatchDyeingCentral.dbo.DissolveArt”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
|
|
|
|
|
<EntityType Name="DissolveArt">
|
|
|
|
|
<Property Name="Name" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ProductClass" Type="int" />
|
|
|
|
|
<Property Name="LiquidRatio" Type="float" />
|
|
|
|
|
<Property Name="MinWeight" Type="float" />
|
|
|
|
|
<Property Name="MaxWeight" Type="float" />
|
|
|
|
|
<Property Name="DissolveTemperature" Type="int" />
|
|
|
|
|
<Property Name="UseLiquidDye" Type="int" />
|
|
|
|
|
<Property Name="UseChemical" Type="int" />
|
|
|
|
|
<Property Name="Process" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
</EntityType>-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6013: 表/视图“BatchDyeingCentral.dbo.DissolveHistory”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
|
|
|
|
|
<EntityType Name="DissolveHistory">
|
|
|
|
|
<Property Name="Batch_No" Type="nvarchar" MaxLength="30" />
|
|
|
|
|
<Property Name="Fn_Date" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Fn_Time" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="TankNo" Type="varchar" MaxLength="2" />
|
|
|
|
|
<Property Name="Process" Type="varchar" MaxLength="15" />
|
|
|
|
|
<Property Name="ReDye" Type="int" />
|
|
|
|
|
<Property Name="Color" Type="int" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" />
|
|
|
|
|
</EntityType>-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6013: 表/视图“BatchDyeingCentral.dbo.Dyelot252Queue”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
|
|
|
|
|
<EntityType Name="Dyelot252Queue">
|
|
|
|
|
<Property Name="TankNo" Type="int" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ReDye" Type="int" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" />
|
|
|
|
|
</EntityType>-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotBuckets”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotBuckets">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="DevideNo" Type="int" />
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Final" Type="int" />
|
|
|
|
|
<Property Name="Dissolved" Type="int" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotBucketsHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotBucketsHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="DevideNo" Type="int" />
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Final" Type="int" />
|
|
|
|
|
<Property Name="Dissolved" Type="int" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotBucketSummary”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotBucketSummary">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="Final" Type="int" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotDetail”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotDetail">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
<PropertyRef Name="ProductCode" />
|
|
|
|
|
<PropertyRef Name="ProductType" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Station" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ProductName" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ProductType" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Grams" Type="float" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
<Property Name="SN" Type="int" />
|
|
|
|
|
<Property Name="DispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseGrams" Type="float" />
|
|
|
|
|
<Property Name="CurrDispGrams" Type="float" />
|
|
|
|
|
<Property Name="LADispenseResult" Type="int" />
|
|
|
|
|
<Property Name="Error" Type="int" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="Volume" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="CurrDispTime" Type="int" />
|
|
|
|
|
<Property Name="CurrVolume" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="RemainVolume" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="FinalPickup" Type="float" />
|
|
|
|
|
<Property Name="LFManual" Type="int" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotDslvQueue”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotDslvQueue">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="TankNo" Type="int" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DivideNo" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="ShelfID" Type="int" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotDslvQueueHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotDslvQueueHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="TankNo" Type="int" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DivideNo" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="ShelfID" Type="int" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotHead">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" />
|
|
|
|
|
<Property Name="CreationTime" Type="datetime" />
|
|
|
|
|
<Property Name="TotalVolume" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="DispenseTimes" Type="int" />
|
|
|
|
|
<Property Name="CurrDispTime" Type="int" />
|
|
|
|
|
<Property Name="CurrTotalVolume" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="Sequence" Type="smallint" />
|
|
|
|
|
<Property Name="Color" Type="int" />
|
|
|
|
|
<Property Name="PickUp" Type="float" />
|
|
|
|
|
<Property Name="GramsYard" Type="float" />
|
|
|
|
|
<Property Name="TotalLength" Type="float" />
|
|
|
|
|
<Property Name="FabricWidth" Type="float" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="RefTotalVolume" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="RestVolume" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="LFDefine" Type="varchar" MaxLength="5" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Blocked" Type="int" />
|
|
|
|
|
<Property Name="Industry" Type="int" />
|
|
|
|
|
<Property Name="Volume" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="StandardTime" Type="float" />
|
|
|
|
|
<Property Name="LFArt" Type="int" />
|
|
|
|
|
<Property Name="RemainVolume" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="FinalPickUp" Type="float" />
|
|
|
|
|
<Property Name="LFWasher" Type="int" />
|
|
|
|
|
<Property Name="ActualTotalVolume" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="ActualTotalLength" Type="float" />
|
|
|
|
|
<Property Name="UsedPickup" Type="float" />
|
|
|
|
|
<Property Name="RemainPadderVol" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="ExecuteTime" Type="datetime" />
|
|
|
|
|
<Property Name="RealAdd1" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="RealAdd2" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="RealAdd3" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="RealAdd4" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="RealAdd5" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="PromptAdd1" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="PromptAdd2" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="PromptAdd3" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="PromptAdd4" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="PromptAdd5" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="StartButton" Type="int" />
|
|
|
|
|
<Property Name="EndButton" Type="int" />
|
|
|
|
|
<Property Name="MergerVol" Type="varchar" MaxLength="10" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotHistories">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="History" Type="image" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Dyelots">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Industry" Type="int" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DispenseMachine" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" />
|
|
|
|
|
<Property Name="StandardTime" Type="float" />
|
|
|
|
|
<Property Name="TotalShot" Type="int" />
|
|
|
|
|
<Property Name="State" Type="smallint" />
|
|
|
|
|
<Property Name="Blocked" Type="smallint" />
|
|
|
|
|
<Property Name="Program" Type="ntext" />
|
|
|
|
|
<Property Name="Color" Type="int" />
|
|
|
|
|
<Property Name="CreationTime" Type="datetime" />
|
|
|
|
|
<Property Name="Batch" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="TotalWeight" Type="float" />
|
|
|
|
|
<Property Name="LiquidRatio" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="TotalVolume" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="AcidQty" Type="int" />
|
|
|
|
|
<Property Name="ActualAcidQty" Type="int" />
|
|
|
|
|
<Property Name="Sequence" Type="int" />
|
|
|
|
|
<Property Name="DispenseMode" Type="int" />
|
|
|
|
|
<Property Name="DyeDissolve" Type="int" />
|
|
|
|
|
<Property Name="CheDissolve" Type="int" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="SpcTotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DissolveMethod" Type="int" />
|
|
|
|
|
<Property Name="ReferenceDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Final" Type="int" />
|
|
|
|
|
<Property Name="Shade" Type="int" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="FabricName" Type="nvarchar" MaxLength="100" />
|
|
|
|
|
<Property Name="ColorName" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="CustomerName" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="CUSTOMER_CODE" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="FABRIC_CODE" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="GRAMS_YARD" Type="float" />
|
|
|
|
|
<Property Name="NeedDissolving" Type="int" />
|
|
|
|
|
<Property Name="EarliestStartTime" Type="datetime" />
|
|
|
|
|
<Property Name="Committed" Type="smallint" />
|
|
|
|
|
<Property Name="Parameters" Type="ntext" />
|
|
|
|
|
<Property Name="Notes" Type="ntext" />
|
|
|
|
|
<Property Name="SummarizeResult" Type="smallint" />
|
|
|
|
|
<Property Name="ProgramsUsed" Type="ntext" />
|
|
|
|
|
<Property Name="ColorNo" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ModifyDT" Type="datetime" />
|
|
|
|
|
<Property Name="CreateDT" Type="datetime" />
|
|
|
|
|
<Property Name="Yard" Type="int" />
|
|
|
|
|
<Property Name="SheetNo" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="AlarmTime" Type="float" />
|
|
|
|
|
<Property Name="ExRead" Type="varchar" MaxLength="4" />
|
|
|
|
|
<Property Name="FactoryTicketNo" Type="nvarchar" MaxLength="30" />
|
|
|
|
|
<Property Name="DyeingBatch" Type="nvarchar" MaxLength="30" />
|
|
|
|
|
<Property Name="EOCAlarms" Type="ntext" />
|
|
|
|
|
<Property Name="RunTime" Type="float" />
|
|
|
|
|
<Property Name="ProcessTime" Type="float" />
|
|
|
|
|
<Property Name="NormalTime" Type="float" />
|
|
|
|
|
<Property Name="SleepTime" Type="float" />
|
|
|
|
|
<Property Name="DelayTime" Type="float" />
|
|
|
|
|
<Property Name="EOCDelays" Type="ntext" />
|
|
|
|
|
<Property Name="DyelotStartShift" Type="smallint" />
|
|
|
|
|
<Property Name="DyelotEndShift" Type="smallint" />
|
|
|
|
|
<Property Name="DyeDissolving" Type="smallint" Nullable="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotsBatch”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotsBatch">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Station" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ShotNo" Type="int" />
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="SN" Type="int" />
|
|
|
|
|
<Property Name="Grams" Type="float" />
|
|
|
|
|
<Property Name="DispenseStartTime" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseEndTime" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseGrams" Type="float" />
|
|
|
|
|
<Property Name="LADispenseResult" Type="int" />
|
|
|
|
|
<Property Name="DyeWeightTime" Type="datetime" />
|
|
|
|
|
<Property Name="Process" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="FinalProcess" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="DispenseWater" Type="int" />
|
|
|
|
|
<Property Name="DrainWater" Type="int" />
|
|
|
|
|
<Property Name="DissolveTemperature" Type="int" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotsBulkedRecipe”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotsBulkedRecipe">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
<PropertyRef Name="GRAVITY" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Station" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DevideNo" Type="int" />
|
|
|
|
|
<Property Name="ShotNo" Type="int" />
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ProductName" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ProductType" Type="int" />
|
|
|
|
|
<Property Name="ProductLot" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="ProductClass" Type="int" />
|
|
|
|
|
<Property Name="SN" Type="int" />
|
|
|
|
|
<Property Name="Amount" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Grams" Type="float" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseStartTime" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseEndTime" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseGrams" Type="float" />
|
|
|
|
|
<Property Name="DispenseResult" Type="int" />
|
|
|
|
|
<Property Name="LADispenseResult" Type="int" />
|
|
|
|
|
<Property Name="Volume" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="HostRead" Type="int" />
|
|
|
|
|
<Property Name="State" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="NeedDispense" Type="int" />
|
|
|
|
|
<Property Name="MixTankNo" Type="int" />
|
|
|
|
|
<Property Name="DyeWeightTime" Type="datetime" />
|
|
|
|
|
<Property Name="Process" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="FinalProcess" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="TankNo" Type="int" />
|
|
|
|
|
<Property Name="Error" Type="int" />
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="StepDevideNo" Type="int" />
|
|
|
|
|
<Property Name="StepTotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="ReferenceDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DispenseWater" Type="int" />
|
|
|
|
|
<Property Name="DrainWater" Type="int" />
|
|
|
|
|
<Property Name="DissolveTemperature" Type="int" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="TargetGrams" Type="int" />
|
|
|
|
|
<Property Name="ActualGrams" Type="int" />
|
|
|
|
|
<Property Name="FinishTime" Type="datetime" />
|
|
|
|
|
<Property Name="Tagged" Type="char" MaxLength="1" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="Final" Type="int" />
|
|
|
|
|
<Property Name="DissolveManual" Type="int" />
|
|
|
|
|
<Property Name="Concentration" Type="float" />
|
|
|
|
|
<Property Name="DeductTotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DeductBuckets" Type="int" />
|
|
|
|
|
<Property Name="Kilograms" Type="float" />
|
|
|
|
|
<Property Name="DKilograms" Type="float" />
|
|
|
|
|
<Property Name="DyelotID" Type="int" />
|
|
|
|
|
<Property Name="MixTemperature" Type="int" />
|
|
|
|
|
<Property Name="MixVolume" Type="int" />
|
|
|
|
|
<Property Name="MixTime" Type="int" />
|
|
|
|
|
<Property Name="MixWater" Type="int" />
|
|
|
|
|
<Property Name="RoWater" Type="int" />
|
|
|
|
|
<Property Name="Notes" Type="text" />
|
|
|
|
|
<Property Name="ProductIndex" Type="int" />
|
|
|
|
|
<Property Name="GRAVITY" Type="float" Nullable="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotsBulkedRecipeHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotsBulkedRecipeHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Station" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DevideNo" Type="int" />
|
|
|
|
|
<Property Name="ShotNo" Type="int" />
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ProductName" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ProductType" Type="int" />
|
|
|
|
|
<Property Name="ProductLot" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="ProductClass" Type="int" />
|
|
|
|
|
<Property Name="SN" Type="int" />
|
|
|
|
|
<Property Name="Amount" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Grams" Type="float" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseStartTime" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseEndTime" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="DispenseGrams" Type="float" />
|
|
|
|
|
<Property Name="DispenseResult" Type="int" />
|
|
|
|
|
<Property Name="LADispenseResult" Type="int" />
|
|
|
|
|
<Property Name="Volume" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="HostRead" Type="int" />
|
|
|
|
|
<Property Name="State" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="NeedDispense" Type="int" />
|
|
|
|
|
<Property Name="MixTankNo" Type="int" />
|
|
|
|
|
<Property Name="DyeWeightTime" Type="datetime" />
|
|
|
|
|
<Property Name="Process" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="FinalProcess" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="TankNo" Type="int" />
|
|
|
|
|
<Property Name="Error" Type="int" />
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="StepDevideNo" Type="int" />
|
|
|
|
|
<Property Name="StepTotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="ReferenceDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DispenseWater" Type="int" />
|
|
|
|
|
<Property Name="DrainWater" Type="int" />
|
|
|
|
|
<Property Name="DissolveTemperature" Type="int" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="FinishTime" Type="datetime" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
<Property Name="Tagged" Type="char" MaxLength="1" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="Final" Type="int" />
|
|
|
|
|
<Property Name="DissolveManual" Type="int" />
|
|
|
|
|
<Property Name="DeductTotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DeductBuckets" Type="int" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotsByShift">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="Duration" Type="float" Nullable="false" />
|
|
|
|
|
<Property Name="Shift" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="SingleShift" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotsHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotsHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Industry" Type="int" />
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DispenseMachine" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" />
|
|
|
|
|
<Property Name="StandardTime" Type="float" />
|
|
|
|
|
<Property Name="TotalShot" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="Blocked" Type="int" />
|
|
|
|
|
<Property Name="Program" Type="ntext" />
|
|
|
|
|
<Property Name="Color" Type="int" />
|
|
|
|
|
<Property Name="CreationTime" Type="datetime" />
|
|
|
|
|
<Property Name="Batch" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="OrderNo" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="TotalWeight" Type="float" />
|
|
|
|
|
<Property Name="LiquidRatio" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="TotalVolume" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="AcidQty" Type="int" />
|
|
|
|
|
<Property Name="ActualAcidQty" Type="int" />
|
|
|
|
|
<Property Name="Sequence" Type="int" />
|
|
|
|
|
<Property Name="DispenseMode" Type="int" />
|
|
|
|
|
<Property Name="DyeDissolve" Type="int" />
|
|
|
|
|
<Property Name="CheDissolve" Type="int" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="SpcTotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="DissolveMethod" Type="int" />
|
|
|
|
|
<Property Name="ReferenceDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Final" Type="int" />
|
|
|
|
|
<Property Name="Shade" Type="int" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotsInAuto”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotsInAuto">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ReDye" Type="int" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="DyeState" Type="int" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="IsCheck" Type="int" />
|
|
|
|
|
<Property Name="Shade" Type="int" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.DyelotsInAutoHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="DyelotsInAutoHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ReDye" Type="int" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="DyeState" Type="int" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="IsCheck" Type="int" />
|
|
|
|
|
<Property Name="Shade" Type="int" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.EventList”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="EventList">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Description" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Code" Type="int" />
|
|
|
|
|
<Property Name="Description" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Description_BIG" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Description_GB" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="CreateDate" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.LA571Tanks”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.LabDyeDslvQueue”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.LabDyeDslvQueueHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="Machines">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Name" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Name" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="DispenseDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DispenseReDye" Type="int" />
|
|
|
|
|
<Property Name="RescheduleGroup" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Connect" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ChemicalCallOff" Type="int" />
|
|
|
|
|
<Property Name="ChemicalState" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTank" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTankSize" Type="int" />
|
|
|
|
|
<Property Name="ChemicalEnabled" Type="int" />
|
|
|
|
|
<Property Name="ChemicalStatus" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="ChemicalDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ChemicalError" Type="int" />
|
|
|
|
|
<Property Name="ChemicalDistribute" Type="int" />
|
|
|
|
|
<Property Name="ChemicalStation" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ChemicalDevideNo" Type="int" />
|
|
|
|
|
<Property Name="ChemicalDispensedTime" Type="datetime" />
|
|
|
|
|
<Property Name="ChemicalDefaultTank" Type="int" />
|
|
|
|
|
<Property Name="ChemicalDissolving" Type="int" />
|
|
|
|
|
<Property Name="ChemicalResp" Type="int" />
|
|
|
|
|
<Property Name="ChemicalCallOff2" Type="int" />
|
|
|
|
|
<Property Name="ChemicalState2" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTank2" Type="int" />
|
|
|
|
|
<Property Name="ChemicalStatus2" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="ChemicalResp2" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTargetSelect" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTargetMachine" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DyeCallOff" Type="int" />
|
|
|
|
|
<Property Name="DyeState" Type="int" />
|
|
|
|
|
<Property Name="DyeTank" Type="int" />
|
|
|
|
|
<Property Name="DyeTankSize" Type="int" />
|
|
|
|
|
<Property Name="DyeEnabled" Type="int" />
|
|
|
|
|
<Property Name="DyeStatus" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="DyeDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DyeError" Type="int" />
|
|
|
|
|
<Property Name="DyeDistribute" Type="int" />
|
|
|
|
|
<Property Name="DyeStation" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DyeDevideNo" Type="int" />
|
|
|
|
|
<Property Name="DyeDispensedTime" Type="datetime" />
|
|
|
|
|
<Property Name="DyeDefaultTank" Type="int" />
|
|
|
|
|
<Property Name="DyeResp" Type="int" />
|
|
|
|
|
<Property Name="DyeDispenseDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DyeDispenseReDye" Type="int" />
|
|
|
|
|
<Property Name="DyeDissolving" Type="int" />
|
|
|
|
|
<Property Name="PowderCallOff" Type="int" />
|
|
|
|
|
<Property Name="PowderState" Type="int" />
|
|
|
|
|
<Property Name="PowderTank" Type="int" />
|
|
|
|
|
<Property Name="PowderTankSize" Type="int" />
|
|
|
|
|
<Property Name="PowderEnabled" Type="int" />
|
|
|
|
|
<Property Name="PowderStatus" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="PowderDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="PowderError" Type="int" />
|
|
|
|
|
<Property Name="PowderStation" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="PowderDevideNo" Type="int" />
|
|
|
|
|
<Property Name="PowderDispensedTime" Type="datetime" />
|
|
|
|
|
<Property Name="PowderDefaultTank" Type="int" />
|
|
|
|
|
<Property Name="PowderResp" Type="int" />
|
|
|
|
|
<Property Name="HostRead" Type="int" />
|
|
|
|
|
<Property Name="OnSystem" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="SystemID" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="AutoMode" Type="int" />
|
|
|
|
|
<Property Name="UseOnScheduling" Type="int" />
|
|
|
|
|
<Property Name="CheDispenseDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="CheDispenseReDye" Type="int" />
|
|
|
|
|
<Property Name="SampleDye" Type="int" />
|
|
|
|
|
<Property Name="name1" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Parameters" Type="ntext" />
|
|
|
|
|
<Property Name="ProgramGroup" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ReportGroup" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="PortAddress" Type="nvarchar" MaxLength="20" />
|
|
|
|
|
<Property Name="Interrupt" Type="smallint" />
|
|
|
|
|
<Property Name="NetworkNumber" Type="smallint" />
|
|
|
|
|
<Property Name="SpecificMachineMimic" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="OutOfService" Type="smallint" />
|
|
|
|
|
<Property Name="IsGhost" Type="smallint" />
|
|
|
|
|
<Property Name="ManualDownloadOnly" Type="smallint" />
|
|
|
|
|
<Property Name="LogicArtPort" Type="nvarchar" MaxLength="20" />
|
|
|
|
|
<Property Name="GastonLoggedOn" Type="smallint" />
|
|
|
|
|
<Property Name="DEnabled" Type="smallint" />
|
|
|
|
|
<Property Name="DLookAhead" Type="smallint" />
|
|
|
|
|
<Property Name="LogicArtUnlocked" Type="smallint" />
|
|
|
|
|
<Property Name="MaximumGradient" Type="smallint" />
|
|
|
|
|
<Property Name="LoggedOffReason" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="LoggedOffNotes" Type="ntext" />
|
|
|
|
|
<Property Name="AutoDispense" Type="smallint" />
|
|
|
|
|
<Property Name="AllowRemoteReschedule" Type="smallint" />
|
|
|
|
|
<Property Name="CorrectionsAbove" Type="smallint" />
|
|
|
|
|
<Property Name="Is161" Type="smallint" />
|
|
|
|
|
<Property Name="Locked" Type="smallint" />
|
|
|
|
|
<Property Name="AutoDownloadParams" Type="smallint" />
|
|
|
|
|
<Property Name="NoAutoDownloadMessages" Type="smallint" />
|
|
|
|
|
<Property Name="TonelloIP" Type="nvarchar" MaxLength="20" />
|
|
|
|
|
<Property Name="Test" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="MainTemperature" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="CallType" Type="int" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.MachinesHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="MachinesHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="DispenseDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DispenseReDye" Type="int" />
|
|
|
|
|
<Property Name="ChemicalCallOff" Type="int" />
|
|
|
|
|
<Property Name="ChemicalState" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTank" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTankSize" Type="int" />
|
|
|
|
|
<Property Name="ChemicalDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ChemicalError" Type="int" />
|
|
|
|
|
<Property Name="ChemicalCallOff2" Type="int" />
|
|
|
|
|
<Property Name="ChemicalState2" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTank2" Type="int" />
|
|
|
|
|
<Property Name="DyeCallOff" Type="int" />
|
|
|
|
|
<Property Name="DyeState" Type="int" />
|
|
|
|
|
<Property Name="DyeTank" Type="int" />
|
|
|
|
|
<Property Name="DyeTankSize" Type="int" />
|
|
|
|
|
<Property Name="DyeDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DyeError" Type="int" />
|
|
|
|
|
<Property Name="PowderCallOff" Type="int" />
|
|
|
|
|
<Property Name="PowderState" Type="int" />
|
|
|
|
|
<Property Name="PowderTank" Type="int" />
|
|
|
|
|
<Property Name="PowderTankSize" Type="int" />
|
|
|
|
|
<Property Name="PowderDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="PowderError" Type="int" />
|
|
|
|
|
<Property Name="HostRead" Type="int" />
|
|
|
|
|
<Property Name="DyeDispenseDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DyeDispenseReDye" Type="int" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="MachineState">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="DispenseDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DispenseReDye" Type="int" />
|
|
|
|
|
<Property Name="ChemicalCallOff" Type="int" />
|
|
|
|
|
<Property Name="ChemicalState" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTank" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTankSize" Type="int" />
|
|
|
|
|
<Property Name="ChemicalDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ChemicalError" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTargetSelect" Type="int" />
|
|
|
|
|
<Property Name="DyeCallOff" Type="int" />
|
|
|
|
|
<Property Name="DyeState" Type="int" />
|
|
|
|
|
<Property Name="DyeTank" Type="int" />
|
|
|
|
|
<Property Name="DyeTankSize" Type="int" />
|
|
|
|
|
<Property Name="DyeDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DyeError" Type="int" />
|
|
|
|
|
<Property Name="PowderCallOff" Type="int" />
|
|
|
|
|
<Property Name="PowderState" Type="int" />
|
|
|
|
|
<Property Name="PowderTank" Type="int" />
|
|
|
|
|
<Property Name="PowderTankSize" Type="int" />
|
|
|
|
|
<Property Name="PowderDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="PowderError" Type="int" />
|
|
|
|
|
<Property Name="HostRead" Type="int" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.MachineStateHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="MachineStateHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="DispenseDyelot" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DispenseReDye" Type="int" />
|
|
|
|
|
<Property Name="ChemicalCallOff" Type="int" />
|
|
|
|
|
<Property Name="ChemicalState" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTank" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTankSize" Type="int" />
|
|
|
|
|
<Property Name="ChemicalDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ChemicalError" Type="int" />
|
|
|
|
|
<Property Name="ChemicalTargetSelect" Type="int" />
|
|
|
|
|
<Property Name="DyeCallOff" Type="int" />
|
|
|
|
|
<Property Name="DyeState" Type="int" />
|
|
|
|
|
<Property Name="DyeTank" Type="int" />
|
|
|
|
|
<Property Name="DyeTankSize" Type="int" />
|
|
|
|
|
<Property Name="DyeDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DyeError" Type="int" />
|
|
|
|
|
<Property Name="PowderCallOff" Type="int" />
|
|
|
|
|
<Property Name="PowderState" Type="int" />
|
|
|
|
|
<Property Name="PowderTank" Type="int" />
|
|
|
|
|
<Property Name="PowderTankSize" Type="int" />
|
|
|
|
|
<Property Name="PowderDispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="PowderError" Type="int" />
|
|
|
|
|
<Property Name="HostRead" Type="int" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.ManualWeightQueue”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="ManualWeightQueue">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="CallTime" Type="datetime" />
|
|
|
|
|
<Property Name="Module" Type="int" />
|
|
|
|
|
<Property Name="ModuleName" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="Area" Type="char" MaxLength="1" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.ManualWeightQueueHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="ManualWeightQueueHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="CallTime" Type="datetime" />
|
|
|
|
|
<Property Name="Module" Type="int" />
|
|
|
|
|
<Property Name="ModuleName" Type="varchar" MaxLength="20" />
|
|
|
|
|
<Property Name="Area" Type="char" MaxLength="1" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.PartsStatus”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="PartsStatus">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="CUST_CODE" />
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
<PropertyRef Name="PartsCode" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="CUST_CODE" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="PartsCode" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="PartsName" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="PartsType" Type="int" />
|
|
|
|
|
<Property Name="Description" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="FactoryValue" Type="int" />
|
|
|
|
|
<Property Name="UsedCount" Type="int" />
|
|
|
|
|
<Property Name="RunningTime" Type="int" />
|
|
|
|
|
<Property Name="ResetDate" Type="datetime" />
|
|
|
|
|
<Property Name="WarnDate" Type="datetime" />
|
|
|
|
|
<Property Name="UpdateDate" Type="datetime" />
|
|
|
|
|
<Property Name="CreateDate" Type="datetime" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.PartsStatusHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="PartsStatusHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="CUST_CODE" />
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
<PropertyRef Name="PartsCode" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="CUST_CODE" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="PartsCode" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="PartsName" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="PartsType" Type="int" />
|
|
|
|
|
<Property Name="Description" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="FactoryValue" Type="int" />
|
|
|
|
|
<Property Name="UsedCount" Type="int" />
|
|
|
|
|
<Property Name="RunningTime" Type="int" />
|
|
|
|
|
<Property Name="ResetDate" Type="datetime" />
|
|
|
|
|
<Property Name="WarnDate" Type="datetime" />
|
|
|
|
|
<Property Name="UpdateDate" Type="datetime" />
|
|
|
|
|
<Property Name="CreateDate" Type="datetime" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.PipeFill”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.PipeHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="PipeHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ProductCode" />
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="20" Nullable="false" />
|
|
|
|
|
<Property Name="ProductName" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ProductType" Type="int" />
|
|
|
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="No" Type="int" />
|
|
|
|
|
<Property Name="Qty" Type="float" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" />
|
|
|
|
|
<Property Name="AlarmTime" Type="datetime" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.Pipes”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="Pipes">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ProductCode" />
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
<PropertyRef Name="Gravity" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="20" Nullable="false" />
|
|
|
|
|
<Property Name="ProductName" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ProductType" Type="int" />
|
|
|
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Enabled" Type="int" />
|
|
|
|
|
<Property Name="No" Type="int" />
|
|
|
|
|
<Property Name="MinLimit" Type="float" />
|
|
|
|
|
<Property Name="MaxLimit" Type="float" />
|
|
|
|
|
<Property Name="MinAction" Type="int" />
|
|
|
|
|
<Property Name="MaxAction" Type="int" />
|
|
|
|
|
<Property Name="Conc" Type="int" />
|
|
|
|
|
<Property Name="Gravity" Type="float" Nullable="false" />
|
|
|
|
|
<Property Name="Alarm" Type="char" MaxLength="1" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6013: 表/视图“BatchDyeingCentral.dbo.ProdMachine”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
|
|
|
|
|
<EntityType Name="ProdMachine">
|
|
|
|
|
<Property Name="Dispenser" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="TankNo" Type="int" />
|
|
|
|
|
<Property Name="MaxVolume" Type="int" />
|
|
|
|
|
<Property Name="WaterLevel" Type="int" />
|
|
|
|
|
<Property Name="Used" Type="int" />
|
|
|
|
|
<Property Name="CPU" Type="int" />
|
|
|
|
|
<Property Name="DIO" Type="int" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
</EntityType>-->
|
|
|
|
|
<EntityType Name="ProgramGroups">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Name" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="UserPrompts" Type="ntext" />
|
|
|
|
|
<Property Name="TypeLibrary" Type="image" />
|
|
|
|
|
<Property Name="Sections" Type="ntext" />
|
|
|
|
|
<Property Name="MaximumPrograms" Type="int" />
|
|
|
|
|
<Property Name="OutOfService" Type="smallint" />
|
|
|
|
|
<Property Name="DyelotParameterCommands" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="CommandHelp" Type="ntext" />
|
|
|
|
|
<Property Name="UsesProgramsFromGroup" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="MaximumGradient" Type="smallint" />
|
|
|
|
|
<Property Name="QQMinutes" Type="smallint" />
|
|
|
|
|
<Property Name="MessageMinutes" Type="smallint" />
|
|
|
|
|
<Property Name="Inefficiencies" Type="ntext" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Programs">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ProgramGroup" />
|
|
|
|
|
<PropertyRef Name="ProgramNumber" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ProgramGroup" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ProgramNumber" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Steps" Type="ntext" />
|
|
|
|
|
<Property Name="Notes" Type="ntext" />
|
|
|
|
|
<Property Name="ModifiedTime" Type="datetime" />
|
|
|
|
|
<Property Name="StandardTime" Type="float" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="ProgramsUsed">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Program" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Name" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Steps" Type="ntext" />
|
|
|
|
|
<Property Name="StepsNoBpCrc" Type="int" />
|
|
|
|
|
<Property Name="ComputedTime" Type="float" />
|
|
|
|
|
<Property Name="MaxTemperature" Type="int" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" Nullable="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.RecipeDeduct”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="RecipeDeduct">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Station" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ShotNo" Type="int" />
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DeductTime" Type="datetime" />
|
|
|
|
|
<Property Name="DeductGrams" Type="float" />
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.RecipeDeductHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="RecipeDeductHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Station" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="ShotNo" Type="int" />
|
|
|
|
|
<Property Name="ProductCode" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DeductTime" Type="datetime" />
|
|
|
|
|
<Property Name="DeductGrams" Type="float" />
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="UserAccount" Type="varchar" MaxLength="30" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="record">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="record" Type="nvarchar" MaxLength="80" />
|
|
|
|
|
<Property Name="time" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.RFIDRecordQueue”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="RFIDRecordQueue">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Station" Type="int" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="DevideNo" Type="int" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="BucketNo" Type="int" />
|
|
|
|
|
<Property Name="DID" Type="varchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Updated" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.RFIDRecordQueueHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.SampleDyeDslvQueue”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.SampleDyeDslvQueueHistory”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="SampleDyeDslvQueueHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="TankNo" Type="int" />
|
|
|
|
|
<Property Name="Dyelot" Type="varchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="PassAuto" Type="int" />
|
|
|
|
|
<Property Name="ShelfID" Type="int" />
|
|
|
|
|
<Property Name="Machine" Type="varchar" MaxLength="50" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="datetime" />
|
|
|
|
|
<Property Name="Created" Type="datetime" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6013: 表/视图“BatchDyeingCentral.dbo.ScheduledBatch”未定义主键,并且无法推断有效的主键。已排除了此表/视图。若要使用实体,将需要检查您的架构、添加正确的键并取消对实体的注释。
|
|
|
|
|
<EntityType Name="ScheduledBatch">
|
|
|
|
|
<Property Name="StartDate" Type="datetime" />
|
|
|
|
|
<Property Name="EndDate" Type="datetime" />
|
|
|
|
|
</EntityType>-->
|
|
|
|
|
<EntityType Name="SchedulingLog">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="Redye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Redye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="CallTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" />
|
|
|
|
|
<Property Name="State" Type="int" />
|
|
|
|
|
<Property Name="Status" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.Shelf”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<EntityType Name="Steps">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="OverallStepNumber" Type="int" />
|
|
|
|
|
<Property Name="XX" Type="nvarchar" MaxLength="20" />
|
|
|
|
|
<Property Name="ParameterValues" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Command" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Parameters" Type="nvarchar" MaxLength="100" />
|
|
|
|
|
<Property Name="Notes" Type="nvarchar" MaxLength="100" />
|
|
|
|
|
<Property Name="PlannedDuration" Type="float" />
|
|
|
|
|
<Property Name="ActualDuration" Type="float" />
|
|
|
|
|
<Property Name="OverRun" Type="float" />
|
|
|
|
|
<Property Name="TemperatureAfter" Type="int" />
|
|
|
|
|
<Property Name="ProgramNumber" Type="nvarchar" MaxLength="20" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="StepVisits">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="int" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="OverallStepNumber" Type="int" />
|
|
|
|
|
<Property Name="XX" Type="nvarchar" MaxLength="20" />
|
|
|
|
|
<Property Name="Parameter1" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Parameter2" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Parameter3" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Parameter4" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Parameter5" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="Command" Type="nvarchar" MaxLength="50" />
|
|
|
|
|
<Property Name="Parameters" Type="nvarchar" MaxLength="100" />
|
|
|
|
|
<Property Name="Notes" Type="nvarchar" MaxLength="100" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="Duration" Type="float" Nullable="false" />
|
|
|
|
|
<Property Name="PlannedDuration" Type="float" />
|
|
|
|
|
<Property Name="OverRun" Type="float" />
|
|
|
|
|
<Property Name="TemperatureAfter" Type="int" />
|
|
|
|
|
<Property Name="ProgramNumber" Type="nvarchar" MaxLength="20" />
|
|
|
|
|
<Property Name="StepNumber" Type="int" />
|
|
|
|
|
<Property Name="StartTemperature" Type="int" />
|
|
|
|
|
<Property Name="EndTemperature" Type="int" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Stoppages">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="AutoKey" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="AutoKey" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="Reason" Type="nvarchar" MaxLength="50" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="datetime" Nullable="false" />
|
|
|
|
|
<Property Name="EndTime" Type="datetime" />
|
|
|
|
|
<Property Name="Notes" Type="ntext" />
|
|
|
|
|
<Property Name="Duration" Type="float" />
|
|
|
|
|
<Property Name="Shift" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
<Property Name="SingleShift" Type="nvarchar" MaxLength="10" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.TagShelf”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.UserGroup”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<!--生成过程中发现错误:
|
|
|
|
|
警告 6002: 表/视图“BatchDyeingCentral.dbo.WaitChemical”未定义主键。已推断出该键,并将定义创建为只读的表/视图。-->
|
|
|
|
|
<Association Name="FKProgramGroups">
|
|
|
|
|
<End Role="ProgramGroups" Type="Self.ProgramGroups" Multiplicity="1">
|
|
|
|
|
<OnDelete Action="Cascade" />
|
|
|
|
|
</End>
|
|
|
|
|
<End Role="Programs" Type="Self.Programs" Multiplicity="*" />
|
|
|
|
|
<ReferentialConstraint>
|
|
|
|
|
<Principal Role="ProgramGroups">
|
|
|
|
|
<PropertyRef Name="Name" />
|
|
|
|
|
</Principal>
|
|
|
|
|
<Dependent Role="Programs">
|
|
|
|
|
<PropertyRef Name="ProgramGroup" />
|
|
|
|
|
</Dependent>
|
|
|
|
|
</ReferentialConstraint>
|
|
|
|
|
</Association>
|
|
|
|
|
<EntityContainer Name="BatchDyeingCentralModelStoreContainer">
|
|
|
|
|
<EntitySet Name="Alarms" EntityType="Self.Alarms" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="Customize" EntityType="Self.Customize" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="Delays" EntityType="Self.Delays" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="DyelotHead" EntityType="Self.DyelotHead" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="DyelotHistories" EntityType="Self.DyelotHistories" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="Dyelots" EntityType="Self.Dyelots" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="DyelotsByShift" EntityType="Self.DyelotsByShift" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="Machines" EntityType="Self.Machines" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="MachineState" EntityType="Self.MachineState" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="ProgramGroups" EntityType="Self.ProgramGroups" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="Programs" EntityType="Self.Programs" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="ProgramsUsed" EntityType="Self.ProgramsUsed" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="record" EntityType="Self.record" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="SchedulingLog" EntityType="Self.SchedulingLog" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="Steps" EntityType="Self.Steps" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="StepVisits" EntityType="Self.StepVisits" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="Stoppages" EntityType="Self.Stoppages" Schema="dbo" store:Type="Tables" />
|
|
|
|
|
<EntitySet Name="BucketInfo" EntityType="Self.BucketInfo" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[BucketInfo].[BucketNo] AS [BucketNo],
|
|
|
|
|
[BucketInfo].[DID] AS [DID],
|
|
|
|
|
[BucketInfo].[StartTime] AS [StartTime],
|
|
|
|
|
[BucketInfo].[EndTime] AS [EndTime],
|
|
|
|
|
[BucketInfo].[Used] AS [Used],
|
|
|
|
|
[BucketInfo].[UserAccount] AS [UserAccount]
|
|
|
|
|
FROM [dbo].[BucketInfo] AS [BucketInfo]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="BucketShelf" EntityType="Self.BucketShelf" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[BucketShelf].[BucketNo] AS [BucketNo],
|
|
|
|
|
[BucketShelf].[ShelfID] AS [ShelfID],
|
|
|
|
|
[BucketShelf].[Dyelot] AS [Dyelot],
|
|
|
|
|
[BucketShelf].[ReDye] AS [ReDye],
|
|
|
|
|
[BucketShelf].[StepNumber] AS [StepNumber],
|
|
|
|
|
[BucketShelf].[Station] AS [Station],
|
|
|
|
|
[BucketShelf].[DID] AS [DID],
|
|
|
|
|
[BucketShelf].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[BucketShelf].[DevideNo] AS [DevideNo],
|
|
|
|
|
[BucketShelf].[XPos] AS [XPos],
|
|
|
|
|
[BucketShelf].[YPos] AS [YPos],
|
|
|
|
|
[BucketShelf].[State] AS [State],
|
|
|
|
|
[BucketShelf].[OnShelfTime] AS [OnShelfTime],
|
|
|
|
|
[BucketShelf].[UserAccount] AS [UserAccount]
|
|
|
|
|
FROM [dbo].[BucketShelf] AS [BucketShelf]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="BucketShelfHistory" EntityType="Self.BucketShelfHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[BucketShelfHistory].[BucketNo] AS [BucketNo],
|
|
|
|
|
[BucketShelfHistory].[ShelfID] AS [ShelfID],
|
|
|
|
|
[BucketShelfHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[BucketShelfHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[BucketShelfHistory].[StepNumber] AS [StepNumber],
|
|
|
|
|
[BucketShelfHistory].[Station] AS [Station],
|
|
|
|
|
[BucketShelfHistory].[DID] AS [DID],
|
|
|
|
|
[BucketShelfHistory].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[BucketShelfHistory].[DevideNo] AS [DevideNo],
|
|
|
|
|
[BucketShelfHistory].[XPos] AS [XPos],
|
|
|
|
|
[BucketShelfHistory].[YPos] AS [YPos],
|
|
|
|
|
[BucketShelfHistory].[State] AS [State],
|
|
|
|
|
[BucketShelfHistory].[OnShelfTime] AS [OnShelfTime],
|
|
|
|
|
[BucketShelfHistory].[UserAccount] AS [UserAccount]
|
|
|
|
|
FROM [dbo].[BucketShelfHistory] AS [BucketShelfHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="BucketShelfQueue" EntityType="Self.BucketShelfQueue" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[BucketShelfQueue].[BucketNo] AS [BucketNo],
|
|
|
|
|
[BucketShelfQueue].[ShelfID] AS [ShelfID],
|
|
|
|
|
[BucketShelfQueue].[Dyelot] AS [Dyelot],
|
|
|
|
|
[BucketShelfQueue].[ReDye] AS [ReDye],
|
|
|
|
|
[BucketShelfQueue].[StepNumber] AS [StepNumber],
|
|
|
|
|
[BucketShelfQueue].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[BucketShelfQueue].[DevideNo] AS [DevideNo],
|
|
|
|
|
[BucketShelfQueue].[XPos] AS [XPos],
|
|
|
|
|
[BucketShelfQueue].[YPos] AS [YPos],
|
|
|
|
|
[BucketShelfQueue].[State] AS [State],
|
|
|
|
|
[BucketShelfQueue].[Updated] AS [Updated]
|
|
|
|
|
FROM [dbo].[BucketShelfQueue] AS [BucketShelfQueue]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="BucketShelfQueueHistory" EntityType="Self.BucketShelfQueueHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[BucketShelfQueueHistory].[BucketNo] AS [BucketNo],
|
|
|
|
|
[BucketShelfQueueHistory].[ShelfID] AS [ShelfID],
|
|
|
|
|
[BucketShelfQueueHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[BucketShelfQueueHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[BucketShelfQueueHistory].[StepNumber] AS [StepNumber],
|
|
|
|
|
[BucketShelfQueueHistory].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[BucketShelfQueueHistory].[DevideNo] AS [DevideNo],
|
|
|
|
|
[BucketShelfQueueHistory].[XPos] AS [XPos],
|
|
|
|
|
[BucketShelfQueueHistory].[YPos] AS [YPos],
|
|
|
|
|
[BucketShelfQueueHistory].[State] AS [State],
|
|
|
|
|
[BucketShelfQueueHistory].[Created] AS [Created]
|
|
|
|
|
FROM [dbo].[BucketShelfQueueHistory] AS [BucketShelfQueueHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="Dispensers" EntityType="Self.Dispensers" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[Dispensers].[Name] AS [Name],
|
|
|
|
|
[Dispensers].[Description] AS [Description],
|
|
|
|
|
[Dispensers].[Device] AS [Device],
|
|
|
|
|
[Dispensers].[Dyelot] AS [Dyelot],
|
|
|
|
|
[Dispensers].[ReDye] AS [ReDye],
|
|
|
|
|
[Dispensers].[StepNumber] AS [StepNumber],
|
|
|
|
|
[Dispensers].[Station] AS [Station],
|
|
|
|
|
[Dispensers].[State] AS [State],
|
|
|
|
|
[Dispensers].[Status] AS [Status],
|
|
|
|
|
[Dispensers].[Automatic] AS [Automatic],
|
|
|
|
|
[Dispensers].[Enabled] AS [Enabled],
|
|
|
|
|
[Dispensers].[HeartBeat] AS [HeartBeat],
|
|
|
|
|
[Dispensers].[CheckPeriod] AS [CheckPeriod],
|
|
|
|
|
[Dispensers].[UpdateDate] AS [UpdateDate],
|
|
|
|
|
[Dispensers].[CreateDate] AS [CreateDate],
|
|
|
|
|
[Dispensers].[UserAccount] AS [UserAccount]
|
|
|
|
|
FROM [dbo].[Dispensers] AS [Dispensers]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DispenserUtilization" EntityType="Self.DispenserUtilization" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DispenserUtilization].[Dispenser] AS [Dispenser],
|
|
|
|
|
[DispenserUtilization].[UtilDate] AS [UtilDate],
|
|
|
|
|
[DispenserUtilization].[UtilTimes] AS [UtilTimes],
|
|
|
|
|
[DispenserUtilization].[UserAccount] AS [UserAccount]
|
|
|
|
|
FROM [dbo].[DispenserUtilization] AS [DispenserUtilization]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotBuckets" EntityType="Self.DyelotBuckets" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotBuckets].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotBuckets].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotBuckets].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotBuckets].[DevideNo] AS [DevideNo],
|
|
|
|
|
[DyelotBuckets].[ProductCode] AS [ProductCode],
|
|
|
|
|
[DyelotBuckets].[BucketNo] AS [BucketNo],
|
|
|
|
|
[DyelotBuckets].[DID] AS [DID],
|
|
|
|
|
[DyelotBuckets].[Final] AS [Final],
|
|
|
|
|
[DyelotBuckets].[Dissolved] AS [Dissolved],
|
|
|
|
|
[DyelotBuckets].[Created] AS [Created]
|
|
|
|
|
FROM [dbo].[DyelotBuckets] AS [DyelotBuckets]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotBucketsHistory" EntityType="Self.DyelotBucketsHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotBucketsHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotBucketsHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotBucketsHistory].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotBucketsHistory].[DevideNo] AS [DevideNo],
|
|
|
|
|
[DyelotBucketsHistory].[ProductCode] AS [ProductCode],
|
|
|
|
|
[DyelotBucketsHistory].[BucketNo] AS [BucketNo],
|
|
|
|
|
[DyelotBucketsHistory].[DID] AS [DID],
|
|
|
|
|
[DyelotBucketsHistory].[Final] AS [Final],
|
|
|
|
|
[DyelotBucketsHistory].[Dissolved] AS [Dissolved],
|
|
|
|
|
[DyelotBucketsHistory].[Created] AS [Created]
|
|
|
|
|
FROM [dbo].[DyelotBucketsHistory] AS [DyelotBucketsHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotBucketSummary" EntityType="Self.DyelotBucketSummary" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotBucketSummary].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotBucketSummary].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotBucketSummary].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotBucketSummary].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[DyelotBucketSummary].[Final] AS [Final],
|
|
|
|
|
[DyelotBucketSummary].[Created] AS [Created]
|
|
|
|
|
FROM [dbo].[DyelotBucketSummary] AS [DyelotBucketSummary]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotDetail" EntityType="Self.DyelotDetail" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotDetail].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotDetail].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotDetail].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotDetail].[Station] AS [Station],
|
|
|
|
|
[DyelotDetail].[ProductCode] AS [ProductCode],
|
|
|
|
|
[DyelotDetail].[ProductName] AS [ProductName],
|
|
|
|
|
[DyelotDetail].[ProductType] AS [ProductType],
|
|
|
|
|
[DyelotDetail].[Grams] AS [Grams],
|
|
|
|
|
[DyelotDetail].[Created] AS [Created],
|
|
|
|
|
[DyelotDetail].[SN] AS [SN],
|
|
|
|
|
[DyelotDetail].[DispenseTime] AS [DispenseTime],
|
|
|
|
|
[DyelotDetail].[DispenseGrams] AS [DispenseGrams],
|
|
|
|
|
[DyelotDetail].[CurrDispGrams] AS [CurrDispGrams],
|
|
|
|
|
[DyelotDetail].[LADispenseResult] AS [LADispenseResult],
|
|
|
|
|
[DyelotDetail].[Error] AS [Error],
|
|
|
|
|
[DyelotDetail].[UserAccount] AS [UserAccount],
|
|
|
|
|
[DyelotDetail].[Volume] AS [Volume],
|
|
|
|
|
[DyelotDetail].[CurrDispTime] AS [CurrDispTime],
|
|
|
|
|
[DyelotDetail].[CurrVolume] AS [CurrVolume],
|
|
|
|
|
[DyelotDetail].[RemainVolume] AS [RemainVolume],
|
|
|
|
|
[DyelotDetail].[FinalPickup] AS [FinalPickup],
|
|
|
|
|
[DyelotDetail].[LFManual] AS [LFManual]
|
|
|
|
|
FROM [dbo].[DyelotDetail] AS [DyelotDetail]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotDslvQueue" EntityType="Self.DyelotDslvQueue" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotDslvQueue].[TankNo] AS [TankNo],
|
|
|
|
|
[DyelotDslvQueue].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotDslvQueue].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotDslvQueue].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotDslvQueue].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[DyelotDslvQueue].[DivideNo] AS [DivideNo],
|
|
|
|
|
[DyelotDslvQueue].[State] AS [State],
|
|
|
|
|
[DyelotDslvQueue].[ShelfID] AS [ShelfID],
|
|
|
|
|
[DyelotDslvQueue].[SchDispenseTime] AS [SchDispenseTime],
|
|
|
|
|
[DyelotDslvQueue].[BucketNo] AS [BucketNo],
|
|
|
|
|
[DyelotDslvQueue].[Updated] AS [Updated]
|
|
|
|
|
FROM [dbo].[DyelotDslvQueue] AS [DyelotDslvQueue]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotDslvQueueHistory" EntityType="Self.DyelotDslvQueueHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotDslvQueueHistory].[TankNo] AS [TankNo],
|
|
|
|
|
[DyelotDslvQueueHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotDslvQueueHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotDslvQueueHistory].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotDslvQueueHistory].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[DyelotDslvQueueHistory].[DivideNo] AS [DivideNo],
|
|
|
|
|
[DyelotDslvQueueHistory].[State] AS [State],
|
|
|
|
|
[DyelotDslvQueueHistory].[ShelfID] AS [ShelfID],
|
|
|
|
|
[DyelotDslvQueueHistory].[SchDispenseTime] AS [SchDispenseTime],
|
|
|
|
|
[DyelotDslvQueueHistory].[BucketNo] AS [BucketNo],
|
|
|
|
|
[DyelotDslvQueueHistory].[Created] AS [Created]
|
|
|
|
|
FROM [dbo].[DyelotDslvQueueHistory] AS [DyelotDslvQueueHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotsBatch" EntityType="Self.DyelotsBatch" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotsBatch].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotsBatch].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotsBatch].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotsBatch].[Station] AS [Station],
|
|
|
|
|
[DyelotsBatch].[ShotNo] AS [ShotNo],
|
|
|
|
|
[DyelotsBatch].[ProductCode] AS [ProductCode],
|
|
|
|
|
[DyelotsBatch].[SN] AS [SN],
|
|
|
|
|
[DyelotsBatch].[Grams] AS [Grams],
|
|
|
|
|
[DyelotsBatch].[DispenseStartTime] AS [DispenseStartTime],
|
|
|
|
|
[DyelotsBatch].[DispenseEndTime] AS [DispenseEndTime],
|
|
|
|
|
[DyelotsBatch].[DispenseGrams] AS [DispenseGrams],
|
|
|
|
|
[DyelotsBatch].[LADispenseResult] AS [LADispenseResult],
|
|
|
|
|
[DyelotsBatch].[DyeWeightTime] AS [DyeWeightTime],
|
|
|
|
|
[DyelotsBatch].[Process] AS [Process],
|
|
|
|
|
[DyelotsBatch].[FinalProcess] AS [FinalProcess],
|
|
|
|
|
[DyelotsBatch].[DispenseWater] AS [DispenseWater],
|
|
|
|
|
[DyelotsBatch].[DrainWater] AS [DrainWater],
|
|
|
|
|
[DyelotsBatch].[DissolveTemperature] AS [DissolveTemperature],
|
|
|
|
|
[DyelotsBatch].[SchDispenseTime] AS [SchDispenseTime],
|
|
|
|
|
[DyelotsBatch].[UserAccount] AS [UserAccount]
|
|
|
|
|
FROM [dbo].[DyelotsBatch] AS [DyelotsBatch]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotsBulkedRecipe" EntityType="Self.DyelotsBulkedRecipe" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotsBulkedRecipe].[ID] AS [ID],
|
|
|
|
|
[DyelotsBulkedRecipe].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotsBulkedRecipe].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotsBulkedRecipe].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotsBulkedRecipe].[Station] AS [Station],
|
|
|
|
|
[DyelotsBulkedRecipe].[DevideNo] AS [DevideNo],
|
|
|
|
|
[DyelotsBulkedRecipe].[ShotNo] AS [ShotNo],
|
|
|
|
|
[DyelotsBulkedRecipe].[ProductCode] AS [ProductCode],
|
|
|
|
|
[DyelotsBulkedRecipe].[ProductName] AS [ProductName],
|
|
|
|
|
[DyelotsBulkedRecipe].[ProductType] AS [ProductType],
|
|
|
|
|
[DyelotsBulkedRecipe].[ProductLot] AS [ProductLot],
|
|
|
|
|
[DyelotsBulkedRecipe].[ProductClass] AS [ProductClass],
|
|
|
|
|
[DyelotsBulkedRecipe].[SN] AS [SN],
|
|
|
|
|
[DyelotsBulkedRecipe].[Amount] AS [Amount],
|
|
|
|
|
[DyelotsBulkedRecipe].[Grams] AS [Grams],
|
|
|
|
|
[DyelotsBulkedRecipe].[Created] AS [Created],
|
|
|
|
|
[DyelotsBulkedRecipe].[DispenseStartTime] AS [DispenseStartTime],
|
|
|
|
|
[DyelotsBulkedRecipe].[DispenseEndTime] AS [DispenseEndTime],
|
|
|
|
|
[DyelotsBulkedRecipe].[DispenseTime] AS [DispenseTime],
|
|
|
|
|
[DyelotsBulkedRecipe].[DispenseGrams] AS [DispenseGrams],
|
|
|
|
|
[DyelotsBulkedRecipe].[DispenseResult] AS [DispenseResult],
|
|
|
|
|
[DyelotsBulkedRecipe].[LADispenseResult] AS [LADispenseResult],
|
|
|
|
|
[DyelotsBulkedRecipe].[Volume] AS [Volume],
|
|
|
|
|
[DyelotsBulkedRecipe].[HostRead] AS [HostRead],
|
|
|
|
|
[DyelotsBulkedRecipe].[State] AS [State],
|
|
|
|
|
[DyelotsBulkedRecipe].[NeedDispense] AS [NeedDispense],
|
|
|
|
|
[DyelotsBulkedRecipe].[MixTankNo] AS [MixTankNo],
|
|
|
|
|
[DyelotsBulkedRecipe].[DyeWeightTime] AS [DyeWeightTime],
|
|
|
|
|
[DyelotsBulkedRecipe].[Process] AS [Process],
|
|
|
|
|
[DyelotsBulkedRecipe].[FinalProcess] AS [FinalProcess],
|
|
|
|
|
[DyelotsBulkedRecipe].[Dispenser] AS [Dispenser],
|
|
|
|
|
[DyelotsBulkedRecipe].[TankNo] AS [TankNo],
|
|
|
|
|
[DyelotsBulkedRecipe].[Error] AS [Error],
|
|
|
|
|
[DyelotsBulkedRecipe].[BucketNo] AS [BucketNo],
|
|
|
|
|
[DyelotsBulkedRecipe].[DID] AS [DID],
|
|
|
|
|
[DyelotsBulkedRecipe].[StepDevideNo] AS [StepDevideNo],
|
|
|
|
|
[DyelotsBulkedRecipe].[StepTotalBuckets] AS [StepTotalBuckets],
|
|
|
|
|
[DyelotsBulkedRecipe].[ReferenceDyelot] AS [ReferenceDyelot],
|
|
|
|
|
[DyelotsBulkedRecipe].[DispenseWater] AS [DispenseWater],
|
|
|
|
|
[DyelotsBulkedRecipe].[DrainWater] AS [DrainWater],
|
|
|
|
|
[DyelotsBulkedRecipe].[DissolveTemperature] AS [DissolveTemperature],
|
|
|
|
|
[DyelotsBulkedRecipe].[SchDispenseTime] AS [SchDispenseTime],
|
|
|
|
|
[DyelotsBulkedRecipe].[UserAccount] AS [UserAccount],
|
|
|
|
|
[DyelotsBulkedRecipe].[TargetGrams] AS [TargetGrams],
|
|
|
|
|
[DyelotsBulkedRecipe].[ActualGrams] AS [ActualGrams],
|
|
|
|
|
[DyelotsBulkedRecipe].[FinishTime] AS [FinishTime],
|
|
|
|
|
[DyelotsBulkedRecipe].[Tagged] AS [Tagged],
|
|
|
|
|
[DyelotsBulkedRecipe].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[DyelotsBulkedRecipe].[Final] AS [Final],
|
|
|
|
|
[DyelotsBulkedRecipe].[DissolveManual] AS [DissolveManual],
|
|
|
|
|
[DyelotsBulkedRecipe].[Concentration] AS [Concentration],
|
|
|
|
|
[DyelotsBulkedRecipe].[DeductTotalBuckets] AS [DeductTotalBuckets],
|
|
|
|
|
[DyelotsBulkedRecipe].[DeductBuckets] AS [DeductBuckets],
|
|
|
|
|
[DyelotsBulkedRecipe].[Kilograms] AS [Kilograms],
|
|
|
|
|
[DyelotsBulkedRecipe].[DKilograms] AS [DKilograms],
|
|
|
|
|
[DyelotsBulkedRecipe].[DyelotID] AS [DyelotID],
|
|
|
|
|
[DyelotsBulkedRecipe].[MixTemperature] AS [MixTemperature],
|
|
|
|
|
[DyelotsBulkedRecipe].[MixVolume] AS [MixVolume],
|
|
|
|
|
[DyelotsBulkedRecipe].[MixTime] AS [MixTime],
|
|
|
|
|
[DyelotsBulkedRecipe].[MixWater] AS [MixWater],
|
|
|
|
|
[DyelotsBulkedRecipe].[RoWater] AS [RoWater],
|
|
|
|
|
[DyelotsBulkedRecipe].[Notes] AS [Notes],
|
|
|
|
|
[DyelotsBulkedRecipe].[ProductIndex] AS [ProductIndex],
|
|
|
|
|
[DyelotsBulkedRecipe].[GRAVITY] AS [GRAVITY]
|
|
|
|
|
FROM [dbo].[DyelotsBulkedRecipe] AS [DyelotsBulkedRecipe]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotsBulkedRecipeHistory" EntityType="Self.DyelotsBulkedRecipeHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Station] AS [Station],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DevideNo] AS [DevideNo],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[ShotNo] AS [ShotNo],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[ProductCode] AS [ProductCode],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[ProductName] AS [ProductName],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[ProductType] AS [ProductType],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[ProductLot] AS [ProductLot],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[ProductClass] AS [ProductClass],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[SN] AS [SN],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Amount] AS [Amount],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Grams] AS [Grams],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Created] AS [Created],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DispenseStartTime] AS [DispenseStartTime],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DispenseEndTime] AS [DispenseEndTime],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DispenseTime] AS [DispenseTime],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DispenseGrams] AS [DispenseGrams],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DispenseResult] AS [DispenseResult],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[LADispenseResult] AS [LADispenseResult],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Volume] AS [Volume],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[HostRead] AS [HostRead],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[State] AS [State],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[NeedDispense] AS [NeedDispense],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[MixTankNo] AS [MixTankNo],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DyeWeightTime] AS [DyeWeightTime],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Process] AS [Process],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[FinalProcess] AS [FinalProcess],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Dispenser] AS [Dispenser],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[TankNo] AS [TankNo],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Error] AS [Error],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[BucketNo] AS [BucketNo],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DID] AS [DID],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[StepDevideNo] AS [StepDevideNo],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[StepTotalBuckets] AS [StepTotalBuckets],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[ReferenceDyelot] AS [ReferenceDyelot],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DispenseWater] AS [DispenseWater],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DrainWater] AS [DrainWater],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DissolveTemperature] AS [DissolveTemperature],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[SchDispenseTime] AS [SchDispenseTime],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[FinishTime] AS [FinishTime],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[UserAccount] AS [UserAccount],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Updated] AS [Updated],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Tagged] AS [Tagged],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[Final] AS [Final],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DissolveManual] AS [DissolveManual],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DeductTotalBuckets] AS [DeductTotalBuckets],
|
|
|
|
|
[DyelotsBulkedRecipeHistory].[DeductBuckets] AS [DeductBuckets]
|
|
|
|
|
FROM [dbo].[DyelotsBulkedRecipeHistory] AS [DyelotsBulkedRecipeHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotsHistory" EntityType="Self.DyelotsHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotsHistory].[ID] AS [ID],
|
|
|
|
|
[DyelotsHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotsHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotsHistory].[Industry] AS [Industry],
|
|
|
|
|
[DyelotsHistory].[Machine] AS [Machine],
|
|
|
|
|
[DyelotsHistory].[DispenseMachine] AS [DispenseMachine],
|
|
|
|
|
[DyelotsHistory].[StartTime] AS [StartTime],
|
|
|
|
|
[DyelotsHistory].[EndTime] AS [EndTime],
|
|
|
|
|
[DyelotsHistory].[StandardTime] AS [StandardTime],
|
|
|
|
|
[DyelotsHistory].[TotalShot] AS [TotalShot],
|
|
|
|
|
[DyelotsHistory].[State] AS [State],
|
|
|
|
|
[DyelotsHistory].[Blocked] AS [Blocked],
|
|
|
|
|
[DyelotsHistory].[Program] AS [Program],
|
|
|
|
|
[DyelotsHistory].[Color] AS [Color],
|
|
|
|
|
[DyelotsHistory].[CreationTime] AS [CreationTime],
|
|
|
|
|
[DyelotsHistory].[Batch] AS [Batch],
|
|
|
|
|
[DyelotsHistory].[OrderNo] AS [OrderNo],
|
|
|
|
|
[DyelotsHistory].[TotalWeight] AS [TotalWeight],
|
|
|
|
|
[DyelotsHistory].[LiquidRatio] AS [LiquidRatio],
|
|
|
|
|
[DyelotsHistory].[TotalVolume] AS [TotalVolume],
|
|
|
|
|
[DyelotsHistory].[AcidQty] AS [AcidQty],
|
|
|
|
|
[DyelotsHistory].[ActualAcidQty] AS [ActualAcidQty],
|
|
|
|
|
[DyelotsHistory].[Sequence] AS [Sequence],
|
|
|
|
|
[DyelotsHistory].[DispenseMode] AS [DispenseMode],
|
|
|
|
|
[DyelotsHistory].[DyeDissolve] AS [DyeDissolve],
|
|
|
|
|
[DyelotsHistory].[CheDissolve] AS [CheDissolve],
|
|
|
|
|
[DyelotsHistory].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[DyelotsHistory].[SpcTotalBuckets] AS [SpcTotalBuckets],
|
|
|
|
|
[DyelotsHistory].[DissolveMethod] AS [DissolveMethod],
|
|
|
|
|
[DyelotsHistory].[ReferenceDyelot] AS [ReferenceDyelot],
|
|
|
|
|
[DyelotsHistory].[Final] AS [Final],
|
|
|
|
|
[DyelotsHistory].[Shade] AS [Shade],
|
|
|
|
|
[DyelotsHistory].[UserAccount] AS [UserAccount],
|
|
|
|
|
[DyelotsHistory].[Updated] AS [Updated]
|
|
|
|
|
FROM [dbo].[DyelotsHistory] AS [DyelotsHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotsInAuto" EntityType="Self.DyelotsInAuto" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotsInAuto].[Machine] AS [Machine],
|
|
|
|
|
[DyelotsInAuto].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotsInAuto].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotsInAuto].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotsInAuto].[DyeState] AS [DyeState],
|
|
|
|
|
[DyelotsInAuto].[SchDispenseTime] AS [SchDispenseTime],
|
|
|
|
|
[DyelotsInAuto].[IsCheck] AS [IsCheck],
|
|
|
|
|
[DyelotsInAuto].[Shade] AS [Shade]
|
|
|
|
|
FROM [dbo].[DyelotsInAuto] AS [DyelotsInAuto]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="DyelotsInAutoHistory" EntityType="Self.DyelotsInAutoHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[DyelotsInAutoHistory].[Machine] AS [Machine],
|
|
|
|
|
[DyelotsInAutoHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[DyelotsInAutoHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[DyelotsInAutoHistory].[StepNumber] AS [StepNumber],
|
|
|
|
|
[DyelotsInAutoHistory].[DyeState] AS [DyeState],
|
|
|
|
|
[DyelotsInAutoHistory].[SchDispenseTime] AS [SchDispenseTime],
|
|
|
|
|
[DyelotsInAutoHistory].[IsCheck] AS [IsCheck],
|
|
|
|
|
[DyelotsInAutoHistory].[Shade] AS [Shade]
|
|
|
|
|
FROM [dbo].[DyelotsInAutoHistory] AS [DyelotsInAutoHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="EventList" EntityType="Self.EventList" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[EventList].[Code] AS [Code],
|
|
|
|
|
[EventList].[Description] AS [Description],
|
|
|
|
|
[EventList].[Description_BIG] AS [Description_BIG],
|
|
|
|
|
[EventList].[Description_GB] AS [Description_GB],
|
|
|
|
|
[EventList].[CreateDate] AS [CreateDate]
|
|
|
|
|
FROM [dbo].[EventList] AS [EventList]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="MachinesHistory" EntityType="Self.MachinesHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[MachinesHistory].[Machine] AS [Machine],
|
|
|
|
|
[MachinesHistory].[DispenseDyelot] AS [DispenseDyelot],
|
|
|
|
|
[MachinesHistory].[DispenseReDye] AS [DispenseReDye],
|
|
|
|
|
[MachinesHistory].[ChemicalCallOff] AS [ChemicalCallOff],
|
|
|
|
|
[MachinesHistory].[ChemicalState] AS [ChemicalState],
|
|
|
|
|
[MachinesHistory].[ChemicalTank] AS [ChemicalTank],
|
|
|
|
|
[MachinesHistory].[ChemicalTankSize] AS [ChemicalTankSize],
|
|
|
|
|
[MachinesHistory].[ChemicalDispenser] AS [ChemicalDispenser],
|
|
|
|
|
[MachinesHistory].[ChemicalError] AS [ChemicalError],
|
|
|
|
|
[MachinesHistory].[ChemicalCallOff2] AS [ChemicalCallOff2],
|
|
|
|
|
[MachinesHistory].[ChemicalState2] AS [ChemicalState2],
|
|
|
|
|
[MachinesHistory].[ChemicalTank2] AS [ChemicalTank2],
|
|
|
|
|
[MachinesHistory].[DyeCallOff] AS [DyeCallOff],
|
|
|
|
|
[MachinesHistory].[DyeState] AS [DyeState],
|
|
|
|
|
[MachinesHistory].[DyeTank] AS [DyeTank],
|
|
|
|
|
[MachinesHistory].[DyeTankSize] AS [DyeTankSize],
|
|
|
|
|
[MachinesHistory].[DyeDispenser] AS [DyeDispenser],
|
|
|
|
|
[MachinesHistory].[DyeError] AS [DyeError],
|
|
|
|
|
[MachinesHistory].[PowderCallOff] AS [PowderCallOff],
|
|
|
|
|
[MachinesHistory].[PowderState] AS [PowderState],
|
|
|
|
|
[MachinesHistory].[PowderTank] AS [PowderTank],
|
|
|
|
|
[MachinesHistory].[PowderTankSize] AS [PowderTankSize],
|
|
|
|
|
[MachinesHistory].[PowderDispenser] AS [PowderDispenser],
|
|
|
|
|
[MachinesHistory].[PowderError] AS [PowderError],
|
|
|
|
|
[MachinesHistory].[HostRead] AS [HostRead],
|
|
|
|
|
[MachinesHistory].[DyeDispenseDyelot] AS [DyeDispenseDyelot],
|
|
|
|
|
[MachinesHistory].[DyeDispenseReDye] AS [DyeDispenseReDye],
|
|
|
|
|
[MachinesHistory].[Updated] AS [Updated]
|
|
|
|
|
FROM [dbo].[MachinesHistory] AS [MachinesHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="MachineStateHistory" EntityType="Self.MachineStateHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[MachineStateHistory].[Machine] AS [Machine],
|
|
|
|
|
[MachineStateHistory].[DispenseDyelot] AS [DispenseDyelot],
|
|
|
|
|
[MachineStateHistory].[DispenseReDye] AS [DispenseReDye],
|
|
|
|
|
[MachineStateHistory].[ChemicalCallOff] AS [ChemicalCallOff],
|
|
|
|
|
[MachineStateHistory].[ChemicalState] AS [ChemicalState],
|
|
|
|
|
[MachineStateHistory].[ChemicalTank] AS [ChemicalTank],
|
|
|
|
|
[MachineStateHistory].[ChemicalTankSize] AS [ChemicalTankSize],
|
|
|
|
|
[MachineStateHistory].[ChemicalDispenser] AS [ChemicalDispenser],
|
|
|
|
|
[MachineStateHistory].[ChemicalError] AS [ChemicalError],
|
|
|
|
|
[MachineStateHistory].[ChemicalTargetSelect] AS [ChemicalTargetSelect],
|
|
|
|
|
[MachineStateHistory].[DyeCallOff] AS [DyeCallOff],
|
|
|
|
|
[MachineStateHistory].[DyeState] AS [DyeState],
|
|
|
|
|
[MachineStateHistory].[DyeTank] AS [DyeTank],
|
|
|
|
|
[MachineStateHistory].[DyeTankSize] AS [DyeTankSize],
|
|
|
|
|
[MachineStateHistory].[DyeDispenser] AS [DyeDispenser],
|
|
|
|
|
[MachineStateHistory].[DyeError] AS [DyeError],
|
|
|
|
|
[MachineStateHistory].[PowderCallOff] AS [PowderCallOff],
|
|
|
|
|
[MachineStateHistory].[PowderState] AS [PowderState],
|
|
|
|
|
[MachineStateHistory].[PowderTank] AS [PowderTank],
|
|
|
|
|
[MachineStateHistory].[PowderTankSize] AS [PowderTankSize],
|
|
|
|
|
[MachineStateHistory].[PowderDispenser] AS [PowderDispenser],
|
|
|
|
|
[MachineStateHistory].[PowderError] AS [PowderError],
|
|
|
|
|
[MachineStateHistory].[HostRead] AS [HostRead],
|
|
|
|
|
[MachineStateHistory].[Updated] AS [Updated]
|
|
|
|
|
FROM [dbo].[MachineStateHistory] AS [MachineStateHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="ManualWeightQueue" EntityType="Self.ManualWeightQueue" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[ManualWeightQueue].[Dyelot] AS [Dyelot],
|
|
|
|
|
[ManualWeightQueue].[ReDye] AS [ReDye],
|
|
|
|
|
[ManualWeightQueue].[StepNumber] AS [StepNumber],
|
|
|
|
|
[ManualWeightQueue].[State] AS [State],
|
|
|
|
|
[ManualWeightQueue].[CallTime] AS [CallTime],
|
|
|
|
|
[ManualWeightQueue].[Module] AS [Module],
|
|
|
|
|
[ManualWeightQueue].[ModuleName] AS [ModuleName],
|
|
|
|
|
[ManualWeightQueue].[Area] AS [Area],
|
|
|
|
|
[ManualWeightQueue].[EndTime] AS [EndTime],
|
|
|
|
|
[ManualWeightQueue].[Updated] AS [Updated]
|
|
|
|
|
FROM [dbo].[ManualWeightQueue] AS [ManualWeightQueue]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="ManualWeightQueueHistory" EntityType="Self.ManualWeightQueueHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[ManualWeightQueueHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[ManualWeightQueueHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[ManualWeightQueueHistory].[StepNumber] AS [StepNumber],
|
|
|
|
|
[ManualWeightQueueHistory].[State] AS [State],
|
|
|
|
|
[ManualWeightQueueHistory].[CallTime] AS [CallTime],
|
|
|
|
|
[ManualWeightQueueHistory].[Module] AS [Module],
|
|
|
|
|
[ManualWeightQueueHistory].[ModuleName] AS [ModuleName],
|
|
|
|
|
[ManualWeightQueueHistory].[Area] AS [Area],
|
|
|
|
|
[ManualWeightQueueHistory].[EndTime] AS [EndTime],
|
|
|
|
|
[ManualWeightQueueHistory].[Created] AS [Created]
|
|
|
|
|
FROM [dbo].[ManualWeightQueueHistory] AS [ManualWeightQueueHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="PartsStatus" EntityType="Self.PartsStatus" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[PartsStatus].[CUST_CODE] AS [CUST_CODE],
|
|
|
|
|
[PartsStatus].[Dispenser] AS [Dispenser],
|
|
|
|
|
[PartsStatus].[PartsCode] AS [PartsCode],
|
|
|
|
|
[PartsStatus].[PartsName] AS [PartsName],
|
|
|
|
|
[PartsStatus].[PartsType] AS [PartsType],
|
|
|
|
|
[PartsStatus].[Description] AS [Description],
|
|
|
|
|
[PartsStatus].[FactoryValue] AS [FactoryValue],
|
|
|
|
|
[PartsStatus].[UsedCount] AS [UsedCount],
|
|
|
|
|
[PartsStatus].[RunningTime] AS [RunningTime],
|
|
|
|
|
[PartsStatus].[ResetDate] AS [ResetDate],
|
|
|
|
|
[PartsStatus].[WarnDate] AS [WarnDate],
|
|
|
|
|
[PartsStatus].[UpdateDate] AS [UpdateDate],
|
|
|
|
|
[PartsStatus].[CreateDate] AS [CreateDate],
|
|
|
|
|
[PartsStatus].[UserAccount] AS [UserAccount]
|
|
|
|
|
FROM [dbo].[PartsStatus] AS [PartsStatus]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="PartsStatusHistory" EntityType="Self.PartsStatusHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[PartsStatusHistory].[CUST_CODE] AS [CUST_CODE],
|
|
|
|
|
[PartsStatusHistory].[Dispenser] AS [Dispenser],
|
|
|
|
|
[PartsStatusHistory].[PartsCode] AS [PartsCode],
|
|
|
|
|
[PartsStatusHistory].[PartsName] AS [PartsName],
|
|
|
|
|
[PartsStatusHistory].[PartsType] AS [PartsType],
|
|
|
|
|
[PartsStatusHistory].[Description] AS [Description],
|
|
|
|
|
[PartsStatusHistory].[FactoryValue] AS [FactoryValue],
|
|
|
|
|
[PartsStatusHistory].[UsedCount] AS [UsedCount],
|
|
|
|
|
[PartsStatusHistory].[RunningTime] AS [RunningTime],
|
|
|
|
|
[PartsStatusHistory].[ResetDate] AS [ResetDate],
|
|
|
|
|
[PartsStatusHistory].[WarnDate] AS [WarnDate],
|
|
|
|
|
[PartsStatusHistory].[UpdateDate] AS [UpdateDate],
|
|
|
|
|
[PartsStatusHistory].[CreateDate] AS [CreateDate],
|
|
|
|
|
[PartsStatusHistory].[UserAccount] AS [UserAccount]
|
|
|
|
|
FROM [dbo].[PartsStatusHistory] AS [PartsStatusHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="PipeHistory" EntityType="Self.PipeHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[PipeHistory].[ProductCode] AS [ProductCode],
|
|
|
|
|
[PipeHistory].[ProductName] AS [ProductName],
|
|
|
|
|
[PipeHistory].[ProductType] AS [ProductType],
|
|
|
|
|
[PipeHistory].[Dispenser] AS [Dispenser],
|
|
|
|
|
[PipeHistory].[No] AS [No],
|
|
|
|
|
[PipeHistory].[Qty] AS [Qty],
|
|
|
|
|
[PipeHistory].[StartTime] AS [StartTime],
|
|
|
|
|
[PipeHistory].[EndTime] AS [EndTime],
|
|
|
|
|
[PipeHistory].[AlarmTime] AS [AlarmTime],
|
|
|
|
|
[PipeHistory].[Created] AS [Created]
|
|
|
|
|
FROM [dbo].[PipeHistory] AS [PipeHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="Pipes" EntityType="Self.Pipes" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[Pipes].[ProductCode] AS [ProductCode],
|
|
|
|
|
[Pipes].[ProductName] AS [ProductName],
|
|
|
|
|
[Pipes].[ProductType] AS [ProductType],
|
|
|
|
|
[Pipes].[Dispenser] AS [Dispenser],
|
|
|
|
|
[Pipes].[Enabled] AS [Enabled],
|
|
|
|
|
[Pipes].[No] AS [No],
|
|
|
|
|
[Pipes].[MinLimit] AS [MinLimit],
|
|
|
|
|
[Pipes].[MaxLimit] AS [MaxLimit],
|
|
|
|
|
[Pipes].[MinAction] AS [MinAction],
|
|
|
|
|
[Pipes].[MaxAction] AS [MaxAction],
|
|
|
|
|
[Pipes].[Conc] AS [Conc],
|
|
|
|
|
[Pipes].[Gravity] AS [Gravity],
|
|
|
|
|
[Pipes].[Alarm] AS [Alarm]
|
|
|
|
|
FROM [dbo].[Pipes] AS [Pipes]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="RecipeDeduct" EntityType="Self.RecipeDeduct" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[RecipeDeduct].[Dyelot] AS [Dyelot],
|
|
|
|
|
[RecipeDeduct].[ReDye] AS [ReDye],
|
|
|
|
|
[RecipeDeduct].[StepNumber] AS [StepNumber],
|
|
|
|
|
[RecipeDeduct].[Station] AS [Station],
|
|
|
|
|
[RecipeDeduct].[ShotNo] AS [ShotNo],
|
|
|
|
|
[RecipeDeduct].[ProductCode] AS [ProductCode],
|
|
|
|
|
[RecipeDeduct].[DeductTime] AS [DeductTime],
|
|
|
|
|
[RecipeDeduct].[DeductGrams] AS [DeductGrams],
|
|
|
|
|
[RecipeDeduct].[BucketNo] AS [BucketNo],
|
|
|
|
|
[RecipeDeduct].[DID] AS [DID],
|
|
|
|
|
[RecipeDeduct].[UserAccount] AS [UserAccount]
|
|
|
|
|
FROM [dbo].[RecipeDeduct] AS [RecipeDeduct]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="RecipeDeductHistory" EntityType="Self.RecipeDeductHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[RecipeDeductHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[RecipeDeductHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[RecipeDeductHistory].[StepNumber] AS [StepNumber],
|
|
|
|
|
[RecipeDeductHistory].[Station] AS [Station],
|
|
|
|
|
[RecipeDeductHistory].[ShotNo] AS [ShotNo],
|
|
|
|
|
[RecipeDeductHistory].[ProductCode] AS [ProductCode],
|
|
|
|
|
[RecipeDeductHistory].[DeductTime] AS [DeductTime],
|
|
|
|
|
[RecipeDeductHistory].[DeductGrams] AS [DeductGrams],
|
|
|
|
|
[RecipeDeductHistory].[BucketNo] AS [BucketNo],
|
|
|
|
|
[RecipeDeductHistory].[DID] AS [DID],
|
|
|
|
|
[RecipeDeductHistory].[UserAccount] AS [UserAccount],
|
|
|
|
|
[RecipeDeductHistory].[Updated] AS [Updated]
|
|
|
|
|
FROM [dbo].[RecipeDeductHistory] AS [RecipeDeductHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="RFIDRecordQueue" EntityType="Self.RFIDRecordQueue" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[RFIDRecordQueue].[Station] AS [Station],
|
|
|
|
|
[RFIDRecordQueue].[Dyelot] AS [Dyelot],
|
|
|
|
|
[RFIDRecordQueue].[ReDye] AS [ReDye],
|
|
|
|
|
[RFIDRecordQueue].[StepNumber] AS [StepNumber],
|
|
|
|
|
[RFIDRecordQueue].[Machine] AS [Machine],
|
|
|
|
|
[RFIDRecordQueue].[DevideNo] AS [DevideNo],
|
|
|
|
|
[RFIDRecordQueue].[TotalBuckets] AS [TotalBuckets],
|
|
|
|
|
[RFIDRecordQueue].[State] AS [State],
|
|
|
|
|
[RFIDRecordQueue].[BucketNo] AS [BucketNo],
|
|
|
|
|
[RFIDRecordQueue].[DID] AS [DID],
|
|
|
|
|
[RFIDRecordQueue].[Updated] AS [Updated]
|
|
|
|
|
FROM [dbo].[RFIDRecordQueue] AS [RFIDRecordQueue]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<EntitySet Name="SampleDyeDslvQueueHistory" EntityType="Self.SampleDyeDslvQueueHistory" store:Type="Tables" store:Schema="dbo">
|
|
|
|
|
<DefiningQuery>SELECT
|
|
|
|
|
[SampleDyeDslvQueueHistory].[TankNo] AS [TankNo],
|
|
|
|
|
[SampleDyeDslvQueueHistory].[Dyelot] AS [Dyelot],
|
|
|
|
|
[SampleDyeDslvQueueHistory].[ReDye] AS [ReDye],
|
|
|
|
|
[SampleDyeDslvQueueHistory].[StepNumber] AS [StepNumber],
|
|
|
|
|
[SampleDyeDslvQueueHistory].[State] AS [State],
|
|
|
|
|
[SampleDyeDslvQueueHistory].[PassAuto] AS [PassAuto],
|
|
|
|
|
[SampleDyeDslvQueueHistory].[ShelfID] AS [ShelfID],
|
|
|
|
|
[SampleDyeDslvQueueHistory].[Machine] AS [Machine],
|
|
|
|
|
[SampleDyeDslvQueueHistory].[SchDispenseTime] AS [SchDispenseTime],
|
|
|
|
|
[SampleDyeDslvQueueHistory].[Created] AS [Created]
|
|
|
|
|
FROM [dbo].[SampleDyeDslvQueueHistory] AS [SampleDyeDslvQueueHistory]</DefiningQuery>
|
|
|
|
|
</EntitySet>
|
|
|
|
|
<AssociationSet Name="FKProgramGroups" Association="Self.FKProgramGroups">
|
|
|
|
|
<End Role="ProgramGroups" EntitySet="ProgramGroups" />
|
|
|
|
|
<End Role="Programs" EntitySet="Programs" />
|
|
|
|
|
</AssociationSet>
|
|
|
|
|
</EntityContainer>
|
|
|
|
|
</Schema>
|
|
|
|
|
</edmx:StorageModels>
|
|
|
|
|
<!-- CSDL content -->
|
|
|
|
|
<edmx:ConceptualModels>
|
|
|
|
|
<Schema Namespace="BatchDyeingCentralModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|
|
|
|
|
<EntityType Name="Alarms">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="Category" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Variable" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="Duration" Type="Double" Nullable="false" />
|
|
|
|
|
<Property Name="Shift" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Customize">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="AutoKey" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="AutoKey" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="StoppageReasons" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Inefficiencies" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Company" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Shifts" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Delays">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="Number" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="Duration" Type="Double" Nullable="false" />
|
|
|
|
|
<Property Name="Shift" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotHead">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="CreationTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="TotalVolume" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DispenseTimes" Type="Int32" />
|
|
|
|
|
<Property Name="CurrDispTime" Type="Int32" />
|
|
|
|
|
<Property Name="CurrTotalVolume" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="Sequence" Type="Int16" />
|
|
|
|
|
<Property Name="Color" Type="Int32" />
|
|
|
|
|
<Property Name="PickUp" Type="Double" />
|
|
|
|
|
<Property Name="GramsYard" Type="Double" />
|
|
|
|
|
<Property Name="TotalLength" Type="Double" />
|
|
|
|
|
<Property Name="FabricWidth" Type="Double" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="RefTotalVolume" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="RestVolume" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="LFDefine" Type="String" MaxLength="5" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Blocked" Type="Int32" />
|
|
|
|
|
<Property Name="Industry" Type="Int32" />
|
|
|
|
|
<Property Name="Volume" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="StandardTime" Type="Double" />
|
|
|
|
|
<Property Name="LFArt" Type="Int32" />
|
|
|
|
|
<Property Name="RemainVolume" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FinalPickUp" Type="Double" />
|
|
|
|
|
<Property Name="LFWasher" Type="Int32" />
|
|
|
|
|
<Property Name="ActualTotalVolume" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ActualTotalLength" Type="Double" />
|
|
|
|
|
<Property Name="UsedPickup" Type="Double" />
|
|
|
|
|
<Property Name="RemainPadderVol" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ExecuteTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="RealAdd1" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="RealAdd2" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="RealAdd3" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="RealAdd4" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="RealAdd5" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PromptAdd1" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PromptAdd2" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PromptAdd3" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PromptAdd4" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PromptAdd5" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="StartButton" Type="Int32" />
|
|
|
|
|
<Property Name="EndButton" Type="Int32" />
|
|
|
|
|
<Property Name="MergerVol" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotHistories">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="History" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Dyelots">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Industry" Type="Int32" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="DispenseMachine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="StandardTime" Type="Double" />
|
|
|
|
|
<Property Name="TotalShot" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int16" />
|
|
|
|
|
<Property Name="Blocked" Type="Int16" />
|
|
|
|
|
<Property Name="Program" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Color" Type="Int32" />
|
|
|
|
|
<Property Name="CreationTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Batch" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="TotalWeight" Type="Double" />
|
|
|
|
|
<Property Name="LiquidRatio" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="TotalVolume" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="AcidQty" Type="Int32" />
|
|
|
|
|
<Property Name="ActualAcidQty" Type="Int32" />
|
|
|
|
|
<Property Name="Sequence" Type="Int32" />
|
|
|
|
|
<Property Name="DispenseMode" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDissolve" Type="Int32" />
|
|
|
|
|
<Property Name="CheDissolve" Type="Int32" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="SpcTotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DissolveMethod" Type="Int32" />
|
|
|
|
|
<Property Name="ReferenceDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Final" Type="Int32" />
|
|
|
|
|
<Property Name="Shade" Type="Int32" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FabricName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="ColorName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="CustomerName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="CUSTOMER_CODE" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FABRIC_CODE" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="GRAMS_YARD" Type="Double" />
|
|
|
|
|
<Property Name="NeedDissolving" Type="Int32" />
|
|
|
|
|
<Property Name="EarliestStartTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Committed" Type="Int16" />
|
|
|
|
|
<Property Name="Parameters" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Notes" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="SummarizeResult" Type="Int16" />
|
|
|
|
|
<Property Name="ProgramsUsed" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="ColorNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="ModifyDT" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="CreateDT" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Yard" Type="Int32" />
|
|
|
|
|
<Property Name="SheetNo" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="AlarmTime" Type="Double" />
|
|
|
|
|
<Property Name="ExRead" Type="String" MaxLength="4" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FactoryTicketNo" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="DyeingBatch" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="EOCAlarms" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="RunTime" Type="Double" />
|
|
|
|
|
<Property Name="ProcessTime" Type="Double" />
|
|
|
|
|
<Property Name="NormalTime" Type="Double" />
|
|
|
|
|
<Property Name="SleepTime" Type="Double" />
|
|
|
|
|
<Property Name="DelayTime" Type="Double" />
|
|
|
|
|
<Property Name="EOCDelays" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="DyelotStartShift" Type="Int16" />
|
|
|
|
|
<Property Name="DyelotEndShift" Type="Int16" />
|
|
|
|
|
<Property Name="DyeDissolving" Type="Int16" Nullable="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotsByShift">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="Duration" Type="Double" Nullable="false" />
|
|
|
|
|
<Property Name="Shift" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="SingleShift" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Machines">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Name" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="DispenseDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DispenseReDye" Type="Int32" />
|
|
|
|
|
<Property Name="RescheduleGroup" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Connect" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ChemicalCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalState" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTank" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalEnabled" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalStatus" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ChemicalDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ChemicalError" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalDistribute" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalStation" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ChemicalDevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalDispensedTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="ChemicalDefaultTank" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalDissolving" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalResp" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalCallOff2" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalState2" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTank2" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalStatus2" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ChemicalResp2" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTargetSelect" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTargetMachine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DyeCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="DyeState" Type="Int32" />
|
|
|
|
|
<Property Name="DyeTank" Type="Int32" />
|
|
|
|
|
<Property Name="DyeTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="DyeEnabled" Type="Int32" />
|
|
|
|
|
<Property Name="DyeStatus" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DyeDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DyeError" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDistribute" Type="Int32" />
|
|
|
|
|
<Property Name="DyeStation" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DyeDevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDispensedTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DyeDefaultTank" Type="Int32" />
|
|
|
|
|
<Property Name="DyeResp" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDispenseDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DyeDispenseReDye" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDissolving" Type="Int32" />
|
|
|
|
|
<Property Name="PowderCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="PowderState" Type="Int32" />
|
|
|
|
|
<Property Name="PowderTank" Type="Int32" />
|
|
|
|
|
<Property Name="PowderTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="PowderEnabled" Type="Int32" />
|
|
|
|
|
<Property Name="PowderStatus" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PowderDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PowderError" Type="Int32" />
|
|
|
|
|
<Property Name="PowderStation" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PowderDevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="PowderDispensedTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="PowderDefaultTank" Type="Int32" />
|
|
|
|
|
<Property Name="PowderResp" Type="Int32" />
|
|
|
|
|
<Property Name="HostRead" Type="Int32" />
|
|
|
|
|
<Property Name="OnSystem" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="SystemID" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="AutoMode" Type="Int32" />
|
|
|
|
|
<Property Name="UseOnScheduling" Type="Int32" />
|
|
|
|
|
<Property Name="CheDispenseDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="CheDispenseReDye" Type="Int32" />
|
|
|
|
|
<Property Name="SampleDye" Type="Int32" />
|
|
|
|
|
<Property Name="name1" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Parameters" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="ProgramGroup" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="ReportGroup" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="PortAddress" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Interrupt" Type="Int16" />
|
|
|
|
|
<Property Name="NetworkNumber" Type="Int16" />
|
|
|
|
|
<Property Name="SpecificMachineMimic" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="OutOfService" Type="Int16" />
|
|
|
|
|
<Property Name="IsGhost" Type="Int16" />
|
|
|
|
|
<Property Name="ManualDownloadOnly" Type="Int16" />
|
|
|
|
|
<Property Name="LogicArtPort" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="GastonLoggedOn" Type="Int16" />
|
|
|
|
|
<Property Name="DEnabled" Type="Int16" />
|
|
|
|
|
<Property Name="DLookAhead" Type="Int16" />
|
|
|
|
|
<Property Name="LogicArtUnlocked" Type="Int16" />
|
|
|
|
|
<Property Name="MaximumGradient" Type="Int16" />
|
|
|
|
|
<Property Name="LoggedOffReason" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="LoggedOffNotes" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="AutoDispense" Type="Int16" />
|
|
|
|
|
<Property Name="AllowRemoteReschedule" Type="Int16" />
|
|
|
|
|
<Property Name="CorrectionsAbove" Type="Int16" />
|
|
|
|
|
<Property Name="Is161" Type="Int16" />
|
|
|
|
|
<Property Name="Locked" Type="Int16" />
|
|
|
|
|
<Property Name="AutoDownloadParams" Type="Int16" />
|
|
|
|
|
<Property Name="NoAutoDownloadMessages" Type="Int16" />
|
|
|
|
|
<Property Name="TonelloIP" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Test" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="MainTemperature" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="CallType" Type="Int32" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="MachineState">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="DispenseDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DispenseReDye" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalState" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTank" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ChemicalError" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTargetSelect" Type="Int32" />
|
|
|
|
|
<Property Name="DyeCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="DyeState" Type="Int32" />
|
|
|
|
|
<Property Name="DyeTank" Type="Int32" />
|
|
|
|
|
<Property Name="DyeTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DyeError" Type="Int32" />
|
|
|
|
|
<Property Name="PowderCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="PowderState" Type="Int32" />
|
|
|
|
|
<Property Name="PowderTank" Type="Int32" />
|
|
|
|
|
<Property Name="PowderTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="PowderDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PowderError" Type="Int32" />
|
|
|
|
|
<Property Name="HostRead" Type="Int32" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="ProgramGroups">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Name" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="UserPrompts" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="TypeLibrary" Type="Binary" MaxLength="Max" FixedLength="false" />
|
|
|
|
|
<Property Name="Sections" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="MaximumPrograms" Type="Int32" />
|
|
|
|
|
<Property Name="OutOfService" Type="Int16" />
|
|
|
|
|
<Property Name="DyelotParameterCommands" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="CommandHelp" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="UsesProgramsFromGroup" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="MaximumGradient" Type="Int16" />
|
|
|
|
|
<Property Name="QQMinutes" Type="Int16" />
|
|
|
|
|
<Property Name="MessageMinutes" Type="Int16" />
|
|
|
|
|
<Property Name="Inefficiencies" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<NavigationProperty Name="Programs" Relationship="Self.FKProgramGroups" FromRole="ProgramGroups" ToRole="Programs" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Programs">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ProgramGroup" />
|
|
|
|
|
<PropertyRef Name="ProgramNumber" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ProgramGroup" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="ProgramNumber" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Steps" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Notes" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="ModifiedTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="StandardTime" Type="Double" />
|
|
|
|
|
<NavigationProperty Name="ProgramGroups" Relationship="Self.FKProgramGroups" FromRole="Programs" ToRole="ProgramGroups" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="ProgramsUsed">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Program" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Steps" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="StepsNoBpCrc" Type="Int32" />
|
|
|
|
|
<Property Name="ComputedTime" Type="Double" />
|
|
|
|
|
<Property Name="MaxTemperature" Type="Int32" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="record">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="record1" Type="String" MaxLength="80" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="time" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="SchedulingLog">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="Redye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="Redye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="CallTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="Status" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Steps">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="OverallStepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="XX" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="ParameterValues" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Command" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Parameters" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Notes" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="PlannedDuration" Type="Double" />
|
|
|
|
|
<Property Name="ActualDuration" Type="Double" />
|
|
|
|
|
<Property Name="OverRun" Type="Double" />
|
|
|
|
|
<Property Name="TemperatureAfter" Type="Int32" />
|
|
|
|
|
<Property Name="ProgramNumber" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="StepVisits">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="OverallStepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="XX" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Parameter1" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Parameter2" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Parameter3" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Parameter4" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Parameter5" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Command" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Parameters" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Notes" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="Duration" Type="Double" Nullable="false" />
|
|
|
|
|
<Property Name="PlannedDuration" Type="Double" />
|
|
|
|
|
<Property Name="OverRun" Type="Double" />
|
|
|
|
|
<Property Name="TemperatureAfter" Type="Int32" />
|
|
|
|
|
<Property Name="ProgramNumber" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="StartTemperature" Type="Int32" />
|
|
|
|
|
<Property Name="EndTemperature" Type="Int32" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Stoppages">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="AutoKey" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="AutoKey" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="Reason" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Nullable="false" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Notes" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Duration" Type="Double" />
|
|
|
|
|
<Property Name="Shift" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="SingleShift" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="BucketInfo">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="BucketNo" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Used" Type="Int32" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="BucketShelf">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="ShelfID" Type="Int32" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="XPos" Type="Int32" />
|
|
|
|
|
<Property Name="YPos" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="OnShelfTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="BucketShelfHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="ShelfID" Type="Int32" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="XPos" Type="Int32" />
|
|
|
|
|
<Property Name="YPos" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="OnShelfTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="BucketShelfQueue">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="ShelfID" Type="Int32" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="XPos" Type="Int32" />
|
|
|
|
|
<Property Name="YPos" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="Updated" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="BucketShelfQueueHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="ShelfID" Type="Int32" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="XPos" Type="Int32" />
|
|
|
|
|
<Property Name="YPos" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Dispensers">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Name" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Name" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="Description" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Device" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="Status" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Automatic" Type="Int32" />
|
|
|
|
|
<Property Name="Enabled" Type="Int32" />
|
|
|
|
|
<Property Name="HeartBeat" Type="Int32" />
|
|
|
|
|
<Property Name="CheckPeriod" Type="Int32" />
|
|
|
|
|
<Property Name="UpdateDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="CreateDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DispenserUtilization">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="UtilDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UtilTimes" Type="Int32" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotBuckets">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="DevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Final" Type="Int32" />
|
|
|
|
|
<Property Name="Dissolved" Type="Int32" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotBucketsHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="DevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Final" Type="Int32" />
|
|
|
|
|
<Property Name="Dissolved" Type="Int32" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotBucketSummary">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="Final" Type="Int32" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotDetail">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
<PropertyRef Name="ProductCode" />
|
|
|
|
|
<PropertyRef Name="ProductType" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductType" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Grams" Type="Double" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="SN" Type="Int32" />
|
|
|
|
|
<Property Name="DispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseGrams" Type="Double" />
|
|
|
|
|
<Property Name="CurrDispGrams" Type="Double" />
|
|
|
|
|
<Property Name="LADispenseResult" Type="Int32" />
|
|
|
|
|
<Property Name="Error" Type="Int32" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Volume" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="CurrDispTime" Type="Int32" />
|
|
|
|
|
<Property Name="CurrVolume" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="RemainVolume" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FinalPickup" Type="Double" />
|
|
|
|
|
<Property Name="LFManual" Type="Int32" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotDslvQueue">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="TankNo" Type="Int32" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DivideNo" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="ShelfID" Type="Int32" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="Updated" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotDslvQueueHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="TankNo" Type="Int32" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DivideNo" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="ShelfID" Type="Int32" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotsBatch">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ShotNo" Type="Int32" />
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="SN" Type="Int32" />
|
|
|
|
|
<Property Name="Grams" Type="Double" />
|
|
|
|
|
<Property Name="DispenseStartTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseEndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseGrams" Type="Double" />
|
|
|
|
|
<Property Name="LADispenseResult" Type="Int32" />
|
|
|
|
|
<Property Name="DyeWeightTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Process" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FinalProcess" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DispenseWater" Type="Int32" />
|
|
|
|
|
<Property Name="DrainWater" Type="Int32" />
|
|
|
|
|
<Property Name="DissolveTemperature" Type="Int32" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotsBulkedRecipe">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
<PropertyRef Name="GRAVITY" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="ShotNo" Type="Int32" />
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductType" Type="Int32" />
|
|
|
|
|
<Property Name="ProductLot" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductClass" Type="Int32" />
|
|
|
|
|
<Property Name="SN" Type="Int32" />
|
|
|
|
|
<Property Name="Amount" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Grams" Type="Double" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseStartTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseEndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseGrams" Type="Double" />
|
|
|
|
|
<Property Name="DispenseResult" Type="Int32" />
|
|
|
|
|
<Property Name="LADispenseResult" Type="Int32" />
|
|
|
|
|
<Property Name="Volume" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="HostRead" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="NeedDispense" Type="Int32" />
|
|
|
|
|
<Property Name="MixTankNo" Type="Int32" />
|
|
|
|
|
<Property Name="DyeWeightTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Process" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FinalProcess" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Dispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="TankNo" Type="Int32" />
|
|
|
|
|
<Property Name="Error" Type="Int32" />
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="StepDevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="StepTotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="ReferenceDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DispenseWater" Type="Int32" />
|
|
|
|
|
<Property Name="DrainWater" Type="Int32" />
|
|
|
|
|
<Property Name="DissolveTemperature" Type="Int32" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="TargetGrams" Type="Int32" />
|
|
|
|
|
<Property Name="ActualGrams" Type="Int32" />
|
|
|
|
|
<Property Name="FinishTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Tagged" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="Final" Type="Int32" />
|
|
|
|
|
<Property Name="DissolveManual" Type="Int32" />
|
|
|
|
|
<Property Name="Concentration" Type="Double" />
|
|
|
|
|
<Property Name="DeductTotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DeductBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="Kilograms" Type="Double" />
|
|
|
|
|
<Property Name="DKilograms" Type="Double" />
|
|
|
|
|
<Property Name="DyelotID" Type="Int32" />
|
|
|
|
|
<Property Name="MixTemperature" Type="Int32" />
|
|
|
|
|
<Property Name="MixVolume" Type="Int32" />
|
|
|
|
|
<Property Name="MixTime" Type="Int32" />
|
|
|
|
|
<Property Name="MixWater" Type="Int32" />
|
|
|
|
|
<Property Name="RoWater" Type="Int32" />
|
|
|
|
|
<Property Name="Notes" Type="String" MaxLength="Max" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductIndex" Type="Int32" />
|
|
|
|
|
<Property Name="GRAVITY" Type="Double" Nullable="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotsBulkedRecipeHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="ShotNo" Type="Int32" />
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductType" Type="Int32" />
|
|
|
|
|
<Property Name="ProductLot" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductClass" Type="Int32" />
|
|
|
|
|
<Property Name="SN" Type="Int32" />
|
|
|
|
|
<Property Name="Amount" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Grams" Type="Double" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseStartTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseEndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DispenseGrams" Type="Double" />
|
|
|
|
|
<Property Name="DispenseResult" Type="Int32" />
|
|
|
|
|
<Property Name="LADispenseResult" Type="Int32" />
|
|
|
|
|
<Property Name="Volume" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="HostRead" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="NeedDispense" Type="Int32" />
|
|
|
|
|
<Property Name="MixTankNo" Type="Int32" />
|
|
|
|
|
<Property Name="DyeWeightTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Process" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FinalProcess" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Dispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="TankNo" Type="Int32" />
|
|
|
|
|
<Property Name="Error" Type="Int32" />
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="StepDevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="StepTotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="ReferenceDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DispenseWater" Type="Int32" />
|
|
|
|
|
<Property Name="DrainWater" Type="Int32" />
|
|
|
|
|
<Property Name="DissolveTemperature" Type="Int32" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="FinishTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Updated" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Tagged" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="Final" Type="Int32" />
|
|
|
|
|
<Property Name="DissolveManual" Type="Int32" />
|
|
|
|
|
<Property Name="DeductTotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DeductBuckets" Type="Int32" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotsHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ID" />
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ID" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="Industry" Type="Int32" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DispenseMachine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="StandardTime" Type="Double" />
|
|
|
|
|
<Property Name="TotalShot" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="Blocked" Type="Int32" />
|
|
|
|
|
<Property Name="Program" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
|
|
|
|
<Property Name="Color" Type="Int32" />
|
|
|
|
|
<Property Name="CreationTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Batch" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="OrderNo" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="TotalWeight" Type="Double" />
|
|
|
|
|
<Property Name="LiquidRatio" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="TotalVolume" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="AcidQty" Type="Int32" />
|
|
|
|
|
<Property Name="ActualAcidQty" Type="Int32" />
|
|
|
|
|
<Property Name="Sequence" Type="Int32" />
|
|
|
|
|
<Property Name="DispenseMode" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDissolve" Type="Int32" />
|
|
|
|
|
<Property Name="CheDissolve" Type="Int32" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="SpcTotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="DissolveMethod" Type="Int32" />
|
|
|
|
|
<Property Name="ReferenceDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Final" Type="Int32" />
|
|
|
|
|
<Property Name="Shade" Type="Int32" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Updated" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotsInAuto">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="DyeState" Type="Int32" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="IsCheck" Type="Int32" />
|
|
|
|
|
<Property Name="Shade" Type="Int32" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="DyelotsInAutoHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="DyeState" Type="Int32" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="IsCheck" Type="Int32" />
|
|
|
|
|
<Property Name="Shade" Type="Int32" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="EventList">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Description" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Code" Type="Int32" />
|
|
|
|
|
<Property Name="Description" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="Description_BIG" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Description_GB" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="CreateDate" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="MachinesHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="DispenseDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DispenseReDye" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalState" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTank" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ChemicalError" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalCallOff2" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalState2" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTank2" Type="Int32" />
|
|
|
|
|
<Property Name="DyeCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="DyeState" Type="Int32" />
|
|
|
|
|
<Property Name="DyeTank" Type="Int32" />
|
|
|
|
|
<Property Name="DyeTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DyeError" Type="Int32" />
|
|
|
|
|
<Property Name="PowderCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="PowderState" Type="Int32" />
|
|
|
|
|
<Property Name="PowderTank" Type="Int32" />
|
|
|
|
|
<Property Name="PowderTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="PowderDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PowderError" Type="Int32" />
|
|
|
|
|
<Property Name="HostRead" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDispenseDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DyeDispenseReDye" Type="Int32" />
|
|
|
|
|
<Property Name="Updated" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="MachineStateHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Machine" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="DispenseDyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DispenseReDye" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalState" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTank" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ChemicalError" Type="Int32" />
|
|
|
|
|
<Property Name="ChemicalTargetSelect" Type="Int32" />
|
|
|
|
|
<Property Name="DyeCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="DyeState" Type="Int32" />
|
|
|
|
|
<Property Name="DyeTank" Type="Int32" />
|
|
|
|
|
<Property Name="DyeTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="DyeDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DyeError" Type="Int32" />
|
|
|
|
|
<Property Name="PowderCallOff" Type="Int32" />
|
|
|
|
|
<Property Name="PowderState" Type="Int32" />
|
|
|
|
|
<Property Name="PowderTank" Type="Int32" />
|
|
|
|
|
<Property Name="PowderTankSize" Type="Int32" />
|
|
|
|
|
<Property Name="PowderDispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PowderError" Type="Int32" />
|
|
|
|
|
<Property Name="HostRead" Type="Int32" />
|
|
|
|
|
<Property Name="Updated" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="ManualWeightQueue">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="CallTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Module" Type="Int32" />
|
|
|
|
|
<Property Name="ModuleName" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Area" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Updated" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="ManualWeightQueueHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="CallTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Module" Type="Int32" />
|
|
|
|
|
<Property Name="ModuleName" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Area" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="PartsStatus">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="CUST_CODE" />
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
<PropertyRef Name="PartsCode" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="CUST_CODE" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="Dispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="PartsCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="PartsName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PartsType" Type="Int32" />
|
|
|
|
|
<Property Name="Description" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FactoryValue" Type="Int32" />
|
|
|
|
|
<Property Name="UsedCount" Type="Int32" />
|
|
|
|
|
<Property Name="RunningTime" Type="Int32" />
|
|
|
|
|
<Property Name="ResetDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="WarnDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UpdateDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="CreateDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="PartsStatusHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="CUST_CODE" />
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
<PropertyRef Name="PartsCode" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="CUST_CODE" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="Dispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="PartsCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="PartsName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="PartsType" Type="Int32" />
|
|
|
|
|
<Property Name="Description" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="FactoryValue" Type="Int32" />
|
|
|
|
|
<Property Name="UsedCount" Type="Int32" />
|
|
|
|
|
<Property Name="RunningTime" Type="Int32" />
|
|
|
|
|
<Property Name="ResetDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="WarnDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UpdateDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="CreateDate" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="PipeHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ProductCode" />
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductType" Type="Int32" />
|
|
|
|
|
<Property Name="Dispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="No" Type="Int32" />
|
|
|
|
|
<Property Name="Qty" Type="Double" />
|
|
|
|
|
<Property Name="StartTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="EndTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="AlarmTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="Pipes">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="ProductCode" />
|
|
|
|
|
<PropertyRef Name="Dispenser" />
|
|
|
|
|
<PropertyRef Name="Gravity" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ProductName" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ProductType" Type="Int32" />
|
|
|
|
|
<Property Name="Dispenser" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="Enabled" Type="Int32" />
|
|
|
|
|
<Property Name="No" Type="Int32" />
|
|
|
|
|
<Property Name="MinLimit" Type="Double" />
|
|
|
|
|
<Property Name="MaxLimit" Type="Double" />
|
|
|
|
|
<Property Name="MinAction" Type="Int32" />
|
|
|
|
|
<Property Name="MaxAction" Type="Int32" />
|
|
|
|
|
<Property Name="Conc" Type="Int32" />
|
|
|
|
|
<Property Name="Gravity" Type="Double" Nullable="false" />
|
|
|
|
|
<Property Name="Alarm" Type="String" MaxLength="1" FixedLength="true" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="RecipeDeduct">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ShotNo" Type="Int32" />
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DeductTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DeductGrams" Type="Double" />
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="RecipeDeductHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Station" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="ShotNo" Type="Int32" />
|
|
|
|
|
<Property Name="ProductCode" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DeductTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="DeductGrams" Type="Double" />
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="UserAccount" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Updated" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="RFIDRecordQueue">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="Station" Type="Int32" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="DevideNo" Type="Int32" />
|
|
|
|
|
<Property Name="TotalBuckets" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="BucketNo" Type="Int32" />
|
|
|
|
|
<Property Name="DID" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="Updated" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<EntityType Name="SampleDyeDslvQueueHistory">
|
|
|
|
|
<Key>
|
|
|
|
|
<PropertyRef Name="Dyelot" />
|
|
|
|
|
<PropertyRef Name="ReDye" />
|
|
|
|
|
</Key>
|
|
|
|
|
<Property Name="TankNo" Type="Int32" />
|
|
|
|
|
<Property Name="Dyelot" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
|
|
|
|
<Property Name="ReDye" Type="Int32" Nullable="false" />
|
|
|
|
|
<Property Name="StepNumber" Type="Int32" />
|
|
|
|
|
<Property Name="State" Type="Int32" />
|
|
|
|
|
<Property Name="PassAuto" Type="Int32" />
|
|
|
|
|
<Property Name="ShelfID" Type="Int32" />
|
|
|
|
|
<Property Name="Machine" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
|
|
|
|
<Property Name="SchDispenseTime" Type="DateTime" Precision="3" />
|
|
|
|
|
<Property Name="Created" Type="DateTime" Precision="3" />
|
|
|
|
|
</EntityType>
|
|
|
|
|
<Association Name="FKProgramGroups">
|
|
|
|
|
<End Role="ProgramGroups" Type="Self.ProgramGroups" Multiplicity="1">
|
|
|
|
|
<OnDelete Action="Cascade" />
|
|
|
|
|
</End>
|
|
|
|
|
<End Role="Programs" Type="Self.Programs" Multiplicity="*" />
|
|
|
|
|
<ReferentialConstraint>
|
|
|
|
|
<Principal Role="ProgramGroups">
|
|
|
|
|
<PropertyRef Name="Name" />
|
|
|
|
|
</Principal>
|
|
|
|
|
<Dependent Role="Programs">
|
|
|
|
|
<PropertyRef Name="ProgramGroup" />
|
|
|
|
|
</Dependent>
|
|
|
|
|
</ReferentialConstraint>
|
|
|
|
|
</Association>
|
|
|
|
|
<EntityContainer Name="BatchDyeingCentralEntities" annotation:LazyLoadingEnabled="true">
|
|
|
|
|
<EntitySet Name="Alarms" EntityType="Self.Alarms" />
|
|
|
|
|
<EntitySet Name="Customize" EntityType="Self.Customize" />
|
|
|
|
|
<EntitySet Name="Delays" EntityType="Self.Delays" />
|
|
|
|
|
<EntitySet Name="DyelotHead" EntityType="Self.DyelotHead" />
|
|
|
|
|
<EntitySet Name="DyelotHistories" EntityType="Self.DyelotHistories" />
|
|
|
|
|
<EntitySet Name="Dyelots" EntityType="Self.Dyelots" />
|
|
|
|
|
<EntitySet Name="DyelotsByShift" EntityType="Self.DyelotsByShift" />
|
|
|
|
|
<EntitySet Name="Machines" EntityType="Self.Machines" />
|
|
|
|
|
<EntitySet Name="MachineState" EntityType="Self.MachineState" />
|
|
|
|
|
<EntitySet Name="ProgramGroups" EntityType="Self.ProgramGroups" />
|
|
|
|
|
<EntitySet Name="Programs" EntityType="Self.Programs" />
|
|
|
|
|
<EntitySet Name="ProgramsUsed" EntityType="Self.ProgramsUsed" />
|
|
|
|
|
<EntitySet Name="record" EntityType="Self.record" />
|
|
|
|
|
<EntitySet Name="SchedulingLog" EntityType="Self.SchedulingLog" />
|
|
|
|
|
<EntitySet Name="Steps" EntityType="Self.Steps" />
|
|
|
|
|
<EntitySet Name="StepVisits" EntityType="Self.StepVisits" />
|
|
|
|
|
<EntitySet Name="Stoppages" EntityType="Self.Stoppages" />
|
|
|
|
|
<EntitySet Name="BucketInfo" EntityType="Self.BucketInfo" />
|
|
|
|
|
<EntitySet Name="BucketShelf" EntityType="Self.BucketShelf" />
|
|
|
|
|
<EntitySet Name="BucketShelfHistory" EntityType="Self.BucketShelfHistory" />
|
|
|
|
|
<EntitySet Name="BucketShelfQueue" EntityType="Self.BucketShelfQueue" />
|
|
|
|
|
<EntitySet Name="BucketShelfQueueHistory" EntityType="Self.BucketShelfQueueHistory" />
|
|
|
|
|
<EntitySet Name="Dispensers" EntityType="Self.Dispensers" />
|
|
|
|
|
<EntitySet Name="DispenserUtilization" EntityType="Self.DispenserUtilization" />
|
|
|
|
|
<EntitySet Name="DyelotBuckets" EntityType="Self.DyelotBuckets" />
|
|
|
|
|
<EntitySet Name="DyelotBucketsHistory" EntityType="Self.DyelotBucketsHistory" />
|
|
|
|
|
<EntitySet Name="DyelotBucketSummary" EntityType="Self.DyelotBucketSummary" />
|
|
|
|
|
<EntitySet Name="DyelotDetail" EntityType="Self.DyelotDetail" />
|
|
|
|
|
<EntitySet Name="DyelotDslvQueue" EntityType="Self.DyelotDslvQueue" />
|
|
|
|
|
<EntitySet Name="DyelotDslvQueueHistory" EntityType="Self.DyelotDslvQueueHistory" />
|
|
|
|
|
<EntitySet Name="DyelotsBatch" EntityType="Self.DyelotsBatch" />
|
|
|
|
|
<EntitySet Name="DyelotsBulkedRecipe" EntityType="Self.DyelotsBulkedRecipe" />
|
|
|
|
|
<EntitySet Name="DyelotsBulkedRecipeHistory" EntityType="Self.DyelotsBulkedRecipeHistory" />
|
|
|
|
|
<EntitySet Name="DyelotsHistory" EntityType="Self.DyelotsHistory" />
|
|
|
|
|
<EntitySet Name="DyelotsInAuto" EntityType="Self.DyelotsInAuto" />
|
|
|
|
|
<EntitySet Name="DyelotsInAutoHistory" EntityType="Self.DyelotsInAutoHistory" />
|
|
|
|
|
<EntitySet Name="EventList" EntityType="Self.EventList" />
|
|
|
|
|
<EntitySet Name="MachinesHistory" EntityType="Self.MachinesHistory" />
|
|
|
|
|
<EntitySet Name="MachineStateHistory" EntityType="Self.MachineStateHistory" />
|
|
|
|
|
<EntitySet Name="ManualWeightQueue" EntityType="Self.ManualWeightQueue" />
|
|
|
|
|
<EntitySet Name="ManualWeightQueueHistory" EntityType="Self.ManualWeightQueueHistory" />
|
|
|
|
|
<EntitySet Name="PartsStatus" EntityType="Self.PartsStatus" />
|
|
|
|
|
<EntitySet Name="PartsStatusHistory" EntityType="Self.PartsStatusHistory" />
|
|
|
|
|
<EntitySet Name="PipeHistory" EntityType="Self.PipeHistory" />
|
|
|
|
|
<EntitySet Name="Pipes" EntityType="Self.Pipes" />
|
|
|
|
|
<EntitySet Name="RecipeDeduct" EntityType="Self.RecipeDeduct" />
|
|
|
|
|
<EntitySet Name="RecipeDeductHistory" EntityType="Self.RecipeDeductHistory" />
|
|
|
|
|
<EntitySet Name="RFIDRecordQueue" EntityType="Self.RFIDRecordQueue" />
|
|
|
|
|
<EntitySet Name="SampleDyeDslvQueueHistory" EntityType="Self.SampleDyeDslvQueueHistory" />
|
|
|
|
|
<AssociationSet Name="FKProgramGroups" Association="Self.FKProgramGroups">
|
|
|
|
|
<End Role="ProgramGroups" EntitySet="ProgramGroups" />
|
|
|
|
|
<End Role="Programs" EntitySet="Programs" />
|
|
|
|
|
</AssociationSet>
|
|
|
|
|
</EntityContainer>
|
|
|
|
|
</Schema>
|
|
|
|
|
</edmx:ConceptualModels>
|
|
|
|
|
<!-- C-S mapping content -->
|
|
|
|
|
<edmx:Mappings>
|
|
|
|
|
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
|
|
|
|
|
<EntityContainerMapping StorageEntityContainer="BatchDyeingCentralModelStoreContainer" CdmEntityContainer="BatchDyeingCentralEntities">
|
|
|
|
|
<EntitySetMapping Name="Alarms">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Alarms">
|
|
|
|
|
<MappingFragment StoreEntitySet="Alarms">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
|
<ScalarProperty Name="Category" ColumnName="Category" />
|
|
|
|
|
<ScalarProperty Name="Variable" ColumnName="Variable" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="Duration" ColumnName="Duration" />
|
|
|
|
|
<ScalarProperty Name="Shift" ColumnName="Shift" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="Customize">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Customize">
|
|
|
|
|
<MappingFragment StoreEntitySet="Customize">
|
|
|
|
|
<ScalarProperty Name="AutoKey" ColumnName="AutoKey" />
|
|
|
|
|
<ScalarProperty Name="StoppageReasons" ColumnName="StoppageReasons" />
|
|
|
|
|
<ScalarProperty Name="Inefficiencies" ColumnName="Inefficiencies" />
|
|
|
|
|
<ScalarProperty Name="Company" ColumnName="Company" />
|
|
|
|
|
<ScalarProperty Name="Shifts" ColumnName="Shifts" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="Delays">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Delays">
|
|
|
|
|
<MappingFragment StoreEntitySet="Delays">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
|
<ScalarProperty Name="Number" ColumnName="Number" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="Duration" ColumnName="Duration" />
|
|
|
|
|
<ScalarProperty Name="Shift" ColumnName="Shift" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotHead">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotHead">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotHead">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="CreationTime" ColumnName="CreationTime" />
|
|
|
|
|
<ScalarProperty Name="TotalVolume" ColumnName="TotalVolume" />
|
|
|
|
|
<ScalarProperty Name="DispenseTimes" ColumnName="DispenseTimes" />
|
|
|
|
|
<ScalarProperty Name="CurrDispTime" ColumnName="CurrDispTime" />
|
|
|
|
|
<ScalarProperty Name="CurrTotalVolume" ColumnName="CurrTotalVolume" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="Sequence" ColumnName="Sequence" />
|
|
|
|
|
<ScalarProperty Name="Color" ColumnName="Color" />
|
|
|
|
|
<ScalarProperty Name="PickUp" ColumnName="PickUp" />
|
|
|
|
|
<ScalarProperty Name="GramsYard" ColumnName="GramsYard" />
|
|
|
|
|
<ScalarProperty Name="TotalLength" ColumnName="TotalLength" />
|
|
|
|
|
<ScalarProperty Name="FabricWidth" ColumnName="FabricWidth" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
<ScalarProperty Name="RefTotalVolume" ColumnName="RefTotalVolume" />
|
|
|
|
|
<ScalarProperty Name="RestVolume" ColumnName="RestVolume" />
|
|
|
|
|
<ScalarProperty Name="LFDefine" ColumnName="LFDefine" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="Blocked" ColumnName="Blocked" />
|
|
|
|
|
<ScalarProperty Name="Industry" ColumnName="Industry" />
|
|
|
|
|
<ScalarProperty Name="Volume" ColumnName="Volume" />
|
|
|
|
|
<ScalarProperty Name="StandardTime" ColumnName="StandardTime" />
|
|
|
|
|
<ScalarProperty Name="LFArt" ColumnName="LFArt" />
|
|
|
|
|
<ScalarProperty Name="RemainVolume" ColumnName="RemainVolume" />
|
|
|
|
|
<ScalarProperty Name="FinalPickUp" ColumnName="FinalPickUp" />
|
|
|
|
|
<ScalarProperty Name="LFWasher" ColumnName="LFWasher" />
|
|
|
|
|
<ScalarProperty Name="ActualTotalVolume" ColumnName="ActualTotalVolume" />
|
|
|
|
|
<ScalarProperty Name="ActualTotalLength" ColumnName="ActualTotalLength" />
|
|
|
|
|
<ScalarProperty Name="UsedPickup" ColumnName="UsedPickup" />
|
|
|
|
|
<ScalarProperty Name="RemainPadderVol" ColumnName="RemainPadderVol" />
|
|
|
|
|
<ScalarProperty Name="ExecuteTime" ColumnName="ExecuteTime" />
|
|
|
|
|
<ScalarProperty Name="RealAdd1" ColumnName="RealAdd1" />
|
|
|
|
|
<ScalarProperty Name="RealAdd2" ColumnName="RealAdd2" />
|
|
|
|
|
<ScalarProperty Name="RealAdd3" ColumnName="RealAdd3" />
|
|
|
|
|
<ScalarProperty Name="RealAdd4" ColumnName="RealAdd4" />
|
|
|
|
|
<ScalarProperty Name="RealAdd5" ColumnName="RealAdd5" />
|
|
|
|
|
<ScalarProperty Name="PromptAdd1" ColumnName="PromptAdd1" />
|
|
|
|
|
<ScalarProperty Name="PromptAdd2" ColumnName="PromptAdd2" />
|
|
|
|
|
<ScalarProperty Name="PromptAdd3" ColumnName="PromptAdd3" />
|
|
|
|
|
<ScalarProperty Name="PromptAdd4" ColumnName="PromptAdd4" />
|
|
|
|
|
<ScalarProperty Name="PromptAdd5" ColumnName="PromptAdd5" />
|
|
|
|
|
<ScalarProperty Name="StartButton" ColumnName="StartButton" />
|
|
|
|
|
<ScalarProperty Name="EndButton" ColumnName="EndButton" />
|
|
|
|
|
<ScalarProperty Name="MergerVol" ColumnName="MergerVol" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotHistories">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotHistories">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotHistories">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="History" ColumnName="History" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="Dyelots">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Dyelots">
|
|
|
|
|
<MappingFragment StoreEntitySet="Dyelots">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="Industry" ColumnName="Industry" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="DispenseMachine" ColumnName="DispenseMachine" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="StandardTime" ColumnName="StandardTime" />
|
|
|
|
|
<ScalarProperty Name="TotalShot" ColumnName="TotalShot" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="Blocked" ColumnName="Blocked" />
|
|
|
|
|
<ScalarProperty Name="Program" ColumnName="Program" />
|
|
|
|
|
<ScalarProperty Name="Color" ColumnName="Color" />
|
|
|
|
|
<ScalarProperty Name="CreationTime" ColumnName="CreationTime" />
|
|
|
|
|
<ScalarProperty Name="Batch" ColumnName="Batch" />
|
|
|
|
|
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
|
|
|
|
|
<ScalarProperty Name="TotalWeight" ColumnName="TotalWeight" />
|
|
|
|
|
<ScalarProperty Name="LiquidRatio" ColumnName="LiquidRatio" />
|
|
|
|
|
<ScalarProperty Name="TotalVolume" ColumnName="TotalVolume" />
|
|
|
|
|
<ScalarProperty Name="AcidQty" ColumnName="AcidQty" />
|
|
|
|
|
<ScalarProperty Name="ActualAcidQty" ColumnName="ActualAcidQty" />
|
|
|
|
|
<ScalarProperty Name="Sequence" ColumnName="Sequence" />
|
|
|
|
|
<ScalarProperty Name="DispenseMode" ColumnName="DispenseMode" />
|
|
|
|
|
<ScalarProperty Name="DyeDissolve" ColumnName="DyeDissolve" />
|
|
|
|
|
<ScalarProperty Name="CheDissolve" ColumnName="CheDissolve" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="SpcTotalBuckets" ColumnName="SpcTotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DissolveMethod" ColumnName="DissolveMethod" />
|
|
|
|
|
<ScalarProperty Name="ReferenceDyelot" ColumnName="ReferenceDyelot" />
|
|
|
|
|
<ScalarProperty Name="Final" ColumnName="Final" />
|
|
|
|
|
<ScalarProperty Name="Shade" ColumnName="Shade" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
<ScalarProperty Name="FabricName" ColumnName="FabricName" />
|
|
|
|
|
<ScalarProperty Name="ColorName" ColumnName="ColorName" />
|
|
|
|
|
<ScalarProperty Name="CustomerName" ColumnName="CustomerName" />
|
|
|
|
|
<ScalarProperty Name="CUSTOMER_CODE" ColumnName="CUSTOMER_CODE" />
|
|
|
|
|
<ScalarProperty Name="FABRIC_CODE" ColumnName="FABRIC_CODE" />
|
|
|
|
|
<ScalarProperty Name="GRAMS_YARD" ColumnName="GRAMS_YARD" />
|
|
|
|
|
<ScalarProperty Name="NeedDissolving" ColumnName="NeedDissolving" />
|
|
|
|
|
<ScalarProperty Name="EarliestStartTime" ColumnName="EarliestStartTime" />
|
|
|
|
|
<ScalarProperty Name="Committed" ColumnName="Committed" />
|
|
|
|
|
<ScalarProperty Name="Parameters" ColumnName="Parameters" />
|
|
|
|
|
<ScalarProperty Name="Notes" ColumnName="Notes" />
|
|
|
|
|
<ScalarProperty Name="SummarizeResult" ColumnName="SummarizeResult" />
|
|
|
|
|
<ScalarProperty Name="ProgramsUsed" ColumnName="ProgramsUsed" />
|
|
|
|
|
<ScalarProperty Name="ColorNo" ColumnName="ColorNo" />
|
|
|
|
|
<ScalarProperty Name="ModifyDT" ColumnName="ModifyDT" />
|
|
|
|
|
<ScalarProperty Name="CreateDT" ColumnName="CreateDT" />
|
|
|
|
|
<ScalarProperty Name="Yard" ColumnName="Yard" />
|
|
|
|
|
<ScalarProperty Name="SheetNo" ColumnName="SheetNo" />
|
|
|
|
|
<ScalarProperty Name="AlarmTime" ColumnName="AlarmTime" />
|
|
|
|
|
<ScalarProperty Name="ExRead" ColumnName="ExRead" />
|
|
|
|
|
<ScalarProperty Name="FactoryTicketNo" ColumnName="FactoryTicketNo" />
|
|
|
|
|
<ScalarProperty Name="DyeingBatch" ColumnName="DyeingBatch" />
|
|
|
|
|
<ScalarProperty Name="EOCAlarms" ColumnName="EOCAlarms" />
|
|
|
|
|
<ScalarProperty Name="RunTime" ColumnName="RunTime" />
|
|
|
|
|
<ScalarProperty Name="ProcessTime" ColumnName="ProcessTime" />
|
|
|
|
|
<ScalarProperty Name="NormalTime" ColumnName="NormalTime" />
|
|
|
|
|
<ScalarProperty Name="SleepTime" ColumnName="SleepTime" />
|
|
|
|
|
<ScalarProperty Name="DelayTime" ColumnName="DelayTime" />
|
|
|
|
|
<ScalarProperty Name="EOCDelays" ColumnName="EOCDelays" />
|
|
|
|
|
<ScalarProperty Name="DyelotStartShift" ColumnName="DyelotStartShift" />
|
|
|
|
|
<ScalarProperty Name="DyelotEndShift" ColumnName="DyelotEndShift" />
|
|
|
|
|
<ScalarProperty Name="DyeDissolving" ColumnName="DyeDissolving" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotsByShift">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotsByShift">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotsByShift">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="Duration" ColumnName="Duration" />
|
|
|
|
|
<ScalarProperty Name="Shift" ColumnName="Shift" />
|
|
|
|
|
<ScalarProperty Name="SingleShift" ColumnName="SingleShift" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="Machines">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Machines">
|
|
|
|
|
<MappingFragment StoreEntitySet="Machines">
|
|
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
|
<ScalarProperty Name="DispenseDyelot" ColumnName="DispenseDyelot" />
|
|
|
|
|
<ScalarProperty Name="DispenseReDye" ColumnName="DispenseReDye" />
|
|
|
|
|
<ScalarProperty Name="RescheduleGroup" ColumnName="RescheduleGroup" />
|
|
|
|
|
<ScalarProperty Name="Connect" ColumnName="Connect" />
|
|
|
|
|
<ScalarProperty Name="ChemicalCallOff" ColumnName="ChemicalCallOff" />
|
|
|
|
|
<ScalarProperty Name="ChemicalState" ColumnName="ChemicalState" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTank" ColumnName="ChemicalTank" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTankSize" ColumnName="ChemicalTankSize" />
|
|
|
|
|
<ScalarProperty Name="ChemicalEnabled" ColumnName="ChemicalEnabled" />
|
|
|
|
|
<ScalarProperty Name="ChemicalStatus" ColumnName="ChemicalStatus" />
|
|
|
|
|
<ScalarProperty Name="ChemicalDispenser" ColumnName="ChemicalDispenser" />
|
|
|
|
|
<ScalarProperty Name="ChemicalError" ColumnName="ChemicalError" />
|
|
|
|
|
<ScalarProperty Name="ChemicalDistribute" ColumnName="ChemicalDistribute" />
|
|
|
|
|
<ScalarProperty Name="ChemicalStation" ColumnName="ChemicalStation" />
|
|
|
|
|
<ScalarProperty Name="ChemicalDevideNo" ColumnName="ChemicalDevideNo" />
|
|
|
|
|
<ScalarProperty Name="ChemicalDispensedTime" ColumnName="ChemicalDispensedTime" />
|
|
|
|
|
<ScalarProperty Name="ChemicalDefaultTank" ColumnName="ChemicalDefaultTank" />
|
|
|
|
|
<ScalarProperty Name="ChemicalDissolving" ColumnName="ChemicalDissolving" />
|
|
|
|
|
<ScalarProperty Name="ChemicalResp" ColumnName="ChemicalResp" />
|
|
|
|
|
<ScalarProperty Name="ChemicalCallOff2" ColumnName="ChemicalCallOff2" />
|
|
|
|
|
<ScalarProperty Name="ChemicalState2" ColumnName="ChemicalState2" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTank2" ColumnName="ChemicalTank2" />
|
|
|
|
|
<ScalarProperty Name="ChemicalStatus2" ColumnName="ChemicalStatus2" />
|
|
|
|
|
<ScalarProperty Name="ChemicalResp2" ColumnName="ChemicalResp2" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTargetSelect" ColumnName="ChemicalTargetSelect" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTargetMachine" ColumnName="ChemicalTargetMachine" />
|
|
|
|
|
<ScalarProperty Name="DyeCallOff" ColumnName="DyeCallOff" />
|
|
|
|
|
<ScalarProperty Name="DyeState" ColumnName="DyeState" />
|
|
|
|
|
<ScalarProperty Name="DyeTank" ColumnName="DyeTank" />
|
|
|
|
|
<ScalarProperty Name="DyeTankSize" ColumnName="DyeTankSize" />
|
|
|
|
|
<ScalarProperty Name="DyeEnabled" ColumnName="DyeEnabled" />
|
|
|
|
|
<ScalarProperty Name="DyeStatus" ColumnName="DyeStatus" />
|
|
|
|
|
<ScalarProperty Name="DyeDispenser" ColumnName="DyeDispenser" />
|
|
|
|
|
<ScalarProperty Name="DyeError" ColumnName="DyeError" />
|
|
|
|
|
<ScalarProperty Name="DyeDistribute" ColumnName="DyeDistribute" />
|
|
|
|
|
<ScalarProperty Name="DyeStation" ColumnName="DyeStation" />
|
|
|
|
|
<ScalarProperty Name="DyeDevideNo" ColumnName="DyeDevideNo" />
|
|
|
|
|
<ScalarProperty Name="DyeDispensedTime" ColumnName="DyeDispensedTime" />
|
|
|
|
|
<ScalarProperty Name="DyeDefaultTank" ColumnName="DyeDefaultTank" />
|
|
|
|
|
<ScalarProperty Name="DyeResp" ColumnName="DyeResp" />
|
|
|
|
|
<ScalarProperty Name="DyeDispenseDyelot" ColumnName="DyeDispenseDyelot" />
|
|
|
|
|
<ScalarProperty Name="DyeDispenseReDye" ColumnName="DyeDispenseReDye" />
|
|
|
|
|
<ScalarProperty Name="DyeDissolving" ColumnName="DyeDissolving" />
|
|
|
|
|
<ScalarProperty Name="PowderCallOff" ColumnName="PowderCallOff" />
|
|
|
|
|
<ScalarProperty Name="PowderState" ColumnName="PowderState" />
|
|
|
|
|
<ScalarProperty Name="PowderTank" ColumnName="PowderTank" />
|
|
|
|
|
<ScalarProperty Name="PowderTankSize" ColumnName="PowderTankSize" />
|
|
|
|
|
<ScalarProperty Name="PowderEnabled" ColumnName="PowderEnabled" />
|
|
|
|
|
<ScalarProperty Name="PowderStatus" ColumnName="PowderStatus" />
|
|
|
|
|
<ScalarProperty Name="PowderDispenser" ColumnName="PowderDispenser" />
|
|
|
|
|
<ScalarProperty Name="PowderError" ColumnName="PowderError" />
|
|
|
|
|
<ScalarProperty Name="PowderStation" ColumnName="PowderStation" />
|
|
|
|
|
<ScalarProperty Name="PowderDevideNo" ColumnName="PowderDevideNo" />
|
|
|
|
|
<ScalarProperty Name="PowderDispensedTime" ColumnName="PowderDispensedTime" />
|
|
|
|
|
<ScalarProperty Name="PowderDefaultTank" ColumnName="PowderDefaultTank" />
|
|
|
|
|
<ScalarProperty Name="PowderResp" ColumnName="PowderResp" />
|
|
|
|
|
<ScalarProperty Name="HostRead" ColumnName="HostRead" />
|
|
|
|
|
<ScalarProperty Name="OnSystem" ColumnName="OnSystem" />
|
|
|
|
|
<ScalarProperty Name="SystemID" ColumnName="SystemID" />
|
|
|
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
<ScalarProperty Name="AutoMode" ColumnName="AutoMode" />
|
|
|
|
|
<ScalarProperty Name="UseOnScheduling" ColumnName="UseOnScheduling" />
|
|
|
|
|
<ScalarProperty Name="CheDispenseDyelot" ColumnName="CheDispenseDyelot" />
|
|
|
|
|
<ScalarProperty Name="CheDispenseReDye" ColumnName="CheDispenseReDye" />
|
|
|
|
|
<ScalarProperty Name="SampleDye" ColumnName="SampleDye" />
|
|
|
|
|
<ScalarProperty Name="name1" ColumnName="name1" />
|
|
|
|
|
<ScalarProperty Name="Parameters" ColumnName="Parameters" />
|
|
|
|
|
<ScalarProperty Name="ProgramGroup" ColumnName="ProgramGroup" />
|
|
|
|
|
<ScalarProperty Name="ReportGroup" ColumnName="ReportGroup" />
|
|
|
|
|
<ScalarProperty Name="PortAddress" ColumnName="PortAddress" />
|
|
|
|
|
<ScalarProperty Name="Interrupt" ColumnName="Interrupt" />
|
|
|
|
|
<ScalarProperty Name="NetworkNumber" ColumnName="NetworkNumber" />
|
|
|
|
|
<ScalarProperty Name="SpecificMachineMimic" ColumnName="SpecificMachineMimic" />
|
|
|
|
|
<ScalarProperty Name="OutOfService" ColumnName="OutOfService" />
|
|
|
|
|
<ScalarProperty Name="IsGhost" ColumnName="IsGhost" />
|
|
|
|
|
<ScalarProperty Name="ManualDownloadOnly" ColumnName="ManualDownloadOnly" />
|
|
|
|
|
<ScalarProperty Name="LogicArtPort" ColumnName="LogicArtPort" />
|
|
|
|
|
<ScalarProperty Name="GastonLoggedOn" ColumnName="GastonLoggedOn" />
|
|
|
|
|
<ScalarProperty Name="DEnabled" ColumnName="DEnabled" />
|
|
|
|
|
<ScalarProperty Name="DLookAhead" ColumnName="DLookAhead" />
|
|
|
|
|
<ScalarProperty Name="LogicArtUnlocked" ColumnName="LogicArtUnlocked" />
|
|
|
|
|
<ScalarProperty Name="MaximumGradient" ColumnName="MaximumGradient" />
|
|
|
|
|
<ScalarProperty Name="LoggedOffReason" ColumnName="LoggedOffReason" />
|
|
|
|
|
<ScalarProperty Name="LoggedOffNotes" ColumnName="LoggedOffNotes" />
|
|
|
|
|
<ScalarProperty Name="AutoDispense" ColumnName="AutoDispense" />
|
|
|
|
|
<ScalarProperty Name="AllowRemoteReschedule" ColumnName="AllowRemoteReschedule" />
|
|
|
|
|
<ScalarProperty Name="CorrectionsAbove" ColumnName="CorrectionsAbove" />
|
|
|
|
|
<ScalarProperty Name="Is161" ColumnName="Is161" />
|
|
|
|
|
<ScalarProperty Name="Locked" ColumnName="Locked" />
|
|
|
|
|
<ScalarProperty Name="AutoDownloadParams" ColumnName="AutoDownloadParams" />
|
|
|
|
|
<ScalarProperty Name="NoAutoDownloadMessages" ColumnName="NoAutoDownloadMessages" />
|
|
|
|
|
<ScalarProperty Name="TonelloIP" ColumnName="TonelloIP" />
|
|
|
|
|
<ScalarProperty Name="Test" ColumnName="Test" />
|
|
|
|
|
<ScalarProperty Name="MainTemperature" ColumnName="MainTemperature" />
|
|
|
|
|
<ScalarProperty Name="CallType" ColumnName="CallType" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="MachineState">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.MachineState">
|
|
|
|
|
<MappingFragment StoreEntitySet="MachineState">
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="DispenseDyelot" ColumnName="DispenseDyelot" />
|
|
|
|
|
<ScalarProperty Name="DispenseReDye" ColumnName="DispenseReDye" />
|
|
|
|
|
<ScalarProperty Name="ChemicalCallOff" ColumnName="ChemicalCallOff" />
|
|
|
|
|
<ScalarProperty Name="ChemicalState" ColumnName="ChemicalState" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTank" ColumnName="ChemicalTank" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTankSize" ColumnName="ChemicalTankSize" />
|
|
|
|
|
<ScalarProperty Name="ChemicalDispenser" ColumnName="ChemicalDispenser" />
|
|
|
|
|
<ScalarProperty Name="ChemicalError" ColumnName="ChemicalError" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTargetSelect" ColumnName="ChemicalTargetSelect" />
|
|
|
|
|
<ScalarProperty Name="DyeCallOff" ColumnName="DyeCallOff" />
|
|
|
|
|
<ScalarProperty Name="DyeState" ColumnName="DyeState" />
|
|
|
|
|
<ScalarProperty Name="DyeTank" ColumnName="DyeTank" />
|
|
|
|
|
<ScalarProperty Name="DyeTankSize" ColumnName="DyeTankSize" />
|
|
|
|
|
<ScalarProperty Name="DyeDispenser" ColumnName="DyeDispenser" />
|
|
|
|
|
<ScalarProperty Name="DyeError" ColumnName="DyeError" />
|
|
|
|
|
<ScalarProperty Name="PowderCallOff" ColumnName="PowderCallOff" />
|
|
|
|
|
<ScalarProperty Name="PowderState" ColumnName="PowderState" />
|
|
|
|
|
<ScalarProperty Name="PowderTank" ColumnName="PowderTank" />
|
|
|
|
|
<ScalarProperty Name="PowderTankSize" ColumnName="PowderTankSize" />
|
|
|
|
|
<ScalarProperty Name="PowderDispenser" ColumnName="PowderDispenser" />
|
|
|
|
|
<ScalarProperty Name="PowderError" ColumnName="PowderError" />
|
|
|
|
|
<ScalarProperty Name="HostRead" ColumnName="HostRead" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="ProgramGroups">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.ProgramGroups">
|
|
|
|
|
<MappingFragment StoreEntitySet="ProgramGroups">
|
|
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
|
<ScalarProperty Name="UserPrompts" ColumnName="UserPrompts" />
|
|
|
|
|
<ScalarProperty Name="TypeLibrary" ColumnName="TypeLibrary" />
|
|
|
|
|
<ScalarProperty Name="Sections" ColumnName="Sections" />
|
|
|
|
|
<ScalarProperty Name="MaximumPrograms" ColumnName="MaximumPrograms" />
|
|
|
|
|
<ScalarProperty Name="OutOfService" ColumnName="OutOfService" />
|
|
|
|
|
<ScalarProperty Name="DyelotParameterCommands" ColumnName="DyelotParameterCommands" />
|
|
|
|
|
<ScalarProperty Name="CommandHelp" ColumnName="CommandHelp" />
|
|
|
|
|
<ScalarProperty Name="UsesProgramsFromGroup" ColumnName="UsesProgramsFromGroup" />
|
|
|
|
|
<ScalarProperty Name="MaximumGradient" ColumnName="MaximumGradient" />
|
|
|
|
|
<ScalarProperty Name="QQMinutes" ColumnName="QQMinutes" />
|
|
|
|
|
<ScalarProperty Name="MessageMinutes" ColumnName="MessageMinutes" />
|
|
|
|
|
<ScalarProperty Name="Inefficiencies" ColumnName="Inefficiencies" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="Programs">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Programs">
|
|
|
|
|
<MappingFragment StoreEntitySet="Programs">
|
|
|
|
|
<ScalarProperty Name="ProgramGroup" ColumnName="ProgramGroup" />
|
|
|
|
|
<ScalarProperty Name="ProgramNumber" ColumnName="ProgramNumber" />
|
|
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
|
<ScalarProperty Name="Steps" ColumnName="Steps" />
|
|
|
|
|
<ScalarProperty Name="Notes" ColumnName="Notes" />
|
|
|
|
|
<ScalarProperty Name="ModifiedTime" ColumnName="ModifiedTime" />
|
|
|
|
|
<ScalarProperty Name="StandardTime" ColumnName="StandardTime" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="ProgramsUsed">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.ProgramsUsed">
|
|
|
|
|
<MappingFragment StoreEntitySet="ProgramsUsed">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="Program" ColumnName="Program" />
|
|
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
|
<ScalarProperty Name="Steps" ColumnName="Steps" />
|
|
|
|
|
<ScalarProperty Name="StepsNoBpCrc" ColumnName="StepsNoBpCrc" />
|
|
|
|
|
<ScalarProperty Name="ComputedTime" ColumnName="ComputedTime" />
|
|
|
|
|
<ScalarProperty Name="MaxTemperature" ColumnName="MaxTemperature" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="record">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.record">
|
|
|
|
|
<MappingFragment StoreEntitySet="record">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="record1" ColumnName="record" />
|
|
|
|
|
<ScalarProperty Name="time" ColumnName="time" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="SchedulingLog">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.SchedulingLog">
|
|
|
|
|
<MappingFragment StoreEntitySet="SchedulingLog">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="Redye" ColumnName="Redye" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="CallTime" ColumnName="CallTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="Status" ColumnName="Status" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="Steps">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Steps">
|
|
|
|
|
<MappingFragment StoreEntitySet="Steps">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="OverallStepNumber" ColumnName="OverallStepNumber" />
|
|
|
|
|
<ScalarProperty Name="XX" ColumnName="XX" />
|
|
|
|
|
<ScalarProperty Name="ParameterValues" ColumnName="ParameterValues" />
|
|
|
|
|
<ScalarProperty Name="Command" ColumnName="Command" />
|
|
|
|
|
<ScalarProperty Name="Parameters" ColumnName="Parameters" />
|
|
|
|
|
<ScalarProperty Name="Notes" ColumnName="Notes" />
|
|
|
|
|
<ScalarProperty Name="PlannedDuration" ColumnName="PlannedDuration" />
|
|
|
|
|
<ScalarProperty Name="ActualDuration" ColumnName="ActualDuration" />
|
|
|
|
|
<ScalarProperty Name="OverRun" ColumnName="OverRun" />
|
|
|
|
|
<ScalarProperty Name="TemperatureAfter" ColumnName="TemperatureAfter" />
|
|
|
|
|
<ScalarProperty Name="ProgramNumber" ColumnName="ProgramNumber" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="StepVisits">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.StepVisits">
|
|
|
|
|
<MappingFragment StoreEntitySet="StepVisits">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="OverallStepNumber" ColumnName="OverallStepNumber" />
|
|
|
|
|
<ScalarProperty Name="XX" ColumnName="XX" />
|
|
|
|
|
<ScalarProperty Name="Parameter1" ColumnName="Parameter1" />
|
|
|
|
|
<ScalarProperty Name="Parameter2" ColumnName="Parameter2" />
|
|
|
|
|
<ScalarProperty Name="Parameter3" ColumnName="Parameter3" />
|
|
|
|
|
<ScalarProperty Name="Parameter4" ColumnName="Parameter4" />
|
|
|
|
|
<ScalarProperty Name="Parameter5" ColumnName="Parameter5" />
|
|
|
|
|
<ScalarProperty Name="Command" ColumnName="Command" />
|
|
|
|
|
<ScalarProperty Name="Parameters" ColumnName="Parameters" />
|
|
|
|
|
<ScalarProperty Name="Notes" ColumnName="Notes" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="Duration" ColumnName="Duration" />
|
|
|
|
|
<ScalarProperty Name="PlannedDuration" ColumnName="PlannedDuration" />
|
|
|
|
|
<ScalarProperty Name="OverRun" ColumnName="OverRun" />
|
|
|
|
|
<ScalarProperty Name="TemperatureAfter" ColumnName="TemperatureAfter" />
|
|
|
|
|
<ScalarProperty Name="ProgramNumber" ColumnName="ProgramNumber" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="StartTemperature" ColumnName="StartTemperature" />
|
|
|
|
|
<ScalarProperty Name="EndTemperature" ColumnName="EndTemperature" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="Stoppages">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Stoppages">
|
|
|
|
|
<MappingFragment StoreEntitySet="Stoppages">
|
|
|
|
|
<ScalarProperty Name="AutoKey" ColumnName="AutoKey" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="Reason" ColumnName="Reason" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="Notes" ColumnName="Notes" />
|
|
|
|
|
<ScalarProperty Name="Duration" ColumnName="Duration" />
|
|
|
|
|
<ScalarProperty Name="Shift" ColumnName="Shift" />
|
|
|
|
|
<ScalarProperty Name="SingleShift" ColumnName="SingleShift" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="BucketInfo">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.BucketInfo">
|
|
|
|
|
<MappingFragment StoreEntitySet="BucketInfo">
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="Used" ColumnName="Used" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="BucketShelf">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.BucketShelf">
|
|
|
|
|
<MappingFragment StoreEntitySet="BucketShelf">
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="ShelfID" ColumnName="ShelfID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DevideNo" ColumnName="DevideNo" />
|
|
|
|
|
<ScalarProperty Name="XPos" ColumnName="XPos" />
|
|
|
|
|
<ScalarProperty Name="YPos" ColumnName="YPos" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="OnShelfTime" ColumnName="OnShelfTime" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="BucketShelfHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.BucketShelfHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="BucketShelfHistory">
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="ShelfID" ColumnName="ShelfID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DevideNo" ColumnName="DevideNo" />
|
|
|
|
|
<ScalarProperty Name="XPos" ColumnName="XPos" />
|
|
|
|
|
<ScalarProperty Name="YPos" ColumnName="YPos" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="OnShelfTime" ColumnName="OnShelfTime" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="BucketShelfQueue">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.BucketShelfQueue">
|
|
|
|
|
<MappingFragment StoreEntitySet="BucketShelfQueue">
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="ShelfID" ColumnName="ShelfID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DevideNo" ColumnName="DevideNo" />
|
|
|
|
|
<ScalarProperty Name="XPos" ColumnName="XPos" />
|
|
|
|
|
<ScalarProperty Name="YPos" ColumnName="YPos" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="Updated" ColumnName="Updated" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="BucketShelfQueueHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.BucketShelfQueueHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="BucketShelfQueueHistory">
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="ShelfID" ColumnName="ShelfID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DevideNo" ColumnName="DevideNo" />
|
|
|
|
|
<ScalarProperty Name="XPos" ColumnName="XPos" />
|
|
|
|
|
<ScalarProperty Name="YPos" ColumnName="YPos" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="Dispensers">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Dispensers">
|
|
|
|
|
<MappingFragment StoreEntitySet="Dispensers">
|
|
|
|
|
<ScalarProperty Name="Name" ColumnName="Name" />
|
|
|
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
|
|
|
<ScalarProperty Name="Device" ColumnName="Device" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="Status" ColumnName="Status" />
|
|
|
|
|
<ScalarProperty Name="Automatic" ColumnName="Automatic" />
|
|
|
|
|
<ScalarProperty Name="Enabled" ColumnName="Enabled" />
|
|
|
|
|
<ScalarProperty Name="HeartBeat" ColumnName="HeartBeat" />
|
|
|
|
|
<ScalarProperty Name="CheckPeriod" ColumnName="CheckPeriod" />
|
|
|
|
|
<ScalarProperty Name="UpdateDate" ColumnName="UpdateDate" />
|
|
|
|
|
<ScalarProperty Name="CreateDate" ColumnName="CreateDate" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DispenserUtilization">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DispenserUtilization">
|
|
|
|
|
<MappingFragment StoreEntitySet="DispenserUtilization">
|
|
|
|
|
<ScalarProperty Name="Dispenser" ColumnName="Dispenser" />
|
|
|
|
|
<ScalarProperty Name="UtilDate" ColumnName="UtilDate" />
|
|
|
|
|
<ScalarProperty Name="UtilTimes" ColumnName="UtilTimes" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotBuckets">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotBuckets">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotBuckets">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="DevideNo" ColumnName="DevideNo" />
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="Final" ColumnName="Final" />
|
|
|
|
|
<ScalarProperty Name="Dissolved" ColumnName="Dissolved" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotBucketsHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotBucketsHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotBucketsHistory">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="DevideNo" ColumnName="DevideNo" />
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="Final" ColumnName="Final" />
|
|
|
|
|
<ScalarProperty Name="Dissolved" ColumnName="Dissolved" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotBucketSummary">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotBucketSummary">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotBucketSummary">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="Final" ColumnName="Final" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotDetail">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotDetail">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotDetail">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
|
|
|
|
|
<ScalarProperty Name="ProductType" ColumnName="ProductType" />
|
|
|
|
|
<ScalarProperty Name="Grams" ColumnName="Grams" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
<ScalarProperty Name="SN" ColumnName="SN" />
|
|
|
|
|
<ScalarProperty Name="DispenseTime" ColumnName="DispenseTime" />
|
|
|
|
|
<ScalarProperty Name="DispenseGrams" ColumnName="DispenseGrams" />
|
|
|
|
|
<ScalarProperty Name="CurrDispGrams" ColumnName="CurrDispGrams" />
|
|
|
|
|
<ScalarProperty Name="LADispenseResult" ColumnName="LADispenseResult" />
|
|
|
|
|
<ScalarProperty Name="Error" ColumnName="Error" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
<ScalarProperty Name="Volume" ColumnName="Volume" />
|
|
|
|
|
<ScalarProperty Name="CurrDispTime" ColumnName="CurrDispTime" />
|
|
|
|
|
<ScalarProperty Name="CurrVolume" ColumnName="CurrVolume" />
|
|
|
|
|
<ScalarProperty Name="RemainVolume" ColumnName="RemainVolume" />
|
|
|
|
|
<ScalarProperty Name="FinalPickup" ColumnName="FinalPickup" />
|
|
|
|
|
<ScalarProperty Name="LFManual" ColumnName="LFManual" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotDslvQueue">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotDslvQueue">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotDslvQueue">
|
|
|
|
|
<ScalarProperty Name="TankNo" ColumnName="TankNo" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DivideNo" ColumnName="DivideNo" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="ShelfID" ColumnName="ShelfID" />
|
|
|
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="Updated" ColumnName="Updated" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotDslvQueueHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotDslvQueueHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotDslvQueueHistory">
|
|
|
|
|
<ScalarProperty Name="TankNo" ColumnName="TankNo" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DivideNo" ColumnName="DivideNo" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="ShelfID" ColumnName="ShelfID" />
|
|
|
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotsBatch">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotsBatch">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotsBatch">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="ShotNo" ColumnName="ShotNo" />
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="SN" ColumnName="SN" />
|
|
|
|
|
<ScalarProperty Name="Grams" ColumnName="Grams" />
|
|
|
|
|
<ScalarProperty Name="DispenseStartTime" ColumnName="DispenseStartTime" />
|
|
|
|
|
<ScalarProperty Name="DispenseEndTime" ColumnName="DispenseEndTime" />
|
|
|
|
|
<ScalarProperty Name="DispenseGrams" ColumnName="DispenseGrams" />
|
|
|
|
|
<ScalarProperty Name="LADispenseResult" ColumnName="LADispenseResult" />
|
|
|
|
|
<ScalarProperty Name="DyeWeightTime" ColumnName="DyeWeightTime" />
|
|
|
|
|
<ScalarProperty Name="Process" ColumnName="Process" />
|
|
|
|
|
<ScalarProperty Name="FinalProcess" ColumnName="FinalProcess" />
|
|
|
|
|
<ScalarProperty Name="DispenseWater" ColumnName="DispenseWater" />
|
|
|
|
|
<ScalarProperty Name="DrainWater" ColumnName="DrainWater" />
|
|
|
|
|
<ScalarProperty Name="DissolveTemperature" ColumnName="DissolveTemperature" />
|
|
|
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotsBulkedRecipe">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotsBulkedRecipe">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotsBulkedRecipe">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="DevideNo" ColumnName="DevideNo" />
|
|
|
|
|
<ScalarProperty Name="ShotNo" ColumnName="ShotNo" />
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
|
|
|
|
|
<ScalarProperty Name="ProductType" ColumnName="ProductType" />
|
|
|
|
|
<ScalarProperty Name="ProductLot" ColumnName="ProductLot" />
|
|
|
|
|
<ScalarProperty Name="ProductClass" ColumnName="ProductClass" />
|
|
|
|
|
<ScalarProperty Name="SN" ColumnName="SN" />
|
|
|
|
|
<ScalarProperty Name="Amount" ColumnName="Amount" />
|
|
|
|
|
<ScalarProperty Name="Grams" ColumnName="Grams" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
<ScalarProperty Name="DispenseStartTime" ColumnName="DispenseStartTime" />
|
|
|
|
|
<ScalarProperty Name="DispenseEndTime" ColumnName="DispenseEndTime" />
|
|
|
|
|
<ScalarProperty Name="DispenseTime" ColumnName="DispenseTime" />
|
|
|
|
|
<ScalarProperty Name="DispenseGrams" ColumnName="DispenseGrams" />
|
|
|
|
|
<ScalarProperty Name="DispenseResult" ColumnName="DispenseResult" />
|
|
|
|
|
<ScalarProperty Name="LADispenseResult" ColumnName="LADispenseResult" />
|
|
|
|
|
<ScalarProperty Name="Volume" ColumnName="Volume" />
|
|
|
|
|
<ScalarProperty Name="HostRead" ColumnName="HostRead" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="NeedDispense" ColumnName="NeedDispense" />
|
|
|
|
|
<ScalarProperty Name="MixTankNo" ColumnName="MixTankNo" />
|
|
|
|
|
<ScalarProperty Name="DyeWeightTime" ColumnName="DyeWeightTime" />
|
|
|
|
|
<ScalarProperty Name="Process" ColumnName="Process" />
|
|
|
|
|
<ScalarProperty Name="FinalProcess" ColumnName="FinalProcess" />
|
|
|
|
|
<ScalarProperty Name="Dispenser" ColumnName="Dispenser" />
|
|
|
|
|
<ScalarProperty Name="TankNo" ColumnName="TankNo" />
|
|
|
|
|
<ScalarProperty Name="Error" ColumnName="Error" />
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="StepDevideNo" ColumnName="StepDevideNo" />
|
|
|
|
|
<ScalarProperty Name="StepTotalBuckets" ColumnName="StepTotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="ReferenceDyelot" ColumnName="ReferenceDyelot" />
|
|
|
|
|
<ScalarProperty Name="DispenseWater" ColumnName="DispenseWater" />
|
|
|
|
|
<ScalarProperty Name="DrainWater" ColumnName="DrainWater" />
|
|
|
|
|
<ScalarProperty Name="DissolveTemperature" ColumnName="DissolveTemperature" />
|
|
|
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
<ScalarProperty Name="TargetGrams" ColumnName="TargetGrams" />
|
|
|
|
|
<ScalarProperty Name="ActualGrams" ColumnName="ActualGrams" />
|
|
|
|
|
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
|
|
|
|
|
<ScalarProperty Name="Tagged" ColumnName="Tagged" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="Final" ColumnName="Final" />
|
|
|
|
|
<ScalarProperty Name="DissolveManual" ColumnName="DissolveManual" />
|
|
|
|
|
<ScalarProperty Name="Concentration" ColumnName="Concentration" />
|
|
|
|
|
<ScalarProperty Name="DeductTotalBuckets" ColumnName="DeductTotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DeductBuckets" ColumnName="DeductBuckets" />
|
|
|
|
|
<ScalarProperty Name="Kilograms" ColumnName="Kilograms" />
|
|
|
|
|
<ScalarProperty Name="DKilograms" ColumnName="DKilograms" />
|
|
|
|
|
<ScalarProperty Name="DyelotID" ColumnName="DyelotID" />
|
|
|
|
|
<ScalarProperty Name="MixTemperature" ColumnName="MixTemperature" />
|
|
|
|
|
<ScalarProperty Name="MixVolume" ColumnName="MixVolume" />
|
|
|
|
|
<ScalarProperty Name="MixTime" ColumnName="MixTime" />
|
|
|
|
|
<ScalarProperty Name="MixWater" ColumnName="MixWater" />
|
|
|
|
|
<ScalarProperty Name="RoWater" ColumnName="RoWater" />
|
|
|
|
|
<ScalarProperty Name="Notes" ColumnName="Notes" />
|
|
|
|
|
<ScalarProperty Name="ProductIndex" ColumnName="ProductIndex" />
|
|
|
|
|
<ScalarProperty Name="GRAVITY" ColumnName="GRAVITY" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotsBulkedRecipeHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotsBulkedRecipeHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotsBulkedRecipeHistory">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="DevideNo" ColumnName="DevideNo" />
|
|
|
|
|
<ScalarProperty Name="ShotNo" ColumnName="ShotNo" />
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
|
|
|
|
|
<ScalarProperty Name="ProductType" ColumnName="ProductType" />
|
|
|
|
|
<ScalarProperty Name="ProductLot" ColumnName="ProductLot" />
|
|
|
|
|
<ScalarProperty Name="ProductClass" ColumnName="ProductClass" />
|
|
|
|
|
<ScalarProperty Name="SN" ColumnName="SN" />
|
|
|
|
|
<ScalarProperty Name="Amount" ColumnName="Amount" />
|
|
|
|
|
<ScalarProperty Name="Grams" ColumnName="Grams" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
<ScalarProperty Name="DispenseStartTime" ColumnName="DispenseStartTime" />
|
|
|
|
|
<ScalarProperty Name="DispenseEndTime" ColumnName="DispenseEndTime" />
|
|
|
|
|
<ScalarProperty Name="DispenseTime" ColumnName="DispenseTime" />
|
|
|
|
|
<ScalarProperty Name="DispenseGrams" ColumnName="DispenseGrams" />
|
|
|
|
|
<ScalarProperty Name="DispenseResult" ColumnName="DispenseResult" />
|
|
|
|
|
<ScalarProperty Name="LADispenseResult" ColumnName="LADispenseResult" />
|
|
|
|
|
<ScalarProperty Name="Volume" ColumnName="Volume" />
|
|
|
|
|
<ScalarProperty Name="HostRead" ColumnName="HostRead" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="NeedDispense" ColumnName="NeedDispense" />
|
|
|
|
|
<ScalarProperty Name="MixTankNo" ColumnName="MixTankNo" />
|
|
|
|
|
<ScalarProperty Name="DyeWeightTime" ColumnName="DyeWeightTime" />
|
|
|
|
|
<ScalarProperty Name="Process" ColumnName="Process" />
|
|
|
|
|
<ScalarProperty Name="FinalProcess" ColumnName="FinalProcess" />
|
|
|
|
|
<ScalarProperty Name="Dispenser" ColumnName="Dispenser" />
|
|
|
|
|
<ScalarProperty Name="TankNo" ColumnName="TankNo" />
|
|
|
|
|
<ScalarProperty Name="Error" ColumnName="Error" />
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="StepDevideNo" ColumnName="StepDevideNo" />
|
|
|
|
|
<ScalarProperty Name="StepTotalBuckets" ColumnName="StepTotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="ReferenceDyelot" ColumnName="ReferenceDyelot" />
|
|
|
|
|
<ScalarProperty Name="DispenseWater" ColumnName="DispenseWater" />
|
|
|
|
|
<ScalarProperty Name="DrainWater" ColumnName="DrainWater" />
|
|
|
|
|
<ScalarProperty Name="DissolveTemperature" ColumnName="DissolveTemperature" />
|
|
|
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
|
|
|
<ScalarProperty Name="FinishTime" ColumnName="FinishTime" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
<ScalarProperty Name="Updated" ColumnName="Updated" />
|
|
|
|
|
<ScalarProperty Name="Tagged" ColumnName="Tagged" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="Final" ColumnName="Final" />
|
|
|
|
|
<ScalarProperty Name="DissolveManual" ColumnName="DissolveManual" />
|
|
|
|
|
<ScalarProperty Name="DeductTotalBuckets" ColumnName="DeductTotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DeductBuckets" ColumnName="DeductBuckets" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotsHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotsHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotsHistory">
|
|
|
|
|
<ScalarProperty Name="ID" ColumnName="ID" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="Industry" ColumnName="Industry" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="DispenseMachine" ColumnName="DispenseMachine" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="StandardTime" ColumnName="StandardTime" />
|
|
|
|
|
<ScalarProperty Name="TotalShot" ColumnName="TotalShot" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="Blocked" ColumnName="Blocked" />
|
|
|
|
|
<ScalarProperty Name="Program" ColumnName="Program" />
|
|
|
|
|
<ScalarProperty Name="Color" ColumnName="Color" />
|
|
|
|
|
<ScalarProperty Name="CreationTime" ColumnName="CreationTime" />
|
|
|
|
|
<ScalarProperty Name="Batch" ColumnName="Batch" />
|
|
|
|
|
<ScalarProperty Name="OrderNo" ColumnName="OrderNo" />
|
|
|
|
|
<ScalarProperty Name="TotalWeight" ColumnName="TotalWeight" />
|
|
|
|
|
<ScalarProperty Name="LiquidRatio" ColumnName="LiquidRatio" />
|
|
|
|
|
<ScalarProperty Name="TotalVolume" ColumnName="TotalVolume" />
|
|
|
|
|
<ScalarProperty Name="AcidQty" ColumnName="AcidQty" />
|
|
|
|
|
<ScalarProperty Name="ActualAcidQty" ColumnName="ActualAcidQty" />
|
|
|
|
|
<ScalarProperty Name="Sequence" ColumnName="Sequence" />
|
|
|
|
|
<ScalarProperty Name="DispenseMode" ColumnName="DispenseMode" />
|
|
|
|
|
<ScalarProperty Name="DyeDissolve" ColumnName="DyeDissolve" />
|
|
|
|
|
<ScalarProperty Name="CheDissolve" ColumnName="CheDissolve" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="SpcTotalBuckets" ColumnName="SpcTotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="DissolveMethod" ColumnName="DissolveMethod" />
|
|
|
|
|
<ScalarProperty Name="ReferenceDyelot" ColumnName="ReferenceDyelot" />
|
|
|
|
|
<ScalarProperty Name="Final" ColumnName="Final" />
|
|
|
|
|
<ScalarProperty Name="Shade" ColumnName="Shade" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
<ScalarProperty Name="Updated" ColumnName="Updated" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotsInAuto">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotsInAuto">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotsInAuto">
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="DyeState" ColumnName="DyeState" />
|
|
|
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
|
|
|
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
|
|
|
|
|
<ScalarProperty Name="Shade" ColumnName="Shade" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="DyelotsInAutoHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.DyelotsInAutoHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="DyelotsInAutoHistory">
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="DyeState" ColumnName="DyeState" />
|
|
|
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
|
|
|
<ScalarProperty Name="IsCheck" ColumnName="IsCheck" />
|
|
|
|
|
<ScalarProperty Name="Shade" ColumnName="Shade" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="EventList">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.EventList">
|
|
|
|
|
<MappingFragment StoreEntitySet="EventList">
|
|
|
|
|
<ScalarProperty Name="Code" ColumnName="Code" />
|
|
|
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
|
|
|
<ScalarProperty Name="Description_BIG" ColumnName="Description_BIG" />
|
|
|
|
|
<ScalarProperty Name="Description_GB" ColumnName="Description_GB" />
|
|
|
|
|
<ScalarProperty Name="CreateDate" ColumnName="CreateDate" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="MachinesHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.MachinesHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="MachinesHistory">
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="DispenseDyelot" ColumnName="DispenseDyelot" />
|
|
|
|
|
<ScalarProperty Name="DispenseReDye" ColumnName="DispenseReDye" />
|
|
|
|
|
<ScalarProperty Name="ChemicalCallOff" ColumnName="ChemicalCallOff" />
|
|
|
|
|
<ScalarProperty Name="ChemicalState" ColumnName="ChemicalState" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTank" ColumnName="ChemicalTank" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTankSize" ColumnName="ChemicalTankSize" />
|
|
|
|
|
<ScalarProperty Name="ChemicalDispenser" ColumnName="ChemicalDispenser" />
|
|
|
|
|
<ScalarProperty Name="ChemicalError" ColumnName="ChemicalError" />
|
|
|
|
|
<ScalarProperty Name="ChemicalCallOff2" ColumnName="ChemicalCallOff2" />
|
|
|
|
|
<ScalarProperty Name="ChemicalState2" ColumnName="ChemicalState2" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTank2" ColumnName="ChemicalTank2" />
|
|
|
|
|
<ScalarProperty Name="DyeCallOff" ColumnName="DyeCallOff" />
|
|
|
|
|
<ScalarProperty Name="DyeState" ColumnName="DyeState" />
|
|
|
|
|
<ScalarProperty Name="DyeTank" ColumnName="DyeTank" />
|
|
|
|
|
<ScalarProperty Name="DyeTankSize" ColumnName="DyeTankSize" />
|
|
|
|
|
<ScalarProperty Name="DyeDispenser" ColumnName="DyeDispenser" />
|
|
|
|
|
<ScalarProperty Name="DyeError" ColumnName="DyeError" />
|
|
|
|
|
<ScalarProperty Name="PowderCallOff" ColumnName="PowderCallOff" />
|
|
|
|
|
<ScalarProperty Name="PowderState" ColumnName="PowderState" />
|
|
|
|
|
<ScalarProperty Name="PowderTank" ColumnName="PowderTank" />
|
|
|
|
|
<ScalarProperty Name="PowderTankSize" ColumnName="PowderTankSize" />
|
|
|
|
|
<ScalarProperty Name="PowderDispenser" ColumnName="PowderDispenser" />
|
|
|
|
|
<ScalarProperty Name="PowderError" ColumnName="PowderError" />
|
|
|
|
|
<ScalarProperty Name="HostRead" ColumnName="HostRead" />
|
|
|
|
|
<ScalarProperty Name="DyeDispenseDyelot" ColumnName="DyeDispenseDyelot" />
|
|
|
|
|
<ScalarProperty Name="DyeDispenseReDye" ColumnName="DyeDispenseReDye" />
|
|
|
|
|
<ScalarProperty Name="Updated" ColumnName="Updated" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="MachineStateHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.MachineStateHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="MachineStateHistory">
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="DispenseDyelot" ColumnName="DispenseDyelot" />
|
|
|
|
|
<ScalarProperty Name="DispenseReDye" ColumnName="DispenseReDye" />
|
|
|
|
|
<ScalarProperty Name="ChemicalCallOff" ColumnName="ChemicalCallOff" />
|
|
|
|
|
<ScalarProperty Name="ChemicalState" ColumnName="ChemicalState" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTank" ColumnName="ChemicalTank" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTankSize" ColumnName="ChemicalTankSize" />
|
|
|
|
|
<ScalarProperty Name="ChemicalDispenser" ColumnName="ChemicalDispenser" />
|
|
|
|
|
<ScalarProperty Name="ChemicalError" ColumnName="ChemicalError" />
|
|
|
|
|
<ScalarProperty Name="ChemicalTargetSelect" ColumnName="ChemicalTargetSelect" />
|
|
|
|
|
<ScalarProperty Name="DyeCallOff" ColumnName="DyeCallOff" />
|
|
|
|
|
<ScalarProperty Name="DyeState" ColumnName="DyeState" />
|
|
|
|
|
<ScalarProperty Name="DyeTank" ColumnName="DyeTank" />
|
|
|
|
|
<ScalarProperty Name="DyeTankSize" ColumnName="DyeTankSize" />
|
|
|
|
|
<ScalarProperty Name="DyeDispenser" ColumnName="DyeDispenser" />
|
|
|
|
|
<ScalarProperty Name="DyeError" ColumnName="DyeError" />
|
|
|
|
|
<ScalarProperty Name="PowderCallOff" ColumnName="PowderCallOff" />
|
|
|
|
|
<ScalarProperty Name="PowderState" ColumnName="PowderState" />
|
|
|
|
|
<ScalarProperty Name="PowderTank" ColumnName="PowderTank" />
|
|
|
|
|
<ScalarProperty Name="PowderTankSize" ColumnName="PowderTankSize" />
|
|
|
|
|
<ScalarProperty Name="PowderDispenser" ColumnName="PowderDispenser" />
|
|
|
|
|
<ScalarProperty Name="PowderError" ColumnName="PowderError" />
|
|
|
|
|
<ScalarProperty Name="HostRead" ColumnName="HostRead" />
|
|
|
|
|
<ScalarProperty Name="Updated" ColumnName="Updated" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="ManualWeightQueue">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.ManualWeightQueue">
|
|
|
|
|
<MappingFragment StoreEntitySet="ManualWeightQueue">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="CallTime" ColumnName="CallTime" />
|
|
|
|
|
<ScalarProperty Name="Module" ColumnName="Module" />
|
|
|
|
|
<ScalarProperty Name="ModuleName" ColumnName="ModuleName" />
|
|
|
|
|
<ScalarProperty Name="Area" ColumnName="Area" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="Updated" ColumnName="Updated" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="ManualWeightQueueHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.ManualWeightQueueHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="ManualWeightQueueHistory">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="CallTime" ColumnName="CallTime" />
|
|
|
|
|
<ScalarProperty Name="Module" ColumnName="Module" />
|
|
|
|
|
<ScalarProperty Name="ModuleName" ColumnName="ModuleName" />
|
|
|
|
|
<ScalarProperty Name="Area" ColumnName="Area" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="PartsStatus">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.PartsStatus">
|
|
|
|
|
<MappingFragment StoreEntitySet="PartsStatus">
|
|
|
|
|
<ScalarProperty Name="CUST_CODE" ColumnName="CUST_CODE" />
|
|
|
|
|
<ScalarProperty Name="Dispenser" ColumnName="Dispenser" />
|
|
|
|
|
<ScalarProperty Name="PartsCode" ColumnName="PartsCode" />
|
|
|
|
|
<ScalarProperty Name="PartsName" ColumnName="PartsName" />
|
|
|
|
|
<ScalarProperty Name="PartsType" ColumnName="PartsType" />
|
|
|
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
|
|
|
<ScalarProperty Name="FactoryValue" ColumnName="FactoryValue" />
|
|
|
|
|
<ScalarProperty Name="UsedCount" ColumnName="UsedCount" />
|
|
|
|
|
<ScalarProperty Name="RunningTime" ColumnName="RunningTime" />
|
|
|
|
|
<ScalarProperty Name="ResetDate" ColumnName="ResetDate" />
|
|
|
|
|
<ScalarProperty Name="WarnDate" ColumnName="WarnDate" />
|
|
|
|
|
<ScalarProperty Name="UpdateDate" ColumnName="UpdateDate" />
|
|
|
|
|
<ScalarProperty Name="CreateDate" ColumnName="CreateDate" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="PartsStatusHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.PartsStatusHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="PartsStatusHistory">
|
|
|
|
|
<ScalarProperty Name="CUST_CODE" ColumnName="CUST_CODE" />
|
|
|
|
|
<ScalarProperty Name="Dispenser" ColumnName="Dispenser" />
|
|
|
|
|
<ScalarProperty Name="PartsCode" ColumnName="PartsCode" />
|
|
|
|
|
<ScalarProperty Name="PartsName" ColumnName="PartsName" />
|
|
|
|
|
<ScalarProperty Name="PartsType" ColumnName="PartsType" />
|
|
|
|
|
<ScalarProperty Name="Description" ColumnName="Description" />
|
|
|
|
|
<ScalarProperty Name="FactoryValue" ColumnName="FactoryValue" />
|
|
|
|
|
<ScalarProperty Name="UsedCount" ColumnName="UsedCount" />
|
|
|
|
|
<ScalarProperty Name="RunningTime" ColumnName="RunningTime" />
|
|
|
|
|
<ScalarProperty Name="ResetDate" ColumnName="ResetDate" />
|
|
|
|
|
<ScalarProperty Name="WarnDate" ColumnName="WarnDate" />
|
|
|
|
|
<ScalarProperty Name="UpdateDate" ColumnName="UpdateDate" />
|
|
|
|
|
<ScalarProperty Name="CreateDate" ColumnName="CreateDate" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="PipeHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.PipeHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="PipeHistory">
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
|
|
|
|
|
<ScalarProperty Name="ProductType" ColumnName="ProductType" />
|
|
|
|
|
<ScalarProperty Name="Dispenser" ColumnName="Dispenser" />
|
|
|
|
|
<ScalarProperty Name="No" ColumnName="No" />
|
|
|
|
|
<ScalarProperty Name="Qty" ColumnName="Qty" />
|
|
|
|
|
<ScalarProperty Name="StartTime" ColumnName="StartTime" />
|
|
|
|
|
<ScalarProperty Name="EndTime" ColumnName="EndTime" />
|
|
|
|
|
<ScalarProperty Name="AlarmTime" ColumnName="AlarmTime" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="Pipes">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.Pipes">
|
|
|
|
|
<MappingFragment StoreEntitySet="Pipes">
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="ProductName" ColumnName="ProductName" />
|
|
|
|
|
<ScalarProperty Name="ProductType" ColumnName="ProductType" />
|
|
|
|
|
<ScalarProperty Name="Dispenser" ColumnName="Dispenser" />
|
|
|
|
|
<ScalarProperty Name="Enabled" ColumnName="Enabled" />
|
|
|
|
|
<ScalarProperty Name="No" ColumnName="No" />
|
|
|
|
|
<ScalarProperty Name="MinLimit" ColumnName="MinLimit" />
|
|
|
|
|
<ScalarProperty Name="MaxLimit" ColumnName="MaxLimit" />
|
|
|
|
|
<ScalarProperty Name="MinAction" ColumnName="MinAction" />
|
|
|
|
|
<ScalarProperty Name="MaxAction" ColumnName="MaxAction" />
|
|
|
|
|
<ScalarProperty Name="Conc" ColumnName="Conc" />
|
|
|
|
|
<ScalarProperty Name="Gravity" ColumnName="Gravity" />
|
|
|
|
|
<ScalarProperty Name="Alarm" ColumnName="Alarm" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="RecipeDeduct">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.RecipeDeduct">
|
|
|
|
|
<MappingFragment StoreEntitySet="RecipeDeduct">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="ShotNo" ColumnName="ShotNo" />
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="DeductTime" ColumnName="DeductTime" />
|
|
|
|
|
<ScalarProperty Name="DeductGrams" ColumnName="DeductGrams" />
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="RecipeDeductHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.RecipeDeductHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="RecipeDeductHistory">
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="ShotNo" ColumnName="ShotNo" />
|
|
|
|
|
<ScalarProperty Name="ProductCode" ColumnName="ProductCode" />
|
|
|
|
|
<ScalarProperty Name="DeductTime" ColumnName="DeductTime" />
|
|
|
|
|
<ScalarProperty Name="DeductGrams" ColumnName="DeductGrams" />
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="UserAccount" ColumnName="UserAccount" />
|
|
|
|
|
<ScalarProperty Name="Updated" ColumnName="Updated" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="RFIDRecordQueue">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.RFIDRecordQueue">
|
|
|
|
|
<MappingFragment StoreEntitySet="RFIDRecordQueue">
|
|
|
|
|
<ScalarProperty Name="Station" ColumnName="Station" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="DevideNo" ColumnName="DevideNo" />
|
|
|
|
|
<ScalarProperty Name="TotalBuckets" ColumnName="TotalBuckets" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="BucketNo" ColumnName="BucketNo" />
|
|
|
|
|
<ScalarProperty Name="DID" ColumnName="DID" />
|
|
|
|
|
<ScalarProperty Name="Updated" ColumnName="Updated" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
<EntitySetMapping Name="SampleDyeDslvQueueHistory">
|
|
|
|
|
<EntityTypeMapping TypeName="BatchDyeingCentralModel.SampleDyeDslvQueueHistory">
|
|
|
|
|
<MappingFragment StoreEntitySet="SampleDyeDslvQueueHistory">
|
|
|
|
|
<ScalarProperty Name="TankNo" ColumnName="TankNo" />
|
|
|
|
|
<ScalarProperty Name="Dyelot" ColumnName="Dyelot" />
|
|
|
|
|
<ScalarProperty Name="ReDye" ColumnName="ReDye" />
|
|
|
|
|
<ScalarProperty Name="StepNumber" ColumnName="StepNumber" />
|
|
|
|
|
<ScalarProperty Name="State" ColumnName="State" />
|
|
|
|
|
<ScalarProperty Name="PassAuto" ColumnName="PassAuto" />
|
|
|
|
|
<ScalarProperty Name="ShelfID" ColumnName="ShelfID" />
|
|
|
|
|
<ScalarProperty Name="Machine" ColumnName="Machine" />
|
|
|
|
|
<ScalarProperty Name="SchDispenseTime" ColumnName="SchDispenseTime" />
|
|
|
|
|
<ScalarProperty Name="Created" ColumnName="Created" />
|
|
|
|
|
</MappingFragment>
|
|
|
|
|
</EntityTypeMapping>
|
|
|
|
|
</EntitySetMapping>
|
|
|
|
|
</EntityContainerMapping>
|
|
|
|
|
</Mapping>
|
|
|
|
|
</edmx:Mappings>
|
|
|
|
|
</edmx:Runtime>
|
|
|
|
|
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
|
|
|
|
|
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
|
|
|
|
|
<Connection>
|
|
|
|
|
<DesignerInfoPropertySet>
|
|
|
|
|
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
|
|
|
|
|
</DesignerInfoPropertySet>
|
|
|
|
|
</Connection>
|
|
|
|
|
<Options>
|
|
|
|
|
<DesignerInfoPropertySet>
|
|
|
|
|
<DesignerProperty Name="ValidateOnBuild" Value="true" />
|
|
|
|
|
<DesignerProperty Name="EnablePluralization" Value="false" />
|
|
|
|
|
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
|
|
|
|
|
<DesignerProperty Name="UseLegacyProvider" Value="false" />
|
|
|
|
|
<DesignerProperty Name="CodeGenerationStrategy" Value="无" />
|
|
|
|
|
</DesignerInfoPropertySet>
|
|
|
|
|
</Options>
|
|
|
|
|
<!-- Diagram content (shape and connector positions) -->
|
|
|
|
|
<Diagrams></Diagrams>
|
|
|
|
|
</Designer>
|
|
|
|
|
</edmx:Edmx>
|