|
|
|
@ -23,29 +23,29 @@ namespace Sln.Iot.CFX.CFXBusiness
|
|
|
|
/// <returns></returns>
|
|
|
|
/// <returns></returns>
|
|
|
|
public CommonProcessData ProcessDataGet1(UnitsProcess1Entity entity)
|
|
|
|
public CommonProcessData ProcessDataGet1(UnitsProcess1Entity entity)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
//entity = new UnitsProcess1Entity()
|
|
|
|
entity = new UnitsProcess1Entity()
|
|
|
|
//{
|
|
|
|
{
|
|
|
|
// GlueAmountSetValue1 = 123.4f,
|
|
|
|
GlueAmountSetValue1 = 123.4f,
|
|
|
|
// GluePushSpeedSetValue1 = 10.1f,
|
|
|
|
GluePushSpeedSetValue1 = 10.1f,
|
|
|
|
// BarrelA1TempActValue1 = 60,
|
|
|
|
BarrelA1TempActValue1 = 60,
|
|
|
|
// BarrelA2TempActValue1 = 60,
|
|
|
|
BarrelA2TempActValue1 = 60,
|
|
|
|
// BarrelB1TempActValue1 = 60,
|
|
|
|
BarrelB1TempActValue1 = 60,
|
|
|
|
// BarrelB2TempActValue1 = 60,
|
|
|
|
BarrelB2TempActValue1 = 60,
|
|
|
|
// PumpAPressureActValue1 = 3.5f,
|
|
|
|
PumpAPressureActValue1 = 3.5f,
|
|
|
|
// PumpBPressureActValue1 = 3.2f,
|
|
|
|
PumpBPressureActValue1 = 3.2f,
|
|
|
|
// VacuumDegreeActValue1 = 3000.4f,
|
|
|
|
VacuumDegreeActValue1 = 3000.4f,
|
|
|
|
// PressureHoldTimeSetValue1 = 100,
|
|
|
|
PressureHoldTimeSetValue1 = 100,
|
|
|
|
// GlueAmountSetValue2 = 123.4f,
|
|
|
|
GlueAmountSetValue2 = 123.4f,
|
|
|
|
// GluePushSpeedSetValue2 = 10.1f,
|
|
|
|
GluePushSpeedSetValue2 = 10.1f,
|
|
|
|
// BarrelA1TempActValue2 = 60,
|
|
|
|
BarrelA1TempActValue2 = 60,
|
|
|
|
// BarrelA2TempActValue2 = 60,
|
|
|
|
BarrelA2TempActValue2 = 60,
|
|
|
|
// BarrelB1TempActValue2 = 60,
|
|
|
|
BarrelB1TempActValue2 = 60,
|
|
|
|
// BarrelB2TempActValue2 = 60,
|
|
|
|
BarrelB2TempActValue2 = 60,
|
|
|
|
// PumpAPressureActValue2 = 3.5f,
|
|
|
|
PumpAPressureActValue2 = 3.5f,
|
|
|
|
// PumpBPressureActValue2 = 3.2f,
|
|
|
|
PumpBPressureActValue2 = 3.2f,
|
|
|
|
// VacuumDegreeActValue2 = 3000.4f,
|
|
|
|
VacuumDegreeActValue2 = 3000.4f,
|
|
|
|
// PressureHoldTimeSetValue2 = 100,
|
|
|
|
PressureHoldTimeSetValue2 = 100,
|
|
|
|
//};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
CommonProcessData processData = new CommonProcessData()
|
|
|
|
CommonProcessData processData = new CommonProcessData()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@ -230,18 +230,18 @@ namespace Sln.Iot.CFX.CFXBusiness
|
|
|
|
/// <returns></returns>
|
|
|
|
/// <returns></returns>
|
|
|
|
public CommonProcessData ProcessDataGet3(UnitsProcess3Entity entity)
|
|
|
|
public CommonProcessData ProcessDataGet3(UnitsProcess3Entity entity)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
//entity = new UnitsProcess3Entity()
|
|
|
|
entity = new UnitsProcess3Entity()
|
|
|
|
//{
|
|
|
|
{
|
|
|
|
// PreheatOvenTempActValue = 800,
|
|
|
|
PreheatOvenTempActValue = 800,
|
|
|
|
// PreCureOven1TempActValue = 800,
|
|
|
|
PreCureOven1TempActValue = 800,
|
|
|
|
// PreCureOven2TempActValue = 800,
|
|
|
|
PreCureOven2TempActValue = 800,
|
|
|
|
// PreCureOven3TempActValue = 800,
|
|
|
|
PreCureOven3TempActValue = 800,
|
|
|
|
// PreCureOven4TempActValue = 800,
|
|
|
|
PreCureOven4TempActValue = 800,
|
|
|
|
// CureOven1TempActValue = 800,
|
|
|
|
CureOven1TempActValue = 800,
|
|
|
|
// CureOven2TempActValue = 800,
|
|
|
|
CureOven2TempActValue = 800,
|
|
|
|
// CureOven3TempActValue = 800,
|
|
|
|
CureOven3TempActValue = 800,
|
|
|
|
// CureOven4TempActValue = 800,
|
|
|
|
CureOven4TempActValue = 800,
|
|
|
|
//};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
CommonProcessData processData = new CommonProcessData()
|
|
|
|
CommonProcessData processData = new CommonProcessData()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|