thermo sleep 2000 na clear alarms : ook bij exit

This commit is contained in:
Luc Vandenbroucke 2024-08-29 15:31:26 +02:00
parent 02c8e19aa0
commit 2f851269bc
5 changed files with 8 additions and 3 deletions

View file

@ -1120,6 +1120,8 @@ WORD Epd3Base::Epd3U::DeIssue()
ErrorStep = 2;
r = ClearDoses();
Sleep(2000);
ErrorStep = 3;
if (EPDIssued) {
token = BeginDeissueEPD(epdComsHandle, nullptr);
@ -1353,6 +1355,7 @@ int Epd3Base::Epd3U::GetAll(bool Closeconnection)
return rv;
}
// Main entry point deissue for MK3
int Epd3Base::Epd3U::GetAllDeissue(bool reconnect)
{
int rv = 0;

View file

@ -757,6 +757,8 @@ int EpdBaseClr::Epd2::GetAll(bool close)
}
return rv;
}
//main entry point for exit
int EpdBaseClr::Epd2::GetAllDeissue(bool reconnect)
{
ErrorRV = ErrorStep = 0;

View file

@ -56,5 +56,5 @@ using System.Windows;
//2.18 : more tested
//2.20 Thermo : workflow bij issue ( en toevoegen time set)
[assembly: AssemblyVersion("2.20.0.0")]
[assembly: AssemblyFileVersion("2.20.0.0")]
[assembly: AssemblyVersion("2.21.0.0")]
[assembly: AssemblyFileVersion("2.21.0.0")]

View file

@ -1 +1 @@
Wed 08/28/2024 12:26:57.52
Thu 08/29/2024 15:25:11.68

Binary file not shown.