| | |
| | | } |
| | | |
| | | |
| | | private void buttonPositive_MouseDown(object sender, EventArgs e) |
| | | private void buttonPositive_MouseDown(object sender, MouseEventArgs e) |
| | | { |
| | | var opConfig = new MotionOperationCollection(); |
| | | MovingOption movingOption = new MovingOption(); |
| | |
| | | MotionCard.MoveStop(_axisIndex, 0); |
| | | } |
| | | |
| | | private void buttonNegative_MouseDown(object sender, EventArgs e) |
| | | private void buttonNegative_MouseDown(object sender, MouseEventArgs e) |
| | | { |
| | | var opConfig = new MotionOperationCollection(); |
| | | MovingOption movingOption = new MovingOption(); |
| | |
| | | |
| | | private void buttonStop_Click(object sender, EventArgs e) |
| | | { |
| | | MotionCard.StateChange(DeviceState.DSPause); |
| | | MotionCard.MoveStop(_axisIndex, 0); |
| | | } |
| | | } |
| | | } |