|
@@ -862,10 +862,11 @@ void ADCIntelligentShow::on_park_clicked()
|
|
|
iv::hmi::hmimsg xhmi;
|
|
|
xhmi.set_mbbochemode(true);
|
|
|
xhmi.set_mbbusmode(false);
|
|
|
- if(mbRunning)
|
|
|
- xhmi.set_mbpause(true);
|
|
|
- else
|
|
|
- xhmi.set_mbpause(false);
|
|
|
+ xhmi.set_mbpause(false);
|
|
|
+// if(mbRunning)
|
|
|
+// xhmi.set_mbpause(true);
|
|
|
+// else
|
|
|
+// xhmi.set_mbpause(false);
|
|
|
int nsize = xhmi.ByteSize();
|
|
|
char * str = new char[nsize];
|
|
|
if(xhmi.SerializeToArray(str,1000))
|