E_DbgContext
This variable type defines the context of the debug output and is used by protocol function blocks.
TYPE E_DbgContext:
(
eDbgContext_NONE := 0,(* Not used *)
eDbgContext_USER := 1,(* Service user *)
eDbgContext_PROV := 2 (* Service provider *)
);
END_TYPE
Value | Description |
---|---|
eDbgContext_NONE | Parameter is not used |
eDbgContext_USER | Debug output is triggered by service user |
eDbgContext_PROV | Debug output is triggered by service provider |
Requirements
Development environment | Target system type | PLC libraries to include |
---|---|---|
TwinCAT v2.11.0 Build > 1537 | PC or CX (x86, ARM) | TcUtilities.Lib |