修改控制PLC部分
This commit is contained in:
@@ -17,6 +17,7 @@ public:
|
||||
~P13_InsPage();
|
||||
void Write32Bit(uint8_t Key, uint8_t Index, int8_t int8);
|
||||
void Write32Bit(uint8_t Key, uint8_t Index, bool Bit);
|
||||
void isControl(bool ok);
|
||||
private slots:
|
||||
void on_XZK_OperMode_activated(int index);
|
||||
void on_XZK_SpeedMode_activated(int index);
|
||||
@@ -45,6 +46,8 @@ private slots:
|
||||
void on_But_TransportStop_pressed();
|
||||
void on_But_StandbyStart_pressed();
|
||||
void on_But_StandbyStop_pressed();
|
||||
void on_But_DustStart_pressed();
|
||||
void on_But_DustStop_pressed();
|
||||
void on_But_Reset_pressed();
|
||||
void on_But_TransportLifterStr_pressed();
|
||||
void on_But_TransportLifterShr_pressed();
|
||||
@@ -70,7 +73,7 @@ private slots:
|
||||
void on_But_BoostPump_pressed();
|
||||
void on_But_TrackTension_pressed();
|
||||
void on_But_TransportTension_pressed();
|
||||
void on_But_DustFan_pressed();
|
||||
|
||||
|
||||
|
||||
void on_But_EStop_released();
|
||||
@@ -85,6 +88,8 @@ private slots:
|
||||
void on_But_TransportStop_released();
|
||||
void on_But_StandbyStart_released();
|
||||
void on_But_StandbyStop_released();
|
||||
void on_But_DustStart_released();
|
||||
void on_But_DustStop_released();
|
||||
void on_But_Reset_released();
|
||||
void on_But_TransportLifterStr_released();
|
||||
void on_But_TransportLifterShr_released();
|
||||
@@ -110,7 +115,10 @@ private slots:
|
||||
void on_But_BoostPump_released();
|
||||
void on_But_TrackTension_released();
|
||||
void on_But_TransportTension_released();
|
||||
void on_But_DustFan_released();
|
||||
|
||||
|
||||
void on_ControlRequest_clicked(bool checked);
|
||||
|
||||
private:
|
||||
Ui::P13_InsPage *ui;
|
||||
OpcUaManager* m_OpcUaManager; // 全局唯一OPC实例
|
||||
|
||||
Reference in New Issue
Block a user