Commit c3ac14e7 authored by garciay's avatar garciay
Browse files

Bug fixed in unmap sequence

add f_sleep call after f_sendDenMessage call
parent 4b3996ff
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ module LibItsDenm_Functions {
    import from LibIts_TestSystem all;
    import from LibIts_Interface all; 
    import from LibItsCommon_Functions all;
    import from LibCommon_Time {
        modulepar PX_TNOAC;
        function f_sleep
    };
    import from LibItsDenm_TypesAndValues all; 
    import from LibItsDenm_Templates all; 
    import from LibItsDenm_Pics all; 
@@ -43,7 +47,7 @@ module LibItsDenm_Functions {
        function f_cfDown() runs on ItsFa {
            
            unmap(self:utPort, system:utPort);
            unmap(self:camPort, system:camPort);
            unmap(self:denmPort, system:denmPort);
            f_disconnect4SelfOrClientSync();
            
        } // end f_cfDown
@@ -145,6 +149,7 @@ module LibItsDenm_Functions {
                        )
                    )
                );
                f_sleep(PX_TNOAC);
            }
            else {
                f_utTriggerEvent(m_utEventCancellation(p_event, c_dataVersionCancellation));