Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL : CATCHTYPE Enumeration
CATCHTYPE Enumeration
Members
MemberValueDescription
PCD__OFF0Turns off error catching. The basic script will no longer be notified when motion errors occur.
PCD_CATCH_IN_INTEGER1All subsequent motion errors will cause the integer passed by reference as the catch_error parameter to be set to a non-zero value.
PCD_TRIGGER_ERROR2All subsequent motion errors will generate runtime error 1001. These error may be caught using the On Error statement.