thermo sleep 2000 na clear alarms : ook bij exit
This commit is contained in:
parent
02c8e19aa0
commit
2f851269bc
5 changed files with 8 additions and 3 deletions
|
|
@ -1120,6 +1120,8 @@ WORD Epd3Base::Epd3U::DeIssue()
|
||||||
ErrorStep = 2;
|
ErrorStep = 2;
|
||||||
r = ClearDoses();
|
r = ClearDoses();
|
||||||
|
|
||||||
|
Sleep(2000);
|
||||||
|
|
||||||
ErrorStep = 3;
|
ErrorStep = 3;
|
||||||
if (EPDIssued) {
|
if (EPDIssued) {
|
||||||
token = BeginDeissueEPD(epdComsHandle, nullptr);
|
token = BeginDeissueEPD(epdComsHandle, nullptr);
|
||||||
|
|
@ -1353,6 +1355,7 @@ int Epd3Base::Epd3U::GetAll(bool Closeconnection)
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Main entry point deissue for MK3
|
||||||
int Epd3Base::Epd3U::GetAllDeissue(bool reconnect)
|
int Epd3Base::Epd3U::GetAllDeissue(bool reconnect)
|
||||||
{
|
{
|
||||||
int rv = 0;
|
int rv = 0;
|
||||||
|
|
|
||||||
|
|
@ -757,6 +757,8 @@ int EpdBaseClr::Epd2::GetAll(bool close)
|
||||||
}
|
}
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//main entry point for exit
|
||||||
int EpdBaseClr::Epd2::GetAllDeissue(bool reconnect)
|
int EpdBaseClr::Epd2::GetAllDeissue(bool reconnect)
|
||||||
{
|
{
|
||||||
ErrorRV = ErrorStep = 0;
|
ErrorRV = ErrorStep = 0;
|
||||||
|
|
|
||||||
|
|
@ -56,5 +56,5 @@ using System.Windows;
|
||||||
//2.18 : more tested
|
//2.18 : more tested
|
||||||
//2.20 Thermo : workflow bij issue ( en toevoegen time set)
|
//2.20 Thermo : workflow bij issue ( en toevoegen time set)
|
||||||
|
|
||||||
[assembly: AssemblyVersion("2.20.0.0")]
|
[assembly: AssemblyVersion("2.21.0.0")]
|
||||||
[assembly: AssemblyFileVersion("2.20.0.0")]
|
[assembly: AssemblyFileVersion("2.21.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Wed 08/28/2024 12:26:57.52
|
Thu 08/29/2024 15:25:11.68
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Reference in a new issue