CD522SsiCnt (FB)
FUNCTION_BLOCK CD522SsiCnt EXTENDS AbbLConCA
- InOut:
Scope
Name
Type
Initial
Comment
Inherited from
Input
EnableBOOLFALSE
A rising edge (Enable = TRUE) starts the operation, the output Busy goes to TRUE. All other inputs are read and considered continuously. A falling edge (Enable = FALSE) aborts the operation. During Aborting the Busy is still TRUE. Afterward all outputs are reset.
AbbLConCA
Output
BusyBOOLFALSE
Operation is running (while output Error is FALSE)
AbbLConCA
ErrorBOOLFALSE
Operation is stopped with error (while output Busy is FALSE). This output is TRUE for at least one cycle or until Enable is set to FALSE. The output ErrorID gives more details about the error.
AbbLConCA
Input
CntNumWORD0
0 or 1, counter 0 or counter 1 is used
EnCntBOOLFALSE
Enable (TRUE) or disable (FALSE) the counter function of the module
EnTouchBOOLFALSE
Enable (TRUE) or disable (FALSE) the touch function of the module
EdgeTouchBOOLFALSE
Select (TRUE) positive or (FALSE) negative edge for touch
EnGrayBOOLFALSE
Actual value will be calculated from gray code
EnBcdBOOLFALSE
Actual value will be calculated from bcd code
SetEndBOOLFALSE
Select EndValue to be set
EndValueDWORD0
32 bit end counter value. When end value is reached, CD522 gives out an ENDV signal at configured output.
AdrInPOINTER TO WORD
0
Address of process image input. See ../Structs/CD522In for more information about structure
AdrOutPOINTER TO WORD
0
Address of process image output. See ../Structs/CD522Out for more information about structure
Output
ErrorIDERROR_ID.NO_ERROR
Error code description
ActDWORD0
32 bit actual counter value
CntTouchDWORD0
32 bit touch counter value
RdyTouchBOOLFALSE
Set (TRUE) when new touch value is available
SetInBOOLFALSE
Set signal detected. Not used.
ResetInBOOLFALSE
Reset signal detected. Not used.