Index: APPS/VisiDot/Tech.cls.xml =================================================================== diff -u --- APPS/VisiDot/Tech.cls.xml (revision 0) +++ APPS/VisiDot/Tech.cls.xml (revision 1839) @@ -0,0 +1,20 @@ + + + +1 +1 +0 + + +1 +1 +List:%ListOfObjects,Sleutel:%String + + + +1 +1 +List:%ListOfObjects,Sleutel:%String,Waarde:%String,BewaarVoorHergebruik:%Boolean=0 + + + Index: APPS/VisiDot/impl/CaptureHelper.cls.xml =================================================================== diff -u -r1808 -r1839 --- APPS/VisiDot/impl/CaptureHelper.cls.xml (.../CaptureHelper.cls.xml) (revision 1808) +++ APPS/VisiDot/impl/CaptureHelper.cls.xml (.../CaptureHelper.cls.xml) (revision 1839) @@ -130,7 +130,7 @@ -Titel,Omschrijving +Titel:%String,Omschrijving:%String @@ -204,7 +206,7 @@ Quit:'$isObject(Director) "" Quit:'$isObject(Director.ReadData) "" - Set ReadData=..ZoekSleutel(Director.ReadData,Sleutel) + Set ReadData=##class(APPS.VisiDot.impl.Tech).ZoekSleutel(Director.ReadData,Sleutel) Quit:'$isObject(ReadData) "" Quit ReadData.Value ]]> @@ -215,7 +217,7 @@ @@ -227,7 +229,7 @@ Quit:'$isObject(ERP) "" Quit:'$isObject(ERP.ReadData) "" - Set ReadData=..ZoekSleutel(ERP.ReadData,Sleutel) + Set ReadData=##class(APPS.VisiDot.impl.Tech).ZoekSleutel(ERP.ReadData,Sleutel) Quit:'$isObject(ReadData) "" Quit ReadData.Value ]]> @@ -238,48 +240,10 @@ - -List,Sleutel -1 - - - - -List,Sleutel:%String,Waarde:%String,BewaarVoorHergebruik:%Boolean=0 - - - Status:APPS.VisiDot.enu.ResultCodes 1 Index: APPS/VisiDot/impl/VHossCaptureHelper.cls.xml =================================================================== diff -u -r1791 -r1839 --- APPS/VisiDot/impl/VHossCaptureHelper.cls.xml (.../VHossCaptureHelper.cls.xml) (revision 1791) +++ APPS/VisiDot/impl/VHossCaptureHelper.cls.xml (.../VHossCaptureHelper.cls.xml) (revision 1839) @@ -15,8 +15,7 @@ CaptureInfo:APPS.VisiDot.dto.CaptureInfo,ProductionHelper:ProductionHelper="" %Status @@ -68,12 +67,16 @@ ID +1 +%Boolean ID +1 +%Boolean @@ -91,6 +94,7 @@ +%Integer 0 +%Integer -%String +APPS.VisiDot.enu.DetectionTypes @@ -175,7 +175,7 @@ -%String +APPS.VisiDot.enu.DetectionKleur Index: PV VisiDot.prj.xml =================================================================== diff -u -r1808 -r1839 --- PV VisiDot.prj.xml (.../PV VisiDot.prj.xml) (revision 1808) +++ PV VisiDot.prj.xml (.../PV VisiDot.prj.xml) (revision 1839) @@ -1,11 +1,12 @@ - + + @@ -36,6 +37,7 @@ + @@ -50,7 +52,9 @@ + + Index: vhUnitTest/APPS/VisiDot/TestDetectionHelper.cls.xml =================================================================== diff -u --- vhUnitTest/APPS/VisiDot/TestDetectionHelper.cls.xml (revision 0) +++ vhUnitTest/APPS/VisiDot/TestDetectionHelper.cls.xml (revision 1839) @@ -0,0 +1,127 @@ + + + + +Do ##class(vhUnitTest.Manager).RunTest("/display=all/debug","APPS.VisiDot.TestDetectionHelper") +1 +vhUnitTest.TestCase +0 + + +APPS.VisiDot.impl.VHossCaptureHelper + + + + +Opzetten van de VHossBuilder +aTestName:%String +%Status + + + + +DetectieNr:%Integer,CameraNr:%Integer=1 +1 +APPS.VisiDot.dto.Detection + + + + + + + + + + + + + + + + + + + + + + + + Index: APPS/VisiDot/impl/DetectionHelper.cls.xml =================================================================== diff -u -r1808 -r1839 --- APPS/VisiDot/impl/DetectionHelper.cls.xml (.../DetectionHelper.cls.xml) (revision 1808) +++ APPS/VisiDot/impl/DetectionHelper.cls.xml (.../DetectionHelper.cls.xml) (revision 1839) @@ -27,6 +27,7 @@ +%Integer @@ -38,20 +39,18 @@ -Kleur,ToolTip +Kleur:APPS.VisiDot.enu.DetectionKleur,ToolTip:%String -Sleutel,Waarde +Sleutel:%String,Waarde:%String Index: APPS/VisiDot/impl/Tech.cls.xml =================================================================== diff -u --- APPS/VisiDot/impl/Tech.cls.xml (revision 0) +++ APPS/VisiDot/impl/Tech.cls.xml (revision 1839) @@ -0,0 +1,47 @@ + + + +1 +APPS.VisiDot.Tech +0 + + +1 +List:%ListOfObjects,Sleutel:%String + + + + +1 +List:%ListOfObjects,Sleutel:%String,Waarde:%String,BewaarVoorHergebruik:%Boolean=0 + + + + Index: WS/VisiDot/OperatorServer.cls.xml =================================================================== diff -u -r1808 -r1839 --- WS/VisiDot/OperatorServer.cls.xml (.../OperatorServer.cls.xml) (revision 1808) +++ WS/VisiDot/OperatorServer.cls.xml (.../OperatorServer.cls.xml) (revision 1839) @@ -34,6 +34,9 @@ + +Parameter XMLTYPE = "Action"; +Parameter WSADDRESSING = "AUTO"; APPS.VisiDot.Controleur 1 @@ -54,7 +57,12 @@ %Integer 1 - @@ -64,8 +72,15 @@ 1 "_XML) + Do ..GeefControleur(ActionType,CaptureInfo) Do ..Controleur.UpdateData(.ResultDesc,.ProcessedData) + $$$TECHErrorTrapOff ]]> Index: vhUnitTest/APPS/VisiDot/TestVHossCaptureHelper.cls.xml =================================================================== diff -u --- vhUnitTest/APPS/VisiDot/TestVHossCaptureHelper.cls.xml (revision 0) +++ vhUnitTest/APPS/VisiDot/TestVHossCaptureHelper.cls.xml (revision 1839) @@ -0,0 +1,148 @@ + + + +1 +vhUnitTest.TestCase +0 + + +APPS.VisiDot.impl.VHossCaptureHelper + + + +%String +APPS.VisiDot.impl.VHossLadeDetectionHelper + + + +%String +APPS.VisiDot.impl.VHossFrameDetectionHelper + + + + +Opzetten van de VHossBuilder +aTestName:%String +%Status + + + + +DetectieNr:%Integer,CameraNr:%Integer=1 +1 +APPS.VisiDot.dto.Detection + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: vhUnitTest/APPS/VisiDot/TestCaptureHelper.cls.xml =================================================================== diff -u -r1808 -r1839 --- vhUnitTest/APPS/VisiDot/TestCaptureHelper.cls.xml (.../TestCaptureHelper.cls.xml) (revision 1808) +++ vhUnitTest/APPS/VisiDot/TestCaptureHelper.cls.xml (.../TestCaptureHelper.cls.xml) (revision 1839) @@ -1,6 +1,8 @@ + +Do ##class(vhUnitTest.Manager).RunTest("/display=all/debug","APPS.VisiDot.TestCaptureHelper") 1 vhUnitTest.TestCase 0 @@ -38,7 +40,6 @@