ST_AutoLogGrpStatus
Provides information about the respective AutoLog group.
Syntax
Definition:
TYPE ST_AutoLogGrpStatus :
STRUCT
hAutoLogGrpID: UDINT;
nCycleCount: UDINT;
hrErrorCode: HRESULT;
eErrorType: E_ErrorType;
bError: BOOL;
END_STRUCT
END_TYPE
Parameter
Parameter
Name | Type | Description |
---|---|---|
hAutoLogGrpID | UDINT | ID of the declared AutoLog group |
nCycleCount | UDINT | Number of executed cycles |
hrErrorCode | HRESULT | HRESULT error code |
eErrorType | Error type | |
bError | BOOL | TRUE if an error has occurred. |
Requirements
Development environment |
Target platform |
PLC libraries to be linked |
---|---|---|
TwinCAT v3.1 Build 4020.10 |
PC or CX (x86) |
Tc3_Database |