|
|
@ -79,16 +79,6 @@ namespace Rs.MotionPlat
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void button18_Click(object sender, EventArgs e)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
Task.Run(() => {
|
|
|
|
|
|
|
|
TestFixtureManager.Instance.GetTestFixture(1).StartTest();
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private void button22_Click(object sender, EventArgs e)
|
|
|
|
private void button22_Click(object sender, EventArgs e)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
AxisControl.LoadY2.ComparePulse(1, false);
|
|
|
|
AxisControl.LoadY2.ComparePulse(1, false);
|
|
|
@ -215,7 +205,7 @@ namespace Rs.MotionPlat
|
|
|
|
private void button11_Click(object sender, EventArgs e)
|
|
|
|
private void button11_Click(object sender, EventArgs e)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
int.TryParse(this.comboBox1.SelectedItem.ToString(), out int fixtureIndex);
|
|
|
|
int.TryParse(this.comboBox1.SelectedItem.ToString(), out int fixtureIndex);
|
|
|
|
TestFixtureManager.Instance.GetTestFixture(fixtureIndex).StartTest(this.textBox1.Text);
|
|
|
|
TestFixtureManager.Instance.GetTestFixture(fixtureIndex).StartTest(null,this.textBox1.Text);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void button13_Click(object sender, EventArgs e)
|
|
|
|
private void button13_Click(object sender, EventArgs e)
|
|
|
|