Error codes TcUtilities

The following error codes are returned by the function block FB_ScopeServerControl.

TYPE E_UTILITIES_ERRORCODES :
(
   eUtilError_NoError := 0,
   eUtilError_ScopeServerNotAvailable := 16#8001, (*
scope server not installed *)
   eUtilError_ScopeServerStateChange := 16#8002
);
END_TYPE

 

Requirements

Error code

Enum

Meaning

0x0000

eUtilError_NoError

No error

0x8001

eUtilError_ScopeServerNotAvailable

TwinCAT Scope Server is not available. Probably it is not installed

0x8002

eUtilError_ScopeServerStateChange

The requested state change in is not allowed. Refer FB_ScopeServerControl state diagram for the allowed transitions.