| | |
| | | dgv_Position_Info.FirstDisplayedScrollingRowIndex = rowindex; |
| | | } |
| | | #endregion |
| | | |
| | | SequenceTimer _safetyPlcTimer = new SequenceTimer(); |
| | | private void btn_SafetyPlc_MouseDown(object sender, MouseEventArgs e) |
| | | { |
| | | _Parent._equip.Board_Control.IO_manager.Set_Output(OutputData.Safety_PLC_Reset, true); |
| | | _safetyPlcTimer.Restart(); |
| | | } |
| | | |
| | | private void btn_SafetyPlc_MouseUp(object sender, MouseEventArgs e) |
| | | { |
| | | while(_safetyPlcTimer.Seconds < 2) |
| | | { |
| | | |
| | | } |
| | | |
| | | _Parent._equip.Board_Control.IO_manager.Set_Output(OutputData.Safety_PLC_Reset, false); |
| | | } |
| | | } |
| | | } |