wangsr
wangsr 1 year ago
parent 3064f8aabf
commit e8f0b31354

@ -16,6 +16,7 @@ using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
using Mesnac.Controls.Default; using Mesnac.Controls.Default;
using Button = System.Windows.Forms.Button; using Button = System.Windows.Forms.Button;
using System.Data;
namespace Mesnac.Action.ChemicalWeighing.AutoControl namespace Mesnac.Action.ChemicalWeighing.AutoControl
{ {
@ -130,6 +131,13 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
if (ControlsEntity.Download == runtime.Sender) if (ControlsEntity.Download == runtime.Sender)
{ {
float GelSpeed;
if (float.TryParse(Convert.ToString(ControlsEntity.GelSpeedSet.MCValue), out GelSpeed)
)
{
}
List<RecipePlcView> recipes = new List<RecipePlcView>(); List<RecipePlcView> recipes = new List<RecipePlcView>();
RecipePlcView recipe1 = new RecipePlcView() RecipePlcView recipe1 = new RecipePlcView()
@ -148,7 +156,7 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
Step step1 = new Step() Step step1 = new Step()
{ {
MixSpeed =
}; };
Step step2 = new Step() Step step2 = new Step()
{ {

Loading…
Cancel
Save